@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    line-height: 1;
}
button {
    outline: none;
    border: none;
}
button:hover {
    cursor: pointer;
}
html {height:100%;overflow:  hidden;}
body {
    line-height: 1;
    z-index: 0;
    height: 100%;
    font-family: "メイリオ", "Meiryo" , sans-serif;
    font-size: 100%;
    overflow-x:  hidden;
    background: #fff;
}
label:hover {
    cursor: pointer
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
img {
    vertical-align: middle;
    height:  auto;
}
/*Reset End*/

@font-face {
  font-family: 'comic';
  font-style: normal;
  font-weight: 400;
  src: url(../font/comic.woff) format('woff');
}
@font-face {
  font-family: 'comic';
  font-style: normal;
  font-weight: bold;
  src: url(../font/comic_b.woff) format('woff');
}
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSans_regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 600;
  src: url(../font/NotoSans_medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: bold;
  src: url(../font/NotoSans_bold.woff) format('woff');
}

/*clearfix Start*/
.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/*clearfix End*/
* {
    box-sizing: border-box;
    transition-property: font;
    font-size: 1rem;
}
/*style start*/
html {
    font-size: 3vw;
}
body {
    font-family: NotoSans;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ", "Meiryo" , sans-serif;
	}
}

#outerWrap {
	position: relative;
	width: 100%;
	height: 100%;
	/* top: auto; */
	/* left: auto; */
	/* right: auto; */
	/* bottom: auto; */
}
#wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: absolute;
    width: 100%;
}
#header {
    background: #e63b88;
    width: 100%;
    align-items:  flex-start;
    height: 14%;
    border-bottom: 2px solid #fff;
    box-shadow: 0 10px 40px -21px #e63b88;
    position:  static;
    z-index:  1;
}
#header #logo {
    padding: .1rem 0;
    text-align: center;
    height:  100%;
    vertical-align:  middle;
    display:  flex;
    width:  100%;
    align-items: center;
    justify-content:  center;
}
#header #logo img {
    width: 90%;
    height: auto;
    display:  inline-block;
}
#mainWrap {
    height: 67%;
	width: 100%;
}
#main {
	width: 100%;
	height: 100%;
	display: flex;
}
#leftMenu ,#rightArea {
	height: 100%;
	padding: .75rem .5rem .75rem .5rem;
	/* overflow-y: hidden; */
}
#leftMenu {
    width: 40%;
    max-width: 40%;
    background: #fdeff3;
    padding-right:  0;
}
#rightArea {
    width: 60%;
    max-width: 60%;
    background: #fff url(../images/bg.svg) no-repeat center top;
    background-size: contain;
    padding-left: 1rem;
}
#leftMenu #titles {
	overflow-y: auto;
	height: 100%;
	margin-right: -1rem;
	overflow-x: hidden;
	position: relative;/*positionテスト*/
	-ms-overflow-style: none;
}
#leftMenu #titles li {
	margin-bottom: .65rem;
	padding-right: 1.5rem;
	/* overflow-y: hidden; */
}
#leftMenu #titles li:last-child {
	margin-bottom: 0
}
#leftMenu #titles li a {
	background: #3e3a39;
	padding: .3rem .5rem .3rem .5rem;
	display: flex;
	align-items:  center;
	justify-content:  space-between;
}

#leftMenu #titles li.active {
	padding-right: 1rem;
	overflow-y:  hidden;
}
#leftMenu #titles li.active a{
	background: #50b6e8;
	position:  relative;
	/* overflow: hidden; */
	z-index:  0;
}
#leftMenu #titles li.active a:before {
	content: "";
	display: block;
	position: absolute;
	right: -.75rem;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.6rem 0 1.6rem 1rem;
	border-color: transparent transparent transparent #50b6e8;
	transform: translate(0, -50%);
	/* background: #fff; */
	z-index: 1;
	opacity: 0;
}

