<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用

============================*/
#tw2022_wrapper{
    margin-bottom:-16px;
}
#demon_slayer .dis_sp {
    display: none;
}
#demon_slayer .gi_contents_bgarea{
  background: none;
}
#demon_slayer h1 {
  background:rgba(0,0,0,1);
  border:1px solid #ff0000;
  margin-bottom:20px;
  padding:15px 0 15px 45px;
  color:#ffffff;
}
#demon_slayer h1 img {
  width:150px;
}
#demon_slayer h1 span {
  font-size:180%;
  display:inline-block;
  padding:0 0 25px 50px;
}
#main, #tw2022_slider,
#demon_slayer.gi_contentsarea {
  background:rgba(0,0,21,1) url(/img/grand_index/demon_slayer/bg_page.png) center top;
  background-size:100%;
}
#demon_slayer .gi_contents_bgarea_upper {
  padding-bottom:0;
}
#demon_slayer .wid1080 {
  background:rgba(0,0,0,0.5);
  width:1120px;
  padding:0 20px;
}
#demon_slayer .slick-dots li button:before {
  color:#aaaaaa;
  opacity:0.4;
}
#demon_slayer .slick-dots li.slick-active button:before {
  color:#ffffff;
  opacity:0.8;
}

/*ページ内リンク
==============================*/
#demon_slayer #gi_plbtn .btn_link a {
  color: #fff;
  background: rgba(193,12,11,0.95);
}
#demon_slayer #gi_plbtn .btn_link a:after{
  background: #fff;
}
#demon_slayer #gi_plbtn .btn_link a:hover{
    background: #fff;
    color: rgba(193,12,11,0.95);
}
#demon_slayer #gi_plbtn .btn_link a:hover:after{
    background: rgba(193,12,11,0.95);
}

#demon_slayer .pagenavi li.active a,
#demon_slayer .pagenavi li a:hover,
#demon_slayer .pagenavi li a:active {
  border:3px solid #efefef;
}
#demon_slayer.gi_contentsarea #gi_productlist h2,
#demon_slayer.gi_contentsarea #gi_relationarea h2 {
  color: #fff;
}

#demon_slayer .gi_appealarea{
  font-size: 16px;
  line-height: 1.5;
}
#demon_slayer .gi_appealarea img.wid80 {
  width:80%;
}
#demon_slayer .btn_kimetsubn {
  margin:0 auto;
  width:50%;
  text-align:center;
  padding-bottom:50px;
}
#demon_slayer .btn_kimetsubn a {
  display:block;
  width:100%;
  border:1px solid rgba(193,12,11,1);
  padding:10px;
  color:rgba(193,12,11,1);
  font-weight:bold;
}
#demon_slayer .btn_kimetsubn a:hover {
  color:#ffffff;
  background:rgba(193,12,11,1);
  -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;  
}

#demon_slayer .btn_kimetsubn_2 {
  margin:0 auto;
  width:50%;
  text-align:center;
  padding-bottom:50px;
  font-size:1.2em;
}
#demon_slayer .btn_kimetsubn_2 a {
  display:block;
  width:100%;
  background:rgba(193,12,11,1);
  padding:10px;
  color:#ffffff;
  font-weight:bold;
}

#demon_slayer #gi_productlist .pagenavi li.active a,
#demon_slayer #gi_productlist .pagenavi li a:hover {
  background-color:rgba(0,0,0,0.9);  
}
#demon_slayer #gi_productlist .pagenavi li a {
  background-color:rgba(255,255,255,0.9);
}
#demon_slayer #gi_subcatearea .gi_subcatearea_logo li {
  background:rgba(255,255,255,0.6);
}

/* 20210901販売サイト追加のためコメントアウト */
/* #demon_slayer #gi_relationarea li {
  color:#ffffff;
  width:100%;
  margin:0 0 5px 0;
  float:none;
}
#demon_slayer #gi_relationarea li a {
  color:#ffffff;
} */

