@charset "utf-8";
header,footer,.breadcrumb{
    display: none !important;
}
.contentMiddle > .inner {
    width: 100%;
    padding: 0;
}
._1Column .mainArea{
    padding-bottom: 0;
}

#main {
    padding-top: 0 !important;
}
.campaign2501{
    line-height: 1.3;
}
.campaign2501 img{
    width: 100%;
    vertical-align: middle;
}
.campaign2501 .pageTitleArea{
    background: none;
}
.campaign2501 .pageTitleArea .mainHead{
    background: #000;
    text-align: center;
    padding: 10px;
}
.campaign2501 .pageTitleArea .mainHead img{
    max-width: 500px;
}
.campaign2501 .campaignBox{
    margin: 40px auto;
}
.campaign2501 .campaignTitle{
    background: #E60039;
    padding: 10px;
    font-size: 250%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.campaign2501 .imageBox{
    width: 90%;
    margin: auto;
}
.campaign2501 .saleList{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 0;
}
.campaign2501 .saleList li{
    width: 45%;
    display: flex;
    flex-flow: column;
}
.campaign2501 .saleList li p{
    padding-bottom: 0;
}
.campaign2501 .saleListTitle{
    color: #E60039;
    font-weight: bold;
    font-size: 170%;
}
.campaign2501 .saleListName{
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 130%;
    font-weight: bold;
}
.campaign2501 .saleListName::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #E60039;
}
.campaign2501 .saleListText{
    padding-left: 20px;
}
.campaign2501 .saleListPhoto{
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
    flex: 1;
    position: relative;
}
.campaign2501 .saleListPhoto .tag{
    position: absolute;
    left: 0;
    top: 20px;
    background: #E60039;
    color: #fff;
    font-weight: bold;
    font-size: 150%;
    padding: 5px 8px;
    line-height: 1;
}
.campaign2501 .saleListPhoto img{
    max-width: 340px;
    max-height: 300px;
    width: auto;
    object-fit: contain;
}

.campaign2501 ._induction{
    background: #E60039;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    position: relative;
    margin-bottom: 0 !important;
}
.campaign2501 ._induction::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    border-top: solid 30px #E60039;
}
.campaign2501 ._link{
    background: #ccc;
    padding: 80px 0 50px;
    margin: 0 !important;
}
.campaign2501 ._link a.btn{
    display: block;
    max-width: 650px;
    margin: auto;
}
.campaign2501 ._link a.btn:hover{
    opacity: 0.75;
}

.campaign2501 ._footer{
    background: #000;
    color: #fff;
    padding: 50px 0 0;
    margin: 0 auto !important;
}
.campaign2501 ._footer .inner{
    width: 800px;
}
.campaign2501 ._footer .copy{
    margin-top: 50px;
    text-align: center;
    font-size: 86%;
}
.campaign2501 .footerList{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.campaign2501 .footerList::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.campaign2501 .footerList > div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 45%;
    gap: 0 15%;
}
.campaign2501 .footerList > div p{
    width: 100%;
    font-weight: bold;
}
.campaign2501 .footerList ul{
}
.campaign2501 .footerList ul li{
    margin-bottom: 10px;
}
.pcMode .sp{
    display: none;
}

/*sp*/

.spMode .pc{
    display: none;
}


.spMode .campaign2501 .pageTitleArea .mainHead img{
    max-width: 80%;
}
.spMode .campaign2501 .campaignBox{
    margin: 20px auto;
}
.spMode .campaign2501 .campaignTitle{
    font-size: 130%;
    padding: 5px;
    margin-bottom: 20px;
}
.spMode .campaign2501 .imageBox{
    width: 100%;
}
.spMode .campaign2501 .saleList{
    width: 95%;
    margin: auto;
    gap: 30px 0;
}
.spMode .campaign2501 .saleList li{
    width: 100%;
}
.spMode .campaign2501 .saleListPhoto .tag{
    font-size: 110%;
    padding: 3px 5px;
}
.spMode .campaign2501 .saleListTitle{
    font-size: 120%;
}
.spMode .campaign2501 .saleListName{
    font-size: 110%;
}
.spMode .campaign2501 .saleListPhoto img{
    width: 95%;
    max-height: 270px;
}
.spMode .campaign2501 ._induction{
    font-size: 100%;
}
.spMode .campaign2501 ._link{
    padding: 50px 15px 30px;
}
.spMode .campaign2501 ._footer .inner{
    width: auto;
}
.spMode .campaign2501 .footerList{
    flex-flow: column;
}
.spMode .campaign2501 .footerList::after{
    display: none;
}
.spMode .campaign2501 .footerList > div{
    width: 95%;
    gap: 0 5%;
    margin: auto;
}
.spMode .campaign2501 .footerList > div p{
    /*width: 95%;*/
}
.spMode .campaign2501 .footerList ul{
    padding-left: 1.2em;
    width: 45%;
}
.spMode .campaign2501 .footerList ul:nth-child(2n){
    width: 47%;
}
.spMode .campaign2501 .footerList ul li{
    font-size: 85%;
}
.spMode .campaign2501 ._footer .copy{
    margin-top: 0;
    font-size: 72%;
}