@charset "UTF-8";

/*common.css*/


/*インポート*/

@import url("../../common2/css/cmn_style.css");

/*ブレイクポイント750px版*/

@import url("../../common2/css/cmn_layout.css");

/*ブレイクポイント750px版*/

@import url("font-ico.css");

/*iconfont(icomoon)*/

@import url("font.css");

/*@import url("form.css");*/


/*基本フォント*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


/*基本レイアウト2colum*/

.content {
  display: table;
  min-height: 780px;
  min-width: 750px;
}

.mainCol {
  width: 750px;
  display: table-cell;
  color: #404040;
  background-color: #fff;
  position: relative;
  padding-bottom: 64px;
}

.bnrCol {
  background: url(../img/menu/bg_menu.gif) repeat-y center top;
  width: 330px;
  height: 100%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 20px;
  z-index: 10;
}


/* PC・SP共通
------------------------------------------------------------------------------------------------------------------*/


/*mainColメインメニュー*/

#nav {
  background: url('../img/nav/bg_nav_ver3.png') no-repeat center top;
  height: 292px;
  padding: 52px 7px 0;
}

#nav li {
  float: left;
  width: 25%;
}


/*mainColグローバルメニュー*/

.gNav {
  background: url(../img/gnav/gnav_bg.png) no-repeat center top;
  height: 214px;
}

.gNavLogin {
  margin-left: 14px;
  padding-top: 55px;
}

.gNavLogin li {
  float: left;
}

.anime_mov_sp {
  margin: 20px 0;
  padding: 0 20px;
  display: none;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 750px) {
  .anime_mov_sp {display: block;}
}


/*右カラムメニュー*/

.bnrCol #sideBnr {
  padding-left: 5px;
}

.bnrCol #sideBnr h1 {
  margin-bottom: 20px;
}

.bnrCol #sideBnr ul li {
  margin-bottom: 10px;
}

#sb-bnr li {
  margin-top: 12px;
}

#sb-bnr li a {
  display: block;
}

.bnrCol #sideBnr .sideBnr_mov-wrap{
  position: absolute;
  top: 137px;
    right: 26px;
}
.sideBnr_mov-wrap_2_img{
  position: relative;
  top: -150px; 
}
.bnrCol #sideBnr .sideBnr_mov-wrap_2{
  position: relative;
    top: 130px;
    right: 0px;
    z-index: 120;
}

.innerFooter {
  background: url(../img/inner_footer.gif) no-repeat 0 0;
  width: 750px;
  height: 64px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
}


/*タカラトミー共通フッター*/

#footerWrap {
  height: 214px;
  background-color: #fff;
  position: relative;
  z-index: 11;
}


/*固定フッターボタン*/

.ftrBnrWrap {
  position: fixed;
  bottom: 0;
  z-index: 1200;
  width: 760px;
}

.ftrBnrArea {
  width: 750px;
  height: 146px;
  padding: 35px 22px 0px;
  background: url(../img/bg_ftr_bnr.png) no-repeat center bottom;
  display: table;
}

.ftrBnrArea a {
  display: table-cell;
  vertical-align: top;
}

.ftrBnrArea a:nth-child(2) img {
  margin: 0 5px;
}

@media screen and (min-width: 1080px) {
  .ftrBnrWrap {
    width: 750px;
    left: 50%;
    margin-left: -540px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1079px) {
  .ftrBnrWrap {
    width: 750px;
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  .ftrBnrWrap {
    width: 750px;
  }
}


/* PC表示用 ==========================================================================================*/

@media screen and (min-width: 751px) {
  .spOnly {
    display: none;
  }
  body {
  }
  #wrapper {
    background: url('../img/bg_top_2021.png') no-repeat center top;
    background-attachment: fixed;
  }
  #menuBtn {
    display: none;
  }
  .content {
    width: 1080px;
    margin: 0 auto;
    background: url(../img/menu/bg_menu.gif) repeat-y right top;
    position: relative;
  }
}


/* SP表示用 ==========================================================================================*/

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none;
  }
  .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .container a {
    text-decoration: underline;
  }
  #menuBtn {
    z-index: 4;
    position: relative;
    border-radius: 5px;
    top: 10px;
    right: 10px;
    float: right;
  }
  .bnrCol {
    display: none;
  }
  .sb-toggle-right {
    width: 114px;
    height: 116px;
    background: url(../img/btn_menu.png) no-repeat center center;
  }
  #footer {
    margin-bottom: 154px;
  }
}


/*=================================================================================================*/


/* フォームパーツ共通デフォルトスタイル
------------------------------------------------------------------------------------------------------------------*/

.inputLabel,
.inputConf dt {
  margin: 15px 0 5px;
  color: #0069b5;
  display: block;
  cursor: default;
}

.inputLabel:before,
.inputConf dt:before {
  content: "\25a0"
}