/* 20210901販売サイト追加 */
#demon_slayer #gi_relationarea #mail_order_site {
  text-align: center;
  background: #00000a;
  padding-bottom: 3px;
}
#demon_slayer #gi_relationarea #mail_order_site h4, 
#demon_slayer #gi_relationarea #mail_order_site h5 {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  padding: 30px 1%;
}
#demon_slayer #gi_relationarea #mail_order_site .howtobuy .htb_btn_area li {
  width: 49%;
  margin-bottom: 0;
}
#demon_slayer #gi_relationarea #mail_order_site .howtobuy .htb_btn_area li::before {
  z-index: 1;
}
#demon_slayer #gi_relationarea #mail_order_site .corpsite, 
#demon_slayer #gi_relationarea #mail_order_site .shotenlink {
  background: #3b3d75;
  width: 99%;
  margin: 10px auto;
}
#demon_slayer #gi_relationarea #mail_order_site .corpsite {
  margin: 50px auto 30px;
  padding-bottom: 3px;
}
#demon_slayer #gi_relationarea #mail_order_site .corpsite ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  width: 99%;
  margin: auto;
  padding: 27px;
}
#demon_slayer #gi_relationarea #mail_order_site .corpsite ul li {
  float: none;
  width: 29%;
  margin: 13px 2%;
}
#demon_slayer #gi_relationarea #mail_order_site .corpsite ul li a {
  display: block;
  position: relative;
  color: #3b3d75;
  font-size: 19px;
  font-weight: bold;
  border: 2px solid #3b3d75;
  border-radius: 1em;
  padding: 20px;
}
#demon_slayer #gi_relationarea #mail_order_site .corpsite ul li a::after {
  content: "&gt;";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 2px solid #3b3d75;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#demon_slayer #gi_relationarea #mail_order_site .corpsite ul li a:hover {
  color: #fff;
  background: #3b3d75;
  opacity: 1;
}
#demon_slayer #gi_relationarea #mail_order_site .corpsite ul li a:hover::after {
  color: #3b3d75;
  background: #fff;
}
#demon_slayer #gi_relationarea #mail_order_site .shotenlink a {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  height: 111px;
  line-height: 111px;
}
#demon_slayer #gi_relationarea #mail_order_site .shotenlink a:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#demon_slayer #gi_relationarea #mail_order_site .shotenlink a img {
  vertical-align: middle;
  margin: 1% 2% 2%;
}

#demon_slayer #gi_productlist + .howtobuy,
#demon_slayer #gi_specialarea {
  display: none;
}

/* 20210901販売サイト追加ここまで */

#demon_slayer .float ul li {
  width:49%;
  margin-bottom:10px;
}
#demon_slayer .float ul li:nth-child(odd) {
  float:left;
}
#demon_slayer .float ul li:nth-child(even) {
  float:right;
}

#demon_slayer .gi_copyright {
  color:#ffffff;
  padding-bottom:50px;
  margin-bottom:0;
}

/*新テンプレート調整
========================*/
.gi_contentsarea .gi_title span{
 font-size:1.2em !important;
 padding-top:15px !important;
 }

#gi_productlist .search_result .result,
#gi_productlist .search_result .txt,
#gi_productlist .search_result .txt span{
 color: #fff!important;
}

/* 20211130追記
==============================*/
/* 訴求エリアminiモーダル化 */
#demon_slayer .gi_appealarea .btn_what {
  width: 60%;
  margin: 0 auto 50px;
}

/* モーダル */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 800px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 95vh;
  overflow-y: auto;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  /* background: #fff;
  border-radius: 50%; */
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38;
}

/*DCボタンのサイズ指定
======================*/
#dc_blocks{
 display:block;
 width:30%;
 margin:0 auto 50px;
}

#dc_blocks .dc_btn{
 margin:0;
 padding:0;
 text-align:center;
 font-size:1.2em;
}

#dc_blocks .dc_btn a{
 display:block;
 background:#ff0000;
 color:#ffffff;
 padding:15px !important;
 margin:-30px 0 10px;
 border-radius:10px;
 width:100%;
}

#dc_blocks .dc_btn a:hover {
	opacity: 0.5 ;
}


#dc_blocks .close{
 display:block;
 background:#808080;
 color:#ffffff;
 padding:15px !important;
 margin:10px 0;
 border-radius:10px;
}

/*カート画像の位置調整
======================*/
#dc_blocks .dc_btn:before,
#dc_blocks .dc_btn a:before{
 /*display:inline-block;*/
 /*top:16px;*/
 left:20%; /* 適宜位置を調整 */
}

#dc_blocks .close:before,
#dc_blocks .close a:before{
 /*top:16px;*/
 left:20%; /* 適宜位置を調整 */
}


/* 20211130追記DC代わりの商店リンク
==============================*/
#demon_slayer .sub_dc a {
  display: block;
  position: relative;
  background: #f00;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  width: 30%;
  margin: 0 auto 30px;
  padding: 15px 15px 15px 1.6em;
}
#demon_slayer .sub_dc a::after {
  content: "";
  background: url(/img/cmn/ico/ic_cart01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
}

