#mv
{
    background-color: #f06292;
    display: block;
    width: 100%;
    height: 639px;
    background-image: url(./../img/pc/mv/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#mv .btn-to-quest
{
    display: block;
    width: 142px;
    height: 142px;
    background-image: url(./../img/sp/mv/btn_to_quest.png);
    background-repeat: no-repeat;
    background-size: 142px 142px;
    background-position: 0px 0px;
    position: absolute;
    left: 50%;
    top: 459px;
    margin-left: -314px;
}

#mv .btn-to-quest .arrow
{
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("./../img/sp/mv/btn_to_quest_arrow.png");
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: 0px 0px;
    position: absolute;
    left: 63px;
    top: 104px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#birthday
{
    background-color: #f05388;
    margin: -2px 0;
    display: block;
    width: 100%;
    background-image: url(./../img/pc/birthday/doubble_border.png);
    background-repeat: repeat-x;
    background-position: top center;
    padding-bottom: 51px;
}

#birthday h3
{
    display: block;
    width: 100%;
    height: 120px;
    background-image: url(./../img/pc/birthday/h3.png);
    background-repeat: no-repeat;
    /* background-size: 640px 175px; */
    background-position: center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#birthday .birthday-shinka
{
    display: block;
    width: 510px;
    height: 569px;
    background-image: url("./../img/pc/birthday/birthday_shinka.png");
    background-repeat: no-repeat;
    background-size: 510px 569px;
    background-position: 0px 0px;
    margin: 63px auto 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#birthday .birthday-normal
{
    display: block;
    width: 427px;
    height: 456px;
    background-image: url("./../img/pc/birthday/birthday_normal.png");
    background-repeat: no-repeat;
    background-size: 427px 456px;
    background-position: 0px 0px;
    margin: 79px auto 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#birthday .ryuheisan
{
    display: block;
    width: 466px;
    height: 230px;
    background-image: url("./../img/pc/birthday/ryuheisan.png");
    background-repeat: no-repeat;
    background-size: 466px 230px;
    background-position: 0px 0px;
    margin: 66px auto 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#birthday .link-to-detail
{
    display: block;
    width: 212px;
    height: 21px;
    background-image: url("./../img/sp/birthday/link.png");
    background-repeat: no-repeat;
    background-size: 212px 21px;
    background-position: 0px 0px;
    margin: 40px auto 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#quest
{
    background-color: #01ad9c;
  /*h3
	{
		@include img-bg( 640px , 176px , "./../img/sp/quest/h3.png" ) ;	
	}*/
}

#quest h3
{
    width: 100%;
    height: 80px;
    background-color: #000;
}

#quest h3 a
{
    display: block;
    width: 100%;
    height: 100%;
}

#quest h3 a div
{
    background-image: url(./../img/pc/quest/h3.png);
    background-position: 0% center;
    background-size: auto 38px;
    background-repeat: no-repeat;
    width: 464px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#quest h3 a > div:after
{
    content: " ";
    display: block;
    width: 29px;
    height: 29px;
    background-image: url("./../img/sp/quest/btn_open.png");
    background-repeat: no-repeat;
    background-size: 29px 29px;
    background-position: 0px 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 10px;
}

#quest h3 a.opened > div:after
{
    content: " ";
    display: block;
    width: 29px;
    height: 29px;
    background-image: url("./../img/sp/quest/btn_close.png");
    background-repeat: no-repeat;
    background-size: 29px 29px;
    background-position: 0px 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 10px;
}

#quest .btn
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: 190px;
    width: 26px;
    height: 26px;
}

#quest .wrap-content
{
    overflow: hidden;
}

#quest .wrap-content .step-1
{
    display: block;
    width: 1000px;
    height: 340px;
    background-image: url("./../img/pc/quest/step_1.png");
    background-repeat: no-repeat;
    background-size: 1000px 340px;
    background-position: 0px 0px;
    margin: 38px auto 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#quest .wrap-content .ryuheisan-1
{
    display: block;
    width: 362px;
    height: 182px;
    background-image: url("./../img/pc/quest/ryuheisan_1.png");
    background-repeat: no-repeat;
    background-size: 362px 182px;
    background-position: 0px 0px;
    margin: 19px auto 0;
    left: -3px;
    padding-bottom: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
