/* 以下2セクション グローバルスタイルの打ち消し。*/
#tsutaya-audition {
  color: black;
}

#tsutaya-audition, #tsutaya-audition ul, #tsutaya-audition--main-visual h1 {
  line-height: 1;
}

#tsutaya-audition a {
  color: #0E587C;
}

#tsutaya-audition a:hover {
  text-decoration: none;
}

/*#tsutaya-audition header {
  text-align: center;
  background: url(/images/bigup_main.jpg) no-repeat;
  background-position: center center;
  height:544px;
	background-size: cover;
}*/

/*
 |------------------------------------------------------------------------
 | メインビジュアルを#tsutaya-auditionの外(#tsutaya-audition--main-visual)
 | に移したので該当箇所をを修正済み。
 |------------------------------------------------------------------------
 */

#tsutaya-audition--main-visual header {
position: relative;
  text-align: center;
  height: 0;
  padding-bottom:53.125%;
  background: url(/pc/assets/images/campaigns/tsutaya_auditions/bigup_main.jpg) 0 0 no-repeat;
	background-size: contain;
}


#tsutaya-audition--main-visual header h1 {
  width: 1120px;
  padding: 0 0 40px;
  margin: 0 auto;
}
#tsutaya-audition--main-visual header aside{
position: absolute;
top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 17rem;

}

#tsutaya-audition--main-visual header h1 img {
  /*width: 90%;*/
  max-width: 1120px;
}


#tsutaya-audition--main-visual #overview {
  background: url(/pc/assets/images/campaigns/tsutaya_auditions/frame_top.png) no-repeat;
  background-position: top center;
  background-size: contain;
	max-width:754px;
	/*border: 1px solid rgb(255,255,255,0.4);*/

  margin: 0 auto 0 auto;

}
#tsutaya-audition--main-visual #overview p{color:white; padding:24px 12px; line-height: 1.6rem; letter-spacing: 0.3em;}
#tsutaya-audition--main-visual #overview .bottom{
  background: url(/pc/assets/images/campaigns/tsutaya_auditions/frame_bottom.png) no-repeat;
	 background-position: bottom center;
	   background-size: contain;
}
#tsutaya-audition--main-visual #overview .inner{
	background:url(/pc/assets/images/campaigns/tsutaya_auditions/frame_bottom.png) ;
}

#tsutaya-audition #tsutaya-audition_exp .inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  height: 100%;
}

#tsutaya-audition #tsutaya-audition_exp .inner .img {
  position: absolute;
  left: 10%;
  bottom: -50px;
}

#tsutaya-audition #tsutaya-audition_exp .inner .img img {
  height: 400px;
}

#tsutaya-audition #tsutaya-audition_exp .inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  text-align: left;
  line-height: 1.6;
  width: 57%;
  font-size: 15px;
  height: 55%;
  background: white;
  padding: 20px;
  box-sizing: border-box;
  top: 0;
  right: 0%;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 10px;
}

#tsutaya-audition #prize {
  text-align: center;
  width: 1120px;
  margin: 0 auto 50px auto;
}

#tsutaya-audition  .special{
width: 200px;
height: 200px;
-webkit-border-radius: 100px;/* width,heightの半分 */
-moz-border-radius: 100px;
border-radius: 100px;
background-color: #009de1;/* 円の色 */
}

#tsutaya-audition #prize h2  {
  font-size: 30px;
  font-weight:normal;
	margin:50px 0 28px;
	height: 66px;
	  background: url(/pc/assets/images/campaigns/tsutaya_auditions/h2_bg.png) no-repeat;
	 background-position: bottom center;
}

#tsutaya-audition #prize ul {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	width: 98%; /* SmartSocial: 画像差し替えに伴い修正 */
}

#tsutaya-audition #prize ul li {
  /*width: 31%;*/
	width:278px;
  text-align: center;
}

#tsutaya-audition #prize ul li h3 {
  margin-bottom: 30px;
  /*height: 64px;*/
}

#tsutaya-audition #prize ul li img.num {
  position: relative;
  top: 5px;
  left: 10px;
}

#tsutaya-audition #prize ul li .sub {
  margin-top: 20px;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 0 0 7px 0;
}

#tsutaya-audition #prize ul li .sub h4 {
  margin-bottom: 10px;
  letter-spacing: 2px;
  padding: 6px 0;
  border-bottom: 1px solid #444;
}