/*作品紹介
==============================*/
#demon_slayer #gi_explanation .gi_contents_inner {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 30px 40px 80px;
}
#demon_slayer #gi_explanation .btn_link a {
    color: #000;
}

#demon_slayer .official_link {
    margin-top: -170px;
    margin-bottom: 170px;
}
#demon_slayer .official_link .btn_link a {
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    padding: 10px 40px 10px 20px;
}
#demon_slayer .official_link .btn_link a::after {
    background: #000;
}
#demon_slayer .official_link .btn_link a:hover {
    background: #000;
    color: #fff;
}
#demon_slayer .official_link .btn_link a:hover::after {
    background: #fff;
}


/*商品一覧
==============================*/
#demon_slayer #category_search,
#demon_slayer #gi_productlist .search_result {
  color: #fff;
}
#demon_slayer #category_search .search_main_wrap .order_wrap label span{
  border-color: #fff;
}
#demon_slayer .search_modal .search_modal-window{
  color: #3B3B3B;
}
#demon_slayer #gi_productlist .search_result .txt{
  border-color: #fff;
}

#demon_slayer.gi_contentsarea #gi_productlist .site_modal-window h2.gi_subtitle {
    color: #000;
}

/*20220415 イベントバナー設置
==============================*/
.event_img{
 width:640px;
 margin:0 auto 30px;
 padding:0;
 text-align:center;
 }
 
.event_img p{
 color:#ffffff;
 font-size:1.5em;
 font-weight:bold;
}

.event_img img{
 width:100%
}

/*ブランドエリア　20220502追記
==============================*/
.brand_area{
 background:url(/img/grand_index/demon_slayer/bnr_brand_bg.jpg) no-repeat center center;
 padding:20px 15px;
 margin-bottom:30px;
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.brand_area dl {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.brand_area dl dt {
  width: 42%;
  box-sizing: border-box;
  text-align:center;
}

.brand_area dl dt img{
  width: 70%;
  box-sizing: border-box;
  padding:20px 0;
  margin-left:30px;
}
#demon_slayer #fzero.brand_area dl dt img {
    width: 60%;
}


.brand_area dl dd {
  width: 56%;
  box-sizing: border-box;
  vertical-align:middle;
  padding:15px 45px 0 0;
}

.brand_area p{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8em;
  color:#ffffff;
}

/*キャッチエリア　20220502追記
==============================*/
.catch_text_box{
 display:block;
 width:98%;
 margin:0 auto 50px;
 text-align:center;
 color:#ffffff;
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

.catch_text_box p{
 font-size:2.5em;
 line-height:1.4;
 font-weight:bold;
}

.catch_text_box p.item_note{
  font-size: 1.3em;
  margin-top: 10px;
}

/*アイテムエリア　
==============================*/
.item_area{
  color: #fff;
  width: 80%;
  margin: 0 auto 50px;
  position: relative;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition: all .2s;
}
.item_area:hover{
  opacity: .8;
}
.item_area a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item_area.col2 a:first-of-type {
    width: 50%;
}
.item_area.col2 a:last-of-type {
    left: auto;
    right: 0;
    width: 50%;
}

.item_new{
  position: absolute;
  right: 10px;
  top: 50px;
   background: linear-gradient(to right, transparent 0%, #c3010c 30%, #c3010c 70%, transparent 100%);
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  padding: 5px 70px;
}
#demon_slayer .item_txt{
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  font-size: 1.8em;
  font-weight: bold;
  width: 100%;
}
#demon_slayer .fzero_text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
/* 20220825追記 */
#demon_slayer .item_area .item_col2 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 93px;
}
#demon_slayer .item_area .item_col2 &gt; div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 43%;
    margin: 0 12px;
    -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;
}
#demon_slayer .item_area .item_col2 &gt; div:hover {
    opacity: .8;
} 
#demon_slayer .item_area .item_col2 .item_name {
    font-size: 2.8em;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3), -1px -1px 5px rgba(255, 255, 255, 0.3), -1px 1px 5px rgba(255, 255, 255, 0.3), 1px -1px 5px rgba(255, 255, 255, 0.3), 0px 1px 15px rgba(255, 255, 255, 0.1), 0 -1px 15px rgba(255, 255, 255, 0.1), -1px 0 15px rgba(255, 255, 255, 0.1), 1px 0 15px rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}
