@charset "utf-8";
/*============================

grandindex用css
ナルト_PC用

============================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&amp;display=swap');

.font-min {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

body {
  min-width: 1080px;
}

/*#loading{
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  opacity: 1;
  transition : all 500ms;
  background-color:#000;
  color: #FFF;
  top: 0;
  left: 0;
}*/
.dis_sp {
  display: none;
}

#naruto_series img {
  max-width: 100%;
  width: auto;
}

#naruto_series .slick-dots li button:before {
  color: #ffffff;
}

#naruto_series ul.slick-dots {
  border: none;
}

#naruto_series .slick-dots li.slick-active button:before {
  color: #ff0000;
}

#naruto_series .gi_slidearea .slick-list img {
  width: 100%;
}

/*背景
==============================*/
#main,
#tw2022_slider {
  background: url(https://tamashiiweb.com/img/grand_index/naruto/20211218/bg_v6gq4rez.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

header,
#naruto_series.gi_contentsarea {
  background: url(https://tamashiiweb.com/img/grand_index/naruto/20211218/bg_v6gq4rez.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: -1px;
  /*    padding-bottom: 10px;*/
  /*    margin-bottom: 50px;*/
  overflow: hidden;
}

#naruto_series .gi_contents_bgarea {
  background: none;
}

/*見出し
==============================*/
/* #naruto_series .gi_title {
  position: relative;
  text-align:center;
  margin:0 0 20px;
  padding:10px;
  z-index: 1;
}
#naruto_series .gi_title::after{
  content: '';
  display: block;
  background: url(/img/grand_index/naruto/20211218/bg_ttl_f5dq4w29.jpg) repeat-x center top;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -1;
}
#naruto_series .gi_title img {
  width:18%;
}
#naruto_series .gi_title span {
  display: none;
} */

#naruto_series .gi_subtitle {
  /* background-image: url(/img/grand_index/naruto/20211218/bg_subttl_x95s2qef.png); */
  background: url(https://tamashiiweb.com/img/grand_index/naruto/20211218/bg_subttl_x95s2qef.png) no-repeat center center;
  /* background-size: contain; */
  background-size: 100% 100%;
  padding: 41px 10px;
  color: #000;
}

#naruto_series .gi_updatearea .gi_subtitle {
  background: none;
  /* padding: 0; */
  color: #000;
}

#naruto_series #gi_explanation .gi_subtitle,
#naruto_series .gi_appealarea .gi_subtitle {
  padding: 36px 10px;
}


#naruto_series.gi_contentsarea .gi_subtitle._underline::before {
  display: none;
}

#naruto_series #gi_salessite .gi_contents_inner,
#naruto_series #gi_specialarea .gi_contents_inner {
  box-shadow: none;
  background: none;
  padding: 0;
}

#naruto_series #gi_salessite .howtobuy {
  background: rgba(255, 255, 255, .9);
  width: 100%;
  margin: 0;
  padding: 40px 45px;
}

#naruto_series #gi_salessite .map_tab {
  background: rgba(255, 255, 255, .9);
  padding: 40px 45px;
}

#naruto_series #gi_specialarea #gi_relatedarea {
  box-shadow: 0px 3px 8px rgb(0 0 0 / 36%);
  background: #e4e8f2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 125px;
}

#naruto_series #ask .gi_subtitle {
  background: none;
  color: #333;
}



/*タイトル下フリーエリア
==============================*/
/*
アニメーション
----------------------------*/

