@charset "utf-8";
/*======================


grandindex用css
gi2022_common.css
2022/10


======================*/

/*------------------------
#tw2022_slider
--------------------------*/
#tw2022_slider {
  margin-bottom: 0;
}

/*全体
=====================*/
.gi_contents_bgarea {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 60px;
}

.gi_contents_bgarea_upper {
  padding-top: 30px;
  padding-bottom: 80px;
}

.gi_contentsarea a:hover img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: .7;
}

.gi_contents_inner {
  width: 1000px;
  margin: auto;
}

.gi_updatearea .gi_contents_inner,
#gi_salessite .gi_contents_inner,
#notice .gi_contents_inner,
#ask .gi_contents_inner,
#gi_specialarea .gi_contents_inner {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.36);
}

#gi_salessite .gi_contents_inner {
  margin-bottom: 100px;
}

/*--魂共通見出し--*/
.gi_contentsarea .gi_subtitle {
  font-size: 37px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}

.gi_contentsarea .gi_subtitle._underline {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.gi_contentsarea .gi_subtitle._underline::before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DC000C;
  border-radius: 2px;
}

/*作品紹介*/
#gi_explanation {
  padding: 30px;
}

#gi_explanation dl {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

#gi_explanation dl dt,
#gi_explanation dl dd {
  margin-bottom: 15px;
}

#gi_explanation dl dt img {
  margin: auto;
}

.gi_contentsarea #gi_explanation .btn_link a {
  background: transparent;
  border: 1px solid #000;
  box-shadow: none;
  padding: 10px 40px 10px 20px;
  font-size: 14px;
}

.gi_contentsarea #gi_explanation .btn_link a:after {
  background: #000;
}

.gi_contentsarea #gi_explanation .btn_link a:hover {
  background: #000;
  color: #fff;
}

.gi_contentsarea #gi_explanation .btn_link a:hover:after {
  background: #fff;
}


/*--ページ内リンク--*/
#gi_plbtn {
  margin-bottom: 100px;
}

.gi_plbtn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gi_plbtn_list li.btn_link {
  margin: 10px;
}

#gi_plbtn .btn_link a:after {
  transform: translateY(-50%) rotate(90deg);
}


/*--更新履歴--*/
.gi_updatearea .gi_contents_inner {
  margin-bottom: 100px;
  background: rgba(255, 255, 255, 0.9);
}

.gi_updatearea .update_list {
  padding: 40px 70px;
  height: 400px;
  overflow-y: scroll;
}

.gi_updatearea .update_list dt {
  color: #868686;
  font-size: 13px;
  padding-left: 1.8em;
  margin-bottom: 5px;
}

.gi_updatearea .update_list dd {
  font-size: 16px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 1em;
}

.gi_updatearea .update_list dd a {
  transition: all .2s;
}

.gi_updatearea .update_list dd a:hover {
  text-decoration: underline;
}

/*--訴求エリア--*/
.gi_appealarea {
  width: 1000px;
  margin: 0 auto;
}

/*--商品情報--*/
#gi_productlist {
  margin-bottom: 145px;
}

/*絞り込み*/
#category_search {
  margin-bottom: 30px;
}

#category_search .search_main_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 30px;
}

#category_search .search_main_wrap .search_modal_btn {
  margin-right: 10px;
}

#category_search .search_main_wrap .search_modal_btn a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 9px 30px 9px 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #333;
}

#category_search .search_main_wrap .search_modal_btn a:hover {
  background: #e50112;
  color: #fff;
}

#category_search .search_main_wrap .search_modal_btn a:hover:before {
  background: #fff;
}

#category_search .search_main_wrap .search_modal_btn a::before {
  content: '';
  display: block;
  width: 20px;
  height: 17px;
  background: #707070;
  mask: url(https://tamashiiweb.com/img/grand_index/common/ico_refine.png) no-repeat center center;
  -webkit-mask: url(https://tamashiiweb.com/img/grand_index/common/ico_refine.png) no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#category_search .search_main_wrap form {
  width: 85%;
}

#category_search .search_main_wrap .order_wrap {
  display: flex;
  flex-wrap: wrap;
}

#category_search .search_main_wrap .order_wrap label {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}

#category_search .search_main_wrap .order_wrap label input {
  display: none;
}

