@charset "UTF-8";
/*----------------------------------------------PC用ページ用設定*/
/*商品サイト用*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

/*表示非表示*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.portal {
  display: block;
  width: 300px;
  margin: 0 auto;
}
.portal img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.info {
  width: 924px;
  padding: 34px 0 48px;
  margin: 0 auto;
  text-align: left;
}
.info a:link {
  display: block;
  width: 924px;
  background: #f7f6fb;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
  margin: 0 auto 1px;
  padding: 0 8px;
  font-size: 14px;
  color: #333;
}
.info a:hover, .info a:visited, .info a:active {
  display: block;
  width: 924px;
  background: #f7f6fb;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
  margin: 0 auto 1px;
  color: #333;
}
.info a.redL {
  display: block;
  width: 924px;
  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: 924px;
  background: #e24f4f;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
  margin: 0 auto 1px;
  color: #FFF;
}
/*-----------------------------------------*/
/*boxsizingを全体に適用*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
/*-----------------------------------------*/
/*画像基本*/
img {
  max-width: 100%;
  height: auto;
}
/*-----------------------------------------*/
/*テキストリンク*/

/*ホバー*/
a:hover, a:active {
  opacity: 0.6;
  transition: all .3s;
}
a.btnRoundmini:hover,a.btnRoundmini:active{
opacity:1;
background: #a8a8a8 url("../_image/cmn_arrow_wh.svg") no-repeat right 12px center/5px auto;
transition: all .3s;}

/*-----------------------------------------*/
/*基本レイアウト*/
/*-----------------------------------------*/
.beyblade {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(320deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0px 0px 100px 30px rgba(0, 0, 0, 0.1) inset;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
}
/*-----------------------------------------*/
/*sectionに各ページのディレクトリ名classをつける*/
/*斜め背景画像*/
.beyblade section {
  position: relative;
  background: url("../_image/bg_section.webp") no-repeat center top/4020px auto;
  margin: 0 auto;
}
/*下層：斜め背景画像*/
#lower.beyblade section {
  min-height: 100vh;
  background: url("../_image/bg_section.webp") no-repeat center top/4020px auto;
  /*下層ページではナビゲーションの下に回り込むため-マージン入る*/
  margin: -56px auto 0;
}
/*下層：斜め背景画像：製品詳細ページのみ*/
#lower.beyblade section.lineup {
  padding: 56px 0 0 0;
}
/*-----------------------------------------*/
/*各コンテンツレイアウト:白背景*/
/*-----------------------------------------*/
/*製品情報・製品説明書・ムービー・ヘルプ*/
#index article {
  position: relative;
  width: 1140px;
  /*background: rgba(255, 255, 255, 0.5);*/
  margin: 0 auto;
  padding-bottom: 120px;
}
#lower article {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 0;
}
#lower main {
  position: relative;
  width: 1140px;
  /*background: rgba(255, 255, 255, 0.5);*/
  margin: 0 auto;
  padding-bottom: 0;
}
/*ニュース詳細ページ専用*/
article .inner {
  position: relative;
  background: #FFF;
  margin: 58px;
}

/*-----------------------------------------*/
/*各コンテンツレイアウト:グレー背景*/
/*-----------------------------------------*/
/*はじめての方・大会・アプリ*/
article.gray {
  position: relative;
  width: 1140px;
  background: #f7f6fb;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
  margin: 0 auto;
  padding: 58px;
}
#lower article.gray {
  padding: 58px;
}
/*-----------------------------------------*/
/*上paddingあり*/
article.gray .inner {
  position: relative;
  background: #FFF;
  margin: 0;
  padding: 58px 0;
}
/*-----------------------------------------*/
/*上paddingなし*/
article.gray .innerNone {
  position: relative;
  background: #FFF;
  margin: 0;
  padding: 0 0 58px;
}
/*-----------------------------------------*/
/*グレー背景の注意文言*/
/*-----------------------------------------*/
/*大*/
blockquote {
  width: 846px;
  background: #f7f6fb;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
  margin: 0 auto;
  padding: 30px;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
/*小*/
blockquote.column {
  width: 764px;
}
/*-----------------------------------------*/
/*フッター*/
/*-----------------------------------------*/
.beyblade footer {
  padding: 120px 0 24px;
  font-size: 12px;
  text-align: center;
  /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));*/
}
ul#footerNav {
  /**/
  display: flex;
  width: 978px;
  margin: 0px auto 30px;
  flex-wrap: nowrap;
}
ul#footerNav li {
  margin: 0 -0.5%;
}