@keyframes smokeanim {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
    transform: scale(2.5);
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

@keyframes slideani {
  0% {
    opacity: 0;
    transform: translate(-200px, 0) scale(1, 0);
  }

  40% {
    opacity: 0.5;
    transform: translate(0, 0) scale(1, 1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
  }
}

.smoke_anim {
  animation: smokeanim 2s;
}

.slide_in {
  animation: slideani 1s;
  opacity: 1 !important;
  transition: all 1000ms;
}

.loadanime {
  animation: flash 1s linear infinite;
  font-weight: 900;
  color: #FFF;
  margin-top: 48vh;
  text-align: center;
  width: 100%;
}

/*
OPアニメーション
----------------------------*/
.count {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 102;
  background-image: url("https://tamashiiweb.com/img/grand_index/naruto/20211218/bg_v6gq4rez.jpg");
  background-size: cover;
  background-position: center;
}

.count_wrap {
  max-height: 800px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.count .smoke {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 102;
}

.count .smoke_bg {
  position: absolute;
  z-index: 101;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
}

.count .chara {
  position: absolute;
  z-index: 102;
  text-align: center;
  display: none;
  width: 100%;
  padding: 2em 0;
  top: 0;
}

.count .logo_shf {
  position: absolute;
  z-index: 103;
  text-align: center;
  opacity: 0;
  width: 100%;
  bottom: 170px;
}

.count .logo_txt {
  position: absolute;
  z-index: 104;
  text-align: center;
  opacity: 0;
  width: 100%;
  bottom: 1em;
}

a.ot-sdk-show-settings {
  z-index: 3;
}

/*スライド下フリーエリア
==============================*/
.mv_wrap {
  position: relative;
}

.mv_wrap .smoke_bg {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
}

.mv_wrap .chara {
  position: relative;
  text-align: center;
}

.mv_wrap .logo_shf {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 170px;
}

.mv_wrap .logo_txt {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 2em;
}

/*スライダー下ロゴ
==============================*/
#naruto_series ul.top_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 86%;
  margin: 60px auto 0;
}

#naruto_series ul.top_logo li {
  margin: 0 1%;
}

#naruto_series #gi_explanation dl dt {
  display: none;
}

/*ページ内リンク
==============================*/
/*#naruto_series .gi_plbtn li{
  width: 23%;
}

#naruto_series .gi_plbtn li:nth-child(3n+1){
  margin-left: 2%;
}*/
#naruto_series #gi_plbtn li.btn_link a {
  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;
}

#naruto_series #gi_plbtn .btn_link a:after {
  background: #fff;
}

#naruto_series #gi_plbtn .btn_link a:hover {
  opacity: .8;
  background: #ee5600;
}

/*更新履歴
==============================*/

/*作品紹介
==============================*/
#gi_explanation {
  margin-bottom: 45px;
}

#gi_explanation dl {
  color: #fff;
  text-align: center;
}

/* #gi_explanation dl dt {
    display: none;
} */
#gi_explanation p {
  line-height: 2.4em;
}

#naruto_series.gi_contentsarea #gi_explanation .btn_link a {
  border-color: #fff;
  color: #fff;
}

#naruto_series.gi_contentsarea #gi_explanation .btn_link a:after {
  background: #fff;
}

/*訴求エリア
==============================*/

.gi_appealarea {
  font-feature-settings: "palt";
  color: #fff;
}

.gi_appealarea #gi_pickup {
  margin-bottom: 30px;
}

.gi_appealarea .brand_area {
  width: 900px;
  display: flex;
  align-items: center;
  padding: 10px 0px 40px;
  margin: 0 auto;
}

.gi_appealarea .brand_area .logo {
  width: 290px;
  padding-right: 3%;
}

.gi_appealarea .brand_area .logo a:hover img {
  opacity: 1;
  transition: none;
}

.gi_appealarea .brand_area .txt {
  line-height: 1.5;
  letter-spacing: .15em;
  font-size: 17px;
  width: auto;
}


.gi_appealarea .catch {
  text-align: center;
  margin: 0px auto;
}

.gi_appealarea .tab_wrap {
  margin: 60px auto 0;
}

.gi_appealarea .tab_wrap2 {
  margin: 60px auto 0;
  position: relative;
  padding-top: 100px;
  margin-bottom: 145px;
}
._btns ._btn a {
  display: block;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 660px;
  margin: 1.5em auto 80px;
  padding: 1em 0em;
}
._btns._bownico ._btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24.5%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid #ffffff;
  border-bottom: 0;
  -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;
}
._btns.topico ._btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 31%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 18px solid #ffffff;
  border-top: 0;
  -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;
}
._btns._bownico ._btn a:hover::before {
  top: 55%;
}
._btns.topico ._btn a:hover::before {
  top: 45%;
}

