

/* 共通 */
.dis_pc {
  display: block;
}
.dis_sp {
  display: none;
}

/*全体
=====================*/
.itemdtl_contentsarea *{
  line-height: 1.5;
}
#itemdtl_wrap{
  overflow: hidden;
}
.itemdtl_contentsarea {
  margin: 0 auto 100px;
}
.itemdtl_inner{
    width: 1080px;
    margin: 0 auto;
}

#notice .itemdtl_inner,
#ask .itemdtl_inner,
#relatedarticle .itemdtl_inner,
#relateditem .itemdtl_inner{
  box-shadow: 0px 3px 8px rgba(0,0,0,0.36);
  background: rgba(255,255,255,.9);
}

/*--見出し--*/
.itemdtl_subtitle{
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .1em;
   padding-top: 15px;
}

.itemdtl_subtitle._underline{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.itemdtl_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: #000;
    border-radius: 2px;
}

/*--販売サイトはこちら--*/
#itemdtl_salessite_2 .itemdtl_inner{
  padding: 40px 45px;
}
#itemdtl_salessite_2 a:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#itemdtl_salessite_2 .site_tab .tab_inner{
    position: relative;
    overflow:hidden;
    border: 1px solid #DDDDDD;
}
#itemdtl_salessite_2 .site_tab .tab_btn_area {
    display: flex;
}
#itemdtl_salessite_2 .site_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;
}

#itemdtl_salessite_2 .site_tab .tab_btn:hover,
#itemdtl_salessite_2 .site_tab .tab_btn.is-open{
    color: #333;
    background-color: #FFFFFF;
    border-color: #fff;
}
#itemdtl_salessite_2 .site_tab .tab_btn._off{
    pointer-events: none;
}

#itemdtl_salessite_2 .tab_area .tab_panel:nth-of-type(n+2){
    display: none;
}

#itemdtl_salessite_2 .site_area{
  padding: 30px 20px;
  background: #fff;
}
#itemdtl_salessite_2 .site_area .note{
  display: flex;
  justify-content: center;
  font-size: 16px;
}
#itemdtl_salessite_2 .itemdtl_salessite_contents{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEBEB;
}
#itemdtl_salessite_2 .itemdtl_salessite_contents:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#itemdtl_salessite_2 .itemdtl_salessite_contents:last-of-type > div img {
  width: 100%;
}
#itemdtl_offisicalsite_2 .shop_area{
  display: flex;
  flex-wrap: wrap;
}
#itemdtl_offisicalsite_2 .shop_area + .shop_area{
  margin-top: 30px;
}
#itemdtl_offisicalsite_2 .shop_area .shop_logo{
  width: 30%;
}
#itemdtl_offisicalsite_2 .shop_area .shop_btn_wrap{
  width: 70%;
  padding-left: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#itemdtl_offisicalsite_2 .shop_area .dc_btn{
    position: relative;
    width: 48%;
    background: none;
    padding: 0;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn a{
    background: none;
    padding: 0px;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn a:before{
  display: none;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn span{
    color: #fff;
    display: block;
    position: relative;
    padding: 15px 15px 15px 40px;
    background: #59C298;
    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;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn span:hover{
    color: #59C298;
    background: #fff;
}
#itemdtl_offisicalsite_2 .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;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn span:hover:after{
    background: #59C298;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn.close{
/*  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;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px;
  background: #BABABA;
  border: 1px solid #BABABA;*/
  pointer-events: none;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn.close span{
    background: #BABABA;
    border: 1px solid #BABABA;
    pointer-events: none;
}
#itemdtl_offisicalsite_2 .shop_area .other_link_btn{
  width: 48%;
}

#itemdtl_offisicalsite_2 .shop_area .dc_note{
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

#itemdtl_generalsite_2 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;
}
#itemdtl_generalsite_2 ul li{
  width: 25%;
    margin-bottom: 30px;
    padding: 0 5px;
    list-style-type: none;
}

#itemdtl_generalsite_2 p {
    text-align: center;
    font-size: 16px;
}
.other_link_btn a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .25);
  background: #fff;
  border-radius: 9999px;
  padding: 15px 30px 15px 25px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
}

/* 20230330 魂ネイションズの販売サイト・販売エリアに関して */
#itemdtl_salessite_2 .site_area .note {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.sale_area .area_btn._on {
  background: #CAE7EA;
  border: 1px solid #CAE7EA;
  color: #333333;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn span {
  background:#233B84;
  border: 1px solid #233B84;
}
#itemdtl_offisicalsite_2 .shop_area .dc_btn span:hover {
  color: #233B84;
}
#itemdtl_salessite_2 .site_tab .tab_btn:hover, #itemdtl_salessite_2 .site_tab .tab_btn.is-open,
#salessite .map_tab .tab_btn:hover, #salessite .map_tab .tab_btn.is-open {
  background: #CAE7EA;
  border: 1px solid #CAE7EA;
  color: #333333;
}
#itemdtl_salessite_2 .site_tab .tab_btn,
#salessite .map_tab .tab_btn {
  background-color: #fff;
  border-top: 0px;
  border-right: 0px;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #CAE7EA;
  color: #333;
}
#itemdtl_salessite_2 .site_tab .tab_btn:first-of-type,
#salessite .map_tab .tab_btn:first-of-type {
  border-left: 0px solid #DDDDDD;
}
#itemdtl_salessite_2 .site_tab .tab_btn:hover,
#itemdtl_salessite_2 .site_tab .tab_btn.is-open,
#salessite .map_tab .tab_btn:hover,
#salessite .map_tab .tab_btn.is-open {
  background: #CAE7EA;
  border-top: 0px;
  border-left: 1px solid #DDD;
  border-right: 0px;
  border-bottom: 1px solid #CAE7EA;
}
#salessite .map_tab .tab_btn:first-of-type:hover,
#salessite .map_tab .tab_btn:first-of-type.is-open {
  border-left: 0px solid #DDDDDD;
}
#salessite .htb_btn_area .btn_link:last-of-type a span {
  color: #A52C29;
}
#salessite .htb_btn_area .btn_link:last-of-type a:hover span {
  color: #fff;
}