ul#footerBnr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 972px;
  margin: 0 auto 32px;
}



ul#footerBnr li {
  width: 33.333%;
  margin: 0 4px;
}

/*アニメサイトではアニメのバナーを非表示*/
ul#footerBnr li:nth-of-type(2) {
  display: none;
}

/*-----------------------------------------*/
/*特定商取引（商品情報以外は非表示）*/
.sct {
  display: block;
  margin: 8px auto 16px;
}


/*-----------------------------------------*/
/*見出し*/
/*-----------------------------------------*/
/*h1テキスト（固定）*/
/*-----------------------------------------*/
h1 {
  background: linear-gradient(320deg, rgba(15, 15, 15, 1) 0%, rgba(25, 25, 25, 1) 90%, rgba(45, 45, 45, 1) 100%);
  font-size: 14px;
  color: #fcfcfc;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
/*-----------------------------------------*/
/*h2テキスト*/
/*-----------------------------------------*/
/*トップページ見出し*/
#index h2 {
  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: 110px 0 54px;
  font-size: 34px;
  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 48px;
  padding: 0;
  font-size: 34px;
  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: left bottom;
  background-size: 1024px auto;
  margin: 0 auto 32px;
  padding: 0 38px 24px;
  font-size: 30px;
  line-height: 1;
  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.5%;
  background: #f7f6fb;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.01) inset;
  margin: 12px auto 32px 2%;
  padding: 36px 38px 38px 288px;
  font-size: 26px;
  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 32px 2%;
  padding: 36px 38px 38px 130px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  /*macのboldを調整*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}
h3.bg.g2 img {
  top: 0;
  left: 0;
}
div.size {
  width: 846px;
  margin: 0 auto;
  padding: 0 1em 1em;
  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: absolute;
  top: -16px;
  left: -32px;
}
/*見出し画像（大会のグレードなど）*/
h3.bg.b4 img {
  position: absolute;
  top: -24px;
  left: -32px;
}
/*-----------------------------------------*/
/*h4テキスト*/
/*装飾なしの見出しフォント2*/
h4 {
  display: inline-block;
  margin: 0 auto 28px;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  text-align: left;
}
/*-----------------------------------------*/
/*h5テキスト*/
/*-----------------------------------------*/
/*背景帯つき見出し*/
h5 {
  display: inline-block;
  margin: 0 auto 28px;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  text-align: left;
}
/*-----------------------------------------*/
/*共通*/
h5.bg {
  width: 846px;
  margin: 0 auto 28px;
  padding: 10px 18px 8px;
  font-size: 16px;
  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/h5_red.svg") no-repeat center/100% auto;
}
/*注意*/
h5.bg.h5_salmon {
  background: url("../_image/h5_salmon.svg") no-repeat center/100% auto;
}
/*大会のグレード*/
h5.bg.h5_blue {
  background: url("../_image/h5_blue.svg") no-repeat center/100% auto;
}
/*B4ストア大会・アプリ*/
h5.bg.h5_bluegreen {
  background: url("../_image/h5_bluegreen.svg") no-repeat center/100% auto;
}
/*アプリのみ1*/
h5.bg.h5_app1 {
  background: url("../_image/h5_app1.svg") no-repeat center/100% auto;
}
/*アプリのみ2*/
h5.bg.h5_app2 {
  background: url("../_image/h5_app2.svg") no-repeat center/100% auto;
}
/*-----------------------------------------*/
/*h6テキスト*/
/*その他の見出し*/
h6 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
/*-----------------------------------------*/
/*strongテキスト*/
/*強調文字1*/
#lower strong {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 22px;
  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: 16px;
  line-height: 1;
  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;
}
/*青*/
a.blue {
  color: #1a9dcf;
}
/*-----------------------------------------*/
/*pテキスト*/
/*-----------------------------------------*/
/*段落*/
#lower p {
  width: 846px;
  margin: 0 auto;
  padding: 0 1em 1em;
  text-align: left;
}
#lower p.read {
  padding-bottom: 1em;
}
/*-----------------------------------------*/
/*ボタンリンク*/
/*-----------------------------------------*/
/*前矢印*/
a.front {
  display: inline-block;
  background: url("/img/usr/freepage/beyblade_api/img/cmn_arrow_bk.svg") no-repeat left center/5px auto;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1;
}
span.front {
  display: inline-block;
  background: url("/img/usr/freepage/beyblade_api/img/cmn_arrow_bk.svg") no-repeat left center/5px auto;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
/*前矢印*/
a.back {
  display: inline-block;
  background: url("/img/usr/freepage/beyblade_api/img/cmn_arrow_bk.svg") no-repeat right center/5px auto;
  padding-right: 12px;
  font-size: 18px;
  line-height: 1;
}
li.back {
  background: url("/img/usr/freepage/beyblade_api/img/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: 15px;
  line-height: 37px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
}

/*-----------------------------------------*/
/*黒角R大ボタン*/
a.btnRound.top {
  position: relative;
  display: block;
  width: 340px;
  background: #333 url("../_image/cmn_arrow_wh.svg") no-repeat right 12px center/5px auto;
  margin: 0 auto;
  padding: 0 32px;
  font-size: 16px;
  line-height: 47px;
  color: #FFF;
  border-radius: 60px;
  text-align: center;
}
/*-----------------------------------------*/
/*白1pxラインボタン*/
a.btnBuy {
  position: relative;
  display: block;
  width: 96%;
  background:#FFF url("/img/usr/freepage/beyblade_api/img/cmn_arrow_bk.svg") no-repeat right 12px center/6px auto;
  margin: 0 auto;
  padding: 0 32px;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #999;
}
/*-----------------------------------------*/
/*はじめての方・大会&イベント・ムービー ナビゲーション*/
/*-----------------------------------------*/
ul.pageNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
/*4分割*/
ul.pageNav li {
  width: 24.6%;
  margin: 0 0.2%;
}

.movie ul.pageNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 24px;
}
.movie ul.pageNav li {
  width: 31.3%;
  margin: 0 0.2% 8px;
}

ul.pageNav li a {
  display: block;
  background: url("/img/usr/freepage/beyblade_api/img/cmn_arrow_bk.svg") no-repeat right 12px center/6px auto;
  margin: 0 auto;
  padding: 12px 24px;
  font-size: 15px;
  border-top: 1px solid #959595;
  /*アニメーションで変化*/
  transition: background-color .3s;
}
ul.pageNav li a:hover, ul.pageNav li a.active {
  display: block;
  background: #f3f3f3 url("/img/usr/freepage/beyblade_api/img/cmn_arrow_bk.svg") no-repeat right 12px center/6px auto;
  margin: 0 auto;
  padding: 11px 24px 12px;
  border-top: 2px solid #b7ff58;
  /*アニメーションで変化*/
  transition: background-color .3s;
}
/*-----------------------------------------*/
/*トップページニュース設定*/
/*-----------------------------------------*/
ul.newsList {
  display: flex;
  flex-wrap: wrap;
  width: 1140px;
  margin: 0 auto;
}
/*大会＆イベントは3列用に小さく*/
.event ul.newsList {
  display: flex;
  flex-wrap: wrap;
  width: 846px;
  margin: 0 auto;
}
/*-----------------------------------------*/
ul.newsList li {
  position: relative;
  margin: 0 0 24px;
  text-align: left;
}
ul.newsList li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/*-----------------------------------------*/
/*要素が4列の場合のレイアウト*/
/*-----------------------------------------*/
ul.newsList.list4 li {
  width: 23%;
  margin: 0 1% 24px;
}
/*-----------------------------------------*/
/*要素が3列の場合のレイアウト*/
/*-----------------------------------------*/
ul.newsList.list3 li {
  width: 31%;
  margin: 0 1%;
}
/*-----------------------------------------*/
/*ニュースの見出し*/
ul.newsList li b {
  display: block;
  margin: 8px 0;
  padding: 0 8px;
  font-size: 15px;
  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: 1140px;
  margin: 20px auto 80px;
}
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("/img/usr/freepage/beyblade_api/img/cmn_arrow_bk.svg") no-repeat right center/4px auto;
  margin-right: 8px;
  padding-right: 12px;
  font-size: 15px;
  line-height: 1;
}
/*最後の要素は>なし*/
nav#breadNav ol li:last-of-type {
  content: "";
  display: inline-block;
  background: none;
}
/*-----------------------------------------*/
/*ソートボタン*/
/*-----------------------------------------*/
nav#sortNav {
  display: flex;flex-wrap: wrap;
  align-items: left;
  width: 1100px;
  margin: 0 auto 70px;
  color: #000;
}
/*-----------------------------------------*/
/*並べ替え通常*/
#sortNav ul {
  display: flex;
}
/*-----------------------------------------*/
/*製品説明書ページ専用設定*/
.manual #sortNav ul {
  justify-content: left;
}
#sortNav ul li {
  margin-right: 10px;
}
/*-----------------------------------------*/
/*ボタン*/
nav#sortNav .spacer{width:100%;}
nav#sortNav .fst button,nav#sortNav .stock button {
  display: inline-block;
  width: 13em;
  background: #FFF;
  border: 1PX solid #e4e4e4;
  padding:6px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin: 4px;
  text-align: center;
  }