#category_search .search_main_wrap .order_wrap label span {
  background: transparent;
  border: 1px solid #3B3B3B;
  border-radius: 25px;
  padding: 8px 25px;
  font-size: 16px;
  display: inline-block;
  transition: all .2s;
}

#category_search .search_main_wrap .order_wrap label span:hover {
  background: #333;
  border: 1px solid #333;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  color: #fff;
}

#category_search .search_main_wrap .order_wrap label input:checked+span {
  background: #333;
  border: 1px solid #333;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  color: #fff;
}

/*--モーダル全体--*/
.search_modal {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 0 0;
  text-align: center
}

.search_modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.search_modal:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.search_modal::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.search_modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  text-indent: -9999px;
}

.search_modal .search_modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  border-radius: 2px;
  background: #EDEDED;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  text-align: left;
  max-height: 90%;
  overflow-y: auto;
}

.search_modal .search_modal-window img {
  width: 100%;
}

.search_modal .search_modal-window .modal-content {
  position: relative;
}

.search_modal .search_modal-close_wrap {
  position: absolute;
  top: -50px;
  right: 0;
}

.search_modal .search_modal-close {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 23px;
}

.search_modal .search_modal-close span {
  display: block;
  font-size: 10px;
}

/*モーダル中身*/
#category_search .search_modal form {
  margin: 40px 20px 30px;
}

#category_search .search_modal form ul {
  display: flex;
  flex-wrap: wrap;
}

#category_search .search_modal li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}

#category_search .search_modal li:nth-last-of-type(-n+2) {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#category_search .search_modal li .select_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#category_search .search_modal li.select_category.maincate {
  width: 60%;
  padding-right: 3%;
}

#category_search .search_modal li.select_category.subcate {
  width: 37%;
}

#category_search .search_modal li.select_category .select_wrap:after {
  content: '';
  width: 7px;
  height: 7px;
  border-bottom: solid 2px #3B3B3B;
  border-right: solid 2px #3B3B3B;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

#category_search .search_modal li.select_category select {
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 16px;
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

#category_search .search_modal li.select_category select option:first-of-type {
  text-align: center;
}

#category_search .search_modal .select_category select:hover {
  cursor: pointer;
}

#category_search .search_modal .select_category select::-ms-expand {
  display: none;
}

#category_search .search_modal li p {
  margin-bottom: 20px;
  font-size: 18px;
}

#category_search .search_modal .select_wrap label {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

#category_search .search_modal .select_wrap input {
  display: none;
}

#category_search .search_modal .select_wrap label span {
  background: transparent;
  border: 1px solid #333;
  border-radius: 25px;
  padding: 8px 25px;
  font-size: 16px;
  display: inline-block;
  transition: all .2s;
  cursor: pointer;
}

#category_search .search_modal .select_wrap label span:hover {
  background: #333;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  opacity: .8;
}

#category_search .search_modal .select_wrap label input:checked+span {
  background: #333;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
}

#category_search .search_modal .submit_btn {
  text-align: center;
  margin-top: 30px;
}

#category_search .search_modal .submit_btn input {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #A52C29;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  padding: 8px 25px;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  transition: all .2s;
}

#category_search .search_modal .submit_btn input:hover {
  background: #333;
}

/*search_result*/
#gi_productlist .search_result {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#gi_productlist .search_result .result {
  padding-right: 10px;
  font-size: 24px;
  font-weight: bold;
}

#gi_productlist .search_result .txt {
  padding-left: 15px;
  border-left: 2px solid #333;
  font-weight: 400;
  font-size: 14px;
}

/* pagenavi */
#gi_productlist .pagenavi {
  margin: 2em 0;
  text-align: center;
}

#gi_productlist .pagenavi li {
  display: inline-block;
  font-size: 20px;
  margin: 0 5px;
}

#gi_productlist .pagenavi li a {
  padding: 10px;
  height: 42px;
  min-width: 42px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  background: #fff;
  display: inline-block;
  border-radius: 9999px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gi_productlist .pagenavi li.active a,
#gi_productlist .pagenavi li a:hover,
#gi_productlist .pagenavi li a:active {
  background-color: #DC000C;
  color: #fff;
}

/*商品リスト*/
.product_search_list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}

.product_search_list>li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
}

.product_search_list>li:nth-of-type(3n) {
  margin-right: 0;
}

