@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202601-kuzuhamall{background: url("../../../img/shopping/202601-kuzuhamall/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.l_main .kuzuhamall_202601_is_pink {
    color: #E0006D;
}
.l_main .kuzuhamall_202601_is_black {
    color: #353535 !important;
}
.l_main .kuzuhamall_202601_is_red {
    color: #E60000 !important;
}
.kuzuhamall_202601_is_borderbottom {
    border-bottom: #E60000 2px solid;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
}
.kuzuhamall_202601_is_bordertop {
    border-top: #E60000 2px solid;
    margin-top: 10px !important;
}
.kuzuhamall_202601_redborder_Box {
    display: inline-block;
    color: #fff;
    background-color: #E60000;
    padding: 10px;
    vertical-align: middle;
    border-radius: 8px;
}
.kuzuhamall_202601_pinkborder_Box {
    display: inline-block;
    color: #fff;
    background-color: #E0006D;
    padding: 10px;
    vertical-align: middle;
    border-radius: 8px;
}
.kuzuhamall_202601_pinkbg {
    background-color: #FFE5EA;
	border-radius: 8px;
    padding: 28px;
}
.textindent-202601 {
    text-indent: 6.4em !important;
}
.textindent-20260101 {
    text-indent: 3em;
}
.kuzuhamall_202601_line {
    border-top: #c8c8c8 3px dotted;
    margin-top: 25px;
}
.l_main .kuzuhamall_202601_is_bordertop1 {
    border-top: #c8c8c8 1px solid;
    padding-top: 20px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/