@charset "utf-8";
/* CSS Document */

/* Link
=========================================== */
.pc-block {
	display: block;
}
.pc-inline {
	display: inline;
}

.sp-block {
	display: none !important;
}
.sp-inline {
	display: none !important;
}
 

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffffff;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

a {
	outline: none;
	transition: 0.3s;
}

a img{
	transition: 0.3s;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* LAYOUT
=========================================== */
/*body{display:none;}*/

body {
	min-width: 1100px;
	color: #ffffff;
	font-size:14px;
	line-height: 1.8;
	overflow: hidden;
	font-family: heisei-mincho-std,serif;
	font-weight: 300;
	font-style: normal;
}


body,li,th,td,p,dt,dd{}
p{}

.wrap{
	width: 1280px;
	margin:0 auto;
	position:relative;
}

img{
	max-width:100%;
	height:auto;
}

#footer {
  width: auto;
  padding: 190px 0 124px;
  border-top: none;
}


/*共通設定*/

/* header */
header{
}
#header {
	display: flex;
}
#header .key-visual {
	flex-basis: 25%;
	height: calc(44.163625vw - 2px);
	overflow: hidden;
}
#header .key-visual li {
	width: 100%;
	height: auto;
}
#header .key-visual li img {
	width: 100%;
	height: auto;
}

/* content */
section#Box01{
	text-align:center;
	background: url("/user_data/lp/kimetsu/kimetsu3_img/pc/bg_col.jpg") no-repeat center bottom;
	background-size: cover;
	padding-top: 88px;
	padding-bottom: 150px;
	position: relative;
	margin-top: -3px;
}
#Box01-flash {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(transparent 80%, rgba(255,0,0,.7) 110%);
    background: -webkit-linear-gradient(transparent 80%, rgba(255,0,0,.7) 110%);
    background: linear-gradient(transparent 80%, rgba(255,0,0,.7) 110%);
}
#Box01-particle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#logo {
	display: none;
	margin-left: -58px;
	margin-bottom: 40px;
}
section#Box01 .wrap h2{
	margin-bottom: 32px;
}

section#Box01 .wrap p,
section#Box01 .wrap .sales-details {
	font-size:30px;
	line-height: 1.4;
}
section#Box01 .wrap p span,
section#Box01 .wrap .sales-details span.sales-details-annotation {
	font-size:24px;
}
section#Box01 .wrap h3{
	margin: 28px 0 20px;
	font-size: 32px;
}
section#Box01 .wrap .sales-detail_sub .sales-details-annotation {
    font-size: 18px!important;
}
section#Box01 .wrap .sales-detail_sub {
    margin-top: 20px;
}

section#Box02{
	background:url("/user_data/lp/kimetsu/kimetsu3_img/pc/bg_con02.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
}

section#Boxtengen{
	background:url("/user_data/lp/kimetsu/kimetsu3_img/pc/tengen-back1.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
}

#tengen-item{
   text-align: center;
}


.tengen-img-pc { 
    bottom: 0;
    width: 50%;
    padding-top: 80px;
     margin: 0 auto;
}





section#Box02 h3, section#Box03 h3 , section#Boxtengen h3 {
	display: flex;
	position: absolute;
	width: 100%;
	top: -70px;
}
section#Box02 h3 > span, section#Box03 h3 > span , section#Boxtengen h3 > span {
	display: block;
}
section#Box02 h3 > span.title, section#Box03 h3 > span.title , section#Boxtengen h3 > span.title {
	flex-grow: 0;
}
section#Box02 h3 > span.border, section#Box03 h3 > span.border , section#Boxtengen h3 > span.border {
	flex-grow: 1;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url("/user_data/lp/kimetsu/img/bg_tit.png");
}

#Boxcuff{
   background:url("/user_data/lp/kimetsu/kimetsu3_img/pc/cuffback.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
	text-align:center;
	padding:130px;
}

#Boxpierce{
   background:url("/user_data/lp/kimetsu/kimetsu3_img/pc/pierceback.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
	text-align:center;
	padding:130px;
}

#Boxnecklace{
   background:url("/user_data/lp/kimetsu/kimetsu3_img/pc/necklaceback.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
	text-align:center;
	padding:130px;
}



.itemimg{
	height:420px;
	padding:1%;
}


section#Box02 .wrap {
	padding-top: 120px;
	padding-bottom: 120px;
}
section#Box02 .wrap p{
    font-size: 22px;
	margin-top: 45px;
	text-align: center;
}
section#Box02 .wrap p span{
	font-size: 20px;
}

section#Boxtengen .wrap {
	padding-top: 120px;
	padding-bottom: 0px;
}
section#Boxtengen .wrap p{
    font-size: 22px;
	margin-top: 45px;
	text-align: center;
}
section#Boxtengen .wrap p span{
	font-size: 20px;
}

#box-visual {
	margin: 0 auto;
	padding: 35px;
	background-color: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
	width: 970px;
	overflow: hidden;
}




/* lineup */
section#Box03{
	background:url('/user_data/lp/kimetsu/kimetsu3_img/pc/lineupback.jpg') no-repeat center top;
	background-size: cover;
	padding: 206px 0 126px;
	position: relative;
}
#lineup-list ul {
	display: flex;
	justify-content: space-around;
	width: 1120px;
	margin: 0 auto;
	
}

#lineup-list li {
	width: 220px;
	margin: 0 auto ;
   padding:50px 10px;
}



/* item */

section#Boxtanjiro{
		background:url('/user_data/lp/kimetsu/kimetsu3_img/pc/tanjiro-back.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
}