#itemdtl_salessite_2 .site_tab .tab_btn:last-of-type , 
#salessite .map_tab .tab_btn:last-of-type {
  border-right: 1px solid #DDDDDD;
}
#itemdtl_salessite_2 .site_tab .tab_btn:nth-of-type(5), 
#salessite .map_tab .tab_btn:last-of-type:nth-of-type(5) {
  border-right: 0px solid #CAE7EA;
}
#itemdtl_salessite_2 .site_tab .tab_btn:nth-of-type(5):hover , 
#salessite .map_tab .tab_btn:last-of-type:nth-of-type(5):hover {
  border-right: 0px solid #CAE7EA;
}

/* 販売エリア 言語別 */
.jp_dis,
.en_dis,
.zhs_dis,
.zht_dis{
	display:none;
}
html[lang=ja] .jp_dis,
html[lang=en] .en_dis,
html[lang=zh-Hans] .zhs_dis,
html[lang=zh-Hant] .zht_dis{
	display: block;
}
#salessite .htb_btn_area .btn_link.show {
  display: block !important;
}
#salessite .htb_btn_area .btn_link {
  display: none;
}
#btn_local_store_sales-jp a span,
#btn_local_store_sales-asia a span,
#btn_local_store_sales-us a span,
#btn_local_store_sales-eu a span,
#btn_local_store_sales-latam a span {
  color: #3382D1;
}

#btn_syoten_store_sales-jp a span,
#btn_syoten_store_sales-asia a span,
#btn_syoten_store_sales-us a span,
#btn_syoten_store_sales-eu a span,
#btn_syoten_store_sales-latam a span {
  color: #A52C29;
}

#itemdtl_offisicalsite_2 .shop_area .dc_btn span:after {
  background: #fff;
}

#itemdtl_offisicalsite_2 .shop_area .shop_logo a img{
  width: 100%;
}


/* 商品一覧　新デザイン */
.sale_area p {
  width: 100%;
}
.product_search_list .item_info .item_detail{
  margin-bottom: 60px;
}
.product_search_list .item_name {
  margin-bottom: 10px;
}
.product_search_list .sale_area {
  margin-top: 0;
  margin-bottom: 0;
}
.product_search_list .label_shop {
  display: block;
  position: relative;
  width: 100%;
  margin: auto auto 15px;
  padding: 0;
  font-size: 14px;
  background: none;
  color: #3B3B3B;
}
.product_search_list .label_shop:before {
  display: none;
}
.product_search_list .label_shop:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left:50%;
  bottom:-7.5px;
  transform: translateX(-50%);
  background: #3B3B3B;
}
.product_search_list .item_info {
  display: flex;
  flex-direction: column;
  padding:10px 20px;
}
.sale_area .area_btn_wrap {
  width: 100%;
}
.product_search_list .area_btn,
.product_search_list .area_btn._on {
  height: 30px;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500;
  color: #3B3B3B;
}
.product_search_list .area_btn._on {
  background: #CAE7EA;
  border: 1px solid #CAE7EA;
}
.product_search_list .area_btn._on:after {
  content: "";
  position: absolute;
  left:50%;
  bottom:2.5px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3B3B3B transparent transparent transparent;
}
.product_search_list .item_link .no-link {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #3B3B3B;
}
.product_search_list .area_cate span {
  color: #233B84;
}
.product_search_list .site_btn a:hover,
.product_search_list .shop_wrap .dc_btn span:hover {
  color: #233B84;
}
.product_search_list .site_btn a,
.product_search_list .shop_wrap .dc_btn span {
    background: #233B84;
    border: 1px solid #233B84;
}
.product_search_list .site_btn a:hover:after {
  background: #233B84;
}
.product_search_list .shop_wrap .dc_btn span:after {
  background: #fff;
}
.product_search_list .shop_wrap .dc_btn span:hover:after {
  background: #233B84;
}

.product_search_list .item_link a {
  padding: 10px 10px;
}
.product_search_list .area_cont_wrap {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 25%);
}
.product_search_list .item_link a,
.product_search_list .btn_close {
  box-shadow: 3px 0px 6px rgb(0 0 0 / 15%), -3px 0px 6px rgb(0 0 0 / 15%);
}


/* 20231220_アジア限定バナーリスト化 */
.tab_panel[data-area="asia"] .site_area ul.bnr_area{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.tab_panel[data-area="asia"] .site_area ul.bnr_area .bnr_item{
  text-align: center;
  padding: 0 1%;
  width: 50%;
  margin: 0 auto 30px;
}
.tab_panel[data-area="asia"] .site_area ul.bnr_area .bnr_item span:last-of-type{
  display: block;
  text-align: center;
}
.tab_panel[data-area="asia"] .site_area ul.bnr_area .bnr_item span:last-of-type{
  margin-top: 10px;
}
.tab_panel[data-area="asia"] .site_area ul.bnr_area img{
width: 100%;
height: auto;
}

  /* 4か国の場合 */
  .jp_disp,
  .en_disp,
  .zhs_disp,
  .zht_disp{
    display:none;
  }
  
  html[lang=ja] .jp_disp,
  html[lang=en] .en_disp,
  html[lang=zh-Hans] .zhs_disp,
  html[lang=zh-Hant] .zht_disp{
    display: block;
  }