.product_search_list>li:nth-child(3n+1):nth-last-child(-n+3),
.product_search_list>li:nth-child(3n+1):nth-last-child(-n+3)~li {
  margin-bottom: 0;
}

.product_search_list .item_img a {
  display: block;
  overflow: hidden;
  transition: all .2s;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.product_search_list .item_img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product_search_list .item_img a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.product_search_list .item_info {
  background: #fff;
  padding: 10px 20px 25px;
  position: relative;
  height: 100%;
}

.product_search_list .item_label {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
}

.product_search_list .item_label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
}

.product_search_list .item_label._type01 {
  color: #5d90ec;
}

.product_search_list .item_label._type01:before {
  background: #5d90ec;
}

.product_search_list .item_label._type02 {
  color: #bc4340;
}

.product_search_list .item_label._type02:before {
  background: #bc4340;
}

.product_search_list .item_label._type03 {
  color: #e47a3a;
}

.product_search_list .item_label._type03:before {
  background: #e47a3a;
}

.product_search_list .item_label._type04 {
  color: #9f6da8;
}

.product_search_list .item_label._type04:before {
  background: #9f6da8;
}

.product_search_list .item_label._type05 {
  color: #ddc01f;
}

.product_search_list .item_label._type05:before {
  background: #ddc01f;
}

.product_search_list .item_brand {
  font-size: 12px;
  color: #848484;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  /*min-height: 2.3em;*/
}

.product_search_list .item_price,
.product_search_list .item_date {
  font-size: 14px;
  color: #848484;
  margin-bottom: 5px;
}

.product_search_list .item_name {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  min-height: 2.3em;
}

.product_search_list .label_shop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  padding: 3px 20px;
  color: #918C8C;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background: #D0D0D0;
}

.product_search_list .label_shop:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  border: 6px solid transparent;
  border-top: 9px solid #918C8C;
  transform: translateX(-3em);
  transition: all .3s;
}

.product_search_list .label_shop._on:before {
  border: 6px solid transparent;
  border-bottom: 9px solid #918C8C;
  top: -2px;
}

.product_search_list .sale_area {
  margin-top: 60px;
}

.product_search_list .area_btn_wrap {
  display: flex;
  justify-content: space-between;
}

.product_search_list .area_btn {
  display: inline-block;
  width: calc((100% - 15px) / 5);
  padding: 3px 5px;
  background: #fff;
  color: #A8A8A8;
  border: 1px solid #A8A8A8;
  border-radius: 3px;
  font-size: 10px;
  text-align: center;
  transition: all .2s;
  pointer-events: none;
}

.product_search_list .area_btn:hover {
  opacity: .8;
}

.product_search_list .area_btn._on {
  cursor: pointer;
  background: #575757;
  color: #fff;
  border: 1px solid #575757;
  pointer-events: auto;
}

.product_search_list .area_cont_wrap {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
}

.product_search_list .area_cont {
  display: none;
  background: #fff;
}

.product_search_list .site_wrap,
.product_search_list .shop_wrap {
  padding: 20px;
}

.product_search_list .area_cate {
  font-weight: bold;
  margin-bottom: 10px;
}

.product_search_list .area_cate span {
  color: #59C298;
  margin-right: 5px;
}

.product_search_list .area_name {
  font-weight: bold;
  margin-bottom: 10px;
}

.product_search_list .site_btn {
  position: relative;
}

.product_search_list .site_btn a {
  color: #fff;
  display: block;
  position: relative;
  padding: 10px 35px 10px 15px;
  background: #59C298;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: all .2s;
  border: 1px solid #59C298;
}

.product_search_list .site_btn a:hover {
  color: #59C298;
  background: #fff;
}

