<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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(/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(/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(/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("/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 {
  color: #fff;
}

.gi_appealarea #gi_pickup{
  margin-bottom: 30px;
}

.gi_appealarea .brand_area{
  display: flex;
  padding: 10px 30px 40px;
}

.gi_appealarea .brand_area .logo {
  width: 35%;
  padding-right: 3%;
}

.gi_appealarea .brand_area .logo a:hover img {
  opacity: 1;
  transition:none;
}

.gi_appealarea .brand_area .txt{
    font-size: 1.2em;
    width: 65%;
}

.gi_appealarea .brand_area.kizunaR {
  display: block;
  padding: 10px 30px 40px;
  text-align: center;
}

.gi_appealarea .brand_area.kizunaR .logo {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gi_appealarea .brand_area.kizunaR p {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  line-height: 1.5;
}

.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;
}

/*ポイント*/
.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(/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 .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(/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;
}
.tab_wrap2 label span:first-of-type{
  font-size: 20px;
}
.tab_wrap2 label span:last-of-type{
  font-size: 26px;
}

@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: 50px 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 #SASUKE {
  margin-bottom: 60px;
}
#naruto_series #SASUKE .contents_item_img1 {
  width: 400px;
  top: -30px;
  left: -100px;
}
#naruto_series #SASUKE .contents_item_img2 {
  width: 522px;
  top: -80px;
  right: 70px;
}
#naruto_series #SASUKE .item_detail {
  bottom: 35px;
  right: 30px;
}
#naruto_series #SASUKE .item_name {
  text-indent: -.2em;
}

/* ナルト 九喇嘛モード */
#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;
}


/*バックナンバー
==============================*/
/*商品など
==============================*/
#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;
} */
/*コピーライト
==============================*/
#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(/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(/special/jumpcs/images/header/header-logo.png) no-repeat;
    opacity: 0.2;
}
header .head-inr .hum_box .checkchara.reverse{
    background: url(/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;
}</pre></body></html>