@charset "UFT-8";


body {
  background-color: #000;
}
#ecatalog-app {
  background-color: #000;
}
#ecatalog-component {
  background-color: #000;
}

/* -------------------------- slidmenu --------------------------*/

.tilelist-m .loaded .tile-image .thumbnail {
	border: solid 1px #333333;
}

.tile-label {
	color: #eeeeee;
	font-size: 8px;
}

.hover .color-btn, .slidemenu .hover .color-btn, #list-slidemenu .hover .color-btn, #footer .hover .color-btn {
  color: #ffffff;
  background-color: #c80e47;
}

.active .color-btn, .slidemenu .active .color-btn, #list-slidemenu .active .color-btn, #footer .active .color-btn {
  color: #ffffff;
  background-color: #c80e47;
}

.hover .color-item, .slidemenu .hover .color-item, #list-slidemenu .hover .color-item, #footer .hover .color-item  {
  color: #ffffff;
  background-color: #c80e47;
}

.active .color-item, .slidemenu .active .color-item, #list-slidemenu .active .color-item, #footer .active .color-item {
  color: #ffffff;
  background-color: #c80e47;
}

.slidemenu-m .segmented .segmented-btn, .slidemenu-m .segmented :last-child .segmented-btn, .slidemenu-m .segmented :first-child .segmented-btn {
	background-color: #121212;
	border: solid 0px;
	border-radius: 0px;
}

.slidemenu-m .segmented :first-child .segmented-btn {
	margin-right: 5px;
}

.slidemenu-m .segmented :first-child .segmented-btn .btn, .slidemenu-m .segmented :last-child .segmented-btn .btn {
	border-radius: 0px;
}

/* -------------------------- ページ移動アイコン -------------------------- */
.viewer-btn-outer {
  width: 32px;
  height: 140px;
  position: absolute;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

#viewer-flipl-outer {
  position: absolute;
  left: 0px;
}

#viewer-flipr-outer {
  position: absolute;
  right: 0px;
}

#viewer-flipr,
#viewer-flipl {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.viewer-btn {
  background-color: rgba(30, 30, 30, .8);
  width: 36px;
  height: 140px;
  opacity: 1;
}

.viewer-btn:hover {
  background-color: rgba(60, 60, 60, .8);
}
#viewer-flipr.hover,
#viewer-flipl.hover {
  opacity: 1;
}

/* -------------------------- footer -------------------------- */

#footer-color {
  border-top: solid 1px #c80c47;
}
#footer .disabled .color-btn, #footer .color-btn {
  background-color: #121212;
}

input[type="text"] {
  background-color: #121212;
  border: solid 0px;
  color: rgba(255, 255, 255, .6);
  padding: 8.5px 6px;
}
#searchform #search-keyword {
	background-color: #121212;
	padding: 6px 6px 6px 40px;
	color: #fff;
	border: solid 0px;
}
#searchform #search-keyword:focus {
	outline: solid 1px #c80e47;
}
#searchform {
  position: relative;
}
#search-btn {
  position: absolute;
  top: 0;
  left: -2px;
}
.search-form {
	border: 1px solid #666;
	color: #666;
}
#footer #searchform .color-btn {
	background-color: rgba(0, 0, 0, 0);
}

#help-btn .icon {
  background-position: -150px -30px;
}


/* -------------------------- mp3 icon -------------------------- */

#ecatalog-component .mp3-loading, #ecatalog-component .mp3-playing{
  background-color: #000;
  border: 1px solid #c80e47;
  padding: 5px 20px;
  /* transform: translateX(-25%); */
}
.mp3-loading img, .mp3-playing img {
  width: 80px;
}


/*help-btn*/
#help-btn .icon {
	background-position: -150px -30px;
	cursor: pointer;
}

#help-btn .color-btn:hover {
	background-color: #c80e47;
}


/*help page*/
.help-container {
	max-width: 610px;
	margin: 50px auto 100px;
	color: #fff;
	text-align: left;
	padding: 0 20px;
}

.help-container h2 {
	font-size: 18px;
	border-bottom: 1px solid #c80e47;
	margin-bottom: 50px;
}

.help-guide {
	margin-bottom: 100px;
}

.help-guide h2 {
	width: 240px;
}

.help-guide li {
	display: flex;
	margin-bottom: 24px;
	line-height: 25px;
}

.help-guide li p:first-child {
	width: 200px;
	min-width: 200px;
	font-weight: bold;
}

.help-guide li p:first-child::before {
	content: "";
	display: inline-block;
	width: 100px;
	min-width: 100px;
	height: 25px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.help-guide li:nth-child(1) p:first-child::before,
.help-guide li:nth-child(2) p:first-child::before,
.help-guide li:nth-child(3) p:first-child::before {
	content: "";
	display: inline-block;
	width: 100px;
	min-width: 100px;
	height: 50px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.help-guide li:nth-child(1) p:last-child,
.help-guide li:nth-child(2) p:last-child,
.help-guide li:nth-child(3) p:last-child {
	padding-top: 11px;
}

.help-guide .h-mp4 p:first-child::before {
	background-image: url(../images/help/h-mp4.png);
}

.help-guide .h-360 p:first-child::before {
	background-image: url(../images/help/h-360.png);
}

.help-guide .h-mp3 p:first-child::before {
	background-image: url(../images/help/h-mp3.png);
}

.help-guide .h-search p:first-child::before {
	background-image: url(../images/help/h-search.png);
}

.help-guide .h-fliplmax p:first-child::before {
	background-image: url(../images/help/h-fliplmax.png);
}

.help-guide .h-flipl p:first-child::before {
	background-image: url(../images/help/h-flipl.png);
}

.help-guide .h-page p:first-child::before {
	background-image: url(../images/help/h-page.png);
}

.help-guide .h-flipr p:first-child::before {
	background-image: url(../images/help/h-flipr.png);
}

.help-guide .h-fliprmax p:first-child::before {
	background-image: url(../images/help/h-fliprmax.png);
}

.help-guide .h-zoomin p:first-child::before {
	background-image: url(../images/help/h-zoomin.png);
}

.help-guide .h-zoomout p:first-child::before {
	background-image: url(../images/help/h-zoomout.png);
}

.help-guide .h-menu p:first-child::before {
	background-image: url(../images/help/h-menu.png);
}

.help-guide .h-pdf p:first-child::before {
	background-image: url(../images/help/h-pdf.png);
}

.help-guide .h-help p:first-child::before {
	background-image: url(../images/help/h-help.png);
}

.help-guide .h-list p:first-child::before {
	background-image: url(../images/help/h-list.png);
}

.help-guide .h-thumbnail p:first-child::before {
	background-image: url(../images/help/h-thumbnail.png);
}

.help-environment h2 {
	width: 108px;
}

.help-environment div {
	margin-bottom: 45px;
}

.help-environment p {
	margin-bottom: 20px;
	font-weight: bold;
}

.help-environment li {
	line-height: 24px;
}

.help-environment .mb-10 {
  margin-bottom: 10px;
}