.cBoxLabel {
  display: inline;
  padding-left: 10px;
}


/*入力フォーム*/

div.content input[type="text"],
div.content input[type="email"],
div.content input[type="password"],
div.content input[type="tel"],
div.content input[type="number"] {
  -webkit-appearance: none;
  width: 100%;
  height: 58px;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  padding: 2px 6px;
}


/*セレクトボックス*/

div.content select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 58px;
  font-size: 18px;
  text-indent: 3px;
  background-color: #fff;
  padding-left: 1em;
}

div.content select::-ms-expand {
  display: none;
}

div.content select {
  width: 100%;
  height: 58px;
  font-size: 18px;
  text-indent: 3px;
  background-color: #fff;
  padding-left: 1em;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
}

div.content select {
  background-image: url(../../cmn_portal/img/select-down.png);
  background-position: 96%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 18px 13px;
}


/*チェックボックス*/

div.content input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #e5e5e5;
  border-radius: 5px;
  box-shadow: rgba(92, 96, 102, 0.580392) 1px 1px 1px 1px inset;
  -webkit-box-shadow: rgba(92, 96, 102, 0.580392) 1px 1px 1px 1px inset;
  -moz-box-shadow: rgba(92, 96, 102, 0.580392) 1px 1px 1px 1px inset;
}

