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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansJP-Regular.otf'), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2") format('woff2'), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff") format('woff'), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf") format('opentype');
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans Japanese", sans-serif;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media screen and (min-width: 980px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
  }
  .header__wrap {
    position: relative;
    height: 100px;
    margin: 0 auto;
    background: #e5318b;
  }
  .glHeading {
    overflow: hidden;
    display: block;
    width: 592px;
    height: 27.5px;
    background-image: url("/assets/images/glHeading.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .glHeading {
    position: absolute;
    top: 50%;
    left: 30px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .glHeading__ttl {
    float: left;
  }
  .glHeading__desc {
    float: left;
  }
  .promo {
    position: relative;
    display: block;
    padding-top: 100px;
  }
  .promo__mainImg {
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
    width: 100%;
    height: 0;
    padding-top: 56%;
  }
  .promo__mainImg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .promo__playStopBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .promo__playBtn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    display: block;
    width: 280px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 50px;
    box-shadow: 0 0 6px 2px rgba(229,49,139,0.3);
    background-color: #fff;
    transition: 300ms ease-in-out;
  }
  .promo__playBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    display: block;
    width: 252px;
    height: 35px;
    background-image: url("/assets/images/promo__playBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .promo__playBtn:hover {
    box-shadow: 0 0 12px 2px rgba(229,49,139,0.9);
    transition: 100ms ease-in-out;
  }
  .about {
    width: 100%;
    max-width: 1333px;
    margin: 0 auto;
  }
  .about__txtWrap {
    margin-bottom: 80px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 104.69230769230768%;
    background-image: url("/assets/images/about__txt--cliped.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .about__canvas {
    display: block;
    width: 100%;
    height: auto;
  }
  .about__btnWrap,
  .footer__btnWrap {
    width: 520px;
    margin: 0 auto 112px;
  }
  .about__calBtn,
  .footer__calBtn {
    position: relative;
    display: block;
    width: 520px;
    height: 100px;
    margin: 0 auto 18px;
    border-radius: 50px;
    box-shadow: 0 0 6px 2px rgba(128,128,128,0.3);
    background-color: #fff;
    transition: 300ms ease-in-out;
  }
  .about__calBtn span,
  .footer__calBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    display: block;
    width: 411px;
    height: 35px;
    background-image: url("/assets/images/about__calBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about__calBtn:hover,
  .footer__calBtn:hover {
    box-shadow: 2px 2px 6px 2px rgba(128,128,128,0.3);
    transition: 100ms ease-in-out;
  }
  .about__fbBtn,
  .about__twBtn,
  .footer__fbBtn,
  .footer__twBtn {
    float: left;
    position: relative;
    display: block;
    width: 254px;
    height: 60px;
    margin: 0 10px 0 0;
    border-radius: 50px;
    box-shadow: 0 0 6px 2px rgba(128,128,128,0.3);
    background-color: #fff;
    transition: 300ms ease-in-out;
  }
  .about__fbBtn span,
  .about__twBtn span,
  .footer__fbBtn span,
  .footer__twBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    display: block;
    width: 16px;
    height: 30px;
    background-image: url("/assets/images/about__fbBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about__fbBtn:hover,
  .about__twBtn:hover,
  .footer__fbBtn:hover,
  .footer__twBtn:hover {
    box-shadow: 2px 2px 6px 2px rgba(128,128,128,0.3);
    transition: 100ms ease-in-out;
  }
  .about__twBtn,
  .footer__twBtn {
    margin-right: 0;
  }
  .about__twBtn span,
  .footer__twBtn span {
    overflow: hidden;
    display: block;
    width: 32px;
    height: 26px;
    background-image: url("/assets/images/about__twBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .movies {
    margin-bottom: 112px;
  }
  .movies ul {
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    margin: 0 auto 10px;
  }
  .movies li a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56%;
    overflow: hidden;
  }
  .movies li a:after {
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229,49,139,0.8);
    mix-blend-mode: multiply;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: 100ms ease-in-out;
  }
  .movies li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: block;
    content: "";
    overflow: hidden;
    display: block;
    width: 47px;
    height: 47px;
    background-image: url("/assets/images/common__playBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transition: 100ms ease-in-out;
  }
  .movies li a:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transition: 300ms ease-in-out;
  }
  .movies li.played a:before,
  .movies li.played a:after {
    display: none;
  }
  .movies li img,
  .movies li iframe,
  .movies li div {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .movies__info {
    position: absolute;
    left: 20px;
    bottom: 16px;
    z-index: 10;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .movies__info span {
    display: block;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
  }
  .movies__name {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .movies__job {
    font-size: 15px;
  }
  .movies__wrap--small .movies__item {
    width: 33.33%;
  }
  .movies__wrap--small .movies__item:nth-of-type(2) {
    margin: 0 10px 0;
  }
  .movies__wrap--small .movies__item .movies__name {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .movies__wrap--small .movies__item .movies__job {
    font-size: 11px;
  }
  .movies__wrap--medium .movies__item {
    width: 50%;
  }
  .movies__wrap--medium .movies__item:first-of-type {
    margin: 0 10px 0 0;
  }
  .movies__wrap--large .movies__item {
    width: 100%;
  }
  .lyric {
    width: 700px;
    margin: 0 auto 200px;
    overflow: hidden;
    display: block;
    width: 787px;
    height: 1821px;
    background-image: url("/assets/images/lyric__txt.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -ms-transform: translateX(44px);
    transform: translateX(44px);
  }
  .lyric br {
    display: none;
  }
  .footer {
    max-width: none;
    padding: 100px 0;
    background-color: #f2f2f2;
  }
  .footer__date {
    overflow: hidden;
    display: block;
    width: 30%;
    height: 0;
    padding-top: 15.168539325842698%;
    background-image: url("/assets/images/footer__date.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin: 0 auto 80px;
  }
  .footer__btnWrap {
    margin-bottom: 0;
  }
  .footer__calBtn {
    background-color: #fff;
    box-shadow: none;
  }
  .footer__calBtn span {
    background-image: url("/assets/images/footer__calBtn.png");
  }
  .footer__fbBtn {
    background-color: #fff;
    box-shadow: none;
  }
  .footer__fbBtn span {
    background-image: url("/assets/images/footer__fbBtn.png");
  }
  .footer__twBtn {
    background-color: #fff;
    box-shadow: none;
  }
  .footer__twBtn span {
    background-image: url("/assets/images/footer__twBtn.png");
  }
}
@media screen and (max-width: 979px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
  }
  .header__wrap {
    position: relative;
    height: 50px;
    margin: 0 auto;
    background: #e5318b;
  }
  .glHeading {
    overflow: hidden;
    display: block;
    width: 90%;
    height: 0;
    padding-top: 4.186046511627907%;
    background-image: url("/assets/images/sp/glHeading.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: 15px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .glHeading__ttl {
    float: left;
  }
  .glHeading__desc {
    float: left;
  }
  .promo {
    position: relative;
    display: block;
    padding-top: 50px;
  }
  .promo__mainImg {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    height: 318px;
  }
  .promo__mainImg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    width: 565px;
    height: 318px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .promo__playStopBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
  }
  .promo__playBtn {
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index: 20;
    z-index: 100;
    display: block;
    width: 215px;
    height: 45px;
    margin: 0 0 0 -107px;
    border-radius: 50px;
    box-shadow: 0 0 6px 2px rgba(128,128,128,0.3);
    background-color: #fff;
    transition: 300ms ease-in-out;
  }
  .promo__playBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    display: block;
    width: 189.5px;
    height: 27px;
    background-image: url("/assets/images/sp/promo__playBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about {
    width: 100%;
    max-width: 666.5px;
    margin: 0 auto;
  }
  .about__txtWrap {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 221.73333333333335%;
    background-image: url("/assets/images/sp/about__txt--cliped.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin-bottom: 40px;
  }
  .about__canvas {
    pointer-events: none;
    display: block;
    width: 100%;
    height: auto;
  }
  .about__btnWrap,
  .footer__btnWrap {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 95%;
    max-width: 355px;
    margin: 0 auto 60px;
  }
  .about__calBtn,
  .footer__calBtn {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto 16px;
    border-radius: 35px;
    box-shadow: 0 0 3px 1px rgba(128,128,128,0.3);
    background-color: #fff;
    transition: 300ms ease-in-out;
  }
  .about__calBtn span,
  .footer__calBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    display: block;
    width: 277.5px;
    height: 23.5px;
    background-image: url("/assets/images/sp/about__calBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about__calBtn:hover,
  .footer__calBtn:hover {
    box-shadow: 1px 1px 3px 1px rgba(128,128,128,0.3);
    transition: 100ms ease-in-out;
  }
  .about__fbBtn,
  .about__twBtn,
  .footer__fbBtn,
  .footer__twBtn {
    position: relative;
    display: block;
    width: 48%;
    height: 50px;
    margin: 0 2% 0 0;
    border-radius: 25px;
    box-shadow: 0 0 3px 1px rgba(128,128,128,0.3);
    background-color: #fff;
    transition: 300ms ease-in-out;
  }
  .about__fbBtn span,
  .about__twBtn span,
  .footer__fbBtn span,
  .footer__twBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    display: block;
    width: 11px;
    height: 20.5px;
    background-image: url("/assets/images/sp/about__fbBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about__fbBtn:hover,
  .about__twBtn:hover,
  .footer__fbBtn:hover,
  .footer__twBtn:hover {
    box-shadow: 1px 1px 3px 1px rgba(128,128,128,0.3);
    transition: 100ms ease-in-out;
  }
  .about__twBtn,
  .footer__twBtn {
    margin-right: 0;
  }
  .about__twBtn span,
  .footer__twBtn span {
    overflow: hidden;
    display: block;
    width: 22px;
    height: 17.5px;
    background-image: url("/assets/images/sp/about__twBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .movies {
    margin-bottom: 67px;
  }
  .movies ul {
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    margin: 0 auto 5px;
  }
  .movies li {
    position: relative;
  }
  .movies li a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56%;
    overflow: hidden;
  }
  .movies li a:after {
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e5318b;
    mix-blend-mode: multiply;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: 100ms ease-in-out;
  }
  .movies li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: block;
    content: "";
    overflow: hidden;
    display: block;
    width: 38px;
    height: 38px;
    background-image: url("/assets/images/sp/common__playBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 100ms ease-in-out;
  }
  .movies li a:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transition: 300ms ease-in-out;
  }
  .movies li.played a:before,
  .movies li.played a:after {
    display: none;
  }
  .movies li img,
  .movies li iframe,
  .movies li div {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .movies__playStopBtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
  }
  .movies__info {
    position: absolute;
    left: 10px;
    bottom: 8px;
    z-index: 10;
  }
  .movies__info span {
    display: block;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
  }
  .movies__name {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .movies__job {
    font-size: 10px;
  }
  .movies__wrap--small .movies__item {
    width: 33.33%;
  }
  .movies__wrap--small .movies__item:nth-of-type(2) {
    margin: 0 5px 0;
  }
  .movies__wrap--small .movies__item .movies__name {
    font-size: 12px;
  }
  .movies__wrap--small .movies__item .movies__job {
    font-size: 10px;
  }
  .movies__wrap--medium .movies__item {
    width: 50%;
  }
  .movies__wrap--medium .movies__item:first-of-type {
    margin: 0 5px 0 0;
  }
  .movies__wrap--medium .movies__item a:before {
    width: 19px;
    height: 19px;
  }
  .movies__wrap--medium .movies__item .movies__name {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .movies__wrap--medium .movies__item .movies__role {
    font-size: 10px;
  }
  .movies__wrap--large .movies__item {
    width: 100%;
  }
  .lyric {
    width: 350px;
    margin: 0 auto 75px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 278.2798833819242%;
    background-image: url("/assets/images/sp/lyric__txt.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .lyric br {
    display: none;
  }
  .footer {
    max-width: none;
    padding: 60px 0 50px;
    background-color: #f2f2f2;
  }
  .footer__date {
    overflow: hidden;
    display: block;
    width: 282.5px;
    height: 143px;
    background-image: url("/assets/images/sp/footer__date.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin: 0 auto 85px;
  }
  .footer__btnWrap {
    margin-bottom: 0;
  }
  .footer__calBtn {
    background-color: #fff;
    box-shadow: none;
  }
  .footer__calBtn span {
    background-image: url("/assets/images/sp/footer__calBtn.png");
  }
  .footer__fbBtn {
    background-color: #fff;
    box-shadow: none;
  }
  .footer__fbBtn span {
    background-image: url("/assets/images/sp/footer__fbBtn.png");
  }
  .footer__twBtn {
    background-color: #fff;
    box-shadow: none;
  }
  .footer__twBtn span {
    background-image: url("/assets/images/sp/footer__twBtn.png");
  }
}