#leftMenu #titles li.active a:before {
	opacity: 1;
}
#leftMenu #titles li.active a:after {
	/* content: ""; */
	display: block;
	width: 1rem;
	background: #ea542f;
	height: 100%;
	position: absolute;
	right: -1rem;
	top: 0;
}
#leftMenu #titles li a .num {
  background: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
	padding: .25rem .4rem .25rem .5rem;
	padding: .25rem .2rem .25rem .2rem;
  border-radius: 100px;
  width: 3.4rem;
    width: 2.75rem;
  vertical-align: middle;
  color: #231815;
    text-align: center;
}
#leftMenu #titles li a .textWrap {
	vertical-align: middle;
	color:  #fff;
	font-weight:  normal;
	padding-left: 0px;
	display: block;
	font-size: 1.2rem;
	/* overflow-y:  visible; */
	width: calc(100% - 3.7rem);
	width: calc(100% - 3.25rem);
	overflow-x: hidden;
	height: 1.65rem;
	position:  relative;
	/* height: 100%; */
}
#leftMenu #titles li a .text {
	white-space: nowrap;
	/* position:  absolute; */
	/* top: 50%; */
	/* transform: translate(0,-50%); */
	/* height:  100%; */
	line-height: 1.25em;
}
#leftMenu #titles li.active.overflow a .text {
	/* animation: marquee2 linear 2s infinite; */
	display:  block;
	/* width: 100%; */
	position:  absolute;
	/* height:  100%; */
}
/* 10秒版 */
@keyframes marquee10 {
    0% {transform: translate(0,0); }
   10% {transform: translate(0,0); }
  100% {transform: translate(-120%,0); }
}
/* 8秒版 */
@keyframes marquee8 {
    0% {transform: translate(0,0); }
  12.5%{transform: translate(0,0); }
  100% {transform: translate(-120%,0); }
}
/* 6秒版 */
@keyframes marquee6 {
    0% {transform: translate(0,0); }
   16% {transform: translate(0,0); }
  100% {transform: translate(-120%,0); }
}
/* 4秒版 */
@keyframes marquee4 {
    0% {transform: translate(0,0); }
   25% {transform: translate(0,0); }
  100% {transform: translate(-120%,0); }
}
/* 2秒版 */
@keyframes marquee2 {
    0% {transform: translate(0,0); }
   50% {transform: translate(0,0); }
  100% {transform: translate(-120%,0); }
}
#lyrics {
	font-family: comic;
	height: 100%;
	overflow-y: auto;
	font-size: 1.25rem;
	font-weight: bold;
	background:  url(../images/book.jpg) no-repeat center;
	background-size:  contain;
}
#lyrics.on {
    background: none;
}
#lyrics li {
	display: none;
}
#lyrics li .indnt>div {
    display: flex;
}
#lyrics li .indnt.space0 dt { width: 3em;}
#lyrics li .indnt.space1 dt { width: 4em;}
#lyrics li .indnt.space2 dt { width: 5em;}
#lyrics li .indnt.space3 dt { width: 1em;}
#lyrics li .indnt.space0 dd { width: calc(100% - 3em)}
#lyrics li .indnt.space1 dd { width: calc(100% - 4em)}
#lyrics li .indnt.space2 dd { width: calc(100% - 5em)}
#lyrics li .indnt.space3 dd { width: calc(100% - 1em)}
#lyrics li span.space0 {
	display: inline-block;
  padding-left: 1em;
}
#lyrics li span.space1 {
	display: inline-block;
  padding-left: 3.1em;
  text-indent: -3.1em;
}
#lyrics li span.space2 {
	display: inline-block;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#lyrics li span.space3 {
	display: inline-block;
  padding-left: 3.5em;
  text-indent: -3.5em;
}
#lyrics li span.space4 {
	display: inline-block;
  padding-left: 0.5em;
}
#lyrics li p {
	line-height: 1.5;
	color:  #3e3a39;
}
#lyrics .jp {
  font-family: NotoSans;
  font-size: 85%;
}
/*スクロールバー全体*/
#titles::-webkit-scrollbar {
    width: 0;
}

