@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
#precam_210301{
	font-size: 18px;
    font-family: Verdana,'Lucida Grande',メイリオ,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro';
	color: #252525;
}

#precam_210301 .campaigngaiyou a{
	color: #0068b7!important;
    text-decoration: underline;
}

#precam_210301 img{
	width: 100%;
    height: auto;
}

#precam_210301 .more {
    width: 100%;
    margin: 30px 0;
}
#precam_210301 .more a {
    padding: 15px 0;
    text-align: center;
    display: block;
    background-color: #000;
    width: 80%;
    margin: 0 10%;
    border-radius: 35px;
    color: #fff!important;
    text-decoration: none;
	font-size: 27px;
	position: relative;
}
#precam_210301 .more a:hover{
	opacity: 0.75;
}
#precam_210301 .more a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 43%;
    right: 20px;
}

#precam_210301 .ranacampaign .bg{
	padding-bottom: 20px;
	background-image: url("//im.belluna.jp/belluna/02/010101/f/precam_210301/img/210316/bg.jpg");
	margin-bottom: 30px;
}
	
#precam_210301 .campaigngaiyou .attention {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    font-size: 24px;
    line-height: 1.0;
    margin-bottom: 5px;
}
#precam_210301 .campaigngaiyou .overview{
	padding: 0px 10px;
}
#precam_210301 .campaigngaiyou .fw{
	font-weight: bold;
}
#precam_210301 .cam_title {
    margin: 0 0 10px 0;
}
#precam_210301 .b_red {
    font-size: 34px;
    color: #d60000;
    font-weight: bold;
}
#precam_210301 .summary {
    text-align: center;
    font-size: 28px;
    line-height: 1.8;
	margin-top: 30px;
}
#precam_210301 .summary .s_smr {
    display: none;
}

#precam_210301 .excellence ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#precam_210301 .excellence ul li{
	margin-bottom: 20px;
}
#precam_210301 .excellence ,#precam_210301 .best{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#precam_210301 .excellence img,#precam_210301 .best img{
	margin-bottom: 20px;
}
#precam_210301 .bellunya ul{
    padding: 0 20px;
    box-sizing: border-box;
	margin: 20px 0;
}
#precam_210301 .announce .bellunya li{
	list-style: none;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	line-height: 1.8;
	background-color: #fff;
    margin-bottom: 10px;
    padding: 0 10px;
}
#precam_210301 .announce .bellunya .text_l{
    font-size: 30px;
}
#precam_210301 .announce .bellunya .text_r{
    font-size: 25px;
}
#precam_210301 .toggle-wrap .toggle-button {
display: block;
cursor: pointer;
padding: 3px 10px;
font-weight: bold;
text-align: center;
position: relative;
border: 1px solid #ddd;
border-radius: 8px;
width: 60%;
margin: 1em auto;
}

#precam_210301 .toggle-wrap .toggle-button:hover {
border-color: #999;
background: #f5f5f5;
}

#precam_210301 .toggle-wrap .toggle-button:after {
    content: "を表示"; /* 閉じている状態のときにラベルの後ろに続く文字 */
    }
    #precam_210301 .toggle-wrap .toggle-button:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: solid 3px #666;
        border-right: solid 3px #666;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        right: 22%;
        top: 20%;
        transition: .5s;
        -erbkit-transition: .5s;
    }
    /*中身を非表示にしておく*/
    #precam_210301 .toggle-wrap .toggle-content{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
    }
    
    /*チェックは見えなくする*/
    #precam_210301 .toggle-wrap > input[type="checkbox"] {
    display: none;
    }
    
    #precam_210301 .toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button:after {
    content: "を非表示"; /* 開いている状態のときにラベルの後ろに続く文字 */
    }
    #precam_210301 .toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: solid 3px #666;
        border-right: solid 3px #666;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 22%;
        top: 37%;
        transition: .5s;
        -erbkit-transition: .5s;
    }
    /*クリックで中身表示*/
    #precam_210301 .toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
    display: block;
    height: auto;
    opacity: 1;
    padding: 10px 0;
    }
#precam_210301 .other{
text-align: center;
}
#precam_210301 .other .other_bb{
font-size: 40px;
font-weight: bold;
}
#precam_210301 .other li{
list-style: none;
font-size: 50px;
background-color: #a0ef92;
margin: 15px 70px;
border-radius: 10px;
}
#precam_210301 .other li:last-child{
margin-bottom: 30px;
}
#precam_210301 .other a{
color: #252525;
text-decoration: none;
display: block;
padding: 15px;
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
#precam_210301{
	width: 100%;
	max-width:750px;
	margin: 0 auto;
}

#precam_210301 .summary {
    line-height: 1.6;
    font-size: 17px;
	margin: 20px 0;
}

#precam_210301 .summary .b_red {
    font-size: 24px;
    color: #d60000;
    font-weight: bold;
}
#precam_210301 .summary .bb{
    font-size: 20px;
    font-weight: bold;
}

#precam_210301 .summary .s_smr {
    display: block;
}
#precam_210301 .spr_form > span{
    font-size: .9rem;
    text-align: center;
    padding: 10px 50px;
}
#precam_210301 .spr_incCampaignTtl2 {
	background-color: #000;
	padding: 20px 0px;
	margin: 0 0 10px 0;
	line-height: 1;
	text-align: center;
	font-size: 1.26rem;
	color: #fff;
}

#precam_210301 .srp_incCampaignBtn a {
	display: block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #d21a75;
	background-image: none;
    width: 90%;
    margin: 34px auto;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    letter-spacing: 0.3em;
    color: white;
    position: relative;
}

#precam_210301 .toggle-wrap .toggle-button:before {
    right: 10%;
    top: 29%;
}

#precam_210301 .toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button:before {
    right: 10%;
    top: 42%;
}

#precam_210301 .srp_incCampaignBtn a::after {
    content: "▲";
    font-size: 30px;
    display: inline-block;
    transform: rotate(-30deg);
    position: absolute;
    right: 2%;
	top: 18%;
    color: #FFF;
}
#precam_210301　.campaignArea{
    background-color: #fff;
	margin: 0 auto;
}

#precam_210301 .announce .excellence ul li{
	width: 46%;
	list-style-type: none;
	margin-bottom: 2%;
}
#precam_210301 .announce .bellunya ul{
    margin: 20px 10px;
    padding: 0;
}
#precam_210301 .announce .bellunya ul li{
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}
#precam_210301 .announce .bellunya .text_l{
    font-size: 18px;
}
#precam_210301 .announce .bellunya .text_r{
    font-size: 16px;
}

#precam_210301 .campaigngaiyou .attention {
    font-size: 1.26rem;
    margin-bottom: 20px;
}

#precam_210301 .campaigngaiyou p {
    padding: 0 16px;
    font-size: 13px;
}

#precam_210301 .toggle-wrap .toggle-button {
    display: block;
    padding: 10px;
    margin: 1em auto;
    font-size: 15px;
    width: 95%;
}

#precam_210301 .toggle-wrap .toggle-button:hover {
border-color: #ddd;
background: #f5f5f5;
}

#precam_210301 .other{
margin-top: 20px;
}
#precam_210301 .other .other_bb{
font-size: 20px;
}
#precam_210301 .other li{
font-size: 20px;
margin: 15px;
}
#precam_210301 .other li:last-child{
margin-bottom: 30px;
}

#precam_210301 .best .more a {
    padding: 10px 0;
    width: 90%;
    margin: 0 5%;
    font-size: 20px;
}
#precam_210301 .best .more a::after {
    right: 5%;
}

}