/* figuarts ZERO */
#naruto_series .gi_appealarea .brand_area.kizunaR {
  width: 830px;
  display: flex;
  align-items: center;
  padding: 10px 0px 40px;
  margin: 0 auto;
}
#naruto_series .gi_appealarea .brand_area.kizunaR .logo {
  width: 200px;
}
#naruto_series .gi_appealarea .brand_area.kizunaR .txt {
  width: auto;
}
#naruto_series .zero-contents {
  width: 1000px;
  position: relative;
  margin: 0 auto 25px;
  border: 1px solid #ffffff4c;
  background: #23295a63;
}
#naruto_series .zero-contents span:first-of-type:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top:15px;
  left:0;
  background: #ffffff31;
}
#naruto_series .zero-contents span:first-of-type:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom:15px;
  left:0;
  background: #ffffff31;
}
#naruto_series .zero-contents span:last-of-type:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top:0;
  left:15px;
  background: #ffffff31;
}
#naruto_series .zero-contents span:last-of-type:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top:0;
  right:15px;
  background: #ffffff31;
}
#naruto_series .zero-contents ._wrap {
  padding: 51px 35px;
  margin-top: 40px;
}
#naruto_series .zero-contents ._wrap li {
  display: flex;
}
#naruto_series .zero-contents ._wrap li:first-of-type {
  margin-bottom: 25px;
}
#naruto_series .zero-contents ._wrap li ._textArea {
  width: 440px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
}
#naruto_series .zero-contents ._wrap li ._textArea .-logo {
  width: 170px;
  margin: 0 auto 25px;
}
#naruto_series .zero-contents ._wrap li ._textArea .-txt {
  text-align: left;
  line-height: 1.75;
  font-size: 17px;
}
#naruto_series .zero-contents ._wrap li .-img {
  width: 484px;
}


/*ポイント*/
.tab_lab1,
.tab_lab2 {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  height: 110px;
  width: 470px;
}

.tab_lab1:hover,
.tab_lab2:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab_lab1 img {
  right: -50px;
}

.tab_lab2 img {
  left: 0;
}

.tab_wrap .on {
  display: none;
  animation-name: fadeOut;
  animation-duration: 0.5s;
  position: absolute;
  bottom: 0;
}

.tab_wrap .off {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  position: absolute;
  bottom: 0;
}

#tab1:checked~.tab_lab1 .off,
#tab2:checked~.tab_lab2 .off {
  display: none;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}

#tab1:checked~.tab_lab1 .on,
#tab2:checked~.tab_lab2 .on {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.tab_wrap2 .tab_lab1,
.tab_wrap2 .tab_lab2 {
  background: url(https://tamashiiweb.com/img/grand_index/naruto/bg_btn_off_y3neawvm.png) no-repeat left bottom;
  /*background-size: cover;*/
  animation-name: fadeIn;
  animation-duration: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100px;
}
.tab_wrap2 label span:first-of-type {
  font-size: 20px;
}
.tab_wrap2 label span:last-of-type {
  font-size: 26px;
}

.tab_wrap2 .tab_lab1 {
  left: 8%;
}

.tab_wrap2 .tab_lab2 {
  left: 51%;
}

.tab_wrap2 #tab2:checked~.tab_lab2 {
  left: 48%;
}

.tab_wrap2 #tab1:checked~.tab_lab1,
.tab_wrap2 #tab2:checked~.tab_lab2 {
  background: url(https://tamashiiweb.com/img/grand_index/naruto/bg_btn_on_j3w2zruh.png) no-repeat left bottom;
  background-size: cover;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  height: 110px;
  top: -10px;
}

.tab_wrap2 label span {
  color: #212121;
  text-shadow: 0px 1px 3px #eaeaea, 0 0px 7px #eee;
  display: block;
  width: 65%;
  font-weight: 900;
  line-height: 1.2;
}

