@charset "UTF-8";

/* common
---------------------------------------------------- */
.anc {
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top:  calc( -60px );
}
#top.anc {
	top: -10vw;
}
#concept.anc {
	top:  calc( -60px );
}
#list.anc {
	top:  calc( -60px - 4vw );
}
#detail.anc {
	top:  calc( -60px - 4vw );
}
#chara.anc {
	top:  calc( -60px - 4vw );
}

#moviebn {
	position: fixed;
	right: 0;
	bottom: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 10;
	display: none;
}
#moviebn img {
	width: 100%;
	height: auto;
	vertical-align: baseline;
}
iframe{
	vertical-align: bottom;
}
.pc{
	display: block;
}
.sp {
	display: none;
}
.tb {
	display: none;
}
html{
	background: #ffffff;
}
body{
	margin-bottom: 370px;
	background: #ffffff;
}
.details01,
.concept,
.list,
.chara,
.detail{
	color:#000;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 300;
	/*
	-webkit-text-stroke: 0.5px #00000050;
	font-variant-east-asian: proportional-width;
	-moz-font-feature-settings: "pwid";
	-webkit-font-feature-settings: "pwid";
	font-feature-settings: "pwid";
	*/
	font-feature-settings: "palt";
	
}
.fix-top {
	margin-top: 60px !important;
}
a{
	cursor:pointer;
}
a:hover{
	opacity: 0.8;
}
.detail p a{
	color:#cccccc;
	/* display:inline-block; */
	margin:0 5px;
	text-decoration:underline;
	text-decoration-color:#cccccc;
	text-underline-offset: 3px;
	text-decoration-thickness: 0.5px;
}
.w100p{
	width: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clearfix{ zoom: 1; }
.color3{
	color:#bfa868ed;
}



/* section
---------------------------------------------------- */
.details01, 
.details_header{
}
footer,
.details01{
	z-index: 2;
}
.setblc{
	margin: 0 50px;
	min-width: 0;
	text-align: center;
}
.setblc .wrap{
	margin: 0 auto;
	position: relative;
}
footer .setblc {
	text-align: left;
}

/*
.fix_effect{
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	z-index: 100;
	display:block;
	width:100vw;
	height:100vh;
	pointer-events:none;
	background-image: url(../images/details/add_9th19492264/fix_effect.png);
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:top left;
	filter:hue-rotate(0deg);
	animation:anime-opacity 10s infinite;
}
@keyframes anime-opacity {
	0% { filter:hue-rotate(0deg); }
	50% { filter:hue-rotate(360deg); }
	100% { filter:hue-rotate(0deg); }
}
*/



/* all_l_wrap
---------------------------------------------------- */

.all_l_wrap{
	display:none;
}
.all_r_wrap{
	min-width:1160px;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	padding-top: 80px;
}
.all_add_wrap{
	min-width:1160px;
	position: relative;
	z-index: 20;
	box-sizing: border-box;
}




/* slide_menu
---------------------------------------------------- */
.slide_menu{
	position:absolute;
	top:60px;
	left:0;
	min-width:1160px;
	width:100%;
	z-index:30;
	height:80px;
	padding:0 50px;
	text-align:center;
	box-sizing:border-box;
	background: #000000dd;
	backdrop-filter:blur(16px);
}
.slide_menu.active{
	position:fixed;
	top:0px;
	transform:translateY(-90px);
	transition: top 0s, transform 0s;
}
.slide_menu.active.anime_set{
	position:fixed;
	transform:translateY(-90px);
	transition:transform 0.5s  ease;
}
.slide_menu.active.anime_set.anime_start{
	position:fixed;
	transform:translateY(0px);
	transition:transform 0.5s  ease;
}

.slide_menu_wrap{
}
.slide_menu_wrap img{
	width: auto;
}
.slide_menu_wrap .slide_menu_logo1{
	display:inline-block;
	line-height:75px;
}
.slide_menu_wrap .slide_menu_logo1 img{
	height:20px;
	padding-right:15px;
}
.slide_menu_wrap .slide_menu_list{
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
}
.slide_menu_wrap .slide_menu_list li{
	display:inline-block;
}
.hoveraction_wrap{
	line-height:75px;
}
.slide_menu_wrap .slide_menu_list li img{
	height:12px;
	padding: 0 10px
}
.slide_menu li a img{
}
.slide_menu li a.hide img{
	overflow:hidden;
	margin-left:-70px;
	transition:0.0s 0.0s ease;
}
.slide_menu.active li a.hide img{
	margin-left:0px;
}


/* backimage
---------------------------------------------------- */
.fix_back_images{
	position: fixed;
	top: 0;
	left: 0;
	bottom:auto;
	right: auto;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100vh;
	display: block;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	display:none;
}
.back_images_wrap{
}
.fix_front{
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	z-index: 100;
	display:block;
	pointer-events:none;
	display:none;
}
.fix_front_bg{
	position: relative;
	width:100vw;
	height:100vh;
	display:block;
	display:none;
}


/* details_ttl
---------------------------------------------------- */
.hero{
	background: #FFF;
}


/* details_header
---------------------------------------------------- */
header.header{
	height: auto;
	box-sizing: border-box;
	position: relative;
	min-width: 1160px;
}
.details_header {
	padding: 0;
	transform: translate3d(0, 0, 0);
	z-index: 110;
	pointer-events: none;
	background-color: #000;
}
.details_header.is-fixed{

}
.details_header ul{
	/* text-align:left; */
}
.details_header ul li {
	display:inline-block;
	margin-right: 20px;
	line-height: 60px;
}
.details_header ul li a{
	font-size: 15px;
}
.details_header ul li img{
	vertical-align: middle;
	height: 11px;
	margin-top: -4px;
}
.details_header ul li img:hover{
	opacity: 0.6;
}
.details_header select {
	display: none;
}
.details_header ul li,
.details_header ul li a{
	font-size: 14px;
	letter-spacing: 1px;
	color:#FFF;
	pointer-events: painted;
}
.details_header ul li a:hover{
	color: #e70012;
}
.details_header label{
	display: none;
}
.details_header.is-fixed{
	background-size: 100%;
	background-position: center;
}
.details_header ul li.top {
  display: none;
}
.details_header.is-fixed ul li.top {
  display: inline-block;
  animation: show .5s ease-in-out;
}

/* details_wrap
---------------------------------------------------- */
.details_wrap{
	position: relative;
}

/* details01
---------------------------------------------------- */
.details01 *{
	box-sizing:border-box;
}
.details01 .pc{
	display: block;
}
.details01 .sp{
	display: none;
}
.details01{
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.details01 .setblc {
	overflow: visible;
	position: relative;
	margin: 0;
	padding:0px;
}
.details01 .brandlogo{
	display:none;
}
.details01 .brandlogo img{
}
.details01 .top_main{
	text-align:left;
}
.details01{/*font*/
	font-size:0.9vw;
	line-height:1;
}

.details01 .box_slide{
	0;
}

.details01 .top_imgbox{
	padding: 0;
}

.details01 .top_imgbox_wrap img{
	width:100%;
}


.btn_black{
	display:inline-block;
	font-size: 110%;
	font-weight:600;
	width: 17em;
	padding: 2em 1.75em;
	color:#FFF;
	background:#000;
	position:relative;
	-webkit-text-stroke: 0px #000000;
}
.btn_black:after{
	content:"";
	display:block;
	width: 1.0em;
	height: 1.0em;
	margin-top: -0.6em;
	position:absolute;
	top:50%;
	right:1.75em;
	background-image:url(https://stg.lilith-soft.com/official/event/contents/asmr/images/details/add_915686519/btn_black_icon_dl.png);
	background-size:contain;
	background-repeat:no-repeat;
}
.btn_black.add_store_icon:after{
	content:"";
	display:block;
	width:1.1em;
	height:1.1em;
	margin-top:-0.55em;
	position:absolute;
	top:50%;
	right:1.75em;
	background-image:url(https://stg.lilith-soft.com/official/event/contents/asmr/images/details/add_915686519/btn_black_icon_store.png);
	background-size:contain;
	background-repeat:no-repeat;
}
.info_btn .btn_black{
	font-size:100%;
	width: -984em;
	padding: 1.4em 1.5em;
}
.info_btn .btn_black:after{
	right:1.4em;
}
.info_btn a,
.top_btn a{display: block;}
.info_btn a:hover,
.top_btn a:hover{
	opacity:0.8;
}
.details01 .top_rightbox{
	width: 100%;
	position:relative;
	right:0;
	top:0;
	padding: 0;
	padding-right: 0;
}

.details01 .top_rightbox .sp_subtext{
	font-size:0;
}
.details01 .top_rightbox .top_imgbox{
}
.details01 .top_rightbox .top_imgbox_wrap{
}
.details01 .top_rightbox img{
	width: 100%;
	margin: 0 0 0;
}

.details01 .wrap .swiper-pagination_dmmy,
.details01 .wrap .swiper-pagination{
	bottom: 1px;
	position:relative;
	background: #000000;
	padding:20px;
	height:40px;
	font-size: 0;
	text-align:center;
}


.details01 .wrap .swiper-pagination_dmmy span{
	display:block;
	background:#ccc;
	background:#9d884f;
	opacity:1;
	margin: -3px auto !important;
	height: 6px;
	width: 6px;
	border-radius:100px;
}

.details01 .wrap .swiper-pagination-bullet{
	background:#ccc;
	opacity:1;
	margin: -3px 5px !important;
	height: 6px;
	width: 6px;
}
.details01 .wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#9d884f;
}




/* concept
---------------------------------------------------- */
.concept{
	/* min-height: 60vh; */
	position: relative;
	z-index: 101;
	overflow: hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 8vw 0 4vw;
}
.concept .setblc {
	overflow: hidden;
	position: relative;
	margin: 0;
}
.concept .wrap{
}
.concept .box{
	text-align:center;
}
.concept{/*font*/
	font-size:0.9vw;
	color:#FFF;
	line-height:1;
}
.concept .box .large{
	width: 100%;
	margin:auto;
	padding: 0 0 3%;
}
.concept .box img{
	width: auto;
	max-width: 100%;
	min-width: 0;
}
.concept .box .large img{
	width: 1300px;
	max-width: 60%;
	min-width: 800px;
}
.concept .box li img{
	width: 100px;
	max-width: 100%;
	min-width: 0;
}
.concept .box ul{
	font-size:0px;
}
.concept .box li{
	display: inline-block;
	width: auto;
	margin: 0 10px 10px;
	vertical-align: top;
}
.concept .box li span{
	display:block;
	transition:0.3s;
}
.concept .box li span:hover{
	opacity:0.8;
	transform:scale(1.03);
}
.concept .box li span.active:hover{
	opacity:1;
	transform:scale(1.03);
	transition:0.05s;
}
.concept .box li label{
	cursor:pointer;
}
.concept .box li i{
	display:none;
}
.concept .box li .on{
	display:none;
}
.concept .box li .off{
	display:block;
}
.concept .box li .active .on{
	display:block;
}
.concept .box li .active .off{
	display:none;
}




/* ttl
---------------------------------------------------- */
.large_ttl {
	margin:auto;
	text-align:center;
	margin-bottom: 3vw;
	z-index: 2;
	position: relative;
	width: 100%;
}
.large_ttl .base img,
.large_ttl img{
	width:auto;
	height: 6.0vw;
	min-height: 80px;
}

.ttl_shadow{
	position:relative;
	display: inline-block;
}
.ttl_shadow .base{
	position:relative;
	z-index:2;
}
.ttl_shadow .copy{
	position:absolute;
	top:3px;
	left:0;
	z-index:1;
	filter:blur(4px) brightness(0);
	opacity:0.8;
	display:none;
}





/* list
---------------------------------------------------- */
.list{
	position: relative;
	z-index: 5;
	overflow: hidden;
	padding: 4vw 0;
}
/*
.list .list_taimanin li{
	display:inline-block;
	width: calc( ( 100% - 1% ) / 3 );
	margin-right: 0.5%;
	margin-top: 4%;
	position:relative;
	box-shadow:2px 2px 5px #00000050;
	backdrop-filter:blur(25px);
	background: #000000cc;
}
.list .list_taimanin li:nth-child(3){
	margin-right:0%;
}
.list .list_taimanin li:nth-child(n-3){
	margin-top:0%;
}

.list .list_taimanin .btn img,
.list .list_taimanin .img img{
	width:100%;
}
.list .list_taimanin .img .overflow_wrap{
	overflow:hidden;
}
.list .list_taimanin .img .overflow_wrap img{
	transform:scale(1.01);
	transition:0.8s;
}
.list .list_taimanin  a:hover .img .overflow_wrap img{
	transform:scale(1.04);
}
.list .list_taimanin  a:hover{
	opacity:1;
}
.list .list_taimanin  a:hover .btn{
	opacity:0.8;
}


.list .list_taimanin .btn{
	position:absolute;
	bottom:0;
	z-index:5;
	padding: 9%;
	transition:0.2s;
}
*/
.list .list_box {
	position: relative;
	margin: auto;
	padding: 0 0;
	text-align: center;
	min-width: 1060px;
	width: 76%;
}
.list .list_taimanin{
	/* text-align:left; */
	padding: 0;
	margin:0;
	box-sizing:border-box;
	font-size:0;
}
.list .list_taimanin li{
	display:block;
	width: 100%;
	margin-right: 0;
	margin-top: 4%;
	position:relative;
	box-shadow:2px 2px 5px #00000050;
	backdrop-filter:blur(25px);
	background: #000000cc;
}
.list .list_taimanin table{
	border-collapse:collapse;
}
.list .list_taimanin table *{
	padding:0;
	box-sizing:border-box;
}
.list .list_taimanin .t_time img{
	height:22vw;
	min-height:320px;
}
.list .list_taimanin .t_text img{
	height:22vw;
	min-height:320px;
	padding: 12%;
}
.list .list_taimanin .t_img img{
	height:22vw;
	min-height:320px;
}
.list .list_taimanin .t_hover img{
	height: calc( 22vw * 1.3 );
	min-height: calc( 320px * 1.3 );
}
.list .list_taimanin .t_hover{
	position:absolute;
	bottom:0;
	right:0;
	pointer-events:none;
	opacity:1;
	transition:0.3s;
}
.list .list_taimanin a:hover .t_hover{
	opacity:1;
}
.list .list_taimanin .img .t_text{
}
.list .list_taimanin .img:hover .t_time{
}
.list .list_taimanin .img:hover .t_text{
}
.list .list_taimanin  a:hover{
	opacity:1;
}
.list .list_taimanin li{
	transition:0.3s ease;
}
.list .list_taimanin li:hover{
	transform:scale(1.02);
	transition:0.3s;
}




/* .popup_nav
---------------------------------------------------- */
.popup_nav{
	position:relative;
	z-index:100;
}
.detail .swiper-prev_detail img,
.detail .swiper-next_detail img{
    height: 140px;
    margin: -70px 0;
	cursor:pointer;
}
.detail .swiper-prev_detail{
	position:absolute;
	z-index:100;
	top:500px;
	left:0px;
}
.detail .swiper-prev_detail.active{
	position:fixed;
	z-index:100;
	top:50%;
	left:0px;
}
.detail .swiper-prev_detail.active{
	/*left:calc(100% / 3.414 * 1);*/
}
.detail .swiper-next_detail{
	position:absolute;
	z-index:100;
	top:500px;
	right:0px;
}
.detail .swiper-next_detail.active{
	position:fixed;
	z-index:100;
	top:50%;
	right:0px;
}


/* .popup_nav2
---------------------------------------------------- */
.swiper-prev_detail2 img,
.swiper-next_detail2 img{
	height: 140px;
	margin:-70px 0;
	cursor:pointer;
}
.swiper-prev_detail2{
	position:absolute;
	z-index:100;
	bottom:50%;
	left:0;
	transition:0;
}
.swiper-prev_detail2.active{
	position:absolute;
	z-index:100;
	bottom:50%;
	left:0;
}
.swiper-next_detail2{
	position:absolute;
	z-index:100;
	bottom:50%;
	right:0px;
	transition:0;
}
.swiper-next_detail2.active{
	position:absolute;
	z-index:100;
	bottom:50%;
	right:0px;
}

/*
.swiper-prev_detail2 img,
.swiper-next_detail2 img{
	height: 60px;
	margin:-30px 15px;
	cursor:pointer;
}
.swiper-prev_detail2 img,
.swiper-next_detail2 img{
	height: 14px;
	margin: 13px 0;
	cursor:pointer;
}

.swiper-prev_detail2{
	position:absolute;
	z-index:100;
	bottom:0%;
	left:50%;
	margin-left:-80px;
}
.swiper-next_detail2{
	position:absolute;
	z-index:100;
	bottom:0%;
	right:50%;
	margin-right:-80px;
}
*/
.toparea_skip_button{
	position:fixed;
	z-index:100;
	bottom:20px;
	left:auto;
	right:calc(100% / 3.414 * 2.414 / 2);
	display:none;
}
.toparea_skip_button.active{
	position:absolute;
	z-index:100;
	bottom:50px;
	right:auto;
	left:calc(50%);
}
.toparea_skip_button img{ 
	width:80px;
	margin:0 -40px 0;
}


/* detail
---------------------------------------------------- */
.detail{
	color:#ccc;
	position: relative;
	z-index: 10;
	overflow: hidden;

}
.detail .wrap{
	/* backdrop-filter: blur(50px); */
	/* background: #000000aa; */
	padding: 4vw 0;
}
.detail *{
	box-sizing:border-box;
}
.detail img{
	width:100%;
}
.detail .main_box .swiper-slide{
	/* padding: 0 8%; */
	text-align: center;
}
.detail .box0{
	width:100%;
	float:left;
	padding:0;
	position:relative;
	z-index:5;
}
.detail .box1{
	width:100%;
	float:left;
	text-align:left;
	padding: 0 7.5% 7.5%;
	position:relative;
	z-index:5;
	background: #222;
}
.detail .main_box .product_ttl{
	padding-top: 5%;
}
.detail .main_box .product_ttl .area p{
	font-size: 125%;
	line-height: 1.6;
	/* font-weight:bold; */
}
.detail .main_box .product_ttl .sub{
	display:inline-block;
}
.detail .main_box .info{
	padding-top: 3%;
}

.detail .main_box .sssttl img{
	height: 20px;
	width:auto
}
.detail .main_box .area p{
	font-size: 16px;
	line-height: 1.8;
	padding-top: 1.5%;
}
.detail .d_img{
	position:relative;
	max-height:43vw;
	transition:0.8s ease;
	cursor:pointer;
}
.detail .d_img.active{
	position:relative;
	max-height:110vw;
	transition:0.8s ease;
	cursor:auto;
}
.detail .d_img:before{
	content:'';
	width:100%;
	height:100px;
	position:absolute;
	background:linear-gradient(#00000000 0%, #000 75%);
	bottom:0;
	display:none
}
.detail .d_img.active:after{
	transform:scale(0);
}
.detail .d_img:after{
	content:'';
	width:60px;
	height:60px;
	display:block;
	position:absolute;
	background-image: url(https://stg.lilith-soft.com/official/event/contents/asmr/images/details/add_3rd0228/btn_more.png);
	background-size:contain;
	bottom:20px;
	left:50%;
	margin:-30px;
	cursor: pointer;
	transform:scale(1.1);
	z-index:10;
	transition:0.3s;
}
.detail .d_img img{
}
.detail .d_img p{
	padding-top:1%;
	font-size:12px;
	opacity:0.5;
}
.detail .main_box .info_list{
	margin-top: 25px;
	font-size: 16px;
	padding: 0 0 0 20px;
	border-left: solid 5px #8b7742;
}
.detail .main_box .info_list dl{
	line-height: 1;
}
.detail .main_box .info_list dl + dl{
padding-top: 10px;
}
.detail .main_box .info_list dt{
	display:table-cell;
	width: 110px;
}
.detail .main_box .info_list dt span{
	display:inline-block;
	padding-right:5px;
	/* background: #000; */
	backdrop-filter: blur(100px);
}
.detail .main_box .info_list dd{
	display:table-cell;
	width:300px;
	padding-left:5px
}
.detail .main_box .info_btn{
	padding-top: 50px;
	overflow: hidden;
}
.detail .main_box .info_btn li{
	/* display:inline-block; */
	float: left;
	width: 32.8%;
	max-width: 320px;
	margin-right: 0.8%;
	min-height: 5vw;
	font-size:0;
	/* margin: 0; */
}
.detail .main_box .info_btn li:nth-child(3n){
	margin-right: 0%;
}
.detail .main_box .info_btn li + li{

}

.detail .main_box .track{
	padding-top:50px;
	text-transform: uppercase;
}
.detail .main_box .track ul{
	    padding-top: 1.5%;
	width: 100%;
	border-bottom:solid 1px #000000;
	/* margin-bottom:50px; */
}
.detail .main_box .track .item *{
	font-size: 15px;
	line-height:1.5;
	text-align:left;
}
.detail .main_box .track .item{
	display: table-row;
	width: 100%;
	/* background: #22222290; */
}
.detail .main_box .track .item:nth-child(2n-1){
	background-color: #33333370;
}
.detail .main_box .track .count{
	border-top:solid 2px #1b1b1b;
	display:table-cell;
	min-width: 55px;
	padding:15px 0 0 15px;
}
.detail .main_box .track .title{
	border-top:solid 2px #1b1b1b;
	display:table-cell;
	padding:15px 0;
	width: 100%;
}
.detail .main_box .track .time{
	border-top:solid 2px #1b1b1b;
	display:table-cell;
	min-width:100px;
	text-align:right;
	padding-right:20px;
	font-family: 'Oswald', sans-serif;
	color: #9d884f;
}
.detail .main_box .story{
	padding-top:50px;
}
.detail .main_box .story p{
	white-space:nowrap;
}

.detail .main_box iframe{
	margin-top: 3%;
	margin-bottom: 1%;
	border: solid 10px #282828;
	box-sizing: content-box;
	width: calc( 100% - 20px );
}



.return_btn{
	padding-top: 30px;
}
.return_btn img{
	height: 35px;
	width:auto !important;
}
.return_btn a{
	display:inline-block;
	font-size: 0;
}
.return_btn_img{
	display:inline-block;
	transform:rscale(1);
}
.return_btn_text{
	display:inline-block;
	line-height:40px;
	padding: 0 10px 0;
	position:relative;
	font-size: 22px;
	font-family: "alfabet", sans-serif;
	font-weight: 500;
	vertical-align: middle;
	color: #ccc;
	-webkit-text-stroke: 0px #000000;
}


.detail .slide_wrap{
	overflow: hidden;
	padding-bottom: 0;
	min-width: 1060px;
	width: 76%;
	margin: auto;
	/* margin-top: 3%; */
	/* background: #000; */
}




/* chara
---------------------------------------------------- */
.chara{
	position: relative;
	z-index: 6;
	overflow: hidden;
}
.chara *{
	color:#ccc;
	box-sizing:border-box;
}
.character_ttl{
}
.chara img{
	width: 100%;
}
.chara .chara_box{
min-width: 1060px;
    width: 76%;
	margin:auto;
	background: #000;
}
.chara .chara_cg{
	width:100%;
	font-size:0;
}
.chara .chara_cg li{
	width: calc( 100% / 3);
	margin: 0;
	display:inline-block;
}
.chara .chara_cg li:nth-child(3n-2){
	margin-left:0%;
}
.chara .b_ttl{
	padding: 4% 4% 0;
}
.chara .b_ttl img{
	width:auto;
	height: 20px;
	margin-bottom:15px
}
.chara .b_text{
	font-size: 16px;
	line-height: 1.8;
	padding: 0 4% 4%;
}
.chara .b_text br{
	display:none;
}


/* archive
---------------------------------------------------- */
.archive{
	background:#fff;
	text-align:center;
	padding: 7vw 0 11vw;
}
.archive .a_ttl{
	padding-bottom:1%;
}
.archive .a_ttl img{
	height: 120px;
}

.archive .main_box{
	width: 68%;
	min-width:1060px;
	margin:auto;
	padding:1vw;
}


.archive .archive_list{
	font-size:0;
	margin-left:-0.2%;
	margin-bottom:3%;
}
.archive .archive_list li{
	width:calc( 24.8% );
	display:inline-block;
	margin-left:0.2%;
	margin-bottom:0.2%
}
.archive .archive_list li img{
	width:100%;
}

.archive .b_ttl img{
	height: 36px;
}







footer {
    min-width: 1160px;
	z-index:1000;
}
#page_top {
    z-index: 1001;
}
.chara{
	color: #ffffff;
	position: relative;
	z-index: 9;
	overflow: hidden;
	padding: 4vw 0 8vw;
	position:relative;
}
a.lock_a{
	pointer-events:none;
	filter: grayscale(1) contrast(0.5) brightness(0.4);
	opacity: 1;
}

.list:before,
.detail:before,
.chara:after{
	transition: 0.6s 0.0s;
	width:0px;
}
.list.active:before,
.detail.active:before,
.chara.active:after{
	width:12px;
}




/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                               1800 > */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1920px) {	
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                               1250   */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1250px) {

	.concept{
	    padding: 100px 0 50px;
	}
	.list,
	.detail .wrap{
	    padding: 50px 0 50px;
	}
	.chara{
	    padding: 50px 0 100px;
	}
	.archive {
	    padding: 90px 0 140px;
	}
	.large_ttl {
		margin-bottom: 37px;
	}
	
	
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                 740 */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 740px) {
	body {
		font-size: 16px;
		line-height: 30px;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*                                                                                                                                                 640 */
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 640px) {

	/* common
	---------------------------------------------------- */
	#moviebn {
		display: none !important;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.fix-top {
		margin-top: 45px !important;
	}
	body {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0;
	}

	/* section
	---------------------------------------------------- */
	.details01,
	.concept,
	.list,
	.detail,
	.chara{
		font-weight: 300;
		min-width: 0px;
		padding: 0;
		margin:0;
	}
	.details01, .details_header{
		min-width: 0px;
	}
	.setblc {
		margin: 0 10px;
		text-align: left;
	}
	.anc{
		padding-top: 0px;
		margin-top: 0;
		position: relative;
		top:445px;
	}
	#top.anc{
	    top: -100px;
	}
	#concept.anc{
		top:-5vw;
	}
	#list.anc{
		top:-5vw;
	}	
	#chara.anc{
		top:-5vw;
	}
	#detail.anc{
		top:-5vw;
	}

	
	.back_images_wrap {
	    background-image: none;
	    min-width: 0;
	}
	
	/* ttl
	---------------------------------------------------- */
	.large_ttl {
		margin:auto;
		text-align:center;
		margin-bottom: 8vw;
		z-index: 2;
		position: relative;
		width: 100%;
	}
	.large_ttl .base img, .large_ttl img{
		height: 10vw;
		min-height: 42px;
	}


	/* all_l_wrap
	---------------------------------------------------- */
	
	.all_l_wrap{
		display:none;
	}
	.all_r_wrap{
		min-width:0;
		padding-top: 50px;
	}
	.all_add_wrap{
		min-width:0;
	}


	
	/* slide_menu
	---------------------------------------------------- */
	.slide_menu{
		position:absolute;
		top: 50px;
		left:0;
		min-width:0px;
		width:100%;
		z-index:30;
		height:auto;
		max-height:50px;
		overflow:hidden;
		padding:0;
		text-align:center;
		box-sizing:border-box;
		background: #000000bb;
		backdrop-filter:blur(5px);
		transition:0.1s max-height ease;
	}
	.slide_menu.open{
		max-height:350px;
		transition:0.5s max-height ease;
	}
	.slide_menu.active{
		position:fixed;
		top:0px;
	}
	.slide_menu_wrap{
	}
	.slide_menu_wrap img{
		width: auto;
	}
	.slide_menu_wrap .slide_menu_logo1{
		display:inline-block;
		line-height:50px;
	}
	.slide_menu_wrap .slide_menu_logo1 img{
		height:14px;
		margin-top:-3px;
		padding:0;
	}
	.slide_menu_wrap .slide_menu_list{
		display:block;
		overflow:hidden;
		vertical-align:top;
		padding:0 0 10px;
	}
	.slide_menu_wrap .slide_menu_list li{
		display:block;
	}
	.hoveraction_wrap{
		line-height:35px;
	}
	.slide_menu_wrap .slide_menu_list li img{
		height:12px;
		padding: 0 10px
	}
	.slide_menu li a img{
	}
	.slide_menu li a.hide{
		height:0;
		display:block;
		overflow:hidden;
		transition:0.0s 0.5s ease;
	}
	.slide_menu.active li a.hide{
		height:35px;
		display:block;
		overflow:hidden;
	}

	.slide_menu li a.hide img{
		margin:auto;
	}
	.slide_menu.active li a.hide img{
		display:inline-block;
	}
	.slide_menu li a.hide img{
		/*transition:0.5s 0.5s ease !important;*/
	}

	
	/* fix_back_images
	---------------------------------------------------- */
	.fix_back_images {
		background-size: auto 110%;
	}
	.fix_front {
		display:none;
	}


	/* details_header ttl
	---------------------------------------------------- */
	header.header,
	footer{
	    min-width: 0;
	    margin: 0;
	    position: relative;
	    z-index: 100;
	}
	header.header .headerblc{
		z-index: 1000;
	}

	.details_header ul li {
		display: none;
	}
	.details_ttl{
		display: none;
		min-width: 0;
	}
	
  .details_header {
    height: 62px;
    padding: 0;
    color: #333;
    background-color: rgba(255, 255, 255, 1);
    transition: .5s ease-in-out;
    box-sizing: border-box;
    z-index: 100;
    pointer-events: all;
  }
  .details_header.is-fixed {
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
  }
  .details_header dl {
    margin: 10px 0;
    border: 1px solid #a6a6a6;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
  }
  .details_header dt {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 4%;
    font-size: 13px;
    line-height: 40px;
    cursor: pointer;
    background: url(https://stg.lilith-soft.com/official/event/contents/c104lilith/images/details/toggle_open.svg) 96% 12px no-repeat;
    box-sizing: border-box;
  }
  .details_header dt.active {
    background: url(https://stg.lilith-soft.com/official/event/contents/c104lilith/images/details/toggle_close.svg) 96% 12px no-repeat;
  }
  .details_header dd {
    display: none;
    margin: 0 4%;
    padding: 8px 0;
    text-align: left;
    font-size: 13px;
    border: solid #a6a6a6;
    border-width: 1px 0 0;
    box-sizing: border-box;
  }
  .details_header dd p {
    padding: 2px 0;
  }
  .details_header dd p.top {
    display: none;
  }
  .details_header.is-fixed dd p.top {
    display: block;
  }
  /* 追加 */
  .details_header dd p a {
    width: 100%;
    display: inline-block;
  }

	/* details01
	---------------------------------------------------- */
	.details01 *{
	}
	.details01{/*font*/
		font-size:14px;
		line-height:1;
	}
	.details01 .pc{
		display:none
	}
	.details01 .sp{
		display:block;
	}
	.details01 .setblc {
	}
	.details01 .swiper-container_top{
	}
	.details01 .brandlogo{
		display:none
	}
	.details01 .brandlogo img{
	}

	.details01 .wrap .swiper-pagination{
		bottom: auto;
		top: 12px;
		left:0;
		margin:0;
		text-align:center;
		padding:0;
		position:relative;
		height: 42px;
	}
	.details01 .wrap .swiper-pagination-bullet{
	}
	.details01 .wrap .swiper-pagination-lock{
		display:block;
		margin:-1em;
	}


	/* .popup_nav
	---------------------------------------------------- */
	..popup_nav{
		position:relative;
		z-index:10;
	}
	.swiper-prev_detail img,
	.swiper-next_detail img{
		width: 8vw;
		cursor:pointer;
	}
	.swiper-prev_detail{
		top:-180px;
	}
	.swiper-prev_detail.active{
		position:absolute;
		top: -180px;
	}
	.swiper-next_detail{
		top: -180px;
	}
	.swiper-next_detail.active{
		position:absolute;
		top: -180px;
	}


	/* .popup_nav2
	---------------------------------------------------- */
	.swiper-prev_detail2 img,
	.swiper-next_detail2 img{
		width: 9vw;
	}
	.swiper-prev_detail2{
		top: 80vw;
	}
	.swiper-prev_detail2.active{
	}
	.swiper-next_detail2{
		top: 80vw;
	}
	.swiper-next_detail2.active{
	}


	
	
	
	/* detail
	---------------------------------------------------- */
	.detail{
	}
	.detail .wrap{
		padding: 18vw 9% 0;
	}
	.detail *{
	}
	.detail img{
	}
	.detail .main_box .swiper-slide{
	}
	.detail .box0{
	}
	.detail .box1{
		width:100%;
		float:none;
		text-align:left;
		padding: 9vw 9% 9vw;
		position:relative;
		z-index:5;
		background: #222;
	}
	.detail .main_box .product_ttl{
		padding-top: 0;
	}
	.detail .main_box .product_ttl .area p{
		font-size: 14px;
		/* font-weight:bold; */
	}
	.detail .main_box .info{
		padding-top: 9vw;
	}
	.detail .main_box .sssttl{
		height: 14px;
		width:auto;
	}
	.detail .main_box .sssttl img{
		height: 14px;
		width:auto;
		vertical-align:top;
	}
	.detail .main_box .area p{
		font-size: 14px;
		line-height: 1.6;
		padding-top: 3vw;
	}
	.detail .main_box .area p br{
		display:none;
	}
	
	.detail .d_img{
		position:relative;
		max-height:65vw;
		transition:0.8s ease;
		cursor:auto;
	}
	.detail .d_img img{
		width:130%;
		margin:-0% -15%;
		transition:0.8s ease;
	}
	.detail .d_img.active{
	}
	.detail .d_img.active img{
		width:100%;
		margin:-0% -0%;
	}
	.detail .d_img:before{
	}
	.detail .d_img.active:after{
		transform:scale(0);
	}
	.detail .d_img:after{
		transform:scale(0.75);
	}
	.detail .d_img p{
		padding-top:1%;
		font-size:12px;
		opacity:0.5;
	}
	.detail .main_box .info_list{
		margin-top: 6vw;
		font-size: 14px;
		padding-left:10px;
	}
	.detail .main_box .info_list dl{
	}
	.detail .main_box .info_list dl + dl{
	}
	.detail .main_box .info_list dt{
		display:table-cell;
		width: 160px;
	}
	.detail .main_box .info_list dt span{
		display:inline-block;
		padding-right:5px;
		/* background: #000; */
		backdrop-filter: blur(100px);
	}
	.detail .main_box .info_list dd{
		display:table-cell;
		width:300px;
		padding-left:5px
	}
	.detail .main_box .info_btn{
		padding: 6vw 0 0;
		overflow: hidden;
		font-size: 0;
	}
	.detail .main_box .info_btn li{
		/* display:inline-block; */
		float: none;
		width: 115%;
		max-width: 120%;
		margin: 0 -2% 1%;
		min-height: 0;
		font-size:0;
	}
	.detail .main_box .info_btn li:nth-child(3n){
	}
	.detail .main_box .info_btn li + li{
	}

	.detail .main_box .track{
		padding-top: 9vw;
		text-transform: uppercase;
	}
	.detail .main_box .track ul{
		padding-top: 3vw;
		width: 100%;
		border-bottom: solid 0.5px #cccccc50;
	}
	.detail .main_box .track .item *{
		font-size: 13px;
		text-align:left;
		vertical-align:top;
	}
	.detail .main_box .track .item{
		display: table-row;
		width: 100%;
	}
	.detail .main_box .track .item:nth-child(2n-1){
		background:transparent;
	}
	.detail .main_box .track .count{
		display:table-cell;
		min-width: 15px;
		padding: 15px 0 0 10px;
		font-size:0;
		display: none;
	}
	.detail .main_box .track .title{
		display:table-cell;
		padding: 3vw 0;
		width: 100%;
		line-height: 1.6;
		border-top: solid 0.5px #cccccc50;
	}
	.detail .main_box .track .time{
		display:table-cell;
		width:100%;
		min-width: 40px;
		text-align:right;
		padding: 3vw 0 0 0;
		border-top: solid 0.5px #cccccc50;
	}

	
	.detail .main_box .story{
		padding-top: 9vw;
	}
	.detail .main_box .story p{
		white-space: normal;
	}
	
	.detail .main_box iframe{
		margin-top: 3vw;
		margin-bottom: 0;
		border: none;
		box-sizing: content-box;
		width: 100%;
		position:relative;
	}
	
	.return_btn{
		padding-top: 6vw;
	}
	.return_btn img{
		height: 28px;
		width:auto !important;
	}
	.return_btn a{
		display:inline-block;
		font-size: 0;
	}
	.return_btn_img{
		display:inline-block;
		transform:rscale(1);
	}
	.return_btn_text{
		display:inline-block;
		line-height:40px;
		padding: 0 10px 0;
		position:relative;
		font-size: 22px;
		font-family: "alfabet", sans-serif;
		font-weight: 500;
		vertical-align: middle;
		color: #ccc;
		-webkit-text-stroke: 0px #000000;
	}
	
	.detail .slide_wrap{
		overflow: hidden;
		padding-bottom: 0;
		min-width: 0;
		width: 100%;
	}
	
	/* concept
	---------------------------------------------------- */
	.concept{
		min-width: 0px;
		min-height: 0;
		position: relative;
		padding: 18vw 9% 0;
	}
	.concept .setblc{
		overflow: hidden;
		position: relative;
		margin: 0;
	}
	.concept .box{
		text-align:center;
		padding: 0;
	}
	.concept .box .large img{
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
	.concept .box li{
		font-size:0px;
		display:inline-block;
		width:20%;
		margin: 10px 5px 0;
		vertical-align: top;
	}
	.concept .box li span{
		display:block;
		transition:0.3s;
	}
	.concept .box li span:hover{
		opacity:0.8;
		transform:scale(1.03);
	}
	.concept .box li span.active:hover{
		opacity:1;
		transform:scale(1.03);
		transition:0.05s;
	}
	.concept .box li label{
		cursor:pointer;
	}
	.concept .box li i{
		display:none;
	}
	.concept .box li .on{
		display:none;
	}
	.concept .box li .off{
		display:block;
	}
	.concept .box li .active .on{
		display:block;
	}
	.concept .box li .active .off{
		display:none;
	}
	


	
	/* list
	---------------------------------------------------- */
	.list{
		min-width: 0px;
		position: relative;
		z-index: 5;
		overflow: hidden;
		padding: 18vw 12% 0;
	}
	.list .list_box {
		position: relative;
		margin: auto;
		padding: 0 0;
		text-align: center;
		min-width: 0;
		width: 100%;
	}
	.list .list_taimanin{
		/* text-align:left; */
		padding: 0;
		margin:0;
		box-sizing:border-box;
		font-size:0;
	}

	.list .list_taimanin li{
		display:block;
		width: 100%;
		max-width:350px;
		margin: 0 auto;
		position:relative;
		box-shadow:2px 2px 5px #00000050;
		backdrop-filter:blur(25px);
		background: #000000cc;
	}
	.list .list_taimanin table,
	.list .list_taimanin table tbody,
	.list .list_taimanin table tr,
	.list .list_taimanin table td{
		width:100%;
		display:block;
	}
	.list .list_taimanin table *{
		box-sizing:border-box;
		display:block;
	}
	.list .list_taimanin .t_time img{
		height:auto;
		width:100%;
		display:none;
	}
	.list .list_taimanin .t_img img{
		height:auto;
		min-height: 0;
		width:100%;
	}
	.list .list_taimanin .t_text img{
		height:auto;
		min-height:0;
		width:100%;
		padding: 6vw;
		max-width: 1000px;
	}
	.list .list_taimanin .t_hover{
		display:none;
	}

	/* slide */
	.swiper_nav{
		width:100%;
		position: relative;
		z-index:13;
		height:0;
	}
	.swiper_nav .swiper-pagination {
		bottom:40px !important;
		position:relative;
	}
	.swiper_nav .swiper-pagination-bullet-active{
		background-color:#000;
	}
	
	
	.swiper_nav .swiper-next,
	.swiper_nav .swiper-prev{
		position:absolute;
		bottom:7vw;
		display:none;
	}
	.swiper_nav .swiper-next.swiper-button-disabled,
	.swiper_nav .swiper-prev.swiper-button-disabled{
		filter: grayscale(0.8);
		pointer-events:none;
		transform:scale(0.75);
		opacity:0;
		transition:0.4s 0.4s;
	}
	.swiper_nav .swiper-next:hover,
	.swiper_nav .swiper-prev:hover{
		transform:scale(1.0);
	}
	.swiper_nav .swiper-next{
		right:0px;
	}
	.swiper_nav .swiper-prev{
		left:0px;
	}
	.swiper_nav .swiper-prev img,
	.swiper_nav .swiper-next img{
		width:4vw;
		cursor:pointer;
	}
	.list .swiper-next,
	.list .swiper-prev{
		display:none;
	}




	/* chara
	---------------------------------------------------- */
	.chara{
		position: relative;
		z-index: 6;
		overflow: hidden;
		margin:0;
		padding: 18vw 9% 18vw;
	}
	.chara *{
		color:#ccc;
		box-sizing:border-box;
	}
	.character_ttl{
	}
	.chara img{
		width: 100%;
	}
	.chara .chara_box{
		min-width: 0;
		width: 100%;
		margin:auto;
		background: #000;
		padding: 0 0 9vw;
	}
	.chara .chara_cg{
		width:100%;
		font-size:0;
	}
	.chara .chara_cg li{
		width: calc( 100% / 1);
		margin: 0;
		display:inline-block;
	}
	.chara .chara_cg li:nth-child(3n-2){
		margin-left:0%;
	}
	.chara .chara_cg li:nth-child(1){
		position:relative;
		z-index:10;
		animation:anime-fadein1 12s infinite;
	}
	.chara .chara_cg li:nth-child(2){
		position:absolute;
		top:0;
		left:0;
		z-index:9;
		animation:anime-fadein2 12s infinite;
	}
	.chara .chara_cg li:nth-child(3){
		position:absolute;
		top:0;
		left:0;
		z-index:8;
	}
	@keyframes anime-fadein1 {
		0% { opacity: 1 }
		30% { opacity: 1 }
		33% { opacity: 0 }
		97% { opacity: 0 }
		100% { opacity: 1 }
	}
	@keyframes anime-fadein2 {
		0% { opacity: 1 }
		63% { opacity: 1 }
		66% { opacity: 0 }
		100% { opacity: 0 }
	}








	
	
	.chara .b_ttl{
		margin-top:9vw;
		padding: 0 9% 0;
		height: 14px;
	}
	.chara .b_ttl img{
		width:auto;
		height: 14px;
		margin-bottom:0px;
		vertical-align:top;
	}
	.chara .b_text{
		font-size: 14px;
		line-height: 1.6;
		padding: 3vw 9% 0;
	}
	.chara .b_text br{
		display:none;
	}

	
	/* archive
	---------------------------------------------------- */
	.archive{
		background:#fff;
		text-align:center;
		padding: 15vw 9%;
	}
	.archive .a_ttl{
		padding-bottom: 2vw;
	}
	.archive .a_ttl img{
		height: 15vw;
		margin-bottom: 3vw;
	}
	
	.archive .main_box{
		width: 100%;
		min-width:0;
		margin:auto;
		padding:0;
	}
	.archive .archive_list{
		font-size:0;
		margin-left:0;
		margin-bottom:5vw;
	}
	.archive .archive_list li{
		width:calc( 49.8% );
		display:inline-block;
		margin-left:0.2%;
		margin-bottom:0.2%
	}
	.archive .archive_list li img{
		width:100%;
	}
	
	.archive .b_ttl img{
		height: 30px;
	}
	

	
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*
	.details01 .sp .type_b{
		animation:anime-opacity 10s infinite;
	}
	@keyframes anime-opacity {
		0% { opacity: 0 }
		35% { opacity: 0 }
		50% { opacity: 1 }
		85% { opacity: 1 }
		100% { opacity: 0 }
	}
*/


/* tab
---------------------------------------------------- */
.tab01 {
	border-bottom: 1px solid #e0e0e0;
	color:#FFF;
	font-size:12px;
}
.tab01 li {
	display: inline-block;
	width: 20%;
	padding: 0 20px;
	margin-left: 15px;
	position: relative;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.tab01 li::after {
	position: absolute;
	content: "＋";
	right: 10px;
	top: 0;
	font-size: 20px;
}
.tab01 li.select::after {
	content: "ー";
}
.tab-inner01 {
	padding-top: 20px;
}
.tab-inner01 table {
	float: left;
	position: relative;
	table-layout: fixed;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	border-collapse: collapse;
	color:#FFF
}
.tab-inner01 table::after {
	content: "";
	width: 2px;
	height: 20px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 100px;
}
.tab-inner01 table th {
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 6px;
}
.tab-inner01 table th p::before {
	content: "－";
	color: #FFF;
}
.tab-inner01 table td {
	border-left: 1px solid #cacaca;
	padding: 0 30px 6px 10px;
}
.tab-inner01 table td a {
	background-image: url(https://stg.lilith-soft.com/official/event/contents/asmr/images/store/details/table_link.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	background-size: 4px auto;
	padding-right: 8px;
	color:#FFF;
}
.disnon {
	display: none;
}

@media only screen and (max-width: 640px) {
	/* tab
	---------------------------------------------------- */
	.tab01 li {
		width: 31%!important;
		padding: 0 10px;
		margin-left: 1%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.tab-inner01 {
		padding-top: 20px;
	}
	.tab-inner01 table {
		float: none;
		table-layout: fixed;
		max-width: 100%;
		width: 100%;
	}
	.tab-inner01 table::after {
		display: none;
	}
	.tab-inner01 table th {
		width: 100%;
		display: block;
		padding: 0;
		font-weight: normal;
		color: #9a9a9a;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.tab-inner01 table td {
		border-left: none;
		width: 100%;
		display: block;
		padding: 0 0 10px 1em;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
}