nav#sortNav button {
display: inline-block;
width: 10em;
background: #FFF;
border: 1PX solid #e4e4e4;
padding:6px;
border-radius: 15px;
font-size: 12px;
line-height: 1;
font-weight: bold;
margin: 4px
}
nav#sortNav button.allcolor {
  /*background: #dbdbdb;*/
}
nav#sortNav button.uxcolor {
  background: #FFF;
  border: 1PX solid #e4e4e4;
}
nav#sortNav button.bxcolor {
  background: #FFF;
  border: 1PX solid #e4e4e4;
}




nav#sortNav .fieldset{width:100%;display:block;}

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

.uxcolor.mixitup-control-active{
  background-color: #ee7800!important;color:#FFF;
  transform: translateY(-2px) scale(1);

  }

  .bxcolor.mixitup-control-active{
    background-color: #71bce9!important;color:#FFF;
    transform: translateY(-2px) scale(1);

    }

#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: #666;
  color: #FFF;
}
/*並び替える*/
#sortTitle {
  display: inline-block;
  /*border-right: 2px solid #666;*/
  padding-right: 12px;
  margin: 0 0 20px 0;
}
.container .mix, .container .gap {
  display: inline-block;
  width: 380px;
  margin: 0 0 50px;
padding: 0 8px 40px;
}
/*-----------------------------------------*/
/*商品リスト*/
/*-----------------------------------------*/
ul.lineupList {
  display: flex;
  flex-wrap: wrap;
  width: 1140px;
  margin: 0 auto;
}
ul.lineupList li {
  position: relative;
  text-align: left;
}
/*-----------------------------------------*/
/*白1pxラインボタン*/
ul.lineupList a.btnBuy {
  /**width: 76%;*/
  width: 96%;
  line-height: 38px;
    position: absolute;bottom:0;left:0;right:0;margin:0 auto;
}
/*-----------------------------------------*/
/*アイコン*/
/*-----------------------------------------*/
ul.lineupList li.atack:before {
  content: "";
  width: 100px;
  height: 58px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_atack.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_atack.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_atack@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_atack.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_atack@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
}
ul.lineupList li.balance:before {
  content: "";
  width: 100px;
  height: 58px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_balance.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_balance.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_balance@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_balance.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_balance@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;

  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
}
ul.lineupList li.stamina:before {
  content: "";
  width: 100px;
  height: 58px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_stamina.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_stamina.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_stamina@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_stamina.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_stamina@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
}
ul.lineupList li.defence:before {
  content: "";
  width: 100px;
  height: 58px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_defense.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_defense.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_defense@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_defense.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_defense@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;


  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
}
/*ヒダリカイテン*/
ul.lineupList li.atackL:before {
  content: "";
  width: 100px;
  height: 58px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_atackL.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_atackL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_atackL@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_atackL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_atackL@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
}
ul.lineupList li.balanceL:before {
  content: "";
  width: 100px;
  height: 58px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_balanceL.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_balanceL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_balanceL@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_balanceL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_balanceL@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;

  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
}
ul.lineupList li.staminaL:before {
  content: "";
  width: 100px;
  height: 58px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_staminaL.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_staminaL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_staminaL@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_staminaL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_staminaL@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
}
ul.lineupList li.defenceL:before {
  content: "";
  width: 100px;
  height: 58px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_defenseLL.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_defenseLL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_defenseLL@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_defenseLL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_defense@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;


  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
}