.product_search_list .site_btn a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  mask: url(https://tamashiiweb.com/img/common/ico_arrow_rt.png) no-repeat center center;
  -webkit-mask: url(https://tamashiiweb.com/img/common/ico_arrow_rt.png) no-repeat center center;
  background: #fff;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.product_search_list .site_btn a:hover:after {
  background: #59C298;
}

.product_search_list .shop_wrap .btn_area {
  display: flex;
  margin-bottom: 20px;
}

.product_search_list .shop_wrap .btn_area:last-of-type {
  margin-bottom: 0;
}

.product_search_list .shop_wrap .logo {
  width: 40%;
  padding-right: 10px;
}

.product_search_list .shop_wrap .dc_area {
  width: 60%;
}

.product_search_list .shop_wrap .item_label {
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
}

.product_search_list .shop_wrap .item_label._status01 {
  border: 1px solid #59C298;
  color: #59C298;
}

.product_search_list .shop_wrap .item_label._status02 {
  border: 1px solid #BABABA;
  color: #BABABA;
}

.product_search_list .shop_wrap .dc_btn {
  position: relative;
  background: none;
  padding: 0;
}

.product_search_list .shop_wrap .dc_btn a {
  background: none;
  padding: 0px;
}

.product_search_list .shop_wrap .dc_btn a:before {
  display: none;
}

.product_search_list .shop_wrap .dc_btn span {
  color: #fff;
  display: block;
  position: relative;
  padding: 8px 15px 8px 40px;
  background: #59C298;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: all .2s;
  border: 1px solid #59C298;
}

.product_search_list .shop_wrap .dc_btn span:hover {
  color: #59C298;
  background: #fff;
}

.product_search_list .shop_wrap .dc_btn span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  mask: url(https://tamashiiweb.com/img/common/ico_cart.png) no-repeat center center;
  -webkit-mask: url(https://tamashiiweb.com/img/common/ico_cart.png) no-repeat center center;
  background: #000;
  width: 18px;
  height: 18px;
  mask-size: cover;
  -webkit-mask-size: contain;
}

.product_search_list .shop_wrap .dc_btn span:hover:after {
  background: #59C298;
}

.product_search_list .shop_wrap .dc_btn.close span {
  background: #BABABA;
  border: 1px solid #BABABA;
  pointer-events: none;
}

.product_search_list .item_link a {
  display: block;
  background: #DC000C;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  transition: all .2s;
}

.product_search_list .item_link a:hover {
  opacity: .8;
}

.product_search_list .btn_close {
  cursor: pointer;
  background: #333333;
  color: #918C8C;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  transition: all .2s;
}

.product_search_list .btn_close:hover {
  opacity: .8;
}

/*--モーダル全体.product_search_list --*/
.site_modal {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 0 0;
  text-align: center
}

.product_search_list .site_modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.product_search_list .site_modal:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.product_search_list .site_modal::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.product_search_list .site_modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6)
}

.product_search_list .site_modal .site_modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 40px 30px;
  border-radius: 2px;
  background: #EDEDED;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  text-align: left;
  max-height: 90%;
  overflow-y: auto;
}

.product_search_list .site_modal .site_modal-window img {
  width: 100%;
}

.product_search_list .site_modal .site_modal-window .modal-content {
  position: relative;
}

.product_search_list .site_modal .site_modal-close_wrap {
  position: absolute;
  /*top: -50px;*/
  top: 0;
  right: 0;
}

.product_search_list .site_modal .site_modal-close {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 23px;
}

.product_search_list .site_modal .site_modal-close span {
  display: block;
  font-size: 10px;
}

.product_search_list .site_modal ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.product_search_list .site_modal ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 5px;
}

.product_search_list .site_modal ul li:nth-child(4n+1):nth-last-child(-n+4),
.product_search_list .site_modal ul li:nth-child(4n+1):nth-last-child(-n+4)~li {
  margin-bottom: 0;
}

.product_search_list .site_modal p {
  text-align: center;
  font-size: 16px;
}

#gi_salessite .gi_salessite_contents .gi_subtitle_2 {
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #707070;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 40px;
}

#gi_salessite .map_tab .tab_inner {
  position: relative;
  overflow: hidden;
}

#gi_salessite .map_tab .tab_btn_area {
  display: flex;
}

#gi_salessite .map_tab .tab_btn {
  padding: 10px;
  width: calc(100% / 5);
  color: #fff;
  background-color: #A8A8A8;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}

#gi_salessite .map_tab .tab_btn:hover,
#gi_salessite .map_tab .tab_btn.is-open {
  color: #333;
  background-color: #FFFFFF;
  border-color: #fff;
}

#gi_salessite .map_tab .tab_btn._off {
  pointer-events: none;
}

#gi_salessite .map_area {
  background: #fff;
  text-align: center;
  padding: 20px;
}

#gi_salessite .site_area {
  background: #E5E8F1;
  padding: 30px 20px;
}

#gi_salessite .gi_salessite_contents {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}

#gi_salessite .gi_salessite_contents:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

#gi_generalsite ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gi_generalsite ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 5px;
}