.tab_wrap2 #tab1:checked~.tab_lab1 span,
.tab_wrap2 #tab2:checked~.tab_lab2 span {
  color: #401401;
  text-shadow: 0px 1px 3px #eaeaea, 0 0px 7px #ffec92;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#tab1:checked~.panels #area1 {
  display: block;
  animation-name: fadeIn;
  animation-duration: 1.5s;
}

#tab2:checked~.panels #area2 {
  display: block;
  animation-name: fadeIn;
  animation-duration: 1.5s;
}

.panel {
  display: none;
}

input[name="check"] {
  display: none;
}

#naruto_series .item_wrap {
  margin: 60px auto;
}

#naruto_series .item_wrap .item_list {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}

#naruto_series .item_wrap .item_list:last-of-type {
  margin-left: -40px;
}

#naruto_series .item_wrap .item_list a {
  display: inline-block;
  margin-top: 30px;
}

#naruto_series .item_wrap .item_list:nth-of-type(2) a {
  margin-left: -30px;
}

#naruto_series .item_wrap p {
  margin: 60px auto;
  text-align: center;
}

#naruto_series .blog_btn {
  text-align: center;
}

#naruto_series .blog_btn a {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 25px 100px 22px 100px;
  font-size: 23px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#naruto_series .blog_btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  transform: translateY(-50%);
}

#naruto_series .blog_btn a:hover {
  color: #000;
  background: #fff;
  opacity: 0.8;
}

#naruto_series .blog_btn a:hover:before {
  border-left: 15px solid #000;
}

#naruto_series .btn_bn {
  margin: 70px auto 0;
  width: 43%;
  text-align: center;
}

#naruto_series .btn_bn a {
  display: block;
  width: 100%;
  border: 1px solid #ee5600;
  padding: 10px;
  color: #ee5600;
  font-weight: bold;
}

#naruto_series .btn_bn a:hover {
  color: #fff;
  background: #ee5600;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* 20220331動画埋め込み */
#naruto_series .movie_area {
  text-align: center;
  margin-top: 50px;
}


#naruto_series .contents_item {
  width: 920px;
  position: relative;
  margin: 0 auto;
}

#naruto_series .contents_item_img1 {
  position: relative;
}

#naruto_series .contents_item_img2 {
  position: absolute;
  top: 0;
}

#naruto_series .contents_item_img2 img {
  width: 100%;
}

/* #naruto_series .item_detail  {
  position: absolute;
  color: #fff;
  font-weight: 700;
  width: auto;
} */
#naruto_series .contents_item .item_detail {
  position: absolute;
  color: #fff;
  font-weight: 700;
  width: auto;
}

#naruto_series .contents_item .item_name {
  text-indent: -10px;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 900;
  transform: skewX(-7.5deg);
  font-feature-settings: "palt";
  font-family: 'Noto Serif JP', serif;
}

#naruto_series .contents_item .item_name.sub {
  font-size: 37px;
}

#naruto_series .contents_item .item_name span {
  margin-left: 5px;
  font-size: 24px;
}

#naruto_series .contents_item .item_date {
  font-size: 30px;
  margin-bottom: 5px;
}

#naruto_series .contents_item .item_btn a {
  display: inline-block;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-size: 1.4em;
  margin-top: 0.6em;
  padding: 0.6em 5em;
}

#naruto_series .contents_item .item_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 15px solid #fff;
}

#naruto_series .contents_item .item_btn a:hover {
  color: #000;
  background: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#naruto_series .contents_item .item_btn a:hover:after {
  border-left-color: #000;
}

#naruto_series #NARUTO_ZERO .contents_item_img1 {
  width: 393px;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#naruto_series #NARUTO_ZERO .contents_item_img2 {
  width: 710px;
  top: -20px;
  right: 0;
}

._f-sasuke {
  height: 871px;
}

._f-itachi {
  height: 670px;
}

#naruto_series #NARUTO_ZERO._f-itachi #DCART {
  margin: 30px 0 0 0;
}

#naruto_series #NARUTO_ZERO .contents_item_img3 {
  position: absolute;
  width: 542px;
  left: -80px;
  z-index: 1;
}