/*スクロールバー全体*/
#lyrics::-webkit-scrollbar {
    width: 10px;
}

/*スクロールバーの軌道*/
#lyrics::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
#lyrics::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

#control {
	width: 100%;
	height: 19%;
	background: #e63b88;
	align-items:  flex-end;
	position:  relative;
}
#control ul {
	width: 76%;
	position: absolute;
	bottom: 0;
	left: 12%;
	height: 55%;
	display:  flex;
}
#control ul li {
	width: 50%;
	background: url(../images/control_bg.svg) no-repeat left bottom;
	background-size: cover;
	display:  flex;
}

#control ul li a {
	width: 73.6%;
	/*height: 100%;*/
	display: flex;
	align-items:  center;
	color:  #fff;
	font-size: .7rem;
	font-weight: normal;
	padding: 0 5px;
}
#control ul li a span {
	display: block;
	white-space:  nowrap;
	word-break: keep-all;
	overflow-x: hidden;
	text-overflow:  ellipsis;
	width:  100%;
	vertical-align:  middle;
	line-height: 1.6;
}
#control #prev {
	/* border-radius: 100px 0 0 100px */
	background-position: left bottom;
}
#control #next {
	/* border-radius: 0 100px 100px 0 */
	background-position: right bottom;
	text-align:  right;
	justify-content:  flex-end;
}
#control #prev a {
	padding-left: 2.2rem;
	background: url(../images/prev.svg) no-repeat .5rem center;
	background-size: 1.25rem auto;
}
#control #next a {
	justify-content: flex-end;
	padding-right: 2.2rem;
	background: url(../images/next.svg) no-repeat right .5rem center;
	background-size: 1.25rem auto;
}
#control #prev a.disable {
	background-image: url(../images/prev_off.svg)
}
#control #next a.disable {
	background-image: url(../images/next_off.svg)
}
#control #btn {
	/* background: #5fc4ee; */
	width: 20%;
	height: 95%;
	left: 40%;
	bottom: 0;
	position: absolute;
	background: url(../images/circle.svg) no-repeat center top;
	background-size:  cover;
}
#control #btn a {
	display:  block;
	width:  100%;
	height:  100%;
	background: url(../images/play.svg) no-repeat 52% 66%;
	background-size:  18%;
}
#control #btn a.play {
	background-image: url(../images/stop.svg);
	background-size:  16%;
	background-position: 50% 66%;
}
#control #loop {
	width: 5%;
	display: block;
	position: absolute;
	left:  2%;
	top: 8%;
}
#control #loop svg {
	width: 100%;
	transition: .5s;
}
#loop.on #loopSvg .cls-1 {
	fill: #fff;
}
#loop.on #loopSvg .cls-2 ,
#loop.on #loopSvg .cls-3 {
	display: none
}
#control #dlBtn {
	width: 5%;
	display: block;
	position: absolute;
	left:  2%;
	top: 8%;
	padding-bottom: 5%;
}
#control #dlBtn svg {
	width: 100%;
	transition: .5s;
	height: 100%;
	position: absolute;
}

#dlBtn .dlbtn {
	transition: .25s;
	transition-property: fill;
}
#dlBtn:hover .dlbtn {
	fill: #898989;
}
@media screen and (orientation: portrait) {
	#outerWrap {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
}
/* @media screen and (min-aspect-ratio: 4/3) {
	#outerWrap {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
} */
@media screen and (max-aspect-ratio: 16/9) {
	#outerWrap {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}
@media all and (-ms-high-contrast:none) and (max-aspect-ratio: 16/9) {
	#outerWrap {
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
}
@media screen and (min-aspect-ratio: 16/9) {
	html {
		font-size: 5vh
	}

	#outerWrap {
		width: auto;
		height: 100%;
		aspect-ratio: 16 / 9;
		margin: auto;
	}
}

@media all and (-ms-high-contrast:none) and (min-aspect-ratio: 16/9) {
	#outerWrap {
		width: 177.7777vh;
		height: 100%;
		margin: auto;
	}
}