@charset "UTF-8";

/* clearfix
================================ */
.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}

/* font
================================ */
@font-face {
	font-family: 'let_s_go_digital_regular';
	src:url('/feature/kobukuro_20th/common/css/font/let_s_go_digital_regular-webfont.woff') format('woff'),
	    url('/feature/kobukuro_20th/common/css/font/let_s_go_digital_regular-webfont.svg#Dolce-Vita') format('svg'),
	    url('/feature/kobukuro_20th/common/css/font/let_s_go_digital_regular-webfont.eot'),
	    url('/feature/kobukuro_20th/common/css/font/let_s_go_digital_regular-webfont.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'glacial_indifferencebold';
	src:url('/feature/kobukuro_20th/common/css/font/glacialindifference-bold-webfont.woff') format('woff'),
			url('/feature/kobukuro_20th/common/css/font/glacialindifference-bold-webfont.svg#glacial_indifferencebold') format('svg'),
			url('/feature/kobukuro_20th/common/css/font/glacialindifference-bold-webfont.eot'),
			url('/feature/kobukuro_20th/common/css/font/glacialindifference-bold-webfont.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/* base
================================ */
html { width: 100%;height: 100%;}
body {
	width: 100%;
/*	height: 100%;*/
	font-family: -apple-system,"Work Sans", "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	background: #fff;
	color: #000;
	font-size: 16px;
	
    background:#c32000 url(../images/bg_xmas2018.jpg) repeat 0 0 ;
    background-size:10px;
}
a { color: #000; outline: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
img { max-width: 100%; }
h1{ display: none; }
*{ -webkit-box-sizing: border-box; box-sizing: border-box; }

/* footer
================================ */
footer{
	width: 100%;
	font-size: 10px;
	text-align: center;
	line-height: 2;
	position: absolute;
	left: 0;
	bottom: 20px;
	opacity: 0.7;
	z-index: 10;
	color: #fff;
}
/* loading
================================ */
.loading{
	display: -webkit-box;
	display: flex;
	width: 100%;
	height: 100vh;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	flex-flow: column nowrap;
	font-family: 'glacial_indifferencebold';
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.loading p{
	overflow: hidden;
  text-align: center;
  line-height: 8vw;
}
.loading span{
	display: block;
	font-size:6vw;
	-webkit-transform: translate3d( 0,8.5vw, 0);
	transform: translate3d( 0,8.5vw, 0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}
.loading span i{ font-style: normal; }

/* layout
================================ */
.wrap{
	width: 100%;
	min-height: 100%;
/*	background: #000;
	color: #efefef;*/
	position: relative;
	padding: 0 0 100px;
    background:#c32000 url(../images/bg_xmas2018.jpg) repeat 0 0 ;
    background-size:10px;
	opacity: 0;
}
.wrap:before{
/*	content: '';*/
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
/*	opacity: 0;*/

}

.loaded .wrap{
	opacity:1;
	transition: all 0.6s ease-out .8s;
	-webkit-transition: all 0.6s ease-out .8s;
}

/* countdown
================================ */
.section--countdown{
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	flex-flow: column nowrap;
	position: relative;
	font-family: 'glacial_indifferencebold';
	z-index: 2;
}
/*.count-down{ opacity: 0; }*/
#countDown{ line-height: 0;}
.count-down li{
	font-family:'let_s_go_digital_regular';
	font-size: 10vw;
	letter-spacing: 0.04em;
	line-height: 100%;
	margin-top:4vw;
	text-align: right;
}
.count-down li span{
	display:inline-block;
	width: 5.1vw;
	vertical-align: top;
}
.count-down p{
	line-height: 100%;
	text-align: center;
	font-family: 'glacial_indifferencebold';
	font-size: 3.5vw;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin-top: .5vw;
}
/*#countDown,.hash-tag,.to0908{ opacity: 0; }*/
.count-down .to0908{
	font-size: 4.5vw;
	position: relative;
	top: 4vw;
}
.scroll {
	display: block;
	width: 1px;
	height: 90px;
	position: absolute;
	left: 49%;
	bottom: 0;
	z-index: 5;
	opacity:0;
}
.scroll::after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-animation: scroll 1.2s linear 0s infinite;
  animation: scroll 1.2s linear 0s infinite;
}
@-webkit-keyframes scroll {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
@keyframes scroll {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
.section--event{
	position: relative;
	/*padding: 40px 15%;*/
	width: 900px;
margin: 0 auto 80px;
}

/* animation
================================ */

/* 20th */
.loaded .loading span{
	-webkit-transform: translate3d( 0, 0, 0);
	transform: translate3d( 0, 0, 0);
	transition: all .6s ease-out;
	-webkit-transition: all .6s ease-out;
}
/* 20thfadeout */
.loaded.frame02 .loading span{
	opacity:0;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}
/* section--countdown 表示 */
 .count-down{
	opacity:1;
	transition: all 0.6s ease-out .8s;
	-webkit-transition: all 0.6s ease-out .8s;
}

.gif-video .bg img,
.wrap::before{
	opacity: 1;
	transition: opacity 1.4s ease-out 2.2s;
	-webkit-transition: opacity 1.4s ease-out 2.2s;
}
.scroll{
	opacity: 1;
	transition: opacity 0.6s ease-out 2s;
	-webkit-transition: opacity 0.6s ease-out 2s;
}
.started.section--event{
	opacity: 1;
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	padding: 20px;
	background: #fff;
}
.area--bnr li.started{
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	transition: transform 0.5s cubic-bezier(0.75, 0.19, 0.43, 2);
	-webkit-transition: transform 0.5s cubic-bezier(0.75, 0.19, 0.43, 2);
}
.area--archive.started{
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

/* bnr--area
================================ */
.area--bnr{
	width: 100%;
	text-align: center;
	opacity: 1;
	-webkit-transform: translate3d( 0, 60px, 0);
	transform: translate3d( 0, 60px, 0);
	counter-reset: number;
	margin-bottom: 160px;
}
.area--bnr li{
	display: inline-block;
	width: 70%;
	-webkit-transform: translate3d(0,40px,0) scale(0);
	transform: translate3d(0,40px,0) scale(0);
	margin: 0 auto 50px;
}
.area--bnr li a{
	display: block;
	text-decoration: none;
	position: relative;
}
.area--bnr li a *{
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.area--bnr li a:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.area--bnr li a:hover::after {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.area--bnr li a::after{
	counter-increment: number 1;
	content: "#" counter(number);
	display: block;
	width: 80px;
	height: 80px;
	font-family: 'glacial_indifferencebold';
	font-size: 50px;
	border-radius: 40px;
	background: #fff;
	color: #000;
	line-height: 80px;
	position: absolute;
	top: -40px;
	left: -40px;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease 0.05s;
	transition: all 0.3s ease 0.05s;
}

/* area--archive
================================ */
.area--archive{
	width: 90%;
	background: rgba(0, 0, 0, 0.5);
	padding: 50px;
	margin: 0 auto;
	opacity: 1;
}
.area--archive .area-tit{
    font-family: 'glacial_indifferencebold';
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.area--archive ul{
	text-align: center;
}
.area--archive li{
	width: 46%;
	display: inline-block;
	margin-bottom: 20px;
}
.area--archive li:nth-last-child(-n+2){ margin-bottom: 0; }
.area--archive li:nth-child(even){margin-left: 5%;}
.area--archive li a{
	display: block;
	-webkit-transition: all 0.3s ease 0.05s;
	transition: all 0.3s ease 0.05s;
}
.area--archive li a:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.sp .count-down{
	width: 350px;
	left: 50%;
	margin-left: -175px;
}
.section-tit{
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-bottom: 40px;
}





.section--tour {
	opacity:1;
    overflow: hidden;
padding: 0 0 150px;
    position: relative;
    z-index: 10;
    display:;
}
.section--tour:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
mix-blend-mode: multiply;
color: #fff;
background: -moz-linear-gradient(-45deg, rgba(43,76,136,1) 1%, rgba(16,110,119,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(43,76,136,1) 1%,rgba(16,110,119,1) 100%);
z-index: -1;
}

.section--tour .tour-ph {
    mix-blend-mode: screen;
    position: absolute;
top: -180px;
right: 0;
width: 50%;
    opacity: .75;
}

.section--tour .tour-ph img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.section--tour .section__inner {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 50px;
    margin: 0 auto;
}
.block--lead > .txt {
    line-height: 2em;
    font-weight: bold;
    color: rgba(255,255,255,0.8);
    font-family: YakuHanJP, "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", Arial, "メイリオ", sans-serif;
}
#wrap .section--tour lead > .txt.em {
    font-size: 1.5em;
    line-height: 1.6em;
    color: rgba(255,255,255,1);
}
.section--tour .block--lead > .txt .song, .block--lead > .txt.em {
    font-size: 36px;
    font-size: 3vw;
    line-height: 1.6;
}

.section--tour .block--lead > :last-child {
    margin-bottom: 0;
}

.block--lead > .txt {
    font-size: 20px;
    font-size: 1.75vw;
    color: #fff;
}

.ph-sample {
    margin: 20px auto 20px;
    text-align: center;
}


/* PC
============================== */
@media screen and (min-width: 961px) {
	.sp{ display: none;}
	.loading span i{
		display: inline-block;
		padding-right: 1.5vw;
	}
}

/* SP
============================== */
@media screen and (max-width: 960px) {
	.loading span { font-size: 10vw; 	-webkit-transform: translate3d( 0,26vw, 0); transform: translate3d( 0,26vw, 0);}
	.loading p { overflow: hidden; line-height: 13vw; }
	.count-down,
	.loading{
		height: 90vh;
	}
	#loading p span,
	#load p span{ margin-left: 5px; font-size: 12vh;}
	.section-tit {
		font-size: 22px;
		font-size: 7vw;
		letter-spacing: 0;
		padding-bottom: 80px;
	}
	.count-down div{ margin-top: -20vw; }
	
	.section--event{ padding: 80px 7%;
	width: 100%;
	}
	
	.scroll{ bottom: 30px; }
	.count-down{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.count-down li { font-size: 50px; font-size: 14vw; }
	.count-down p { font-size: 20px; font-size: 7vw; margin-top: 1vw; }
	.count-down .to0908{
		font-size: 22px;
		font-size: 7vw;
    top: 13px;
		top: 4vw;
	}
	.count-down li span{ width: 28px; width: 7.2vw; }
	.area--bnr{ margin-bottom: 80px;}
	.area--bnr li{ width: 100%; box-sizing: border-box; margin: 0 auto 25px;}
	.area--bnr li a::after {
		width: 50px;
    height: 50px;
    font-size: 26px;
    border-radius: 30px;
    line-height: 52px;
    top: -25px;
    left: -15px;
	}
	footer{ font-size: 8px;	}
	/* area--archive
	================================ */
	.area--archive {
		width: 100%;
    padding: 15px;
    margin: 0 auto 50px;
	}
	.area--archive .area-tit{
		font-size: 20px;
    margin-bottom: 10px;
	}
	.area--archive li{
		width: 100%;
		margin-bottom: 10px;
	}
	.area--archive li:nth-child(even){margin-left: 2%;}
	footer{ opacity: 1; padding: 0 5%;}

	/* android standard blowser
	================================ */
	.and-browser-standard .count-down .to0908{ top: -10px; }
	.and-browser-standard .count-down p{ margin-top: 10px;}
	.and-browser-standard .loading span{ font-size: 40px;}

	.frame02.and-browser-standard .area--bnr li,
	.frame02.and-browser-standard .area--bnr li.started{
		-webkit-transform: inherit;
		transform: inherit;
	}
		/* gifanimtaion
	================================ */
	.gif-video .bg{
		width: 100%;
		position: fixed;
		top:0;
		left:0;
	}
	.gif-video .bg img{
		width: 100%;
		max-width: inherit;
		opacity: 0;
	}
	
	
	













}
.ios7--under .count-down li span{ display: inline-block; width: 26px;}


/* tablet
============================== */
@media screen and (min-width: 750px) and (max-width: 960px) {
	.section--event {
	    padding: 80px 10%;
	}
	.area--bnr {
		padding-bottom: 100px;
		padding-bottom: 20vw;
	}
	.area--archive{
		padding: 30px 50px;
	}
	.area--archive .area-tit{
		font-size: 5vw;
    letter-spacing: 0.05em;
	}
	.area--bnr li a::after {
		width: 80px;
		height: 80px;
		font-size: 45px;
		border-radius: 50px;
		line-height: 80px;
		top: -30px;
		left: -30px;
	}
}


/* 9/8以降
============================== */
.newInformation {

}


.newInformation .bg img {
background: #fff;
max-width: none;
width: 100%;
position: fixed;
left: 0%;
top: 0;
z-index: 0;
}
.frame02 .newInformation .bg img {
    opacity: 0;
    display: none;
}
.frame02 .newInformation .bg img.imgBg {
    opacity: 1;
    transition: opacity 1s ease-out 1s;
    -webkit-transition: opacity 1s ease-out 1s;
    display: block;
}
.newInformation:before {
/*content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(255,255,255, 0.7);
position: fixed;
top: 0;
left: 0;
z-index: 1;*/
}
.section--event.started.mainArea {
background: none;
padding: 40px 0 0;
box-shadow: 0px 0px 0px 0px #fff;
border: dashed 0px #c32000;
margin: 0 auto 50px;
}

.newInformation .section-tit-main {
/*background: #000;
font-family: 'glacial_indifferencebold';
font-size: 4vw;
margin: auto;
top: 0;
left: 0;
right: 0;
padding: 20px;*/
text-align: center;
position: relative;
width: 100%;
z-index: 10;
}

.newInformation .info-lead {
color: #f00;
font-size: 3vw;
font-weight: bold;
line-height: 1.5;
margin: 170px auto 20px;
text-shadow: 0 0 10px #fff;
text-align: center;
}

.newInformation .info-txt {
color: #000;
font-size: 20px;
margin: 0 auto 50px;
text-align: center;
text-shadow: 0 0 10px #fff;
}


.newInformation .stream--bnr {
width: 100%;
text-align: center;
counter-reset: number;
}

.newInformation .stream--bnr ul {
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: left;
    text-align: center;
}

.newInformation .stream--bnr ul li {
display: inline-block;
    font-size: 14px;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
margin: 0 3% 50px;
width: 42%;
}
.newInformation .stream--bnr ul li a {
    display: block;
    text-decoration: none;
    position: relative;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.newInformation .stream--bnr ul li a:hover img{
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}



.newInformation .area--bnr ul {
counter-reset: number 7;
}
.newInformation .area--bnr ul.newSong {
counter-reset: number 9;
}

.newInformation .area--bnr li {
margin: 0 3% 50px;
width: 42%;
}
.newInformation .area--bnr li:nth-child(1),
.newInformation .area--bnr li:nth-child(2),
.newInformation .area--bnr li:nth-child(3) {
width: 90%;
}
.newInformation .area--bnr li a{
	display: block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.newInformation .area--bnr li a:after {
counter-increment: number -1;
}

.section--event {
	opacity:0;
	transition: all 0.3s ease-out 0.3s;
	-webkit-transition: all 0.3s ease-out 0.3s;
	box-shadow: 0px 0px 0px 10px #fff;
border: dashed 3px #c32000;
}

.section--event.started  {
	opacity:1;

}

.newInformation .searchArea {
}
.newInformation .searchArea p {
margin: 0 auto 150px;
text-align: center;
width: 90%;
}
.newInformation .searchArea p a {
box-shadow: 0 10px 30px -10px rgba(255,255,255,0.5);
display: block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.newInformation .searchArea p a:hover {
		box-shadow: none;
		transform: translateY(5px);
		-webkit-transform: translateY(5px);
}
.newInformation .searchArea p a img{
width: 100%;
}

.frame02 .newInformation:before,
.frame02 .newInformation .info-lead,
.frame02 .newInformation .info-txt,
.frame02 .newInformation .stream--bnr,
.frame02 .newInformation .searchArea,
.frame02 .newInformation .songArea ,
.frame02 .section--tour,
.frame02 .newInformation .streamArea .info-lead-movie,
.frame02 .newInformation .streamArea .info-lead-img,
.frame02 .newInformation .streamArea .iframe_wrap {
    opacity: 1;
    transition: opacity 1s ease-out 1s;
    -webkit-transition: opacity 1s ease-out 1s;
}

.newInformation .section--event.section--event--fin {
padding: 45vh 15%;
}
.newInformation.fin:before {
content: none;
}



.newInformation .streamArea {


}

.newInformation .streamArea .info-lead-movie {
color: #0042ff;
font-size: 40px;
font-weight: bold;
line-height: 1.5;
margin: 170px auto 20px;
text-shadow: 0 0 10px #fff;
text-align: center;
}

.newInformation .streamArea .iframe_wrap {

	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.newInformation .streamArea .iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.newInformation .section--event.songArea  {
background: rgba(137, 176, 255, 0.7);
font-size: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.newInformation .section--event.songArea .jk {
margin:0 auto 50px;
	text-align: center;
}
.newInformation .section--event.songArea .jk img {
width: 100%;
}

.newInformation .section--event.songArea .inner {
margin:0 auto 50px;
color:#000;
background: rgba(255,255,255,0.9);
}
.newInformation .section--event.songArea .inner ul#tabNav {

}
.newInformation .section--event.songArea .inner ul#tabNav li {
width:50%;
float:left;
}
.newInformation .section--event.songArea .inner ul#tabNav li a {
display: block;
font-size: 25px;
text-decoration:none;
text-align:center;
   -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding:20px;
    color:#fff;
    background:#2057c3;
}
.newInformation .section--event.songArea .inner ul#tabNav li a.active,
.newInformation .section--event.songArea .inner ul#tabNav li a:hover  {
    color:#2057c3;
background: none;
}
.newInformation .section--event.songArea .inner .motion {
padding:30px;
}
.newInformation .section--event.songArea .inner .motion#cont2 {
display: none;
}

.newInformation .section--event.songArea .inner .motion .contTit {
font-size: 20px;
font-weight: bold;
margin:0 auto 20px;
}
.newInformation .section--event.songArea .inner .motion .lyricBox {

}
.newInformation .section--event.songArea .inner .motion .lyricBox .credit {
margin:0 auto 20px;
}

.newInformation .section--event.songArea .inner .motion .lyricBox .lyric-detail {
margin:0 auto 20px;
}

.newInformation .section--event.songArea .inner .motion dl.comment {

}
.newInformation .section--event.songArea .inner .motion dl.comment dt {
font-size: 20px;
margin:0 auto 20px;
font-weight: bold;

}
.newInformation .section--event.songArea .inner .motion dl.comment dd {
margin:0 auto 20px;
}


.newInformation .section--event.songArea .installArea {
background: rgba(255,255,255,0.9);
color: #000;
padding:30px;
font-size: 15px;
}

.newInformation .section--event.songArea .installArea a {
color: #2aa5ff;
}
.newInformation .section--event.songArea .installArea a:hover {
text-decoration: none;
}
.newInformation .section--event.songArea .installArea .installTit {
text-align:center;
font-size:30px;
font-weight: bold;
margin:0 auto 30px;
    color: #2057c3;
}
.newInformation .section--event.songArea .installArea .installLead {
font-weight: 600;
font-size:20px;
margin:0 auto 15px;
text-align: center;
}
.newInformation .section--event.songArea .installArea .txt {
margin:0 auto 15px;
}
.newInformation .section--event.songArea .installArea .txt span {
color:#2057c3;
}
.btnBox {
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
    margin: 0 auto 100px;
}
.btnBox p.btn{
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
margin: 30px 20px 40px;
}

p.btn {
margin: 30px auto 40px;
}
p.btn a {
display: block;
margin: auto 20px;
   -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    line-height: 1.75;
    text-decoration: none;
    width: 315px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 14px 2em;
    border: 1px solid transparent;
    background: #ffeb3b;
color: #c32000;
/*box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5);*/
text-align: center;
font-size: 16px;
}
p.btn a:hover {
/*		transform: translateY(5px);
		-webkit-transform: translateY(5px);*/
		box-shadow: none;
		background:#009107;
		color:#fff;
}

.newInformation .section--event.songArea .installArea dl.install-ImgBox {
margin:40px auto 20px;
}
.newInformation .section--event.songArea .installArea dl.install-ImgBox dt {
color:#fff;
background:#2057c3;
display: inline-block;
padding:5px;
font-weight: 600;
margin: 0 auto 10px;
}
.newInformation .section--event.songArea .installArea dl.install-ImgBox dt.ip {
background:#2aa5ff;
}
.newInformation .section--event.songArea .installArea dl.install-ImgBox dd {
margin:0 auto 0px;
}
.newInformation .section--event.songArea .installArea dl.install-ImgBox dd .imgBox {
text-align:center;
line-height: 1;
margin:0 auto 20px;

}


.newInformation .section--event.songArea .installArea dl.install-attentionBox {
    margin: 40px auto 30px;
}
.newInformation .section--event.songArea .installArea dl.install-attentionBox dt {
color:#fff;
background:#2057c3;
display: inline-block;
padding:5px;
font-weight: 600;
margin:0 auto 10px;
}
.newInformation .section--event.songArea .installArea dl.install-attentionBox dt.ip {
background:#2aa5ff;
}
.newInformation .section--event.songArea .installArea dl.install-attentionBox dd {
margin:0 auto 20px;
}
.newInformation .section--event.songArea .installArea dl.install-attentionBox dd .imgBox {
line-height:1;
text-align: center;
}

.subTxt {
font-size:14px;
}

.headerbgArea .section-tit-main span {
margin: 20px 0 20px;
display: inline-block;
}
.headerbgArea .section-tit-main img{
width: 75vw;
}

.newInformation .streamArea .iframe_wrap.pv {
margin: 25vw 0 0;
}

.newInformation .section--event.songArea.renewal {
background:none;
padding: 0px 15% 150px;
}




p.mainLead {
padding: 10px 0;
text-align: center;
}


.red {
color:#c32000;
}

.yellow {
color: #ffcf00;
}



dl.entryDetail {
margin: 0 auto 0px;
padding:10px 0 0;
}
dl.entryDetail dt {
display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    background: #c32000;
    color: #FFF;
    box-sizing: border-box;
    margin: 0px 0 10px ;
}
dl.entryDetail dt p.tit {
  vertical-align: middle;
    margin: 0;
    padding: 0 30px;
/*    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);*/
    line-height: 23px;
}
dl.entryDetail dt :before, dl.entryDetail dt :after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

dl.entryDetail dt :before{/*左の山形*/
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

dl.entryDetail dt :after{/*右の山形*/
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


dl.entryDetail dd {
    margin: 0px 0 20px ;
}
dl.entryDetail dd a {
color:#009107;
}
dl.entryDetail dd a:hover {
text-decoration: none;
}



dl.entryDetail.dlDetail {
text-align: center;
}
dl.entryDetail.dlDetail dt {
margin: 0px 0 10px;
}
dl.entryDetail.dlDetail dd {
margin: 0px 0 0px;
font-size: 18px;
}






ul.attentionList {

}
ul.attentionList li {
    padding: 0px 0 10px 1.0em;
text-indent: -1.0em;
line-height: 1.5;
font-size: 14px;
}

.attentionTit {
font-weight: 500;
margin: 0 auto 10px;
color:#c32000;
}


.closeComment {
color:#fff;
text-align:center;
margin: 0 auto 100px;
}


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

.frame02 .newInformation {
    background: #fff;
}
.framenewInformation .bg video {
display: none;
}
.newInformation .bg img {
background: #fff;
max-width: none;
height: auto;
position: fixed;
left: 0;
bottom: 0;
z-index: 0;
opacity: 0;
right: 0;
top: auto;
margin-left: -48%;
width: 180%;
}
.newInformation .section-tit-main {
font-size: 24px;
padding: 0px;
}
.newInformation .info-lead {
font-size: 20px;
margin: 10px auto 20px;
}
.newInformation .info-txt {
font-size: 16px;
margin: 0 auto 30px;
}

.newInformation .stream--bnr ul li {
margin: 0 auto 4% ;
width: 80%;
}
.pc {
display:none;
}

.newInformation .searchArea p {
margin: 0 auto 70px;
width: 100%;
}

.newInformation .area--bnr li {
width: 100%;
margin: 0 auto 35px;
}
.newInformation .area--bnr li:nth-child(1),
.newInformation .area--bnr li:nth-child(2),
.newInformation .area--bnr li:nth-child(3) {
width: 100%;
}


.newInformation .area--bnr{ margin-bottom: 0px;}

.section--tour {
padding: 0 0 50px;
}
.section--tour:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
    background: url(../images/bg00.jpg) no-repeat center;
    background-size: cover;
    opacity: .25;
}
.section--tour:before {
    background: -moz-linear-gradient(-45deg, rgba(43,76,136,1) 1%, rgba(16,110,119,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(43,76,136,1) 1%,rgba(16,110,119,1) 100%);
}
.section--tour .tour-ph {
    mix-blend-mode: screen;
    position: absolute;
    top: -9vh;
    right: -5%;
    width: 70%;
    opacity: .75;
}
.section--tour .tour-ph {
    transform: rotate(20deg);
}
.section--tour .section__inner {
padding: 50px 5% 50px;
position: relative;
z-index: 1;
}
.section--tour .block--lead > .txt.em {
    font-size: 1.5em;
    line-height: 1.6em;
    color: rgba(255,255,255,1);
}

.section--tour .block--lead > .txt {
    line-height: 2em;
    font-size: 15px;
    font-weight: bold;
    color: rgba(255,255,255,0.8);
    font-family: YakuHanJP, "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", Arial, "メイリオ", sans-serif;
}




.newInformation .streamArea .info-lead-movie {
font-size: 20px;
margin: 10px auto 20px;
}

.newInformation .section--event.songArea {
    font-size: 14px;
}
.newInformation .section--event.songArea .inner .motion {
padding: 5%;
}
.newInformation .section--event.songArea .inner ul#tabNav li a {
font-size: 18px;
padding: 10px
}
.newInformation .section--event.songArea .inner .motion .contTit {
font-size: 18px;
margin: 0 auto 10px;
}
.newInformation .section--event.songArea .inner .motion .lyricBox .credit {
    margin: 0 auto 10px;
}
.newInformation .section--event.songArea .inner .motion .lyricBox .lyric-detail {
    margin: 0 auto 10px;
}
.newInformation .section--event.songArea .inner .motion dl.comment dt {
    font-size: 18px;
    margin: 0 auto 10px;
}
.newInformation .section--event.songArea .inner .motion dl.comment dd {
    margin: 0 auto 10px;
}

.newInformation .section--event.songArea .installArea {
font-size: 14px;
padding: 5%;
}
.newInformation .section--event.songArea .installArea .installTit {
font-size: 20px;
margin: 0 auto 5%;
}


.btnBox {
margin: 0 auto 0px;
}
.btnBox p.btn {
display: block;
margin: 10px auto 20px;
}

p.btn {
    margin: 15px auto 25px;
}
p.btn a {
width: 90%;
margin: 0 auto 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 14px 0em;
}
.newInformation .section--event.songArea .installArea {
font-size: 14px;
}
.newInformation .section--event.songArea .installArea .installLead {
font-size: 14px;

}
.newInformation .section--event.songArea .installArea .txt {
    margin: 0 auto 10px;
}

.newInformation .section--event.songArea .installArea dl.install-ImgBox dt {
padding: 2px 5px;
}

.newInformation .section--event.songArea .installArea dl.install-attentionBox {
margin: 20px auto 20px;
}


.headerbgArea .section-tit-main span {
margin: 10px 0 20px;
}

.headerbgArea .section-tit-main img {
    width: 95%;
}

.newInformation .section--event.songArea.renewal {
padding: 0px 7% 80px;
}

.newInformation .streamArea .iframe_wrap.pv {
    margin: 30vw 0 0;
}









.section--event.started.mainArea {
margin: 0 auto 5px;
padding:3% 0;
}

.section--event.started {
margin: 0 4% 30px;
box-sizing: border-box;
width: auto;
padding: 3%;
box-shadow: 0px 0px 0px 5px #fff;
border: dashed 2px #c32000;
font-size: 14px;
line-height: 1.5;
}

p.mainLead {
padding: 5px 0;
text-align: left;
}

dl.entryDetail {
padding: 5px 0 0;
}
dl.entryDetail dt {
height: 30px;
padding: 0px 0;
font-size: 16px;
line-height: 30px;
margin: 0px 0 5px;
}
dl.entryDetail dt p.tit {
line-height: 30px;
}
dl.entryDetail dt :before {
border-width: 15px 0px 15px 10px;
}
dl.entryDetail dt :after {
border-width: 15px 10px 15px 0px;
}

dl.entryDetail.dlDetail dd {
margin: 0px 0 0px;
font-size: 14px;
}


.attentionTit {
margin: 0 auto 5px;
}
ul.attentionList li {
font-size: 13px;
}

.closeComment {
color:#fff;
text-align:center;
margin: 0 auto 0px;
    font-size: 14px;
    line-height: 1.5;
}


.ph-sample {
margin: 5px auto 10px;
}

@media screen and (max-width: 320px) {
.newInformation .section-tit-main {
    font-size: 18px;
}
}<!--media max-width: 320px)-->
















}<!--media max-width: 960px)-->