#naruto_series #NARUTO_ZERO .contents_item_img4 {
  position: absolute;
  width: 901px;
  right: -370px;
  top: -120px;
}

#naruto_series #NARUTO_ZERO .contents_item_img5 {
  position: absolute;
  width: 498px;
  right: 0px;
  z-index: 1;
}

#naruto_series #NARUTO_ZERO .contents_item_img6 {
  position: absolute;
  width: 681px;
  left: -70px;
  top: -180px;
}

#naruto_series #NARUTO_ZERO .item_detail {
  bottom: 10px;
  right: -75px;
  z-index: 2;
}

#naruto_series #NARUTO_ZERO._f-sasuke .item_detail {
  bottom: 200px;
}

#naruto_series #NARUTO_ZERO._f-itachi .item_detail {
  left: 0;
  bottom: 50px;
}

#naruto_series #NARUTO_ZERO .item_name {
  line-height: 1.25;
  text-indent: -.6em;
  font-size: 42px;
}

/* ナルト 九喇嘛モード */
#naruto_series #KURAMA {
  margin-top: 100px;
  margin-bottom: 170px;
}

#naruto_series #KURAMA .contents_item_img1 {
  width: 368px;
  top: 0px;
  left: -15px;
}

#naruto_series #KURAMA .contents_item_img2 {
  width: 650px;
  top: -80px;
  right: -30px;
}

#naruto_series #KURAMA .item_detail {
  bottom: -85px;
  right: -60px;
}

#naruto_series #KURAMA .item_name {
  text-indent: -.2em;
}

/* 20230717バナー追加 */
#naruto_series .bnr_20230717 .txt {
  font-size: 2.5em;
  color: #ff6803;
  position: relative;
  font-weight: 700;
  width: 510px;
  top: 405px;
  right: -60px;
}

#naruto_series .bnr_20230717 .txt02 {
  font-size: 0.8em;
  color: #ff6803;
  position: relative;
  font-weight: 700;
  width: 1000px;
  top: 415px;
  right: -62px;
}

/* 20231214 ナルト、サクラ99Edition */
#naruto_series ._shf_naruto99 .item_name {
  line-height: 1.25;
  text-indent: -0.1em;
  font-size: 42px;
}

#naruto_series .contents_item._shf_naruto99 .item_detail {
  bottom: 0;
  z-index: 2;
}

#naruto_series .contents_item._shf_naruto99 {
  margin: 100px 0;
}

#naruto_series .contents_item._shf_naruto99 a.item_link {
  display: inline-block;
  width: 411px;
  line-height: 57px;
  text-align: center;
  background-color: unset;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
  outline: 1px solid #fff;
  margin-top: 1.2rem;
  font-size: 18px;
}

#naruto_series .contents_item._shf_naruto99 a.item_link:hover {
  color: #000;
}

#naruto_series .contents_item._shf_naruto99 a.item_link:hover::before {
  transform: scale(1) translate(-50%, -50%);
}

#naruto_series .contents_item._shf_naruto99 a.item_link::before {
  content: '';
  width: 120%;
  padding-top: 120%;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform-origin: top left;
  transform: scale(0) translate(-50%, -50%);
  transition: inherit;
}

#naruto_series .contents_item._shf_naruto99 a.item_link:hover::before {
  transform: scale(1) translate(-50%, -50%);
}

#naruto_series .contents_item._shf_naruto99 a.item_link:after {
  position: absolute;
  content: '';
  background: #ffffff;
  height: calc(tan(60deg) * 18px / 2);
  width: 18px;
  clip-path: polygon(0 0, 75% 50%, 0 100%);
  top: calc(50% + 1px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 5.8em;
  transition: all 0.5s ease;
}

#naruto_series .contents_item._shf_naruto99 a.item_link:hover::after {
  background: #000;
}

/* 20240104 ミナト99Edition */
#naruto_series .contents_item._shf_naruto99 .item_detail {
  bottom: 10px;
  right: -100px;
}

#naruto_series .contents_item._shf_naruto99 {
  margin: 100px auto;
}