.lineupList li.bx:after {
  content: "";
  width: 68px;
  height: 56px;
  background: url("/img/usr/freepage/beyblade_api/img/icon_bx.svg");
  background-size: 100% auto;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.lineupList li.ux:after {
  content: "";
  width: 68px;
  height: 56px;
  background: url("/img/usr/freepage/beyblade_api/img/icon_ux.svg");
  background-size: 100% auto;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.lineupList li.cx:after {
  content: "";
  width: 68px;
  height: 56px;
  background: url("/img/usr/freepage/beyblade_api/img/icon_cx.svg");
  background-size: 100% auto;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.lineupList li.b4_bx:after {
  content: "";
  width: 155px;
  height: 56px;
  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: 20px;
  left: 20px;
  z-index: 1;
}
.lineupList li.b4_ux:after {
  content: "";
  width: 155px;
  height: 56px;
  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: 20px;
  left: 20px;
  z-index: 1;
}
/*-----------------------------------------*/
/*種類*/
/*-----------------------------------------*//*--
ul.lineupList li.starter:after {
  position: absolute;
  content: "スターター";
    width:364px;
    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:364px;
    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:364px;
    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:364px;
    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:364px;
    padding: 4px 0px;
    font-size: 10px;
    line-height: 1;
    background:#bbb;color:#FFF;text-align:center;
    top: -16px;

}*/
/*-----------------------------------------*/
/*テキスト*/
/*-----------------------------------------*/
/*商品名型版*/
ul.lineupList li b {
  position: relative;
  display: block;
  padding: 12px 8px 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  /*macのboldを調整*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*商品名*/
ul.lineupList li b span {
    display:block
}
/*カテゴリーアイコン*/
#lower ul.lineupList li p {
  display: inline-block;
 width: auto;
 padding: 0 0 0 8px;
}

#lower ul.lineupList li p.category span {
  display: inline-block;
  border: 1px solid #333;
  padding: 0 8px 0;
  font-size: 11px;
  line-height: 18px;
}

/*価格*/
ul.lineupList li i {
  display: block;
  padding: 8px 8px 24px;
}
/*発売日*/
ul.lineupList li i:last-of-type {
  padding: 0 8px 20px;
  line-height: 1.4;
}
/*ホバー*/
ul.lineupList li a:hover {
  opacity: 0.5
}
/*画像*/
ul.lineupList li img {
  width: 100%;
}
/*注釈*/
ul.lineupList small {
  padding: 4px 8px 0;
}
/*-----------------------------------------*/
/*製品情報 詳細ページ*/
/*-----------------------------------------*/
dl.detail {
  display: flex;
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
}
/*画像レイアウト*/
dl.detail dt {
  width: 630px;
  margin-right: 40px;
}
/*テキストエリアレイアウト*/
dl.detail dd {
  width: 470px;
}
/*pタグの設定をリセット*/
#lower dl.detail dd p {
  width: auto;
  padding: 0;line-height: 1.3;
}
/*-----------------------------------------*/
/*詳細左商品スライダー*/
/*-----------------------------------------*/
.slick-prev, .slick-next {
  display: none;
}
.slider_outer2 {
  position: relative;
  display: flex;
  /*サムネイルを右に配置*/
  flex-direction: row-reverse;
  /*
サムネイルを左に配置
    flex-direction:row;
    サムネイルを下に配置
    flex-direction:column-reverse;*/
  width: 100%;
  height: auto;
  margin: 0;
}
.slider_outer2 .slider1_2 {
  width: 546px;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slider_outer2 .slick-track {
  height: 100%;
  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;
  /*縦並び*/
  flex-direction: column;
  flex-wrap: wrap;
  /*横並び
    flex-direction: row;*/
  width: 82px;
  height: 600px;
  margin: 0;
  overflow: hidden;
}
/*-----------------------------------------*/
/*サムネイル*/
/*-----------------------------------------*/
.slider_outer2 .thumbnail-item {
  position: relative;
  margin: 0 0 2px 2px;
}
/*選択されると背景色を透明にする*/
.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: 26px;
  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;
  display: flex;
  align-items: center;
}


/*ミギカイテン*/

dl.detail dd .spec .icon .atack {
  width: 102px;
  height: 62px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_atack.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_atack.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_atack@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_atack.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_atack@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;

}
dl.detail dd .spec .icon .balance {
  width: 102px;
  height: 62px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_balance.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_balance.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_balance@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_balance.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_balance@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
}
dl.detail dd .spec .icon .stamina{

  width: 102px;
  height: 62px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_stamina.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_stamina.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_stamina@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_stamina.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_stamina@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
}
dl.detail dd .spec .icon .defence {

  width: 102px;
  height: 62px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_defense.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_defense.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_defense@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_defense.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_defense@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
}

/*ヒダリカイテン*/
dl.detail dd .spec .icon .atackL {
  width: 102px;
  height: 62px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_atackL.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_atackL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_atackL@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_atackL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_atackL@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;

}
dl.detail dd .spec .icon .balanceL {
  width: 102px;
  height: 62px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_balanceL.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_balanceL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_balanceL@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_balanceL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_balanceL@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
}
dl.detail dd .spec .icon .staminaL{

  width: 102px;
  height: 62px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_staminaL.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_staminaL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_staminaL@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_staminaL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_staminaL@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
}
dl.detail dd .spec .icon .defenceL {

  width: 102px;
  height: 62px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_defenseL.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_defenseL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_defenseL@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_defenseL.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_defenseL@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
}



dl.detail dd .spec .icon .bx {
  width: 60px;
  height: 50px;
  background: url("/img/usr/freepage/beyblade_api/img/icon_bx.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 6px 8px 0

}
dl.detail dd .spec .icon .ux{

  width: 60px;
  height: 50px;
  background: url("/img/usr/freepage/beyblade_api/img/icon_ux.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 6px 8px 0


}
dl.detail dd .spec .icon .cx{

  width: 60px;
  height: 50px;
  background: url("/img/usr/freepage/beyblade_api/img/icon_cx.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 6px 8px 0


}

dl.detail dd .spec .icon .b4 {
  width: 76px;
  height: 50px;
  background-image: url("/img/usr/freepage/beyblade_api/img/icon_b4.png");
  background-image: image-set(url("/img/usr/freepage/beyblade_api/img/icon_b4.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_b4@2x.png") 2x);
  background-image: -webkit-image-set(url("/img/usr/freepage/beyblade_api/img/icon_b4.png") 1x, url("/img/usr/freepage/beyblade_api/img/icon_b4@2x.png") 2x);
  background-repeat: no-repeat;
  background-size:100% auto;
  margin: 6px 8px 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 32px;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #999;
}
.spec a.btnRoundmini_web {
  position: absolute;
  display: inline-block;
  top: -2.5em;
  right: 0;
}
/*-----------------------------------------*/
/*web取扱説明書*/
a.btnRoundmini_web {
  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;
}
.spec a.btnRoundmini2 {
  position: absolute;
  display: inline-block;
  top: 0.4em;
  right: 0;
}
a.btnRoundmini2 {
  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;
}
/*-----------------------------------------*/
/*注意書き*/
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: 1100px;
  margin: 32px auto 80px;
}



ul.helpList li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 16px 40px 16px 20px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
/*ヘルプ内QA*/
ul.helpList.inner {
  width: 100%;
  margin: 0px auto 0px;
}

ul.helpList.inner li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 16px 40px 16px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

ul.helpList.inner li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 16px 40px 16px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
}


ul.helpList.inner li.back {
  background: none;
  padding-right: 12px;
}

ul.helpList.inner li:last-child {

  border:none;
}

#lower ul.helpList.inner p.qaTxt {
  width: auto;
  text-indent: -1.3em;
  margin-left: 1.3em;
  padding:0 0 4px;
}




ul.helpList.inner dl dt {
  display: block;
  cursor: default;
  font-weight: normal;
  padding-bottom: 8px;

}



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;
}
#lower ul.helpList div {
  display: none;
  padding: 8px 24px 0;
  line-height: 1.4;
}
#lower ul.helpList div a {
  color: #1a9dcf;
  text-decoration: underline;
}



