html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
a:active, a:focus {
  outline: none;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
}

#container {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
#container img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

header a {
  display: block;
}

.bnr {
  margin-top: 30px;
}

.sns {
  position: absolute;
  right: 140px;
  top: 90px;
}
.sns li {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.sns li img {
  display: block;
}

.head-logo {
  position: absolute;
  right: 0;
  top: 0;
}

.main {
  margin-top: 130px;
  margin-left: 130px;
}

.yt-list {
  display: flex;
  flex-direction: column;
  margin-top: 150px;
  width: 100%;
}
.yt-list li .yt-title {
  margin-bottom: 30px;
}
.yt-list li .yt-info {
  width: 100%;
}
.yt-list li .yt-cont {
  display: flex;
  flex-direction: row;
  margin-bottom: 110px;
}
.yt-list li .yt-cont .yt-txt {
  margin-top: 30px;
  margin-bottom: 30px;
}
.yt-list li .yt-cont .yt-thumb {
  margin-right: 30px;
  cursor: pointer;
}
.yt-list li .yt-cont .comming {
  cursor: default;
}
.yt-list li .yt-cont .yt-rilics {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  cursor: pointer;
}
.yt-list li .yt-cont .yt-sns {
  text-align: left;
  display: inline-block;
  margin-top: 2px;
  margin-right: 30px;
}
.yt-list li .yt-cont .yt-sns .fb-like {
  vertical-align: top;
  margin-right: 15px;
}
.yt-list li:nth-child(even) .yt-title {
  margin-left: 150px;
}
.yt-list li:nth-child(even) .yt-cont {
  flex-direction: row-reverse;
  margin-left: 0;
}
.yt-list li:nth-child(even) .yt-cont .yt-thumb {
  margin-right: 0;
  margin-left: 30px;
}
.yt-list li:nth-child(even) .yt-cont .yt-txt {
  text-align: right;
}
.yt-list li:nth-child(even) .yt-cont .yt-rilics {
  margin-right: 26px;
  margin-left: 15px;
}
.yt-list li:nth-child(even) .yt-cont .yt-sns {
  text-align: right;
  display: inline-block;
  margin-right: 0;
}

.copy {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 120px;
}

.down-mp3 {
  position: relative;
}
.down-mp3 .spread-img {
  margin-top: 45px;
  margin-left: -15px;
  display: block;
  font-size: 0;
}
.down-mp3 ul {
  position: absolute;
  top: 0;
  left: 430px;
}
.down-mp3 ul li {
  margin-bottom: 25px;
  cursor: pointer;
}

footer {
  width: 100%;
  background-color: #ff0000;
  padding-top: 20px;
  padding-bottom: 25px;
}
footer ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
footer .copyright {
  margin-left: 30px;
  margin-right: 340px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background-color: #fff;
}
.modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}
.modal #ytPlayer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 720px;
  height: 405px;
  margin-left: -360px;
  margin-top: -203px;
}
.modal .lyric-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 915px;
  height: 1402px;
  margin-left: -457px;
  margin-top: -350px;
}
.modal .lyric-txt .lyric {
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.modal .close {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

#lyricModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

.op-hv {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.op-hv:hover {
  opacity: 0.75;
}
