@charset "UTF-8";
/* ==========================================================
 font-face
========================================================== */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500,800&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500&text=%C2%A9DHSMLXEINRGACVT.%2C%20'); /* © MIXI, INC. ALL RIGHTS RESERVED のみ */
/* ==========================================================
 style for base
========================================================== */
body, input, textarea, select, button {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
  color: #111;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 920px) {
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
}
@media only screen and (min-width: 921px) {
  .only-sp {
    display: none;
  }
  .only-pc {
    display: block;
  }
}
@media only screen and (min-width: 921px) {
  .top a:hover, .ranking a:hover, .songs a:hover, .detail a:hover, .content-sub a:hover, .final a:hover {
    opacity: .7;
  }
}

.attention-txt {
  color: #ff1f50;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

@media only screen and (min-width: 921px) {
  .attention-txt {
    font-size: 18px;
    margin-top: 72px;
  }
}
/* ==========================================================
 style for btn
========================================================== */
/*共通ボタン　灰色ボタン*/
.btn-gray-01 {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  background: #e6e6e6;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .btn-gray-01 {
    padding: 12px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 921px) {
  .btn-gray-01 {
    padding: 25px 0;
    font-size: 18px;
  }
}
/*共通ボタン　黒*/
.btn-black-01 {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .btn-black-01 {
    padding: 15px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 921px) {
  .btn-black-01 {
    padding: 30px 0;
    font-size: 18px;
  }
}
/*共通ボタン　黒半透明*/
.btn-black-02 {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .btn-black-02 {
    padding: 15px 0;
    font-size: 16px;
    border: 1px solid #fff;
  }
}
@media only screen and (min-width: 921px) {
  .btn-black-02 {
    padding: 30px 0;
    font-size: 24px;
    border: 1px solid #fff;
  }
}
/*共通ボタン　ページトップ*/
.btn-pagetop {
  position: absolute;
  z-index: 22;
}
@media only screen and (max-width: 920px) {
  .btn-pagetop {
    bottom: 15px;
    right: 15px;
  }
  .pagetop {
    width: 36px;
  }
}
@media only screen and (min-width: 921px) {
  .btn-pagetop {
    bottom: 20px;
    right: 20px;
  }
  .pagetop {
    width: 74px;
  }
}
/*共通ボタン　アイコンつきピンク*/
.btn-ico-01 {
  display: block;
  margin: 0 auto;
  background-color: #ccc;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
a.btn-ico-01 {
  background-color: #ff1f50;
}
@media only screen and (max-width: 920px) {
  .btn-ico-01 {
    padding: 18px 0;
    font-size: 21px;
    letter-spacing: 3px;
    border-radius: 2px;
  }
}
@media only screen and (min-width: 921px) {
  .btn-ico-01 {
    width: 31%;
    padding: 19px 0;
    font-size: 32px;
    letter-spacing: 7px;
    border-radius: 4px;
  }
}  
a.btn-ico-01::after {
  display: inline-block;
  content: "";
  background: url("/static/ext/contests/audition15s/images/ico_mike@2x.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 920px) {
  a.btn-ico-01::after {
    width: 17px;
    height: 29px;
    margin: -2px 0 0 17px;
  }
}
@media only screen and (min-width: 921px) {
  a.btn-ico-01::after {
    width: 28px;
    height: 50px;
    margin: -1px 0 0 31px;
  }
}
/* ==========================================================
 style for ttl
========================================================== */
/*共通タイトル　白*/
.ttl-white {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  letter-spacing: 2px;
}
@media only screen and (max-width: 920px) {
  .ttl-white {
    font-size: 25px;
  }
}
@media only screen and (min-width: 921px) {
  .ttl-white {
    font-size: 28px;
  }
}
.ttl-white::after {
  display: block;
  content: "";
  background-color: #fff;
}
@media only screen and (max-width: 920px) {
  .ttl-white::after {
    height: 5px;
    border-radius: 2.5px;
  }
}
@media only screen and (min-width: 921px) {
  .ttl-white::after {
    height: 4px;
    border-radius: 2px;
  }
}

/*共通タイトル　黒*/
.ttl-black {
  display: inline-block;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .ttl-black {
    margin: 0 0 3px;
    font-size: 23px;
  }
}
@media only screen and (min-width: 921px) {
  .ttl-black {
    margin-bottom: 45px;
    font-size: 30px;
  }
}
.ttl-black::after {
  display: block;
  content: "";
  background-color: #111;
}
@media only screen and (max-width: 920px) {
  .ttl-black::after {
    height: 4px;
    border-radius: 2px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 921px) {
  .ttl-black::after {
    height: 4px;
    border-radius: 2px;
  }
}

/*コンテントサブ*/
.content-sub {
  position: relative;
  background: #ffaad4;
}
@media only screen and (max-width: 920px) {
  .content-sub {
    padding: 27px 16px 0 17px;
  }
}
@media only screen and (min-width: 921px) {
  .content-sub {
    padding: 68px 12.5% 0;
  }
}

/*注意事項*/
.attention {
  text-align: center;
}
.ttl-sub {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .ttl-sub {
    padding: 0 0 10px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 921px) {
  .ttl-sub {
    padding: 0 0 26px;
    font-size: 26px;
  }
}
.attention__box {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 920px) {
  .attention__box {
    margin: 0 0 41px;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 921px) {
  .attention__box {
    margin: 0 0 70px;
    padding: 0 0 42px;
  }
}
@media only screen and (max-width: 920px) {
  .attention__list {
    margin: 16px 13px 2px;
  }
}
@media only screen and (min-width: 921px) {
  .attention__list {
    margin: 32px 26px 0;
  }
}
.attention__item {
  position: relative;
  font-weight: 800;
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .attention__item {
    padding: 0 0 0 9px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 921px) {
  .attention__item {
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1px;
  }
}
.attention__item::after {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.attention__txt {
  font-weight: 800;
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .attention__txt {
    padding: 0 0 0 12px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 921px) {
  .attention__txt {
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1px;
  }
}

/* pagesの注意事項 */
.pages-attention {
  text-align: center;
}
.pages-attention__box::after {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  background: #fff;
  right: 0;
}
@media only screen and (max-width: 920px) {
  .pages-attention__box {
    padding: 16px 13px 34px;
  }
  .pages-attention__box::after {
    left: 0;
    margin: 0 16px 0 17px;
  }
}
@media only screen and (min-width: 921px) {
  .pages-attention__box {
    position: relative;
    padding: 32px 0 85px 26px;
  }
  .pages-attention__box::after {
    width: 100%;
  }
}
.pages-attention__list {
  margin: 0 0 0 15px;
}
.pages-attention__item {
  position: relative;
  font-weight: 800;
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .pages-attention__item {
    padding: 0 0 0 11px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 921px) {
  .pages-attention__item {
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: -0.4px;
  }
}
.pages-attention__item::after {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.pages-attention__txt {
  position: relative;
  font-weight: 800;
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .pages-attention__txt {
    padding: 0 0 0 15px;
    font-size: 14px;
  }
  .pages-attention__txt:last-child {
    padding: 0 0 25px 15px;
  }
}
@media only screen and (min-width: 921px) {
  .pages-attention__txt {
    padding: 0 0 0 17px;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: -0.4px;
  }
  .pages-attention__txt:last-child {
    padding: 0 0 45px 17px;
  }
}
.pages-attention__txt::after {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*お問い合わせ*/
.contact {
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 920px) {
  .contact {
    padding: 0 0 22px;
  }
}
@media only screen and (min-width: 921px) {
  .contact {
    padding: 0 0 53px;
  }
}
@media only screen and (max-width: 920px) {
  .contact__ttl {
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 921px) {
  .contact__ttl {
    margin: 0 0 45px;
  }
}
.contact__company-name {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .contact__company-name {
    margin: 0 0 5px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 921px) {
  .contact__company-name {
    margin: 0 0 16px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 920px) {
  .contact__btn01 {
    width: 87%;
    padding: 17px 0;
  }
}
@media only screen and (min-width: 921px) {
  .contact__btn01 {
    width: 42%;
    padding: 25px 0;
    letter-spacing: 1px;
  }
}
/*sns*/
.content-sub__txt {
  color: #fff;
  text-align: center;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .content-sub__txt {
    font-size: 15px;
    margin: 30px 0 15px 0;
  }
}
@media only screen and (min-width: 921px) {
  .content-sub__txt {
    font-size: 20px;
    margin: 50px 0 25px 0;
  }
}
.content-sub__sns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .content-sub__sns {
    padding: 0 0 28px;
  }
}
@media only screen and (min-width: 921px) {
  .content-sub__sns {
    padding: 0 0 55px;
  }
}
.content-sub__sns-link {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .content-sub__sns-link {
    width: 40px;
  }
  .content-sub__sns-list:nth-child(2) .content-sub__sns-link {
    margin: 0 22px 0 24px;
  }
  .content-sub__sns-list:nth-child(3) {
    margin: 0 7px 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .content-sub__sns-link {
    width: 55px;
  }
  .content-sub__sns-list:nth-child(2) .content-sub__sns-link {
    margin: 0 37px 0 43px;
  }
  .content-sub__sns-list:nth-child(3) {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 920px) {
  .twitter {
    width: 35px;
  }
  .line {
    width: 36px;
  }
  .facebook {
    width: 17.5px;
  }
}
@media only screen and (min-width: 921px) {
  .twitter {
    width: 50px;
  }
  .line {
    width: 51px;
  }
  .facebook {
    width: 25px;
  }
}
.copyright {
  position: relative;
  background: #111;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 920px) {
  .copyright {
    padding: 7px 0;
    font-size: 9px;
  }
}
@media only screen and (min-width: 921px) {
  .copyright {
    padding: 20px 0;
    font-size: 18px;
  }
}
/* ==========================================================
 style for top
========================================================== */
/*topのhero*/
@media only screen and (max-width: 920px) {
  .hero-top {
    background: url("/static/ext/contests/audition15s/images/bg_top_01@2x.jpg") left bottom no-repeat;
    background-size: cover;
    text-align: center;
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top {
    background: url("/static/ext/contests/audition15s/images/bg_top_01.jpg") left bottom no-repeat;
    background-size: cover;
    text-align: center;
    padding: 47px 0 0;
  }
}
/*heroのsns*/
.hero-top__sns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: right;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .hero-top__sns {
    margin: 0 16px 35px 0;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top__sns {
    margin: 0 42px 0 0;
  }
}
.hero-top__sns-link {
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .hero-top__sns-link {
    width: 33px;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top__sns-link {
    width: 51px;
  }
}
@media only screen and (max-width: 920px) {
  .hero-top__sns-list:nth-child(2) .hero-top__sns-link {
    margin: 0 20px 0 22px;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top__sns-list:nth-child(2) .hero-top__sns-link {
    margin: 0 42px 0 46px;
  }
}
.hero-top__sns-link {
  display: block;
}
@media only screen and (max-width: 920px) {
  .hero-top__sns-link .twitter {
    width: 34px;
  }
}
@media only screen and (max-width: 920px) {
  .hero-top__sns-link .line {
    width: 33px;
  }
}
@media only screen and (max-width: 920px) {
  .hero-top__sns-link .facebook {
    width: 15px;
  }
}
/*heroのlogo*/
@media only screen and (max-width: 920px) {
  .hero-top__logo {
    width: 75%;
    margin: 0 auto 15px;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top__logo {
    width: 29%;
    margin: 4px auto 12px;
  }
}
.logo {
  width: 100%;
}
@media only screen and (max-width: 920px) {
  .logo-txt {
    margin: 0 0 45px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3.2px;
  }
}
@media only screen and (min-width: 921px) {
  .logo-txt {
    margin: 0 0 13px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 4.2px;
  }
}
@media only screen and (max-width: 920px) {
  .hero-top__txt {
    margin: 0 0 115px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 2px;
    text-shadow: 0 0 20px #ff1f50;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top__txt {
    margin: 0 0 18px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0.8px;
    text-shadow: 0 0 20px #111;
  }
}
@media only screen and (max-width: 920px) {
  .hero-top__btn {
    width: 66%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top__btn {
    margin-bottom: 15px;
    padding: 19px 0 19px 2%;
  }
}
.hero-top__deadline {
  color: #fff;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .hero-top__deadline {
    font-size: 17px;
    padding: 0 0 49px;
    letter-spacing: 0.7px;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top__deadline {
    font-size: 30px;
    padding: 0 0 30px;
    letter-spacing: 1.5px;
  }
}

/*優勝商品*/  
.award-top {
  text-align: center;
  color: #fff;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .award-top {
    padding: 0 16px;
    background: url("/static/ext/contests/audition15s/images/bg_top_02@2x.jpg") left bottom no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 921px) {
  .award-top {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    padding: 67px 16px;
    background: url("/static/ext/contests/audition15s/images/bg_top_02.jpg") left bottom no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 921px) {
  .award-top::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 310px;
    margin: auto;
    content: "";
    border-right: 1px solid #fff;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__box01 {
    padding: 36px 0;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__box01 {
    width: 48%;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__box02 {
    padding: 27px 0 40px;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__box02 {
    width: 48%;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__ttl01 {
    margin: 0 0 33px;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__ttl01 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__money-l01 {
    margin: 0 0 16px;
    font-size: 57px;
    line-height: 1;
  }
}
@media only screen and (max-width: 363px) {
  .award-top__money-l01 {
    font-size: 15vw;
  }
}
.award-top__money-l01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 921px) {
  .award-top__money-l01 {
    margin: 0 0 18px;
    font-size: 70px;
    line-height: 1;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__money-s01 {
    font-size: 33px;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__money-s01 {
    font-size: 40px;
    margin: 0 0 0 5px;
  }
}
@media only screen and (max-width: 920px) {
  .plus {
    width: 17px;
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 921px) {
  .plus {
    width: 26px;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__txt-l01 {
    margin: 0 0 17px;
    font-size: 23px;
    line-height: 1;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__txt-l01 {
    margin: 21px 0 17px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__txt-s01 {
    font-size: 19px;
    line-height: 1;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__txt-s01 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__ttl02 {
    margin: 0 0 16px;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__ttl02 {
    margin: 0 0 18px;
  }
}
.award-top__money-l02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 920px) {
  .award-top__money-l02 {
    margin: 0 0 3px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__money-l02 {
    margin: 0 0 15px;
    font-size: 45px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__money-s02 {
    font-size: 18px;
    margin: 0 4px 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__money-s02 {
    font-size: 27px;
    margin: 0 8px 0 0;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__money-s03 {
    margin: 3px 0 0 0;
    font-size: 22px;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__money-s03 {
    margin: 9px 0 0 0;
    font-size: 30px;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__txt-l02 {
    margin: 0 0 12px;
    font-size: 15px;
    letter-spacing: -1.5px;
    line-height: 1;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__txt-l02 {
    margin: 25px 0 19px;
    font-size: 22px;
    letter-spacing: -1.6px;
    line-height: 1;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__txt-s02 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 921px) {
  .award-top__txt-s02 {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
}

/*応募資格*/
.require-top {
  background: #111;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .require-top {
    padding: 35px 15px 24px;
  }
}
@media only screen and (min-width: 921px) {
  .require-top {
    padding: 70px 200px 60px;
  }
}
.require-top__border {
  position: relative;
  border: 1px solid #fff;
  border-radius: 4px;
}
.require-top__border::before {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: #111;
}
@media only screen and (max-width: 920px) {
  .require-top__border {
    padding: 27px 3px;
  }
  .require-top__border::before {
    width: 98px;
    height: 1px;
    margin: -28px auto 0;
  }
}
@media only screen and (min-width: 921px) {
  .require-top__border {
    padding: 48px 15px 40px;
  }
  .require-top__border::before {
    width: 155px;
    height: 1px;
    margin: -49px auto 0;
  }
}
.require-top__ttl {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffaad4;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .require-top__ttl {
    top: -14px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 921px) {
  .require-top__ttl {
    top: -22px;
    font-size: 28px;
    letter-spacing: 1.8px;
  }
}
.require-top__txt {
  font-weight: bold;
}
@media only screen and (max-width: 920px) {
  .require-top__txt {
    font-size: 12px;
    line-height: 1.7em;
  }
}
@media only screen and (min-width: 921px) {
  .require-top__txt {
    font-size: 18px;
    line-height: 1.7em;
  }
}

/*スケジュール*/
.schedule-top {
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 920px) {
  .schedule-top {
    padding: 27px 15px 36px;
    background: url("/static/ext/contests/audition15s/images/bg_top_02@2x.jpg") left bottom no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top {
    padding: 53px 0 35px;
    background: url("/static/ext/contests/audition15s/images/bg_top_02.jpg") left bottom no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__flexbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 920px) {
  .schedule-top__ttl01 {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__ttl01 {
    margin: 0 0 46px;
  }
}
.schedule-top__ttl02 {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .schedule-top__ttl02 {
    margin: 0 0 5px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__ttl02 {
    margin: 0 0 12px;
    font-size: 22px;
    letter-spacing: 1px;
  }
}
.schedule-top__box02 {
  border-radius: 4px;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .schedule-top__box02 {
    margin: 0 0 20px;
    padding: 11px 10px 14px;
    border: 1px solid #fff;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__box02 {
    min-height: 380px;
    margin: 0 0 20px;
    padding: 67px 38px 14px;
    border: 2px solid #fff;
  }
}
@media only screen and (max-width: 920px) {
  .schedule-top__txt-l {
    font-size: 18px;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__txt-l {
    margin: 0 0 10px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__txt_margin {
    margin: 0 0 22px;
  }
}
@media only screen and (max-width: 920px) {
  .schedule-top__txt-s {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 1.2px;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__txt-s {
    font-size: 30px;
    line-height: 1.3em;
    letter-spacing: 1.2px;
  }
}
@media only screen and (max-width: 920px) {
  .schedule-top__txt-ss {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__txt-ss {
    font-size: 24px;
    line-height: 1.8em;
  }
}
@media only screen and (max-width: 920px) {
  .schedule-top_txt_bottom_01 {
    margin: 0 0 19px;
  }
  .schedule-top_txt_bottom_02 {
    line-height: 1em;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top_txt_bottom_01 {
    margin: 0 0 19px;
  }
  .schedule-top_txt_bottom_02 {
    line-height: 1em;
  }
}
.schedule-top__ttl03 {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .schedule-top__ttl03 {
    margin: 0 0 5px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__ttl03 {
    margin: 0 0 5px;
    padding-right: 76px;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.2em;
  }
}
/*共通アイコン　下向き三角*/
  .arrow-bottom {
    display: block;
    margin: auto;
  }
@media only screen and (max-width: 920px) {
  .arrow-bottom {
    width: 28px;
    height: 14px;
    background: url("/static/ext/contests/audition15s/images/ico_tra@2x.png") left bottom no-repeat;
    background-size: 28px 14px;
  }
}
@media only screen and (min-width: 921px) {
  .arrow-bottom {
    width: 29px;
    height: 46px;
    background: url("/static/ext/contests/audition15s/images/ico_tra.png") left bottom no-repeat;
    background-size: 22px 46px;
  }
}
@media only screen and (max-width: 920px) {
  .schedule-top__arrow {
    margin: 0 auto 17px;
  }
}
@media only screen and (min-width: 921px) {
  .schedule-top__arrow {
    margin: 0 21px 0 33px;
  }
}

/*参加方法*/
.join-top {
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .join-top {
    padding: 29px 15px 35px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top {
    padding: 54px 15px 66px;
  }
}
/*共通タイトル　ピンク*/
.ttl-pink {
  display: inline-block;
  color: #f27aad;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .ttl-pink {
    font-size: 25px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 921px) {
  .ttl-pink {
    font-size: 28px;
    letter-spacing: 2px;
    margin: -1px 0 0 0;
  }
}
.ttl-pink::after {
  display: block;
  content: "";
  background-color: #f27aad;
}
@media only screen and (max-width: 920px) {
  .ttl-pink::after {
    height: 5px;
    border-radius: 2.5px;
  }
}
@media only screen and (min-width: 921px) {
  .ttl-pink::after {
    height: 5px;
    border-radius: 2.5px;
  }
}
/*共通テキスト　ピンク*/
.txt-pink {
  color: #ff5b7f;
}
.join-top__box01 {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .join-top__box01 {
    margin: 0 0 37px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__box01 {
    margin: 0 0 42px;
  }
}
.join-top__box02 {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .join-top__box02 {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__box02 {
    margin: 0 0 30px;
  }
}
.join-top__box03 {
  border: 1px solid #111;
  border-radius: 4px;
}
@media only screen and (max-width: 920px) {
  .join-top__box03 {
    padding: 13px 18px 23px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__box03 {
    width: 45%;
    margin: 0 auto;
    padding: 21px 18px 47px;
  }
}
@media only screen and (max-width: 920px) {
  .join-top__ttl01 {
    margin: -3px 0 27px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__ttl01 {
    margin: -3px 0 42px;
  }
}
@media only screen and (max-width: 920px) {
  .join-top__ttl02 {
    font-size: 17px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__ttl02 {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 920px) {
  .join-top__btn01 {
    margin: 0 18px;
    padding: 16px 0;
    font-size: 18px;
    letter-spacing: 1.2px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__btn01 {
    width: 32%;
    margin: 0 auto;
    padding: 24px 0 16px;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__btn01::after {
    width: 22px;
    margin: 3px 0 0 14px;
  }
}
@media only screen and (max-width: 920px) {
  .join-top__btn02 {
    padding: 17px 0;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__btn02 {
    width: 75%;
    min-width: 380px;
    padding: 25px 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .join-top__txt-l {
    font-size: 24px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__txt-l {
    font-size: 32px;
  }
}
.join-top__txt-ll {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .join-top__txt-ll {
    font-size: 26px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__txt-ll {
    font-size: 32px;
    line-height: 1.5em;
  }
}
.join-top__txt-l02 {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .join-top__txt-l02 {
    margin: 0 0 5px;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__txt-l02 {
    margin: 0 0 5px;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 920px) {
  .join-top__txt-m {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__txt-m {
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
}
.join-top__txt-s {
  font-weight: bold;
}
@media only screen and (max-width: 920px) {
  .join-top__txt-s {
    font-size: 15px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__txt-s {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
}
.join-top__txt-ss {
  font-weight: bold;
}
@media only screen and (max-width: 920px) {
  .join-top__txt-ss {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 10px 0 3px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__txt-ss {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 23px 0 9px;
  }
}

/*審査方法*/
  .exam-top {
    text-align: center;
    color: #fff;
  }
@media only screen and (max-width: 920px) {
  .exam-top {
    padding: 37px 15px 41px;
    background: url("/static/ext/contests/audition15s/images/bg_top_03@2x.jpg") left bottom no-repeat;
    background-size: cover;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top {
    padding: 60px 15px 87px;
    background: url("/static/ext/contests/audition15s/images/bg_top_03.jpg") left bottom no-repeat;
    background-size: cover;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-top__ttl01 {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__ttl01 {
    margin: 0 0 50px;
  }
}
.exam-top__ttl02, .exam-top__ttl03 {
  font-weight: bold;
}
@media only screen and (max-width: 920px) {
  .exam-top__ttl02 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__ttl02 {
    margin: 0 0 10px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-top__ttl03 {
    margin: 0 0 2px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__ttl03 {
    margin: 0 0 12px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-top__box01 {
    margin: 0 0 28px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__box01 {
    margin: 0 0 45px;
  }
}
.exam-top__txt-l {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .exam-top__txt-l {
    font-size: 18px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__txt-l {
    margin: 0 0 7px;
    font-size: 30px;
    letter-spacing: 2.3px;
  }
}
.exam-top__txt-l02 {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .exam-top__txt-l02 {
    margin: 0 0 20px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__txt-l02 {
    display: inline-block;
    margin: 0 0 8px;
    font-size: 28px;
    letter-spacing: 1.5px;
  }
}
.exam-top__txt-m {
  font-weight: bold;
}
@media only screen and (max-width: 920px) {
  .exam-top__txt-m {
    font-size: 12px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__txt-m {
    display: inline-block;
    margin: 0 16px 0 0;
    font-size: 20px;
  }
}
.exam-top__txt-ms {
  font-weight: bold;
}
@media only screen and (max-width: 920px) {
  .exam-top__txt-ms {
    font-size: 14px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__txt-ms {
    display: inline-block;
    font-size: 22px;
    margin: 0 10px 0 0;
  }
}
.exam-top__txt-s {
  font-weight: bold;
}
@media only screen and (max-width: 920px) {
  .exam-top__txt-s {
    font-size: 10px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__txt-s {
    font-size: 14px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-top__txt-ss {
    font-size: 10px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__txt-ss {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
  }
}
.exam-top__sns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 920px) {
  .exam-top__sns {
    padding: 20px 0 15px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__sns {
    padding: 35px 0 13px;
    margin: 0 0 17px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-top__sns-list:nth-child(2) {
    margin: 0 35px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__sns-list:nth-child(2) {
    margin: 0 43px 0 50px;
  }
}
@media only screen and (max-width: 920px) {
  .youtube {
    width: 52px;
  }
}
@media only screen and (min-width: 921px) {
  .youtube {
    width: 73px;
  }
}
@media only screen and (max-width: 920px) {
  .mike {
    width: 51px;
  }
}
@media only screen and (min-width: 921px) {
  .mike {
    width: 70px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-top__btn01 {
    margin: 10px 19px 0;
    padding: 16px 0;
  }
}
@media only screen and (min-width: 921px) {
  .exam-top__btn01 {
    width: 32%;
    margin: 30px auto 0;
    padding: 22px 0;
    font-size: 20px;
  }
}
/* ==========================================================
 style for ranking
========================================================== */
.o-content__container {
 min-width: 320px;
}
/*第二階層のhero*/
@media only screen and (max-width: 920px) {
  .hero-page {
    background: url("/static/ext/contests/audition15s/images/bg_rank_01@2x.jpg") left top no-repeat;
    background-size: cover;
    text-align: center;
    padding: 6px 0;
  }
}
@media only screen and (min-width: 921px) {
  .hero-page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 37px 0 50px 209px;
    background: url("/static/ext/contests/audition15s/images/bg_rank_01.jpg") left top no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 920px) {
  .hero-page__logo {
    width: 48%;
    margin: 0 auto 6px;
  }
}
@media only screen and (min-width: 921px) {
  .hero-page__logo {
    width: 20%;
    margin: 0 48px 0 0;
  }
}
.logo {
  width: 100%;
}
@media only screen and (min-width: 921px) {
  .hero-page__box {
    margin: 37px 0 0 0;
  }
}
.hero-page__txt {
  color: #fff;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .hero-page__txt {
    font-size: 17px;
    text-shadow: 0 0 10px rgba(255, 31, 80 ,0.5);
  }
}
@media only screen and (min-width: 921px) {
  .hero-page__txt {
    font-size: 40px;
    text-shadow: 0 0 10px rgba(17, 17, 17 ,0.5);
  }
}
@media only screen and (max-width: 920px) {
  .hero-page__txt-s {
    font-size: 16px;
  }
}
@media only screen and (min-width: 921px) {
  .hero-page__txt-s {
    font-size: 24px;
  }
}
@media only screen and (min-width: 921px) {
 .hero-page_txt_pc {
   margin: 10px 0 0 0;
  font-size: 24px;
  letter-spacing: 1px;
 }
}
/*ランキング、詳細、課題曲のナビゲーション*/
@media only screen and (max-width: 920px) {
  .page-nav {
    margin: 15px 0 26px 0;
  }
}
@media only screen and (min-width: 921px) {
  .page-nav {
    margin: 37px 0 0 0;
  }
}
.page-nav__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 920px) {
  .page-nav__item {
    width: 29%;
    text-align: center;
  }
}
@media only screen and (min-width: 921px) {
  .page-nav__item {
    width: 32%; 
    text-align: center;
  }
}
.page-nav__link {
  color: #9f9f9f;
  font-weight: 800;
}
@media only screen and (max-width: 920px) { 
  .page-nav__link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 921px) {
  .page-nav__link {
    font-size: 24px;
  }
}
.link_color_pink {
  color: #ffaad4;
  font-weight: 800;
}
.page-nav__border01::after {
  display: block;
  content: "";
  background-color: #ffaad4;
}
@media only screen and (max-width: 920px) { 
  .page-nav__border01::after {
    height: 3px;
    margin: 5px 0 0 0;
    border-radius: 1.5px;
  }
}
@media only screen and (min-width: 921px) {
  .page-nav__border01::after {
    width: 100%;
    height: 4px;
    margin: 16px 0 0 0;
    border-radius: 2px;
  }
}
/*ランキング*/
@media only screen and (max-width: 920px) { 
  .ranking {
    margin: 0 16px 0 17px;
  }
}
@media only screen and (min-width: 921px) {
  .ranking {
    margin: 0 12.5%;
  }
}
@media only screen and (max-width: 920px) { 
  .ranking__box {
    clear: both;
    padding: 25px 0;
  }
  .ranking__box:nth-last-child(2) {
    padding: 30px 0 25px;
  }
}
@media only screen and (min-width: 921px) {
  .ranking__box {
    padding: 60px 0 47px;
  }
  .ranking__box:nth-last-child(2) {
    padding: 60px 0 72px;
  }
}
.ranking__box_margin {
  margin: 25px 0 0 0;
  padding: 0 0 28px;
}
.ranking_border_gray {
  border-bottom: 1px solid #b4b4b4;
}
/*曲のタイトル*/
.ranking-cd {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 920px) { 
  .ranking-cd {
    margin: 0 0 12px 0;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-cd {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 920px) { 
  .ranking-cd__img {
    width: 74px;
    height: 74px;
    margin: 0 13px 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-cd__img {
    width: 150px;
    height: 150px;
    margin: 0 37px 0 0;
  }
}
.ranking-cd__txt-box {
  margin: 15px 0 0 0;
}
.ranking-cd__ttl {
  font-weight: 800;
}
@media only screen and (max-width: 920px) { 
  .ranking-cd__ttl {
    font-size: 15px;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-cd__ttl {
    font-size: 22px;
    letter-spacing: 0.3px;
    margin: 0 0 2px;
  }
}
.ranking-cd__txt {
  font-weight: 500;
}
@media only screen and (max-width: 920px) { 
  .ranking-cd__txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-cd__txt {
    font-size: 16px;
    margin: 0 0 17px;
  }
}
@media only screen and (max-width: 920px) { 
  .ranking-cd__ico-link {
    float: right;
    text-align: center;
    margin: -80px 6px 0 0;
  }
}
.ranking-cd__ico-link-txt {
  color: #ff1f50;
  font-size: 12px;
}
@media only screen and (max-width: 920px) { 
  .ranking-cd__ico {
    width: 52px;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-cd__ico {
    width: 160px;
  }
}
/*ランキング内容*/
.ranking-artist-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 920px) { 
  .ranking-artist-box {
    margin: 0 0 3px;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-artist-box {
    margin: 0 0 36px;
  }
}
.ranking-artist {
  display: block;
  position: relative;
}
@media only screen and (max-width: 920px) { 
  .ranking-artist {
    width: 48%;
    margin: 0 4% 10px 0;
  }
  .ranking-artist:nth-child(2n) {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-artist {
    width: 15.5%;
    max-height: 250px;
    overflow: hidden;
    margin: 0 1.4% 0 0;
  }
  .ranking-artist:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 920px) { 
  .ranking-artist__img {
    width: 100%;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-artist__img {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    width: auto;
    height: auto;
    max-width: 130%;
  }
}
.ranking-artist__rank {
  position: absolute;
  top: 8px;
}
@media only screen and (max-width: 920px) { 
  .ranking-artist__rank {
    width: 17%;
    left: 8px;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-artist__rank {
    width: 20.5%;
    left: 10px;
  }
}
.ranking-artist__txt-box {
  color: #fff;
  position: absolute;
}
@media only screen and (max-width: 920px) { 
  .ranking-artist__txt-box {
    font-size: 12px;
    bottom: 0px;
    left: 8px;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-artist__txt-box {
    font-size: 16px;
    bottom: 0px;
    left: 10px;
  }
}
.ranking-artist__name {
  font-weight: 800;
  line-height: 1;
  text-shadow: 0.5px 0.5px 2px rgba(17, 17, 17, 0.7);
}
.ranking-artist__ico-box {
  color: #fff;
  font-weight: 800;
}
@media only screen and (max-width: 920px) { 
  .ranking-artist__ico-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 12px;
    margin: 0 0 3px;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-artist__ico-box {
    margin: 5px 0 6px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 920px) { 
  .ranking-artist__ico {
    width: 11px;
    margin: 0 2px 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .ranking-artist__ico {
    width: 14px;
  }
}
.ranking-artist__num {
  text-shadow: 0.5px 0.5px 2px rgba(17, 17, 17, 0.7);
}
/*ランキングボタン*/
@media only screen and (max-width: 920px) { 
  .ranking_btn_width {
    width: 90%;
  }
}
@media only screen and (min-width: 921px) {
  .ranking_btn_width {
    width: 42%;
  }
}
/*決戦オーディションボタン*/
.box-final {
  background: url("/static/ext/contests/audition15s/images/bg_rank_02@2x.jpg") left top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 920px) { 
  .box-final {
    margin: 0 -16px 0 -17px;
    padding: 30px 0 32px;
    background: url("/static/ext/contests/audition15s/images/bg_rank_02@2x.jpg") left top no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 921px) {
  .box-final {
    margin: 0 -17%;
    padding: 90px 0 70px;
    background: url("/static/ext/contests/audition15s/images/bg_rank_02.jpg") left top no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 920px) { 
  .box-final_btn_width {
    width: 82.5%;
  }
}
@media only screen and (min-width: 921px) {
  .box-final_btn_width {
    width: 37.4%;
  }
}
/* ==========================================================
 style for songs
========================================================== */
/*課題曲*/
@media only screen and (max-width: 920px) {
  .songs {
    margin: 0 16px 0 17px;
  }
}
@media only screen and (min-width: 921px) {
  .songs {
    margin: 0 12.5%;
  }
}
@media only screen and (max-width: 920px) {
  .songs-page-nav {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 921px) {
  .songs-page-nav {
    margin-bottom: 100px;
  }
}
.songs-box-01 {
  color: #fff;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .songs-box-01 {
    margin: 0 -16px 0 -17px;
    padding: 38px 0 26px;
    background: url("/static/ext/contests/audition15s/images/bg_song_01@2x.jpg") left bottom no-repeat;
    background-size: cover;
    text-align: center;
  }
}
@media only screen and (min-width: 921px) {
  .songs-box-01 {
    margin: 0 -17%;
    padding: 57px 17.3% 49px;
    background: url("/static/ext/contests/audition15s/images/bg_song_01.jpg") left bottom no-repeat;
    background-size: cover;
  }
}
.songs-box-01__txt-01 {
  display: inline-block;
  margin: 0 auto 12px;
  text-align: left;
  line-height: 1.5em;
}
@media only screen and (max-width: 330px) {
  .songs-box-01__txt-01 {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 331px) and (max-width: 920px) {
  .songs-box-01__txt-01 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-box-01__txt-01 {
    margin: 0 0 3px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 330px) {
  .songs-box-01__txt-02 {
    font-size: 4.5vw;
  }
}
@media only screen and (min-width: 331px) and (max-width: 920px) {
  .songs-box-01__txt-02 {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-box-01__txt-02 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .songs-box-02-wrap {
    margin: 4px 0 14px 0;
  }
}
@media only screen and (min-width: 921px) {
  .songs-box-02-wrap {
    margin: 13px 0 46px 0;
  }
}
@media only screen and (max-width: 920px) {
  .songs-box-02 {
    clear: both;
    padding: 18px 4px 25px;
    border-bottom: 1px solid #b4b4b4;
  }
  .songs-box-02:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 921px) {
  .songs-box-02 {
    padding: 43px 0 41px;
    border-bottom: 1px solid #b4b4b4;
  }
  .songs-box-02:last-child {
    border-bottom: none;
  }
}
.songs-box-02__ttl {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .songs-box-02__ttl {
    margin: 0 5px 15px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-box-02__ttl {
    margin: 0 0 17px;
    font-size: 22px;
  }
}
.songs-box-02_margin {
  margin: 25px 0 0 0;
  padding: 0 0 28px;
}
@media only screen and (min-width: 921px) {
  .songs-box-02__mod {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
/*曲のタイトル*/
.songs-cd {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 920px) {
  .songs-cd {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
}
.songs-cd-in {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 920px) {
  .songs-cd-in {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 920px) {
  .songs-cd__img {
    width: 74px;
    height: 74px;
    margin: 0 13px 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .songs-cd__img {
    width: 150px;
    height: 150px;
    margin: 0 37px 0 0;
  }
}
@media only screen and (max-width: 920px) {
  .songs-cd__txt-box {
    margin: 0 5px 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .songs-cd__txt-box {
    margin: 15px 15px 0 0;
  }
}
.songs-cd__ttl {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .songs-cd__ttl {
    font-size: 15px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-cd__ttl {
    font-size: 22px;
    letter-spacing: 0.3px;
    margin: 0 0 2px;
  }
}
.songs-cd__txt {
  font-weight: 500;
}
@media only screen and (max-width: 920px) {
  .songs-cd__txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-cd__txt {
    font-size: 16px;
    margin: 0 0 17px;
  }
}
@media only screen and (max-width: 920px) {
  .songs-cd__ico-link {
    text-align: center;
  }
}
.songs-cd__ico-link-txt {
  color: #ff1f50;
  font-size: 12px;
}
@media only screen and (max-width: 920px) {
  .songs-cd__ico {
    width: 52px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-cd__ico {
    width: 160px;
  }
}
.songs-writer-box {
  background: #f4f4f4;
  border-radius: 3px;
}
@media only screen and (max-width: 920px) {
  .songs-writer-box {
    padding: 20px 23px 32px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-writer-box {
    width: 52%;
    padding: 24px 42px 32px;
  }
}
.songs-writer-box__ttl {
  color: #909090;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .songs-writer-box__ttl {
    margin: 0 0 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-writer-box__ttl {
    margin: 0 0 8px;
    font-size: 16px;
  }
}
.songs-writer-box__txt {
  font-weight: 500;
}
@media only screen and (max-width: 920px) {
  .songs-writer-box__txt {
    font-size: 12px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-writer-box__txt {
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.5em;
  }
}

/* ==========================================================
 style for detail
========================================================== */
/*詳細*/
  .detail {
    text-align: center;
  }
@media only screen and (max-width: 920px) {
  .detail {
    margin: 0 16px 0 17px;
  }
}
@media only screen and (min-width: 921px) {
  .detail {
    margin: 0 12.5%;
  }
}
.detail-box {
  border-bottom: 1px solid #111;
}
.detail-box:last-child {
  border: none;
}
@media only screen and (max-width: 920px) {
  .detail-box {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 921px) {
  .detail-box {
    margin-top: 50px;
  }
}
.detail-box-in  {
  text-align: left;
}
.detail-box-in:last-child {
  border: none;
  background-image: none;
}
@media only screen and (max-width: 920px) {
  .detail-box-in {
    padding: 22px 0 7px;
    border-bottom: 1px dotted #111;
  }
}
@media only screen and (min-width: 921px) {
  .detail-box-in {
    background-image: linear-gradient(to right, #111 10%, #fff 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
  }
}
.detail-ttl-01 {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .detail-ttl-01 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.35em;
  }
}
@media only screen and (min-width: 921px) {
  .detail-ttl-01 {
    margin-bottom: 13px;
    font-size: 20px;
  }
}
.detail-txt-01  {
  font-weight: 500;
}
@media only screen and (max-width: 920px) {
  .detail-txt-01 {
    padding: 0 9px 18px;
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 921px) {
  .detail-txt-01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 920px) {
  .detail-list-01 {
    padding: 0 6px;
  }
}
.detail-list-02 {
  font-weight: 500;
}
.detail-item-01 {
  list-style-type:none;
  counter-increment: cnt;
  font-weight: 800;
}
.detail-item-01::before {
  display:inline-block;
  content: "(" counter(cnt) ") ";
}
@media only screen and (max-width: 920px) {
  .detail-item-01 {
    font-size: 12px;
    margin: 0 0 0 20px;
  }
  .detail-item-01::before {
    margin-left: -22px;
    padding: 0 4px 0 0;
    width: 22px;
  }
}
@media only screen and (min-width: 921px) {
  .detail-item-01 {
    font-size: 16px;
    margin: 0 0 5px 43px;
  }
  .detail-item-01::before {
    margin-left: -22px;
    padding: 0 4px 0 0;
    width: 28px;
  }
}
.detail-item-02 {
  position: relative;
}
.detail-item-02::after {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 920px) {
  .detail-item-02 {
    font-size: 12px;
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 921px) {
  .detail-item-02 {
    font-size: 16px;
    padding: 0 0 0 13px;
  }
}
/*開催概要*/
@media only screen and (min-width: 921px) {
  .event-detail__box01 {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 921px) {
  .event-detail__box02 {
    padding: 43px 0;
  }
}
@media only screen and (min-width: 921px) {
  .event-detail__txt {
    margin: 0 0 22px 12px;
  }
}

/*開催概要*/
@media only screen and (max-width: 920px) {
  .period-detail {
    padding: 0 0 15px;
  }
}
@media only screen and (min-width: 921px) {
  .period-detail {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 921px) {
  .period-detail__ttl01 {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 920px) {
  .period-detail__box01 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 921px) {
  .period-detail__box01 {
    padding: 38px 0;
  }
}
.period-detail__ttl02 {
  margin-bottom: 4px;
}
@media only screen and (min-width: 921px) {
  .period-detail__txt {
    padding-left: 10px;
  }
}

/*予選オーディション時の課題曲*/
@media only screen and (max-width: 920px) {
  .songs-detail {
    padding: 0 0 18px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-detail {
    padding-bottom: 63px;
  }
}
@media only screen and (max-width: 920px) {
  .songs-detail__ttl01 {
    line-height: 1em;
  }
}
@media only screen and (min-width: 921px) {
  .songs-detail__ttl01 {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 920px) {
  .songs-detail__cap {
    display: block;
    padding: 2px 0 4px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-detail__cap {
    font-size: 18px;
  }
}
.songs-detail__txt {
  text-align: left;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .songs-detail__txt {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 921px) {
  .songs-detail__txt {
    font-size: 20px;
    padding-left: 20px;
  }
}

/*参加資格と方法*/
@media only screen and (max-width: 920px) {
  .method-detail {
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 921px) {
  .method-detail {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 920px) {
  .method-detail__ttl01 {
    margin: 0 0 30px;
  }
}
.method-detail__list {
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .method-detail__list {
    padding: 0 12px 20px;
  }
}
@media only screen and (min-width: 921px) {
  .method-detail__list {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 920px) {
  .method-detail__item {
     margin-bottom: 10px;
  }
}
.method-detail__txt-warn {
  text-align: left;
}
@media only screen and (min-width: 921px) {
.method-detail__txt-warn {
  margin-left: 12px;
}
}

/*共通アイコン　※印*/
.txt-warn {
  position: relative;
}
.txt-warn::after {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 6px;
}
@media only screen and (max-width: 920px) {
  .txt-warn {
    font-size: 12px;
    padding: 0 6px 0 19px;
  }
}
@media only screen and (min-width: 921px) {
  .txt-warn {
    padding: 0 6px 0 23px;
  }
}

/*コンテスト賞品*/
@media only screen and (min-width: 921px) {
  .prize-detail__ttl01 {
    margin: 0;
  }
}
@media only screen and (max-width: 920px) {
  .prize-detail__box01 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 921px) {
  .prize-detail__box01 {
    padding: 46px 0 52px;
  }
}
@media only screen and (max-width: 920px) {
  .prize-detail__txt {
    padding: 0 6px 11px;
  }
}
.prize-detail_txt_01 {
  font-weight: 800;
}
@media only screen and (min-width: 921px) {
  .prize-detail_txt_01 {
    margin: 0 0 20px 12px;
  }
}
@media only screen and (max-width: 920px) {
  .prize-detail__list {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .prize-detail__item {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 921px) {
  .prize-detail__item {
    margin-left: 37px;
    font-size: 17px;
  }
  .prize-detail__item::before {
    width: 30px;
  }
}
@media only screen and (max-width: 920px) {
  .prize-detail__list-in {
    margin-left: -12px;
  }
}
@media only screen and (max-width: 920px) {
  .prize-detail_txt-warn01 {
    padding: 0 0 0 30px;
    margin-top: -19px;
  }
  .prize-detail_txt-warn01::after {
    left: 17px;
  }
}
@media only screen and (min-width: 921px) {
  .prize-detail_txt-warn01 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 920px) {
  .prize-detail_txt-warn02 {
    margin-bottom: 8px;
    line-height: 1.2em;
  }
}

/*審査方法*/
@media only screen and (min-width: 921px) {
  .exam-detail__ttl01 {
    margin: 0;
  }
}
@media only screen and (max-width: 920px) {
  .exam-detail__box01 {
    padding-bottom: 27px;
  }
  .exam-detail__box02 {
    padding-bottom: 27px;
  }
  .exam-detail__box03 {
    padding-bottom: 27px;
  }
  .exam-detail__box04 {
    padding-bottom: 27px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-detail__box01 {
    padding: 44px 0 46px;
  }
  .exam-detail__box02 {
    padding: 40px 0 57px;
  }
  .exam-detail__box03 {
    padding: 40px 0 47px;
  }
  .exam-detail__box04 {
    padding: 40px 0 65px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-detail__txt {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-detail__txt {
    margin: 0 0 0 12px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-detail__txt02 {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-detail__txt02 {
    margin: 0 0 0 12px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-detail__list {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-detail__list {
    margin: 0 0 8px 12px;
  }
}
@media only screen and (max-width: 920px) {
  .exam-detail__item {
    padding-bottom: 2px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-detail__item {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 921px) {
  .exam-detail__txt-warn {
    margin-left: 8px;
    font-size: 16px;
  }
}
/*結果通知方法*/
@media only screen and (min-width: 921px) {
  .result-detail {
    padding-bottom: 58px;
  }
}
@media only screen and (max-width: 920px) {
  .result-detail__ttl01 {
    margin-bottom: 25px;
  }
}
.result-detail__txt {
  text-align: left;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .result-detail__txt {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 921px) {
  .result-detail__txt {
    margin-left: 14px;
  }
}
.result-detail__link {
  text-decoration: underline;
}
@media only screen and (min-width: 921px) {
  .result-detail__link:hover {
    text-decoration: underline;
    opacity: .7;
  }
}

/*賞品の受け取り方法*/
@media only screen and (max-width: 920px) {
  .receive-detail {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 921px) {
  .receive-detail {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 920px) {
  .receive-detail__ttl01 {
    margin-bottom: 25px;
  }
}
.receive-detail__txt {
  text-align: left;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .receive-detail__txt {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 921px) {
  .receive-detail__txt {
    margin-left: 12px;
  }
}
.receive-detail__txt-warn {
  text-align: left;
}
@media only screen and (min-width: 921px) {
  .receive-detail__txt-warn {
    margin-left: 5px;
  }
}
/* ==========================================================
 style for final
========================================================== */
@media only screen and (max-width: 920px) {
  .final-txt-box {
    padding: 20px 0 16px;
  }
}
@media only screen and (min-width: 921px) {
  .final-txt-box {
    margin: 0 0 0 12.7%;
    padding: 57px 0 52px;
  }
}
.final-txt-box__txt {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .final-txt-box__txt {
    font-size: 17px;
    text-align: center;
  }
}
@media only screen and (min-width: 921px) {
  .final-txt-box__txt {
    font-size: 24px;
    letter-spacing: 0.9px;
  }
}

/* final-contents-01 */
.final-contents-01 {
  background-color: #f4f4f4;
}
@media only screen and (max-width: 920px) {
  .final-contents-01 {
    padding: 29px 15px 7px;
  }
}
@media only screen and (min-width: 921px) {
  .final-contents-01 {
    padding: 47px 12.7% 35px;
  }
}

/* final-box */
.final-box {
  background-color: #fff;
}
@media only screen and (max-width: 920px) {
  .final-box {
    padding: 20px 17px;
    margin: 0 0 25px;
    border-radius: 9px;
  }
}
@media only screen and (min-width: 921px) {
  .final-box {
    border-radius: 16px;
    padding: 36px 4% 33px 3.5%;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 921px) {
  .final01-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 921px) {
  .final-box-in {
    width: 74.2%;
    padding: 0 42px 0 0;
    border-right: 1px dashed #111;
  }
}
.final-artist {
  position: relative;
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 920px) {
  .final-artist {
    -ms-grid-columns: 36vw 1fr;
    grid-template-columns: 36vw 1fr;
    padding: 0 0 19px;
    border-bottom: 1px dotted #111;
  }
}
@media only screen and (min-width: 921px) {
  .final-artist {
    border-bottom: 1px dashed #111;
    padding: 0 0 30px 0;

  }
}
.final-artist__img-box {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 920px) {
  .final-artist__img-box {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    height: 36vw;
  }
}
@media only screen and (min-width: 921px) {
  .final-artist__img-box {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-column: 1/2;
    grid-row: 1/3;
    width: 62%;
    height: 0;
    min-width: 180px;
    min-height: 180px;
    margin: 0 42px 0 0;
  }
}
.final-artist__img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.final-artist__rank {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 920px) {
  .final-artist__rank {
    width: 48px;
    top: -26px;
    left: -21px;
  }
}
@media only screen and (min-width: 921px) {
  .final-artist__rank {
    width: 4vw;
    top: -20px;
    left: -3%;
  }
}
.final-artist__name {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .final-artist__name {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    grid-row: 1/2;
    margin: 0 0 20px 43px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 921px) {
  .final-artist__name {
    margin: auto 0;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 22px;
  }
}
@media only screen and (min-width: 921px) {
:-ms-lang(x)::-ms-backdrop, .final-artist__name {
    margin: 23px 0 0;
  }
}
.final-artist__txt {
  font-weight: 500;
}
@media only screen and (max-width: 920px) {
  .final-artist__txt {
    font-size: 11px;
    margin: auto 0 auto 16px;
    letter-spacing: -.4px;
  }
}
@media only screen and (min-width: 921px) {
  .final-artist__txt {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 16px;
    letter-spacing: -0.7px;
  }
}
.final-cd {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 920px) {
  .final-cd {
    padding: 17px 0 18px;
    border-bottom: 1px dotted #111;
  }
}
@media only screen and (min-width: 921px) {
  .final-cd {
    padding: 28px 0 0;
  }
}
@media only screen and (max-width: 920px) {
  .final-cd__img {
    width: 23.5%;
    height: 23.5%;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .final-cd__img {
    width: 6vw;
    min-width: 100px;
    height: 6vw;
    min-height: 100px;
    margin: 0 30px 0 0;
  }
}
.final-cd__txt-box {
  margin: auto 0;
}
.final-cd__ttl {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .final-cd__ttl {
    font-size: 13px;
  }
}
@media only screen and (min-width: 921px) {
  .final-cd__ttl {
    font-size: 22px;
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 921px) {
:-ms-lang(x)::-ms-backdrop, .final-cd__txt-box {
    height: 100%;
  }
}
@supports (-ms-ime-align:auto) {
  .final-cd__txt-box {
    height: 100%;
  }
 }
@media only screen and (min-width: 921px) {
:-ms-lang(x)::-ms-backdrop, .final02-cd__ttl {
    margin: 18px 0 0;
  }
}
@supports (-ms-ime-align:auto) {
  .final02-cd__ttl {
    margin: 18px 0 0;
  }
 }
.final-cd__txt {
  font-weight: 500;
}
@media only screen and (max-width: 920px) {
  .final-cd__txt {
    font-size: 12px;
  }
}
@media only screen and (min-width: 921px) {
  .final-cd__txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 920px) {
  .final-sns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 15px 0 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .final-sns {
    height: 100%;
    margin: auto 0;
  }
}
@media only screen and (min-width: 921px) {
  .final01-sns {
    width: 25.8%;
    padding: 0 0 0 46px;
  }
}
@media only screen and (max-width: 920px) {
  .final-sns__box {
    text-align: center;
  }
  .final-sns__box:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1/2;
  }
  .final-sns__box:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2/3;
  }
  .final-sns__box:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3/4;
  }
}
@media only screen and (min-width: 921px) {
  .final-sns__box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .final01-sns__box {
    margin: 35px 0 33px;
  }
}
@media only screen and (max-width: 920px) {
  .final-sns__ico-twitter {
    width: 36%;
  }
}
@media only screen and (min-width: 921px) {
  .final-sns__ico-twitter {
    width: 4vw;
    height: 4vw;
    margin: 0 21px 0 2px;
  }
}
@media only screen and (max-width: 920px) {
  .final-sns__ico-youtube {
    width: 36%;
  }
}
@media only screen and (min-width: 921px) {
  .final-sns__ico-youtube {
    width: 4.3vw;
    height: 4.3vw;
    margin: 0 15px 0 0;
  }
}
@media only screen and (max-width: 920px) {
  .final-sns__ico-ouen {
    width: 36%;
  }
}
@media only screen and (min-width: 921px) {
  .final-sns__ico-ouen {
    width: 4vw;
    height: 4vw;
    margin: 0 19px 0 1px;
  }
}
.final-sns__ttl {
  font-weight: 500;
}
@media only screen and (max-width: 920px) {
  .final-sns__ttl {
    font-size: 12px;
  }
}
@media only screen and (min-width: 921px) {
  .final-sns__ttl {
    font-size: 14px;
  }
}
.final-sns__txt {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .final-sns__txt {
    font-size: 15px;
  }
}
@media only screen and (min-width: 921px) {
  .final-sns__txt {
    font-size: 22px;
    line-height: 1.1em;
  }
}
.ico-up::after {
  display: inline-block;
  content: "";
}
@media only screen and (max-width: 920px) {
  .ico-up::after {
    background: url("/static/ext/contests/audition15s/images/arrow_up_01@2x.png") left top no-repeat;
    background-size: 9px 10px;
    width: 9px;
    height: 10px;
    margin: 0 0 0 6px;
  }
}
@media only screen and (min-width: 921px) {
  .ico-up::after {
    background: url("/static/ext/contests/audition15s/images/arrow_up_01@2x.png") left top no-repeat;
    background-size: 14px 18px;
    width: 14px;
    height: 18px;
    margin: 0 0 0 6px;
  }
}
.ico-down::after {
  display: inline-block;
  content: "";
}
@media only screen and (max-width: 920px) {
  .ico-down::after {
    background: url("/static/ext/contests/audition15s/images/arrow_down_01@2x.png") left top no-repeat;
    background-size: 9px 10px;
    width: 9px;
    height: 10px;
    margin: 0 0 0 6px;
  }
}
@media only screen and (min-width: 921px) {
  .ico-down::after {
    background: url("/static/ext/contests/audition15s/images/arrow_down_01@2x.png") left top no-repeat;
    background-size: 14px 18px;
    width: 14px;
    height: 18px;
    margin: 0 0 0 6px;
  }
}

/* final-contents-02 */
.final-contents-02 {
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .final-contents-02 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 921px) {
  .final-contents-02 {
    margin: 0 12.7%;
  }
}
.final-detail {
  border-bottom: 1px solid #111;
}
.final-detail:last-child {
  border: none;
}
@media only screen and (max-width: 920px) {
  .final-detail {
    padding: 0 5px 22px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 921px) {
  .final-detail {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 921px) {
  .final-detail__ttl01 {
    margin: 0;
  }
}
.final-detail-in  {
  text-align: left;
}
.final-detail-in:last-child {
  border: none;
  background-image: none;
}
@media only screen and (max-width: 920px) {
  .final-detail-in {
    padding: 22px 0 7px;
    border-bottom: 1px dotted #111;
  }
}
@media only screen and (min-width: 921px) {
  .final-detail-in {
    border-bottom: 1px dashed #111;
  }
}
.final-detail-ttl-01 {
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .final-detail-ttl-01 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.35em;
  }
}
@media only screen and (min-width: 921px) {
  .final-detail-ttl-01 {
    margin: 0 0 8px -12px;
    font-size: 20px;
    letter-spacing: -.7px;
  }
}
.final-detail-txt-01  {
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 920px) {
  .final-detail-txt-01 {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 0 6px;
  }
}
@media only screen and (min-width: 921px) {
  .final-detail-txt-01 {
    font-size: 16px;
    letter-spacing: -.5px;
  }
}
@media only screen and (max-width: 920px) {
  .final-detail-list-01 {
    padding: 0 6px 10px;
  }
}
@media only screen and (min-width: 921px) {
  .final-detail-list-01 {
    margin: 5px 0 17px;
  }
}
.final-detail-list-02 {
  font-weight: 500;
}
@media only screen and (max-width: 920px) {
  .final-detail-list-02 {
    line-height: 1.8;
    margin: 0 0 13px 10px;
  }
}
@media only screen and (min-width: 921px) {
  .final-detail-list-02 {
    margin: 0 0 18px;
  }
}
.final-detail-item-01 {
  list-style-type:none;
  counter-increment: cnt;
  font-weight: 500;
}
.final-detail-item-01::before {
  display:inline-block;
  content: "(" counter(cnt) ") ";
}
@media only screen and (max-width: 920px) {
  .final-detail-item-01 {
    font-size: 12px;
    margin: 0 0 0 20px;
    line-height: 1.9em;
  }
  .final-detail-item-01::before {
    margin-left: -22px;
    padding: 0 4px 0 0;
    width: 22px;
  }
}
@media only screen and (min-width: 921px) {
  .final-detail-item-01 {
    font-size: 16px;
    margin: 0 0 5px 22px;
    letter-spacing: -.5px;
  }
  .final-detail-item-01::before {
    margin-left: -22px;
    padding: 0 4px 0 0;
    width: 28px;
  }
}
.final-detail-item-02 {
  position: relative;
}
.final-detail-item-02::after {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 920px) {
  .final-detail-item-02 {
    font-size: 12px;
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 921px) {
  .final-detail-item-02 {
    font-size: 16px;
    padding: 0 0 5px 13px;
    letter-spacing: -.5px;
  }
}
.final-detail_txt-warn01 {
  text-align: left;
  font-weight: 500;
}
@media only screen and (min-width: 921px) {
  .final-detail_txt-warn01 {
    font-size: 16px;
    letter-spacing: -.5px;
    margin: 0 0 0 -5px;
  }
}
/*開催概要*/
@media only screen and (min-width: 921px) {
  .final-event-detail__box01 {
    padding: 43px 0 53px;
  }
}

/*開催概要*/
@media only screen and (max-width: 920px) {
  .final-period-detail {
    padding: 0 0 26px;
  }
}
@media only screen and (min-width: 921px) {
  .final-period-detail {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .final-period-detail__box01 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 921px) {
  .final-period-detail__box01 {
    padding: 38px 0;
  }
}

/*コンテスト賞品*/
@media only screen and (max-width: 920px) {
  .final-prize-detail {
    margin: 24px 0 0 0;
  }
}
@media only screen and (max-width: 920px) {
  .final-prize-detail__box01 {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 921px) {
  .final-prize-detail__box01 {
    padding: 46px 0 52px;
  }
}

/*審査方法*/
@media only screen and (max-width: 920px) {
  .final-exam-detail {
    margin: 25px 0 0 0;
  }
}
@media only screen and (max-width: 920px) {
  .final-exam-detail__box01 {
    padding-bottom: 22px;
  }
  .final-exam-detail__box02 {
    padding-bottom: 20px;
  }
  .final-exam-detail__box03 {
    padding-bottom: 27px;
  }
}
@media only screen and (min-width: 921px) {
  .final-exam-detail__box01 {
    padding: 44px 0 37px;
  }
  .final-exam-detail__box02 {
    padding: 32px 0 47px;
  }
  .final-exam-detail__box03 {
    padding: 40px 0 55px;
  }
}
/*結果通知方法*/
@media only screen and (max-width: 920px) {
  .final-result-detail {
    margin: 22px 0 12px 0;
  }
}
@media only screen and (min-width: 921px) {
  .final-result-detail {
    padding-bottom: 76px;
  }
}
@media only screen and (max-width: 920px) {
  .final-result-detail__txt {
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 921px) {
  .final-result-detail__txt {
    margin-bottom: 23px;
  }
}
.final-result-detail__link {
  text-decoration: underline;
}
@media only screen and (min-width: 921px) {
  .final-result-detail__link:hover {
    text-decoration: underline;
    opacity: .7;
  }
}
@media only screen and (max-width: 920px) {
  .final-result-detail__box01 {
    padding: 25px 0 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .final-result-detail__box01 {
    margin: 42px 0 0 0;
  }
}
.box-final__finalpage {
  margin: 0;
}

/* ==========================================================
 style for final_02
========================================================== */
.final02-contents-01 {
  background-color: #f4f4f4;
}
@media only screen and (max-width: 920px) {
  .final02-contents-01 {
    padding: 19px 15px 7px;
  }
}
@media only screen and (min-width: 921px) {
  .final02-contents-01 {
    padding: 33px 12.7% 35px;
  }
}
.final-box__txt-pink {
  color: #f27aad;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .final-box__txt-pink {
    margin: 0 0 18px;
    font-size: 12px;
    text-align: center;
  }
}
@media only screen and (min-width: 921px) {
  .final-box__txt-pink {
    padding: 0 0 33px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 920px) {
  .final-movie-01 {
    width: 100%;
    margin: 20px 0 6px;
  }

  .final-movie-01__wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;  /* 16:9 */
  }

  .final-movie-01__wrapper__movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 921px) {
  .final-movie-01 {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-column: 2/3;
    grid-row: 1/3;
    width: 39.5vw;
    display: flex;
    align-items: center;
  }

  .final-movie-01__wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;  /* 16:9 */
  }

  .final-movie-01__wrapper__movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 921px) {
  .final02-box-in {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 39.5vw;
    grid-template-columns: 1fr 39.5vw;
  }
}
@media only screen and (min-width: 921px) {
  .final02-cd {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1/2;
    grid-row: 1/2;
    padding-bottom: 30px;
    margin-right: 34px;
    border-bottom: 1px dashed #111;
  }
}
@media only screen and (min-width: 921px) {
  .final02-sns {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-right: 34px;
    padding: 29px 0 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .final02-sns__box {
    margin: 16px 0 18px;
  }
}