#gi_generalsite p {
  text-align: center;
  font-size: 16px;
}

#gi_offisicalsite .gi_bnr {
  text-align: center;
  margin-bottom: 30px;
}

.gi_bnr_area {
  text-align: center;
  margin-bottom: 100px;
}

/*--注記--*/
#notice .gi_contents_inner {
  background: rgba(255, 255, 255, .9);
  padding: 40px;
  margin-bottom: 100px;
}

#notice ul li {
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}

#notice ul li:last-of-type {
  margin-bottom: 0;
}

#notice ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

/*--記事評価--*/
#ask .gi_contents_inner {
  background: rgba(255, 255, 255, .9);
  max-width: 580px;
  margin: 0 auto 80px;
  padding: 30px;
}

.gi_contentsarea #ask .gi_subtitle {
  color: #333;
}

#ask .textbox {
  text-align: center;
}

#ask .yesno {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
}

#ask .yesno input {
  display: none;
}

#ask .yesno label span {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 9px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  text-align: center;
  background: #fff;
  color: #333;
  margin-left: 20px;
  cursor: pointer;
}

#ask .yesno label input:checked+span {
  background: #333;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
}

#ask .comment {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
}

#ask .comment input {
  width: 180px;
  border: 1px solid #D6D6D6;
  background: #fff;
  padding: 5px;
  margin-left: 20px;
}

#ask .submit {
  display: inline-block;
  position: relative;
  padding: 10px 35px 10px 15px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  transition: all .2s;
}

#ask .submit:hover {
  background: linear-gradient(90deg, #FF0000 0%, #DE0000 100%);
  color: #fff;
}

#ask .submit:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  mask: url(https://tamashiiweb.com/img/common/ico_arrow_rt.png) no-repeat center center;
  -webkit-mask: url(https://tamashiiweb.com/img/common/ico_arrow_rt.png) no-repeat center center;
  background: #DC000C;
  width: 18px;
  height: 18px;
  background-size: contain;
}

#ask .submit:hover:after {
  background: #fff;
}

/*--関連情報--*/
#gi_relationarea .gi_contents_inner {
  margin-bottom: 100px;
}

#gi_relationarea ul {
  display: flex;
  flex-wrap: wrap;
}

#gi_relationarea ul li {
  width: 31%;
  margin-left: 2%;
  margin-bottom: 2%;
}

/*--特設サイト・記事--*/
#gi_specialarea .gi_contents_inner {
  padding: 40px;
  margin-bottom: 60px;
  background: #e4e8f2;
}

#gi_specialarea ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#gi_specialarea ul li img {
  max-width: 100%;
}

#gi_pickuparea {
  background: url(https://tamashiiweb.com/img/grand_index/common/bg_gi_special_pickup.png) no-repeat top left;
  background-size: cover;
  margin-bottom: 90px;
  padding: 25px 50px 50px;
}

#gi_pickuparea .gi_subtitle_2 {
  position: relative;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

#gi_pickuparea .gi_subtitle_2 span {
  padding-left: 10px;
  font-size: 40px;
  vertical-align: middle;
  color: #e50112;
}

#gi_pickuparea ul li {
  padding: 0 10px;
  width: 25%;
}

#gi_linkarea {
  max-width: 755px;
  margin: 0 auto 30px;
}

#gi_linkarea ul li {
  margin: 0 0 10px;
  padding: 0 10px;
  width: 50%;
}

#gi_linkarea ul li:nth-of-type(odd) {
  padding-left: 0;
}

#gi_linkarea ul li:nth-of-type(even) {
  padding-right: 0;
}


#gi_pickuparea ul li a:after,
#gi_linkarea ul li a:after {
  display: none;
}

#gi_relatedarea {
  max-width: 750px;
  margin: 0 auto 30px;
}

#gi_relatedarea .gi_subtitle_2 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#gi_relatedarea ul {
  justify-content: center;
  align-items: stretch;
}

#gi_relatedarea ul li {
  margin: 0 5px 10px;
  width: 32%;
}

#gi_relatedarea ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  color: #e60212;
  border: 3px solid #e60212;
  border-radius: 10px;
  background: #fff;
  padding: 20px 20px 18px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

#gi_relatedarea ul li a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gi_relatedarea ul li a:hover {
  color: #fff;
  background: #e60212;
  opacity: 1;
}

/*--copyright--*/
.gi_copyright {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}