#demon_slayer .item_area .item_col2 .item_name span {
    font-size: 0.6em;
    line-height: 1em;
    margin: 0 0.4em;
}

/* 20220929追記 */
#demon_slayer .item_area .item_col3 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 93px;
}
#demon_slayer .item_area .item_col3 &gt; div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 29%;
    margin: 0 12px;
    -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;
} 
#demon_slayer .item_area .item_col3 .item_name {
    font-size: 2.8em;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3), -1px -1px 5px rgba(255, 255, 255, 0.3), -1px 1px 5px rgba(255, 255, 255, 0.3), 1px -1px 5px rgba(255, 255, 255, 0.3), 0px 1px 15px rgba(255, 255, 255, 0.1), 0 -1px 15px rgba(255, 255, 255, 0.1), -1px 0 15px rgba(255, 255, 255, 0.1), 1px 0 15px rgba(255, 255, 255, 0.1);
    line-height: 1;
    margin-bottom: 15px;
}
#demon_slayer .item_area .item_col3 .item_name span {
    font-size: 0.6em;
    line-height: 1em;
    margin: 0 0.4em;
}

/* 20230403 玄弥 */
#demon_slayer .item_area .item_col4 {
  width: 452.5px;
  position: absolute;
  top: 50px;
  left: 60px;
  transition: 0.3s ease-in-out;
} 
#demon_slayer .item_area .item_col4 a {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
#demon_slayer .item_area .item_col4 .item_name {
  position: absolute;
  top: 115px;
  right: -215px; /* 20230410 商品名変更 */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 76px; /* 20230410 商品名変更 */
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3), -1px -1px 5px rgba(255, 255, 255, 0.3), -1px 1px 5px rgba(255, 255, 255, 0.3), 1px -1px 5px rgba(255, 255, 255, 0.3), 0px 1px 15px rgba(255, 255, 255, 0.1), 0 -1px 15px rgba(255, 255, 255, 0.1), -1px 0 15px rgba(255, 255, 255, 0.1), 1px 0 15px rgba(255, 255, 255, 0.1);
}
#demon_slayer .item_area .item_col4_txt {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left:50%;
  top: 600px;
  transform: translateX(-50%);
}
#demon_slayer .item_area .item_col4_txt p:nth-of-type(1) {
  font-size: 44px;
  font-weight: bold;
}
#demon_slayer .item_area .item_col4_txt p:nth-of-type(1) span {
  margin-left: 10px;
  font-size: 26px; /* 20230410 商品名変更 */
}
#demon_slayer .item_area .item_col4_txt p:nth-of-type(1) img {
  width: 154px;
  margin-right: 20px;
}
#demon_slayer .item_area .item_col4_txt p:nth-of-type(2) {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  text-shadow: none;
}

#demon_slayer .item_area .item_col4 &gt; div:hover {
  opacity: .8;
}

/* 20220825 ZERO 堕姫・妓夫太郎 */
#demon_slayer #fzero_item01.item_area .item_txt {
    font-size: 1.7em;
}
/* 20220825 mini 堕姫・妓夫太郎・宇随 */
#demon_slayer #fmini_item01.item_area:hover {
    opacity: 1;
}
#demon_slayer #fmini_item01.item_area .item_new {
    top: 50px;
}
#demon_slayer #fmini_item01.item_area .item_txt {
    font-size: 2.2em;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3), -1px -1px 5px rgba(255, 255, 255, 0.3), -1px 1px 5px rgba(255, 255, 255, 0.3), 1px -1px 5px rgba(255, 255, 255, 0.3), 0px 1px 15px rgba(255, 255, 255, 0.1), 0 -1px 15px rgba(255, 255, 255, 0.1), -1px 0 15px rgba(255, 255, 255, 0.1), 1px 0 15px rgba(255, 255, 255, 0.1);
}

/*fmini btn　20220502追記
==============================*/
#demon_slayer .fmini_info_btn a {
  display: block;
  background: url(/img/grand_index/demon_slayer/20220510/img_btn_what_mini_FWZHxWDt.png) no-repeat center center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-size:  contain;
  color: #fff;
  font-size: 1.3em;
  padding:30px 0 30px 60px;
  margin:0 auto 50px;
  width:60%;
  font-weight:bold;
}

.dis-pc {
  display: block;
}
.dis-sp {
  display: none;
}</pre></body></html>