div.content input[type="checkbox"]:checked:before {
  position: absolute;
  left: 3px;
  top: 19px;
  display: block;
  content: "";
  width: 11px;
  height: 5px;
  background: #ff7507;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}

div.content input[type="checkbox"]:checked:after {
  position: absolute;
  left: 12px;
  top: 20px;
  display: block;
  content: "";
  width: 19px;
  height: 5px;
  background: #ff7507;
  -webkit-transform: rotate(-50deg);
  -webkit-transform-origin: left center;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button img {
  width: 100%;
  height: auto;
}

/* SP表示用 ==========================================================================================*/

@media screen and (max-width: 750px) {
  .cBoxWrap {
    margin: 50px 0;
  }
  div.content input[type="checkbox"] {
    top: 5px;
  }
}


/* PC表示用 ==========================================================================================*/

@media screen and (min-width: 751px) {
  .cBoxWrap {
    margin-top: 20px;
  }
  div.content input[type="checkbox"] {
    top: 8px;
  }
}


/* ライブラリースタイル
------------------------------------------------------------------------------------------------------------------*/

.bLineT {
  border-top: 1px solid #ccc;
}

.bLineB {
  border-bottom: 1px solid #ccc;
}

.pagetopBtn {
  text-align: right;
  margin: 20px 0;
}


/* 基本テーブルスタイル */

.basicTbl {
  width: 670px;
  margin: 0 auto;
  border: 1px solid #717171;
}

.basicTbl th {
  background-color: #ffa200;
  color: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #717171;
}

.basicTbl td {
  padding: 10px;
  text-align: left;
  border: 1px solid #717171;
  word-break: break-all;
}

.basicTbl tr:nth-child(even) {
  background-color: #fff;
}

.basicTbl tr:nth-child(odd) {
  background-color: #fffdda;
}

.basicTbl th span {
  height: 22px;
  width: 22px;
  box-shadow: 1px 1px 2px #555;
  float: right;
}

.basicTbl th span:active {
  height: 22px;
  width: 22px;
  box-shadow: none;
}

.basicTbl th span.asc {
  display: inline;
}

.basicTbl th.sorting_desc span.asc {
  display: none;
}

.basicTbl th span.desc {
  display: none;
}

.basicTbl th.sorting_desc span.desc {
  display: inline;
}


/* 基本リストスタイル */

.basicList {
  margin: 10px 0;
}

.basicList li:before {
  content: "\30fb";
  color: #0069b5;
  padding-right: 5px;
}

@media screen and (min-width: 751px) {
  .basicList li {
    text-indent: -1.2em;
    padding-left: 1.2em;
    margin: 0.5em 0;
  }
}

@media screen and (max-width: 750px) {
  .basicList li {
    text-indent: -1.15em;
    padding-left: 1.1em;
  }
}


/* 基本定義リストスタイル */

.basicDefinList {
  margin: 10px 0;
}

.basicDefinList dt {
  color: #0069b5;
  font-weight: bold;
}

.basicDefinList dt:before {
  content: "\25a0";
  color: #0069b5;
  padding-right: 5px;
}

.basicDefinList dd {
  padding: .5em 1.2em;
}


/* 基本リストナビゲーション */

.navList {
  padding-bottom: 20px;
}


/* 基本ページネーション */

ul.pager li > span {
  display: none;
}

ul.pager li .prev {
  margin-left: 2em;
}

ul.pager li .next {
  margin-right: 2em;
}


/*基本ボタンスタイル*/

div.content input[type="button"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.basicBtn {
  border-radius: 5px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  /*text-shadow:1px 1px 2px #283966;*/
}

a.basicBtn {
  text-decoration: none;
}

a.basicBtn:hover {
  color: #fff;
}

.basicBtn:active {
  position: relative;
  top: 1px;
}


/*positiveオレンジ*/

.basicBtn.positive {
  line-height: 1.4;
  box-shadow: 0px 0px 0px 1px #e77400;
  background: #ff9f0c;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9f0c 0%, #ff8c05 45%, #ff7201 55%, #ff8c1d 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff9f0c', endColorstr='#ff8c1d', GradientType=0);
  /* IE6-9 */
  border: 2px solid #ffdc16;
  text-shadow: 1px 1px 2px #283966;
}

.basicBtn.positive span {
  font-size: 14px;
}

.basicBtn.positive:hover {
  background: #ffbf11;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffbf11 45%, #ff9401 55%, #ffae24 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffbf11', endColorstr='#ffae24', GradientType=0);
  /* IE6-9 */
}


/*negativeグレー*/

.basicBtn.negative {
  box-shadow: 0px 0px 0px 1px #5b5b5b;
  background: #b2b2b2;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #b2b2b2 45%, #828282 55%, #b2b2b2 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#b2b2b2', GradientType=0);
  /* IE6-9 */
  border: 2px solid #e3e3e3;
  text-shadow: 1px 1px 2px #283966;
}

.basicBtn.negative:hover {
  background: #b8b8b8;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #b8b8b8 45%, #a8a8a8 55%, #b8b8b8 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#b8b8b8', GradientType=0);
  /* IE6-9 */
}


/*アクティブ状態*/

.basicBtn.active {
  background-color: #fff;
  border: 2px solid #e77200;
  color: #ff8a00;
  cursor: default;
}

.basicBtn.active:hover {
  color: #ff8a00
}

.basicBtn.inactive {
  background-color: #fff;
  border: 2px solid #8d8d8d;
  color: #8d8d8d;
  cursor: default;
}


/*pTopページトップ*/

.basicBtn.pTop {
  box-shadow: 0px 0px 0px 1px #007751;
  background: #44da9a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #44da9a 0%, #2cbd86 49%, #14a173 50%, #45d99d 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#44da9a', endColorstr='#45d99d', GradientType=0);
  /* IE6-8 */
  border: 2px solid #5ce8bc;
  text-shadow: 1px 1px 2px #283966;
  float: right;
}

.basicBtn.pTop:hover {
  box-shadow: 0px 0px 0px 1px #007751;
  background: #59e5b8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #59e5b8 0%, #59e5b8 43%, #1abd96 54%, #5ae4bb 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59e5b8', endColorstr='#5ae4bb', GradientType=0);
  /* IE6-8 */
  border: 2px solid #5ce8bc;
  text-shadow: 1px 1px 2px #283966;
}

@media screen and (min-width: 751px) {
  .basicBtn {
    width: 100%;
    font-size: 18px;
    padding: 15px;
    margin: 0 auto;
  }
  #bladerBeyConfirmBox .basicBtn {
      font-size: 17px;
      padding: 0;
  }
  .basicBtn.half {
    width: 48%;
    font-size: 18px;
    margin: 0 auto;
  }
  .basicBtn.mini {
    width: 30%;
    font-size: 18px;
  }
  .basicBtn.pTop {
    width: 245px;
  }
  .secH2.first{
      margin-bottom:0px !important;
   }
  .secH2 a{
     text-decoration:none !important;
  }
}

@media screen and (max-width: 750px) {
  .container a {
    text-decoration: underline;
  }
  .secH2.first{
      margin-bottom:0px !important;
   }
  .secH2 a{
     text-decoration:none !important;
  }
  .basicBtn {
    width: 100%;
    padding: 28px;
    font-size: 26px;
  }
  #bladerBeyConfirmBox .basicBtn {
    padding:10px;
  }
  .basicBtn.mini {
    width: 48%;
    font-size: 26px;
  }
  .basicBtn.pTop {
    width: 245px;
    padding: 16px;
  }
  .basicBtn.pTop {
    text-decoration: none;
    display: none;
  }
}

/* アクセス時モーダル */
#noticeBox.modalBox {
    display: none;
    padding: 2px 0;
    width: 710px;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
}
#noticeBox .modal_close {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    width: 70px;
    height: 70px;
    background: url('../../category/img/modal_close.png');
    z-index: 2;
}
div#noticeBox img {
    padding: 70px 0;
}


#bladerBeyConfirmBox.modalBox {
    display: none;
    padding: 2px 0;
    margin: 0 100px;
    width: 600px;
    right: 0;
    overflow-y: scroll;
}

#bladerBeyConfirmBox.modalBox .reset_blader_bey_confirm {
    text-align:center;
    margin: 20px 0;
    padding: 20px 20px;
    padding-bottom: 5px;
    background-color: #fff;
}

