@charset "utf-8";
/* CSS Document */

/*キャンペーン共通(Page_event_campaign)*/

.Contents_inner-campaign.Page_event_campaign {
background: url(../images/event_campaign/campaign_prezent_bk.png) no-repeat center 0;
background-size: 100% auto;
padding-top: 60px; }
@media only screen and (max-width: 736px) {
.Contents_inner-campaign.Page_event_campaign{
background-size: auto 55px;
padding-top: 30px; } }


/*リンクボタン*/
.Page_event_campaign .button_area.go-form{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-bottom: 20px;
}
.Page_event_campaign .button_area.go-form div{
width: 47%;
-webkit-box-flex: 0;
-ms-flex: 0 0 47%;
flex: 0 0 47%;
-webkit-box-sizing:content-box;
box-sizing: content-box;
padding: 5px 1px;
max-width: 19em;
margin: 0 2%;
}
.Page_event_campaign .button-left,
.Page_event_campaign .button-right{
width: 80%;
height: 64px;
color: #fff;
font-size: 1.25rem;
background-color: #4D1F68;;
padding: 12px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 64px;
}
.Page_event_campaign .button-left a,
.Page_event_campaign .button-right a{
color: #fff;
font-weight: normal;
text-align: center;
display: block;
}
.Page_event_campaign .button-left:hover,
.Page_event_campaign .button-right:hover{
opacity: .7;
}
.Page_event_campaign .button_area.go-form .-media{
background-color: #b13b53;
}
.Page_event_campaign .arrow{
position: relative;
display: inline-block;
padding: 0;
vertical-align: middle;
}
.Page_event_campaign .arrow::after {
display: block;
content: "";
position: absolute;
top: 42%;
left: calc(50% + 2.5em);
width: 0.4rem;
height: 0.4rem;
margin: 0 0 0 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.Page_event_campaign .-media .arrow::after{
left: calc(50% + 5em);
}
/*リンクボタン*/
@media only screen and (max-width:736px) {
.Page_event_campaign .button_area.go-form{
display: block;
padding-bottom: 0px;
}
.Page_event_campaign .button_area.go-form div {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin: 0 0 25px 0;}

.Page_event_campaign .button-left,
.Page_event_campaign .button-right {
font-size: 1rem;}
}


/*レシピ本プレゼント(-bookpresent)*/

.-bookpresent .Title_type01 {
font-size: 2.125rem;
color: #4c1f67;
position: relative;
width: 10em;
padding-left: 87px;
padding-right: 172px;
font-weight: bold;
margin: 0  auto 50px;
}

.-bookpresent .Title_type01 span{
font-size: 1.625rem;
}

.-bookpresent .Title_type01::before {
background: url(../images/event_campaign/title_bk-left.png) no-repeat 0 0;
width: 87px;
height: 75px;
position: absolute;
top: 0;
left:0;
}
.-bookpresent .Title_type01::after {
background: url(../images/event_campaign/title_bk-right.png) no-repeat 0 0;
width: 172px;
height: 75px;
position: absolute;
top: 0;
right:0;
}

.-bookpresent .BookList {
position: relative;
}

.-bookpresent .BookList_content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.-bookpresent .BookList_item {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.6%;
flex: 0 0 29.6%;
width: 29.6%;
margin-right: 5.6%;
margin-bottom: 70px;
}

.-bookpresent .BookList_item:nth-child(3n) {
margin-right: 0; }

.-bookpresent .BookList_thumb {
margin-bottom: 15px;
}
.-bookpresent .BookList_thumbImg {
width: 100%;
height: auto;
}
.-bookpresent .BookList_thumb img.BookList_thumbImg{
max-width: 327px;
}


.-bookpresent .BookList_inner {
margin-left: 15px;
}

.-bookpresent .BookList_title {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.2;
margin-bottom: 10px;
}
.-bookpresent .BookList_info {
font-size: 1rem;
margin-bottom: 10px;
}
.-bookpresent .BookList_author {
color: #7424a4;
font-size: 0.75rem;
}

/*レシピ本プレゼント(-bookpresent)*/

@media only screen and (max-width:736px) {

.-bookpresent .Title_type01 {
font-size: 1.3125rem;
padding-left: 0;
padding-right: 0;
margin: 0 0 30px 40px;
}
.-bookpresent .Title_type01 span{
font-size: 0.937rem;
}

.-bookpresent .Title_type01::before {
background-size: auto 45px;
top: 0;
left: 50%;
margin-left: -150px;
margin-right: 0;
position: absolute;
}
.-bookpresent .Title_type01::after {
background-size: auto 45px;
left: 50%;
top:0;
margin-left: 100px;
position: absolute;
}


.-bookpresent .BookList {
margin: 20px auto 50px;
max-width: 340px;}


.-bookpresent .BookList_content {
display: block;
margin-bottom: 0px; }

.-bookpresent .BookList_item {
width: 100%;
margin-right: 0;
margin-bottom: 0;
padding: 20px 0;
border-bottom: solid 1px #ccc; }

.-bookpresent .BookList_item:last-child {
border-bottom: none;
}

.-bookpresent .BookList_item:nth-child(even) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }

.-bookpresent .BookList_title {
font-size: 1rem; }

.-bookpresent .BookList_info {
font-size: 0.812rem;
}
.-bookpresent .BookList_inner {
margin-left: 0;
}

}

@media only screen and (min-width:414px) and ( max-width:736px){
.-bookpresent .Title_block {
    max-width: 327px;
    margin: 0 auto 25px;
}
}

@media only screen and (max-width:413px) {
.-bookpresent .Title_block {
    max-width: 100%;
    margin: 0 0 25px;
}

}