@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;
  padding: 6px 0;
  margin: 0 auto 10px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.btn-ico-01__gray {
  background-color: #ccc;
}
.btn-ico-01__red {
  background-color: #ff1f50;
}
.btn-ico-01__trans {
  border: #fff 1px solid;
}
@media only screen and (max-width: 920px) {
  .btn-ico-01 {
    width: 66%;
    font-size: 21px;
    border-radius: 2px;
  }
}
@media only screen and (min-width: 921px) {
  .btn-ico-01 {
    width: 31%;
    font-size: 32px;
    border-radius: 4px;
  }
}
/* ==========================================================
 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: #dbdae2;
}
@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: #000;
  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;
  white-space: pre-line;
  text-align: left;
}
@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: #000;
  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*/
.hero-top {
  position: relative;
}
@media only screen and (max-width: 920px) {
  .hero-top {
    background: url("/static/ext/contests/karasta-live2/images/bg_top_01@2x.jpg") left bottom no-repeat;
    background-size: cover;
    text-align: center;
    padding: 15px 0px 20px 0px;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top {
    background: url("/static/ext/contests/karasta-live2/images/bg_top_01.jpg") left bottom no-repeat;
    background-size: cover;
    text-align: center;
    padding: 47px 0px 20px 0px;
  }
}
/*heroのsns*/
.hero-top__sns {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .hero-top__sns {
    margin: 12px 16px 0 0;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top__sns {
    margin: 12px 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 {
    margin: 0px 10%;
  }
}
@media only screen and (min-width: 921px) {
  .hero-top__logo {
    width: 40%;
    margin: 0px auto;
  }
}
.logo {
  width: 100%;
}
.logo-txt {
  color: #fff;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .logo-txt {
    margin: 45px auto 0;
    font-size: 20px;
    letter-spacing: 3.2px;
  }
}
@media only screen and (min-width: 921px) {
  .logo-txt {
    margin: 4px auto auto;
    font-size: 30px;
    letter-spacing: 4.2px;
  }
}
@media only screen and (max-width: 920px) {
  .hero-top__txt {
    margin: 0 0 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 2px;
    text-shadow: 0 0 20px #000;
  }
  .hero-top__txt .strong {
    font-size: 30px;
    line-height: 1;
  }
}
@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;
  }
}

/*優勝商品*/  
.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/karasta-live2/images/bg_top_02@2x.jpg") left bottom no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 921px) {
  .award-top {
    padding: 67px 16px;
    background: url("/static/ext/contests/karasta-live2/images/bg_top_02.jpg") left bottom no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 920px) {
  .award-top__box01 {
    padding: 36px 0;
  }
}
@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;
    font-size: 30px;
  }
}

@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;
  }
}

/*応募資格*/
.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 {
  border: 1px solid #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 920px) {
  .require-top__border {
    padding: 0 3px 20px;
  }
}
@media only screen and (min-width: 921px) {
  .require-top__border {
    padding: 0 15px 40px;
  }
}
.require-top__ttl {
  position: relative;
  top: -0.75em;
  display: inline-block;
  color: #ffffff;
  padding: 0 .5em;
  background-color: #111;
  font-weight: 800;
}
@media only screen and (max-width: 920px) {
  .require-top__ttl {
    font-size: 18px;
  }
}
@media only screen and (min-width: 921px) {
  .require-top__ttl {
    font-size: 28px;
    letter-spacing: 1.8px;
  }
}
.require-top__txt {
  margin-top: -.4em;
}
@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;
  }
}

.require-top-txt-strong {
  font-weight: 800;
}

/*スケジュール*/
.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/karasta-live2/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/karasta-live2/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;
    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/karasta-live2/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/karasta-live2/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;
  }
}

/*優勝者*/
.winner-top {
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 920px) {
  .winner-top {
    padding: 29px 15px;
  }
}
@media only screen and (min-width: 921px) {
  .winner-top {
    padding: 54px 185px;
  }
}
/*共通タイトル　ピンク*/
.ttl-pink {
  display: inline-block;
  color: #000000;
  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: #000000;
}
@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: #000000;
}
.txt-red {
  color: #ff1f50;
}
.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;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 921px) {
  .join-top__txt-m {
    margin: 0 0;
    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/karasta-live2/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/karasta-live2/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;
  }
}

.result-detail__link {
  text-decoration: underline;
}
@media only screen and (min-width: 921px) {
  .result-detail__link:hover {
    text-decoration: underline;
    opacity: .7;
  }
}

.link-item-list {
  margin: 10px 0 20px;
}

.link-item {
  margin: 4px 0;
}

.profile-item {
  display: flex;
  margin-bottom: 30px;
}
.profile-item__img img {
  width: 100%;
}
.profile-item__img {
  width: 25%;
  margin-right: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 920px) {
  .profile-item__img {
    min-width:  80px;
    min-height: 80px;
  }
}
@media only screen and (min-width: 921px) {
  .profile-item__img {
    min-width:  200px;
    min-height: 200px;
  }
}
.profile-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.profile-item-title {
  text-align: left;
}
.profile-btn-ico-01 {
  display: block;
  padding: 6px;
  color: #fff;
  text-align: center;
  border: #fff 1px solid;
}
@media only screen and (max-width: 920px) {
  .profile-btn-ico-01 {
    border-radius: 2px;
  }
}
@media only screen and (min-width: 921px) {
  .profile-btn-ico-01 {
    font-size: 18px;
    border-radius: 4px;
  }
}

.txt-link {
  color: #fff;
  text-decoration: underline;
}

.artist-list > li {
  margin-top: 5px;
}