#tsutaya-audition #prize ul li .sub img {
  vertical-align: middle;
}

#tsutaya-audition #prize ul li img {
  display: inline-block;
}

#tsutaya-audition #prize ul li img.prize_money {
  height: 130px;
}

#tsutaya-audition #prize ul li img.cf {
  width: 100px;
}

#tsutaya-audition #prize p {
  text-align: left;
  line-height: 1.7;
  width: 1064px;
  margin: 0 auto;
  color: #e10066;
  font-size: 90%;
}

#tsutaya-audition #container {
  width: 1120px;
  margin: 0 auto 100px auto;
}

#tsutaya-audition #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1120px;
  margin: 0 auto 100px auto;
  max-width: 1120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tsutaya-audition #content .box {
  width: 100%;
  padding: 50px 40px;
  box-sizing: border-box;
}

#tsutaya-audition #content .box:nth-child(odd) {
  background-color: #f8f8f8;
}
#tsutaya-audition #content .box:nth-child(odd)  h3{

    font-weight: normal;
    height: 66px;
    background: url(/pc/assets/images/campaigns/tsutaya_auditions/h2_bg2.png) no-repeat;
    background-position: bottom center;
	}
#tsutaya-audition #content .box:nth-child(even)  h3{

    font-weight: normal;
    height: 66px;
    background: url(/pc/assets/images/campaigns/tsutaya_auditions/h2_bg.png) no-repeat;
    background-position: bottom center;
	}

#tsutaya-audition #content .box h3 {
  font-size: 30px;
	text-align: center;
  margin-bottom: 30px;
}

#tsutaya-audition #content .box p {
  line-height: 1.6;
  font-size: 15px;
}

#tsutaya-audition #about {
  border-width: 1px 0;
  margin-bottom: 0 0 20px 0;
}

#tsutaya-audition #about p#use {
  color: #0E587C;
  margin: 10px 0;
  font-size: 110%;
  font-weight: bold;
}

#tsutaya-audition #method {
  border-width: 0 1px 1px 0;
}

#tsutaya-audition #method p {
  margin-bottom: 30px;
}

#tsutaya-audition #theme {
  border-width: 0 0 1px 0;
}

#tsutaya-audition #theme ul {
  margin-top: 20px;
}

#tsutaya-audition #theme li {
  margin-bottom: 10px;
  font-size: 120%;
  color: #444;
  font-weight: bold;
}

#tsutaya-audition #theme li span {
  font-family: 'Roboto', sans-serif;
  margin-right: 5px;
}

#tsutaya-audition #limit {
  border-width: 0 1px 1px 0;
}

#tsutaya-audition #announcement {
  border-width: 0 0 1px 0;
}
#tsutaya-audition #about ul{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
#tsutaya-audition #notice ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 10px;
      margin-left: 1.5rem;
    text-indent: -1.5rem;
}
#tsutaya-audition #about ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 10px;
}

#tsutaya-audition #about_charafre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1064px;
  margin: 0 auto 100px auto;
}


#tsutaya-audition #about_charafre .exp {
  width: 70%;
  padding-left: 20px;
  font-size: 90%;
}

#tsutaya-audition #about_charafre .exp a#cf_logo {
  display: inline-block;
  width: 30%;
  margin-right: 5%;
  font-size: 80%;
  vertical-align: middle;
}

#tsutaya-audition #about_charafre .exp a#cf_logo img {
  width: 100%;
}

#tsutaya-audition #about_charafre .exp a#url {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #DD3910;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #DD3910;
  transition-duration: 0.2s;
}

#tsutaya-audition #about_charafre .exp a#url:hover {
  color: #f05630;
  border-color: white;
}

#tsutaya-audition #about_charafre .exp p {
  color: #658534;
  line-height: 1.6;
  margin-top: 10px;
}
#tsutaya-audition #btn_area{
width:694px;
margin: 48px auto 0; /* 上マージンを 0 -> 20px に変更 (上の要素が消えた分のマージン調整。) */
}

#tsutaya-audition #btn_area_single{
width:320px;
margin: 48px auto 0; /* 上マージンを 0 -> 20px に変更 (上の要素が消えた分のマージン調整。) */
}

#tsutaya-audition a.entry_btn_single{
  text-align: center;
  display: inline-block;
  color: white;
  background: #0097DE;
  border-radius: 6px;
  padding: 20px 0;
  margin-bottom: 10px;
  text-decoration: none;
  transition-duration: 0.2s;
  box-sizing: border-box;
	    width: 320px;

}
@media screen and (max-width: 375px) {
#tsutaya-audition #btn_area_single{
width:86%;
margin-left: auto;
margin-right: auto;
}
#tsutaya-audition a.entry_btn_single{
width: 100%;
}

}

#tsutaya-audition a.entry_btn:first-child {
  text-align: center;
  display: inline-block;
  color: white;
  background: #0097DE;
  border-radius: 6px;
  padding: 20px 0;
  margin-bottom: 10px;
  margin-right: 20px; /* スタイル崩れるのでSS判断で 27px -> 20px に修正 */
  text-decoration: none;
  transition-duration: 0.2s;
  box-sizing: border-box;
	    width: 320px;
}
#tsutaya-audition a.entry_btn:last-child {
  text-align: center;
  display: inline-block;
  color: white;
  background: #0097DE;
  border-radius: 6px;
  padding: 20px 0;
  margin-bottom: 10px;
  margin-left: 20px; /* スタイル崩れるのでSS判断で 27px -> 20px に修正 */
  text-decoration: none;
  transition-duration: 0.2s;
  box-sizing: border-box;
	    width: 320px;
}
@media screen and (max-width: 768px) {
#tsutaya-audition a.entry_btn:first-child {
  text-align: center;
  display: block;
  color: white;
  background: #0097DE;
  border-radius: 6px;
  padding: 20px 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition-duration: 0.2s;
  box-sizing: border-box;
	    width: 66%;
}
#tsutaya-audition a.entry_btn:last-child {
  text-align: center;
  display: block;
  color: white;
  background: #0097DE;
  border-radius: 6px;
  padding: 20px 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition-duration: 0.2s;
  box-sizing: border-box;
	    width: 66%;
}

}

#tsutaya-audition a.entry_btn:hover {
  background: #007fc3;
}

#tsutaya-audition a.entry_btn.disabled {
  background: #aaa;
  pointer-events: none;
}
#tsutaya-audition a.entry_btn_single:hover {
  background: #007fc3;
}

#tsutaya-audition a.entry_btn_single.disabled {
  background: #aaa;
  pointer-events: none;
}



@media screen and (max-width: 1200px) {
  #tsutaya-audition--main-visual header h1 {
    width: 100%;
    padding: 0 0 40px 0;
  }
  #tsutaya-audition--main-visual header h1 img {
    /*width: 93%;*/
    max-width: none;
  }

  #tsutaya-audition #tsutaya-audition_exp .inner {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  #tsutaya-audition #tsutaya-audition_exp .inner .img {
    left: 10px;
  }
  #tsutaya-audition #tsutaya-audition_exp .inner p {
    font-size: 13px;
    width: 50%;
    right: 20px;
  }
  #tsutaya-audition #container, #tsutaya-audition #tsutaya-audition_exp, #tsutaya-audition #prize, #tsutaya-audition #content {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  #tsutaya-audition #prize ul {
    width: 98%;
    margin: 40px auto;
  }
  #tsutaya-audition #prize ul li h3 {
    font-size: 44px;
    margin-bottom: 10px;
  }
  #tsutaya-audition #prize ul li img.num {
    width: 50px;
    left: 5px;
  }
  #tsutaya-audition #prize ul li img.prize_money {
    height: 100px;
  }
  #tsutaya-audition #prize ul li img.coin_num {
    height: 20px;
  }
  #tsutaya-audition #prize ul li img.mai {
    width: 180px;
  }
  #tsutaya-audition #prize p {
    width: 97%;
  }
  #tsutaya-audition #content .box {
    padding: 20px 20px;
  }
  #tsutaya-audition #content .box h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #tsutaya-audition #method a.entry_btn {
    width: 100%;
  }
  #tsutaya-audition #notice ul li,#tsutaya-audition #about ul li {
    line-height: 1.4;
  }
   #tsutaya-audition #instrumental{
   margin-bottom: 1rem;
   }
 #tsutaya-audition #instrumental ul li {
    line-height: 1.4;
	margin-bottom: 10px;
  }
  #tsutaya-audition #about_charafre {
    width: 98%;
  }
  #tsutaya-audition a.entry_btn {
    width: 440px;
    margin: 0 auto 10px auto;
  }
}

