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

promotion

****************************************************************************************************/
@media print, screen and (min-width:737px){
}
@media print, screen and (min-width:769px){
}
@media print, screen and (min-width:1200px){
}
/****************************************************************************************************
****************************************************************************************************/
.promotion{
    margin: 0 auto 25px;
    max-width: 1300px;
}
@media print, screen and (min-width:737px){
.promotion{
    margin-bottom: 50px;
}
}

.promotionList__img.-sp{ display: inline;}
.promotionList__img.-pc{ display: none; }
@media print, screen and (min-width:737px){
.promotionList__img.-sp{ display: none;}
.promotionList__img.-pc{ display: inline; }
}


.promotionList__item{
    text-align: center;
}
@media print, screen and (min-width:737px){
}
