@charset: utf-8;

body{
background-color:#261817;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.4;
font-size:14px;
}
a img {
    border: none;
    transition: 0.5s;
    opacity: 1; }
a:hover img {
    transition: 0.5s;
    opacity: 0.7; }
a {
    color: #d6000f;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
#wrapper {
    margin-top: 30px;
	float: right;
	width: 380px;
}
#bs2018_wrapper {
    width: 960px;
    margin: 0px auto;
    text-align: center;
    color: #d6000f;
}
#bs2018_wrapper .main{
	width: 960px;
    margin-bottom: 40px;
	position: relative;
}
#bs2018_wrapper .main .logo{
	width: 540px;
	position: absolute;
	top: 0;
	left: 0;
}
#bs2018_wrapper ul.btn {
    margin: 0 0 30px 0;
    padding: 0;
}
#bs2018_wrapper ul.btn li{
    list-style-type: none;
    width: 310px;
    float: left;
    margin: 0 10px 10px 0;
}
#bs2018_wrapper ul.long li{
    list-style-type: none;
    width: 470px;
    float: left;
    margin: 0 10px 10px 0;
}
#bs2018_wrapper ul.sns{
    width: 285px;
    margin: 60px auto 30px;
    text-align: center;
}
#bs2018_wrapper ul.sns li{
    width: 80px;
    float: left;
    list-style-type: none;
}
.big_button {
    display: block;
    margin: 0 auto 30px;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 24px;
    color: #261817;
    background: #d0ac41;
    width: 565px;
    text-align: center;
}
#bs2018_wrapper .tit {
    background: url("../img/title_bg.png") repeat;
    width: 100%;
    height: auto;
}
#bs2018_wrapper .col2 {
    padding: 0;
    margin: 0;
}
#bs2018_wrapper .col2 li{
    width: 610px;
    margin: 0 auto 30px;
    align-items: center;
}
#bs2018_wrapper .col2 li .artist{
    width: 150px;
    height: 150px;
    margin-right: 20px;
    float: left;
}
.footer_link {
    text-align: center;
    margin-bottom: 30px;
}
.footer_link a{
    color: #d0ac41;
}   
.copyright {
    text-align: center;
    margin-bottom: 30px;
    color: #d0ac41;
}

@media screen and (max-width: 735px) {
    #bs2018_wrapper {
        width: 96%;
        color: #d6000f;
		margin: 0 2%;
    }
    #wrapper{
        margin: 0;
        padding:0;
        width: 100%;
		float: none;
    }
    #bs2018_wrapper .main{
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
}
    #bs2018_wrapper .main .logo{
        width: 100%;
		position: inherit;
        text-align: center;
        margin: 0;
    }
    #bs2018_wrapper .col2{
        width: 100%;
        margin-top: 60%;
    }
    #bs2018_wrapper .col2 li{
        width: 100%;
        display:block;
    }
    #bs2018_wrapper .col2 li .artist{
        width: 50%;
        height: auto;
        margin: 0;
		float: none;
    }
    #bs2018_wrapper a img{
        width: 50%;
        margin-top: 10px;
    }
    #bs2018_wrapper ul.btn{
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }
    #bs2018_wrapper ul.btn li{
    list-style-type: none;
    width: 48%;
    float: left;
    margin: 0 1% 0 1%;
    }
    #bs2018_wrapper ul.long li{
    list-style-type: none;
    width: 80%;
    float: none;
    margin: 0 auto;
    }
    #bs2018_wrapper ul.btn li a img{
    width: 100%;
    }
    .big_button {
        font-size: 15px;
        width: 100%;
    }
	.in{
		height: 157.5%!important;		
	}
	.in img{
		height: 157.5%!important;
	}
}

/* Clear Fix ---------------- */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */