@import url("wnew.css");
@import url("stream.css");
@import url("story.css");
@import url("topics.css");

/*	.header
============================== */
/* kv */
div.header {
}
div.header header {
	text-align:left;
}
div.header header > h1 span {
	display:block;
}
div.header header > h1 > span {
	position:relative;
	height:0;
	padding-top: -webkit-calc(9 / 16 * 100%);
	padding-top: calc(9 / 16 * 100%);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
/*div.header header > h1 > span.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}*/
div.header header > h1 > span > span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {
div.header {
	padding:30px 0;
}
div.header header > h1 {
	/*margin-bottom:24px;*/
}
div.header header > h1 > span.lazy-done {
	box-shadow:2px 3px 8px hsla(359, 98%, 25%, .3);
}
div.header header {
	max-width:1080px;
	margin:0 auto;
}
}
@media all and (max-width: 767px) {
div.header {
	/* padding-bottom:20px; */
padding-bottom: 12px;
}
div.header header > h1 {
	margin-bottom:20px;
}
}

@media print {
div.header,
div.tbs-topics,
div.sns {
	display:none !important;
}
}

div.header header > h1 { position: relative;}
/*div.header header > h1 .main1{background-image: url(../img/kv.jpg?0); background-size:cover; display: block; width:100%; height:0; padding-top:56.25%; position:absolute; top:0; left:0;
animation: fadein 2.5s ease 0s 1 normal;
-webkit-animation: fadein 2.5s ease 0s 1 normal;}
div.header header > h1 .kvLogo{background-image: url(../img/kv_logo.png); background-size:cover; display: block; width:100%; height:0; padding-top: 26.041%; position:absolute; bottom:0%; left:0%; opacity: 0;
-webkit-animation: 1.5s ease 0.5s 1 forwards;
  animation: 1.5s ease 0.5s 1 forwards;
z-index: 100;}
div.header header > h1 .kirari1{background-image: url(../img/kirari1.png); background-size:cover; display: block; width:9.007%; height:0; padding-top: 11.018%; position:absolute; top:65.131%; left:30.185%; opacity: 0;
-webkit-animation: 1.5s ease 0.5s 1 forwards;
  animation: 1.5s ease 0.5s 1 forwards;
z-index: 100;}
div.header header > h1 .kirari2{background-image: url(../img/kirari2.png); background-size:cover; display: block; width:5.925%; height:0; padding-top:4.305%; position:absolute; top:74.7%; left:34%; opacity: 0;
-webkit-animation: 1.5s ease 0.5s 1 forwards;
  animation: 1.5s ease 0.5s 1 forwards;
z-index: 100;}

.main1 img, .kvLogo img, .kirari1 img, .kirari2 img, .kirari3 img, .kirari4 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}*/


#mainArea{width:100%; height:0; padding-top: 56.25%; margin:0 auto; position:relative; }
#mainArea .main1{background-image: url(../img/kv.jpg?4); background-size:cover; display: block; width:100%; height:0; padding-top:56.25%; position:absolute; top:0; left:0;
animation: fadein1 2.5s ease 0s 1 normal;
-webkit-animation: fadein1 2.5s ease 0s 1 normal;}




@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

/*	sns
============================== */
div.sns {
	background-color:hsla(0,0%,100%, 0);
}
div.sns > aside section h3 {
	font-size:300%;
	font-weight:normal;
	line-height:1.25;
	margin-bottom:0.2em;
}
div.sns > aside section h3:before {
	content:"";
	display:inline-block;
	background-image:url(/um/img/sns_logos_blk.svg);
	width:64px;
	height:64px;
	background-size:192px 192px;
	margin-bottom:-0.3em;
}
div.sns > aside div.tw-outer section h3:before {
	background-position:left top;
}
div.sns > aside div.ig-outer section h3:before {
	background-position:center center;
}
.tw-inner {
	background-color:#fff;
}
@media all and (min-width: 768px) {
div.sns {
	padding:40px 0;
}
div.sns > aside {
	max-width:1080px;
	margin:0 auto;
	padding-top:30px;
}
div.sns > aside .tw-outer, div.sns > aside .ig-outer {
	width:50%;
}
div.sns aside .tw-outer {
	float:left;
}
div.sns aside .ig-outer {
	float:right;
}
div.sns aside .tw-outer > section {
	margin-right:15px;
}
div.sns aside .ig-outer > section {
	margin-left:15px;
}
}
@media all and (max-width: 767px) {
div.sns {
	padding:30px 0;
}
div.sns > aside {
	padding-top:20px;
}
div.sns > aside section h3:before {
	width:64px;
	height:64px;
	background-size:192px 192px;
}
.tw-outer {
	margin:0 30px 25px;
}
.ig-outer {
	margin:0 20px;
}
}