/*バックナンバー
==============================*/
/*商品など
==============================*/
#naruto_series #category_search .search_main_wrap .order_wrap label span,
#naruto_series #gi_productlist .search_result .txt {
  border-color: #fff;
  color: #fff;
}

#naruto_series #category_search .search_main_wrap .order_wrap label input:checked+span,
#naruto_series #category_search .search_main_wrap .order_wrap label span:hover {
  border-color: #fff;
}

#naruto_series #gi_productlist .search_result .result {
  color: #fff;
}

/*サブカテゴリ
==============================*/
/*関連情報
==============================*/
#naruto_series .relatedlink li {
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
}

#naruto_series .relatedlink li:nth-child(odd) {
  margin-left: 0;
}

#naruto_series .relatedlink li:nth-child(even) {
  margin-left: 4%;
}

/*関連情報下
==============================*/
/*特設サイト・記事
==============================*/
/* #naruto_series #gi_specialarea{
  background: none;
}

#naruto_series #gi_specialarea .gi_contents_inner{
  background-color: rgba(228,232,243,0.9);
  margin: 0;
  padding: 20px 40px 40px;
} */
/*販売エリア
==============================*/
#gi_productlist {
  margin-bottom: 50px;
}


/*コピーライト
==============================*/
#naruto_series .gi_copyright {
  display: none;
}

.gi_free_copyright li {
  color: #ffffff;
}

/*新テンプレート調整
========================*/
/* #gi_productlist .search_result .result,
#gi_productlist .search_result .txt,
#gi_productlist .search_result .txt span{
 color:#ffffff !important;
 }
 
#gi_salessite{
 background:transparent;
}

#gi_salessite .gi_contents_inner{
 background:#e4e8f2;
} */

/*.gi_language
==============================*/
.gi_language {
  margin-bottom: 60px;
  position: relative;
}

.free_space .gi_language {
  margin-top: 20px;
}

.gi_language::before {
  content: "";
  position: absolute;
  top: 16%;
  left: 37%;
  width: 39px;
  height: 38px;
  background: url(https://tamashiiweb.com/img/grand_index/naruto/icon_lang.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.free_space .gi_language::before {
  left: 43%;
  width: 29px;
  height: 28px;
}

.language_btn {
  position: relative;
  background: #aa9858;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 1em 0.4em 1em 2em;
}

.free_space .language_btn {
  width: 750px;
}

.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;
}

.language_contents_wrap {
  position: relative;
  width: 100%;
}

.free_space .language_contents_wrap {
  width: 750px;
  margin: auto;
}

.language_contents li.wovn-switch {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 0.6em 0.4em;
}

.language_contents li.wovn-switch.selected {
  background: #886929;
  color: #fff;
}

.language_contents li.wovn-switch:hover {
  cursor: pointer;
  background: #afac75;
  color: #000;
  -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;
}


/* 販売エリア */
#DCART {
  width: 625px;
  margin: 30px auto 0;
}

#DCART .shop_area .shop_btn_wrap {
  width: 100%;
}

#DCART .shop_area .dc_btn,
#DCART .shop_area .other_link_btn {
  min-width: inherit;
}

.other_link_btn {
  color: #000;
}

/*20230720　ジャンプ下層化　調整*/
header .head-inr .jump-logo.reverse {
  background: url(https://tamashiiweb.com/special/jumpcs/images/header/header-logo.png) no-repeat;
  opacity: 0.2;
}

header .head-inr .hum_box .checkchara.reverse {
  background: url(https://tamashiiweb.com/special/jumpcs/images/header/header-checkchara.png) no-repeat;
  opacity: 0.2;
}

header .head-inr .hum_box .hum span.reverse {
  background: #fff;
  opacity: 0.2;
}

#naruto_series .block-news .gi_subtitle {
  background: none;
  color: #fff;
  padding: 0px;
}

.block-news .newsSwiper .swiper-wrapper .swiper-slide {
  background: rgba(255, 255, 255, 0.8);
}

.block-news .newsSwiper .swiper-wrapper .swiper-slide .textbox .day span {
  background: #ee5600;
}