.gi_free_copyright {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}


/** 旧テンプレ用
 ブランド商品一覧＆キャラクタ商品一覧 **/
#brand_description {
  margin: 1em;
}

#brand_description img.logo {
  padding: 15px;
  max-width: 200px;
  max-height: 70px;
}

#brand_description .brandimage,
#brand_description .brandtext {
  display: table-cell;
  vertical-align: top;
}

#brand_description .brandtext:first-child {
  margin-top: 0;
}

#brand_subcategory,
#title_subcategory {
  background-color: #EEE;
  padding: 0;
  margin: 2em 0;
}

#brand_subcategory table,
#title_subcategory table {
  border-collapse: collapse;
}

#brand_subcategory th,
#title_subcategory th {
  padding: 5px;
  margin: 0;
  width: 100px;
  text-align: center;
  background-color: #BBB;
  font-size: 12px;
  font-weight: normal;
}

#brand_subcategory td,
#title_subcategory td {
  padding: 5px 0 5px 12px;
  margin: 0;
  width: 900px;
  background: transparent url(https://tamashiiweb.com/img/cmn/bg_arrow_brandsub.png) no-repeat left center;
}

#brand_subcategory ul,
#title_subcategory ul {
  list-style: none;
  /* display:block;  */
  margin: 0;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#brand_subcategory ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#title_subcategory ul li {
  background: transparent url(https://tamashiiweb.com/img/cmn/ico_righttri_gray.png) no-repeat left center;
  /* display:inline-block;  */
  padding: 0 0 0 12px;
  margin: 0.4em 1em;
  width: calc(25% - 2em);
}

#title_subcategory ul li a {
  color: inherit;
}

#brand_subcategory ul li img {
  vertical-align: center;
  height: 28px;
  margin: 0 5px 0 0;
}

#title_subcategory ul li img {
  width: 100%;
}

.charasearch {
  width: 600px;
  font-size: 16px;
}

/* 暫定非表示 */
#title_subcategory {
  display: none;
}

/* 販売エリア DCART */
#DCART {
  width: 100%;
  margin: 0 auto;
}
#DCART .shop_area {
  width: 100%;
  display: flex;
  flex-wrap: inherit;
  justify-content: center;
}
#DCART .shop_area .shop_btn_wrap {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0;
}
#DCART .shop_area .shop_logo {
  width: 40%;
  margin-right: 1%;
}
#DCART .shop_area .dc_btn,
#DCART .shop_area .other_link_btn {
  width: 49%;
  min-width: 280px;
}
#DCART .shop_area .dc_btn{
  position: relative;
  background: none;
  padding: 0;
}
#DCART .shop_area .dc_btn a {
  padding: 0px;
  background: #233B84;
}
#DCART .shop_area .dc_btn a:before{
  display: none;
}
#DCART .shop_area .dc_btn span {
  color: #fff;
  display: block;
  position: relative;
  padding: 15px 15px 15px 40px;
  background: #233B84;
  box-shadow: 0px 3px 6px rgba(0,0,0,.25);
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all .2s;
  border: 1px solid #59C298;
  cursor: pointer;
  border: 1px solid #233B84;
}
#DCART .shop_area .dc_btn span:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #233B84;
}
#DCART .shop_area .dc_btn span:hover:after {
  background: #233B84;
}
#DCART .shop_area .dc_btn span:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  mask: url(https://tamashiiweb.com/img/common/ico_cart.png) no-repeat center center;
  -webkit-mask: url(https://tamashiiweb.com/img/common/ico_cart.png) no-repeat center center;
  background: #fff;
  width: 18px;
  height: 18px;
  background-size: contain;
}
#DCART .shop_area .dc_btn.close {
  pointer-events: none;
}
#DCART .shop_area .dc_btn.close span {
  background: #BABABA;
  border: 1px solid #BABABA;
  pointer-events: none;
}
#DCART .shop_area .shop_btn_wrap .dc_note {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: #fff;
}


/* 20231030 超合金シリーズ ロゴ非表示 */
body#search_brand #brand_subcategory ul li a[href="/item_brand/superrobot_chogokin/"],
body#search_brand #brand_subcategory ul li a[href="/item_brand/absolute_chogokin/"],
body#search_brand #brand_subcategory ul li a[href="/item_brand/chogokin_heroes/"]{
	display: none;
}