/*	instagram
============================== */
div.insta {
}
div.insta ul li {
	float:left;
	width:33.333333333333333%;
}
div.insta ul li span, div.insta ul li a, div.insta ul li a img {
	display:block;
}
div.insta ul li a, div.insta ul li a img {
	background-position:center center;
	background-repeat:no-repeat;
}
div.insta ul li a {
	background-size:cover;
	position:relative;
	height:0;
	padding-top:100%;
}
div.insta ul li a:hover img {
	background-color:hsla(216,82%,13%,0.25);
}
div.insta ul li a img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #ccc;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.insta ul li a img.icon-video {
	background-image:url(/um/img/play.png);
}
div.insta ul li:nth-child(3n-2) {
	clear:both;;
}
@media all and (min-width: 768px) {
div.insta ul li:nth-child(3n-2) > span {
	margin-right:8px;
}
div.insta ul li:nth-child(3n-1) > span {
	margin-left:4px;
	margin-right:4px;
}
div.insta ul li:nth-child(3n) > span {
	margin-left:8px;
}
div.insta ul li {
	margin-bottom:12px;
}
}
@media all and (max-width: 767px) {
div.insta ul li:nth-child(3n-2) > span {
	margin-right:6px;
}
div.insta ul li:nth-child(3n-1) > span {
	margin-left:3px;
	margin-right:3px;
}
div.insta ul li:nth-child(3n) > span {
	margin-left:6px;
}
div.insta ul li {
	margin-bottom:9px;
}
}


div.bnr-insta {
	text-align:left;
}
div.bnr-insta a, div.bnr-insta a span {
	display:block;
}
div.bnr-insta a {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(240 / 800 * 100%);
	padding-top: calc(240 / 800 * 100%);
}
div.bnr-insta a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {
div.bnr-insta {
	width:640px;
	margin:40px auto 0;
}
}
@media all and (max-width: 767px) {
div.bnr-insta {
	margin-top:30px;
	padding:0 5.3vw;
}
}


/*	.bnr
============================== */
div.bnr {
	text-align:left;
	/* background-color:hsla(0,100%,100%,.5); */
}
div.bnr aside ul li a, div.bnr aside ul li a span {
	display:block;
}
div.bnr aside ul li a {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(240 / 800 * 100%);
	padding-top: calc(240 / 800 * 100%);
}
div.bnr aside ul li a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.bnr aside ul li a.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
	box-shadow:2px 4px 10px hsla(0,0%,0%,.1);
}
@media all and (min-width: 768px) {
div.bnr {
	padding:80px 0;
}
div.bnr aside {
	max-width:1080px;
	margin:0 auto;
}
div.bnr aside ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px;
}
div.bnr aside ul li {
	width:calc((100% - 30px)/2);
}
div.bnr aside ul li:nth-child(odd) {
/*	margin-right:30px; */
}
}
@media all and (max-width: 767px) {
div.bnr {
	padding:80px 0;
}
div.bnr aside ul {
	width:82%;
	margin:0 auto;
}
div.bnr aside ul li:not(:last-child) {
	margin-bottom:20px;
}
}