#Boxtanjiro div{
	 display:flex;
	 margin:0 auto;
	  justify-content: center;
  align-items: center;
  padding:0 10px;
}

section#Boxnezuko{
		background:url('/user_data/lp/kimetsu/kimetsu3_img/pc/nezuko-back.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
}

#Boxnezuko div{
	 display:flex;
	 margin:0 auto;
	  justify-content: center;
  align-items: center;
  padding:0 10px;
}


section#Boxzenitsu{
		background:url('/user_data/lp/kimetsu/kimetsu3_img/pc/zenitsu-back.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
}

#Boxzenitsu div{
	 display:flex;
	 margin:0 auto;
	  justify-content: center;
  align-items: center;
  padding:0 10px;
}

section#Boxgiyu{
		background:url('/user_data/lp/kimetsu/kimetsu3_img/pc/giyu-back.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
}

#Boxgiyu div{
	 display:flex;
	 margin:0 auto;
	  justify-content: center;
  align-items: center;
  padding:0 10px;
}

section#Boxinosuke{
		background:url('/user_data/lp/kimetsu/kimetsu3_img/pc/inosuke-back.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
}

#Boxinosuke div{
	 display:flex;
	 margin:0 auto;
	  justify-content: center;
  align-items: center;
  padding:0 10px;
}

section#Boxkocho{
		background:url('/user_data/lp/kimetsu/kimetsu3_img/pc/kocho-back.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
}

#Boxkocho div{
	 display:flex;
	 margin:0 auto;
	  justify-content: center;
  align-items: center;
  padding:0 10px;
}

section#Boxrengoku{
		background:url('/user_data/lp/kimetsu/kimetsu3_img/pc/rengoku-back.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
}

#Boxrengoku div{
	 display:flex;
	 margin:0 auto;
	  justify-content: center;
  align-items: center;
  padding:0 10px;
}




.reitem{
	max-width:1400px;
}


.item-text{
	font-size:18px;
	background: url('/user_data/lp/kimetsu/kimetsu3_img/pc/item-frame2.png') no-repeat center top;
	text-align: center;
	background-size:cover;
	padding: 21px 0 15px 0;
	margin-top:40px;
   line-height:150%;
   min-width:210px;
  line-height:170%;
	}

/* item */
.itembox .wrap{
	padding: 906px 0 112px;
}

.itembox .wrap .slick {
	width: 670px;
	float: left;
	margin-left:30px;
}

.itembox .wrap .slick img {
	width:100%;
}

.itembox .wrap h3{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
}



.hover li img{
	cursor: pointer;
}

.hover li img:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


.itemtitle{
	margin-bottom:80px;
}

.itembox .text {
	font-size:18px;
	background: url('/user_data/lp/kimetsu/kimetsu3_img/pc/item-frame.png') no-repeat center top;
	min-height: 235px;
	text-align: center;
	padding-top: 48px;
	margin-top:40px;
}
.itembox .text .link {
	font-size: 25px;
}

.link a:hover{
	text-decoration:none;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}



.itembox .text .link a:hover, .itembox .text .link a:active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#item-text-0 .link a:hover, #item-text-0 .link a:active {
	text-shadow: 0 0 10px #5b82f0,0 0 15px #5b82f0;
}

#item-text-1 .link a:hover, #item-text-1 .link a:active {
	text-shadow: 0 0 10px #63ceed,0 0 15px #63ceed;
}
#item-text-2 .link a:hover, #item-text-2 .link a:active {
	text-shadow: 0 0 10px #ed63d5,0 0 15px #ed63d5;
}
#item-text-3 .link a:hover, #item-text-3 .link a:active {
	text-shadow: 0 0 10px #edeb63,0 0 15px #edeb63;
}
#item-text-4 .link a:hover, #item-text-4 .link a:active {
	text-shadow: 0 0 10px #7cb0e1,0 0 15px #7cb0e1;
}

#item-text-5 .link a:hover, #item-text-5 .link a:active {
	text-shadow: 0 0 10px #63ceed,0 0 15px #63ceed;
}

#item-text-6 .link a:hover, #item-text-6 .link a:active {
	text-shadow: 0 0 10px #8f47f1,0 0 15px #8f47f1;
}


#item-text-7 .link a:hover, #item-text-6 .link a:active {
	text-shadow: 0 0 10px #ff4444,0 0 15px #ff4444;
}


.about-box {
    margin-top: 34px;
}

.text p{
	margin-bottom:20px;
	line-height: 1.5;
}

.text ul li a{
	text-decoration: underline;
}

.text ul li a:hover{
	text-decoration:none;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


/* footer */
footer{
	background: url('/user_data/lp/kimetsu/kimetsu3_img/pc/bottom-back.jpg') no-repeat center top;
	background-size: cover;
}

.btn{
	text-align:center;
	margin-bottom: 140px;
}
.btn img {
	width: 500px;
}

.f_logo{
	text-align:center;
}

.f_logo img{
	width:23%;
}

.f_box{
	border-bottom: 2px solid #c1a540;
	padding-bottom: 20px;
}


.f_box .wrap{
	width:1300px;
}

.copyright{
	text-align:center;
	margin-top: 10px;
	font-size:23px;
	color: #c1a540;
}


/* TOPへ戻る */
/*-------------------------------------------*/
div#top-back {
	transition: 0.3s;
	z-index: 90;
	text-align: right;
	margin-top: -30px;
}
div#top-back img {
	width: 120px;
}

div#top-link {

}

div#top-link span {
	display: none;
}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.flex{    width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 0px) and (max-device-width: 768px) {

}

@media print{
	.print{display:none}
}