/*-----------------------------------------*/
/*製品説明書*
/*-----------------------------------------*/
ul.manualList {
  width: 1000px;
  margin: 0px auto;
}
ul.manualList li.mix {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0 4px 20px;
  border-bottom: 1px solid #ccc;
}
/*ダウンロードボタン*/
ul.manualList li.mix a.btnRoundmini {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
ul.manualList li dl {
  display: flex;
  align-items: center;
}
/*画像*/
ul.manualList li dl dt {
  width: 115px;
  line-height: 1;
}
/*テキスト*/
ul.manualList li dl dd {
  position: relative;
  width: 100%;
}
ul.manualList li dl dd .name {
  position: absolute;
  display: flex;
  align-items: center;
  width: 660px;
  padding-left: 20px;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
ul.manualList li dl dd .name span {
  display: inline-block;
  width: 500px;
  font-size: 16px;
  margin-left: 0.8em;
  padding-top: 0.5em;
  line-height: 1.4;
}
/*-----------------------------------------*/
/*最後の要素から下paddingを削除*/
#index article.lastChild {
  padding-bottom: 0;
}
/*-----------------------------------------*/
/*YOUTUBEレスポンシブ*/
/*-----------------------------------------*/
.mov {
  width: 880px;
  margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*-----------------------------------------*/
/*TOP slider 追加設定*/
/*-----------------------------------------*/





.swiper-container {
  background: #f7f7f7;
  /*コンテンツがナビゲーションの下に回り込むため-マージン入る*/
  margin: -56px auto 0;
  padding: 76px 0 60px;
}
/*スライド左右の画像をグレースケールに変更*/
.swiper-container .slider .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
  opacity: 0.3;
}
/*画像の大きさをブラウザに合わせて変更*/
.slider img {
  width: 800px;
  margin: 0 auto;
}
/*
.slick-slide {
  width: 800px;
  box-sizing: border-box;
}
/*-----------------------------------------*/
/*スライダーのチラつき防止*/
.slider, .slider1_2 {
  visibility: hidden;
}
.slider.slick-initialized, .slider1_2.slick-initialized {
  visibility: visible
}
/*-----------------------------------------*/
/* Dots */
.slick-dotted.slick-slider {
  /*    margin-bottom: 30px;*/
}
.slick-dots {
  position: absolute;
  bottom: -36px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 40px;
  line-height: 30px;
  font-family: 'slick';
  color: black;
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before {
  color: #b5ff57;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #b5ff57;
}
/*
ruby[data-ruby] {
    position:relative;
  }

  rt{display: none;}

  ruby[data-ruby]::before {
    content: attr(data-ruby);
    position:absolute;
    left:-2em;
    top:-1em;
    right:-2em;
    text-align:center;
    font-size:.6em;
  }*/