/*	.bnr_bd-dvd
============================== */
div.bnr_bd-dvd {
	text-align:left;
	/* background-color:hsla(0,100%,100%,.5); */
}
div.bnr_bd-dvd aside ul li a, div.bnr_bd-dvd aside ul li a span {
	display:block;
}
div.bnr_bd-dvd aside ul li a {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(300 / 1000 * 100%);
	padding-top: calc(300 / 1000 * 100%);
}
div.bnr_bd-dvd aside ul li a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.bnr_bd-dvd aside ul li a.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
	box-shadow:2px 4px 10px hsla(0,0%,0%,.1);
}
@media all and (min-width: 768px) {
div.bnr_bd-dvd {
	padding:25px 0 0 0;
}
div.bnr_bd-dvd aside {
	max-width:1080px;
	margin:0 auto;
}
div.bnr_bd-dvd aside ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px;
}
div.bnr_bd-dvd aside ul li {
	width:700px;
}
div.bnr_bd-dvd aside ul li:nth-child(odd) {
/*	margin-right:30px; */
}
}
@media all and (max-width: 767px) {
div.bnr_bd-dvd {
	padding: 20px 12px 5px 12px;
}
div.bnr_bd-dvd aside ul {
	width:100%;
	margin:0 auto;
}
div.bnr_bd-dvd aside ul li:not(:last-child) {
	margin-bottom:20px;
}
}


/*	.unit-yt
============================== */
div.unit-yt article {
	text-align:left;
}
div.unit-yt article header {
	text-align:center;
}
div.unit-yt article header h2 {
	color:#823282;
	line-height:1.25;
}
div.unit-yt article header h2 span {
	display:inline-block;
	position:relative;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.2, transparent), color-stop(0.2, hsla(0,100%,100%,0.8)), to(hsla(0,100%,100%,0.8)));
	background-image: linear-gradient(transparent 20%, hsla(0,100%,100%,0.8) 20%);
}
@media all and (min-width: 768px) {
div.unit-yt {
	padding:40px 0;
}
div.unit-yt article div.inner {
	width:80%;
	max-width:800px;
	margin:0 auto;
}
div.unit-yt article header {
	margin-bottom:30px;
}
div.unit-yt article header h2 {
	font-size:175%;
}
}
@media all and (max-width: 767px) {
div.unit-yt {
	padding:25px 0;
}
div.unit-yt article header {
	margin-bottom:20px;
}
div.unit-yt article header h2 {
	font-size:4.5vw;
}
div.unit-yt article div.inner {
	padding:0 20px;
}
}



div.info {
	font-family: sicprintempspetit, sans-serif;
	font-weight: 800;
	font-style: normal;
	max-width:1080px;
	margin:0 auto;
/*	border:1px solid hsla(51,100%,93%,1); */
	background-color:hsl(0deg 0% 100% / 12%);
}
div.info dl dt, div.info dl dd {
	line-height:1.5;
}
div.info dl dt {
	margin-bottom:0.25em;
color: #ffbd00;
}
div.info dl dd {
	font-weight:bold;
}
@media all and (min-width: 992px) {
div.info {
	padding:20px 0;
	margin-bottom:40px;
}
div.info dl dt {
	font-size:200%;
}
div.info dl dd {
	font-size:170%;
}
}
@media all and (max-width: 991.98px) {
div.info {
	padding:12px 0;
	margin:0 12px 20px;
}
div.info dl dt {
	font-size:100%;
}
div.info dl dd {
	font-size:90%;
}
}

.conts_outer {
background-image: url(../img/lower_smoke.webp);
    background-repeat: repeat-y;
    background-position: top -200px center;
    background-size: 100%;
}
@media all and (max-width: 767px) {
	.conts_outer {
		background-position: top -10px center;
}
}

/* .story{
	background: url(../img/smoke1.webp);
	background-repeat:  no-repeat;
	background-position: center top ;
	background-size:contain;
}

.conts_outer{
	background: url(../img/smoke2.webp);
	background-repeat:  no-repeat;
	background-position: calc(50% + 290px)  100%;
	background-size: clamp(700px, 98vw, 950px);
}
@media all and (max-width: 767px) {
	.conts_outer {
		background: url(../img/lower_smoke.webp) repeat-y;
		background-size: 100%;
		background-position: top -10px center;
}
.story{
	background: none;
}
} */


/* .header_outer{
	background: url(../img/bg.jpg)no-repeat center top;
	background-size: cover;
} */

