@charset "UTF-8";
/* breakpoints設定 */
/* リセット設定 */
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* color設定 */
/* フォント設定 */
/* 基本設定 */
html {
  height: 100%; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  line-height: 2.0;
  letter-spacing: 1px;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px;
      font-size: 1rem; } }

img {
  max-width: 100%;
  height: auto; }

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(60%, #f7fe95));
  background: linear-gradient(transparent 30%, #f7fe95 60%); }

/* loading */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #ebe4e5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.loaded {
  opacity: 0;
  visibility: hidden; }

/* modal */
.utaou-modal {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  @media screen and (min-width: 768px) {
    .utaou-modal {
      min-width: 1280px; } }

a {
  color: #000000;
  text-decoration: none; }
  a:link {
    color: #000000; }
  a:hover {
    opacity: 0.7;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }

/* class */
.wrapper {
  background: url(../img/bg.jpg) no-repeat;
  background-position: bottom;
  background-size: contain;
  max-width: 800px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .wrapper {
      min-height: 800px; } }

.container {
  text-align: center;
  padding: 1vw; }

.ttl {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  font-weight: bold;
  padding-top: 30px; }

.cap {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold; }
  .cap.en {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-size: 0.875rem; }

.song-bloc {
  padding: 20px 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  width: 90vw; }
  .song-bloc + .sec {
    border-top: solid 1px #DDD;
    padding-top: 20px; }

.audio-bloc {
  padding-top: 20px; }

.dl-bloc {
  padding-top: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.dl {
  font-size: 14px;
  font-size: 0.875rem; }
  .dl:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/cloud_download-24px.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 3px; }

.no {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #CCC; }

.btn {
  color: #61677C;
  font-weight: bold;
  -webkit-box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
          box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .btn:hover {
    -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
            box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC; }
  .btn:active {
    -webkit-box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
            box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF; }
  .btn.uta {
    width: 200px;
    background: #FFFFFF;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    bottom: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

.uta-modal {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  background: #F5F3ED; }
  .uta-modal .lyric-bloc {
    font-size: 15px;
    line-height: 2; }
  .uta-modal_container {
    max-width: 800px;
    padding-top: 30px;
    position: relative;
    margin: 0 auto; }

.wrap-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer; }

.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  cursor: pointer;
  line-height: 1;
  width: 20px;
  height: 1px;
  background: currentColor;
  border-radius: 0.1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer; }

.active {
  display: block; }
/*# sourceMappingURL=styles.css.map */