@charset "utf-8";
/*============================

grandindex用css
ブランド名or作品名_PC用

============================*/
#yugioh {
  overflow-x: hidden;
}
#yugioh .dis_sp {
  display: none;
}
/*背景
==============================*/
/* 固定 */
header,
#yugioh.gi_contentsarea{
  background: url(https://tamashiiweb.com/img/grand_index/yugioh/20231214_bg_kD3SLRGQ.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#yugioh .gi_contents_bgarea {
  background: none;
}

/*見出し
==============================*/
/*スライド
==============================*/
/*スライド下フリーエリア
==============================*/
/*ブランド説明
==============================*/
/* 作品ロゴ白くする */

#yugioh #gi_explanation {
  margin-top: 0px;
}
#yugioh #gi_explanation dl dt {
  margin-bottom: 40px;
}
#yugioh #gi_explanation dl dt:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 247px;
  height: 110px;
  background: url(https://tamashiiweb.com/img/grand_index/yugioh/20231214_logo_kD3SLRGQ.png) no-repeat;
  background-size: contain;
} 
#yugioh #gi_explanation dl dt img {
  display: none;
}
#yugioh #gi_explanation dl dd {
  display: none;
  color: #fff; /* 作品紹介文の色 */
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2.5;
}

/*ページ内リンク
==============================*/
#yugioh .gi_contents_bgarea {
  padding-top: 0;
}
#yugioh .gi_contents_bgarea .gi_contents_bgarea_upper {
  padding-top: 0;
}
#yugioh #gi_plbtn .btn_link a {
  border: 1px solid #6d2b93;
  background: #6d2b93;
  color: #fff; /* 文字の色 */
  -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;
}
#yugioh #gi_plbtn .btn_link a:after {
  background: #fff; /* 矢印の色 */
  -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;
}
#yugioh #gi_plbtn .btn_link a:hover {
  opacity: .9;
  background: none;
  border: 1px solid #6d2b93;
  background: #fff;
  color: #6d2b93; /* 文字の色 */
}
#yugioh #gi_plbtn .btn_link a:hover:after {
  background: #6d2b93;
}


/*更新履歴
==============================*/
#NEWS .gi_subtitle {
  color: #fff;
}
.block-news .newsSwiper .swiper-wrapper .swiper-slide .textbox .day span {
  color: #fff;
}
.block-news .newsSwiper .swiper-wrapper .swiper-slide {
  background: #fff;
}
/*訴求エリア
==============================*/
/*バックナンバー
==============================*/
/*商品一覧
==============================*/
/* 背景暗いとき */
#yugioh.gi_contentsarea #gi_productlist .gi_subtitle._underline {
  color: #fff;
}
#yugioh #category_search .search_main_wrap .order_wrap label span {
  border-color: #fff;
  color: #fff;
}
#yugioh #category_search .search_main_wrap .order_wrap label input:checked + span {
  border-color: #fff;
}
.gi_contentsarea .gi_subtitle._underline {
  padding-bottom: 33px;
  background: url(https://tamashiiweb.com/img/grand_index/yugioh/20231214_title-bg_kD3SLRGQ.png) no-repeat center top;
  background-size: contain;
}
.gi_contentsarea .gi_subtitle._underline::before {
  display: none;
}
#yugioh #gi_productlist .search_result .result {
  color: #fff;
}
#yugioh #gi_productlist .search_result .txt {
  border-color: #fff;
  color: #fff;
}

/* 赤い部分をデザインに合う色に変更 */
/* ページナビ */
#yugioh #gi_productlist .pagenavi li.active a, 
#yugioh #gi_productlist .pagenavi li a:hover, 
#yugioh #gi_productlist .pagenavi li a:active {
  background-color: #6d2b93;
}

/*商品下フリーエリア
==============================*/
/*関連情報
==============================*/
/*関連情報下
==============================*/
/*コピーライト
==============================*/
#yugioh .gi_copyright {
  display: none;
}
#yugioh .gi_free_copyright {
  color: #fff; /* 背景暗いとき */
  font-size: 12px;
}
