@charset "utf-8";
/*============================

grandindex用css
avengers_iw_PC用

============================*/
#main, #tw2022_slider,
#robot_tamashii.gi_contentsarea {
  background:url(/img/grand_index/robot_tamashii/bg.jpg) no-repeat center top;
  background-size:cover;
  background-attachment:fixed;
}
#robot_tamashii .gi_contents_bgarea{
    background: none;
}
#robot_tamashii h1 {
  background:url(/img/grand_index/robot_tamashii/bg_ttl.jpg) no-repeat center top;
  background-size:cover;
  color:#ffffff;
  padding:15px 100px 13px 60px;
  margin-bottom:20px;
  height:150px;
}
#robot_tamashii h1 img {
  width:38%;
}
#robot_tamashii h1 span {
  font-size:36px;
  padding-left:45px;
  display:inline-block;
}
#robot_tamashii .slick-dots li.slick-active button:before {
  color:#e70012;
  opacity:0.8;
}
#robot_tamashii .gi_brandexplanation {
  background:rgba(255,255,255,0.8);
  padding:30px;
}

/*ページ内リンク
==============================*/
/*#robot_tamashii .gi_plbtn li a {
  opacity:0.8;
}
#robot_tamashii .gi_plbtn li a:hover {
  opacity:1;
}*/
#robot_tamashii #gi_plbtn .btn_link a {
  color: #fff;
  background: #e70012!important;
}
#robot_tamashii #gi_plbtn .btn_link a:after{
  background: #fff;
}
#robot_tamashii #gi_plbtn .btn_link a:hover{
    background: #fff!important;
    border: 1px solid #e70012;
    color: #e70012;
}
#robot_tamashii #gi_plbtn .btn_link a:hover:after{
    background: #e70012;
}

#robot_tamashii .gi_appealarea img{
    width: 100%;
}
#robot_tamashii .gi_appealarea .rt_bnr_blog {
  text-align:center;
  margin-bottom:120px;
}
#robot_tamashii .gi_appealarea .rt_bnr_blog img {
  width:68%;
}



/*--Movie--*/
#robot_tamashii .rt_movie_area {
  padding-bottom:10px;
  text-align:center;
}

#robot_tamashii .rt_movie_txt {
  color:#ff0000;
  font-size:20px;
  text-align:center;
  padding-bottom:50px;
  font-weight: bold;
}







#robot_tamashii #gi_productlist .pagenavi li a {
  background-color:rgba(255,255,255,0.8);
}
#robot_tamashii #gi_productlist .pagenavi li.active a,
#robot_tamashii #gi_productlist .pagenavi li a:hover,
#robot_tamashii #gi_productlist .pagenavi li a:active {
  background-color:rgba(0,0,0,1);
  color:#ffffff;
}
#robot_tamashii .gi_subcatearea_logo li {
  border:3px solid #ffffff;
  background:rgba(255,255,255,0.7);
}
#robot_tamashii .gi_subcatearea_logo li:hover {
  background:rgba(255,255,255,1);
}
#robot_tamashii .gi_copyright {
  display:none;
}


/*.公式ブログバナーテキスト化
==============================*/
#robot_tamashii .rt_bnr_blog_l {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0c0c0c;
    color: #fff;
    font-family: "源ノ角ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
    width: 680px;
    margin: auto;
    padding: 14px 0.6em;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
#robot_tamashii .rt_bnr_blog_l:hover {
    cursor: pointer;
    opacity: 0.8;
}
#robot_tamashii .rt_bnr_blog_l a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#robot_tamashii .rt_bnr_blog_l .rt_bnr_blog_txt {
    margin-left: 0.6em;
}
#robot_tamashii .rt_bnr_blog_l .rt_bnr_blog_txt .txt01 {
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.1em;
}
#robot_tamashii .rt_bnr_blog_l .rt_bnr_blog_txt .txt02 {
    font-size: 2em;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.1em;
}


/*.gi_language
==============================*/
#robot_tamashii .gi_language {
    font-family: source-han-serif-japanese,serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto 20px;
    max-width: 700px;
    padding-top: 20px;
    position: relative;
}
#robot_tamashii .gi_language::before{
    content: "";
    position: absolute;
    top: 38%;
    left: 31%;
    width: 35px;
    height: 34px;
    background: url(/img/grand_index/robot_tamashii/icon_lang_s2tzcmw8.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
}

#robot_tamashii .language_btn {
    position: relative;
    background: #84bdc2;
    color: #000;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 1em 0.4em 1em 2em;
}
#robot_tamashii .language_btn::before,
#robot_tamashii .language_btn::after {
    content: "";
    position: absolute;
    top: 47%;
    width: 365px;
    height: 7px;
}
#robot_tamashii .language_btn:hover {
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;  
}

#robot_tamashii .language_contents_wrap {
    position: relative;
    width: 100%;
}
#robot_tamashii .language_contents {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#robot_tamashii .language_contents li.wovn-switch {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 0.6em 0.4em;
}
#robot_tamashii .language_contents li.wovn-switch.selected {
    background: #84bdc2;
}
#robot_tamashii .language_contents li.wovn-switch:hover {
    cursor: pointer;
    background: #9cdfe5;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}