@media screen and (max-width:860px){
  #tsutaya-audition--main-visual header h1 img {
    width: 88%;
	}
	#tsutaya-audition--main-visual #overview {
    width:88%;
}
}

@media screen and (max-width: 640px) {
#tsutaya-audition--main-visual #overview p{font-size:13px; padding:12px 6px; line-height: 1.2rem;}
#tsutaya-audition--main-visual header aside{
  height: 12.5rem;
}
#tsutaya-audition--main-visual header h1 {
    padding: 0 0 1.5rem 0;
}
  #tsutaya-audition--main-visual header #title {
    margin-bottom: 30px;
  }
  #tsutaya-audition #tsutaya-audition_exp {
    height: auto;
    background-position: center bottom;
    background-size: auto 240px;
  }
  #tsutaya-audition #tsutaya-audition_exp .inner .img, #tsutaya-audition #tsutaya-audition_exp .inner p {
    position: static;
  }
  #tsutaya-audition #tsutaya-audition_exp .inner .img img {
    line-height: 0;
    vertical-align: bottom;
    height: 360px;
  }
  #tsutaya-audition #tsutaya-audition_exp .inner p {
    width: 96%;
    height: auto;
    background: none;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 30px;
  }
  #tsutaya-audition #prize ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  #tsutaya-audition #prize ul li {
    width: 100%;
    border-top: none;
  }
  #tsutaya-audition #prize ul li h3 {
    font-size: 70px;
    position: relative;
    margin-bottom: 20px;
  }
  /* SmartSocial対応 特典要素 SPの場合サイズを小さくするように。 */
  #tsutaya-audition #prize ul li img {
    width: 168px; /* 280px * 0.6 (60%) */
  }

  #tsutaya-audition #prize ul li img.num {
    position: absolute;
    right: 0;
    left: auto;
  }
  #tsutaya-audition #prize ul li .sub {
    margin-top: 10px;
  }
  #tsutaya-audition #prize ul li img.mai {
    width: 240px;
  }
  #tsutaya-audition #prize p {
    font-size: 12px;
    width: 90%;
    margin-top: 20px;
  }
  #tsutaya-audition #about_charafre {
    display: block;
    width: 90%;
    margin: 0 auto 50px auto;
  }
  #tsutaya-audition #about_charafre .img {
    text-align: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 auto 20px auto;
  }
  #tsutaya-audition #about_charafre .exp {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-left: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #tsutaya-audition #about_charafre .exp p {
    font-size: 12px;
  }
  #tsutaya-audition #content .box {
    width: 100%;
    border-width: 0 0 1px 0;
    padding: 30px 10px;
  }
  #tsutaya-audition #content .box h3 {
    font-size: 20px;
  }
  #tsutaya-audition #content .box p {
    font-size: 13px;
  }
  #tsutaya-audition #about p#use {
    font-size: 15px;
  }
  #tsutaya-audition #method a.entry_btn {
    width: 100%;
  }
  #tsutaya-audition #notice ul,  #tsutaya-audition #about ul {
    font-size: 13px;
    list-style-position: outside;
  }
  #tsutaya-audition #notice ul li,#tsutaya-audition #about ul li {
    list-style-position: outside;
    list-style-type: circle;
	  margin-left: 1rem;
	  margin-bottom: 10px;
	  text-indent: inherit;
  }
  #tsutaya-audition a.entry_btn {
    width: 90%;
    margin: 0 auto 15px auto;
  }
}

@media screen and (max-width: 480px) {
#tsutaya-audition--main-visual header aside{
  height: 9rem;
}
#tsutaya-audition--main-visual header h1 {
    padding: 0px 0 0.6rem 0;
}
#tsutaya-audition--main-visual #overview p{font-size:12px; padding:10px 5px; line-height: 1.0rem; letter-spacing: 0;}
}
@media screen and (max-width: 426px) {
#tsutaya-audition--main-visual header aside{
  height: 11.5rem;
}
}

@media screen and (max-width: 368px) {
#tsutaya-audition--main-visual header h1 {
    padding: 0.5rem 0 0.3rem 0;
}
#tsutaya-audition--main-visual #overview p{font-size:10px; padding:4px 2px; }
}
.red{color:#e00269;}

/* SmartSocial: 追加文言のスタイル */
#tsutaya-audition #content-overview {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  #tsutaya-audition #content-overview {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #tsutaya-audition #content-overview {
    font-size: 14px;
  }
}
