.clearfix::after{
	display: block;
	content: "";
	clear: both;
}

.pc_only{
	display: block;
}

.sp_only{
	display: none;
}

.campaignbox .campaign-banner {
    margin-top: 30px;
    display: flex
;
    flex-wrap: wrap;
    gap: 19px;
    justify-content: center;
    align-items: center;
}
.campaignbox .campaign-banner > div {
    width: 387px;
    height: 169px;
}
.campaignbox .campaign-banner img {
    width: 100%;
    object-fit: cover;
}
.campaignbox .campaign-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}
.campaignbox .campaign-header-wrap {
  text-align: center;
}
.campaignbox .header-underline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaignbox .line {
  display: inline-block;
  height: 5px;
  width: 20px;
}
.campaignbox .line.blue {
  background-color: #005BAC;
}

.line.yellow {
  background-color: #FCD002;
}

main.curry_2025 {
    background-image: url(/business-shop/img/usr/freepage/curry_2025/pc_bg.jpg);
    background-repeat: no-repeat;
    height: auto;
    width: 200%;
    max-width: 1920px;
    margin-left: -12.5%;
    background-size: 1920px 2772px;
    padding-bottom: 60px;
    margin-bottom: 100px;
}

section.mv_area h2 img {
    margin: 0 auto;
}

.block01 img {
    margin: 25px auto;
}

section.block02 {
    max-width: 1200px;
    margin: 0 auto 100px;
    border: 2px solid #cc8c0a;
    background-color: #a90b10;
    border-radius: 63px;
    padding: 60px 50px;
}

section.block02 h3 {
    text-align: center;
    margin-bottom: 35px;
}

.block02_list li {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.block02_list li:nth-of-type(3n) {
    margin-right: 0;
}

.block02_list li img,.block03_list li img {
    margin-bottom: 15px;
}

.block02_list li p,.block03_list li p {
    color: #fff;
    font-family: serif;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 15px;
}


.block02_list li a:nth-of-type(2), .block03_list li a:nth-of-type(2) {
    background-color: #fff;
    display: block;
    text-align: center;
    width: 260px;
    font-size: 20px;
    color: #a90b10;
    font-weight: bold;
    letter-spacing: 2.5px;
    padding: 15px;
    border-radius: 30px;
    margin: 0 auto;
    transition: 0.3s ease;
    box-shadow: 5px 5px 18px #3333333d;
}

.block02_list li a:hover,.block03_list li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.block03 {
    max-width: 1200px;
    margin: 0 auto 50px;
}

.block03 h3 {
    text-align: center;
    margin-bottom: 30px;
}

.block03_list li {
    float: left;
    width: calc((100% - 6%) / 4);
    margin-right: 2%;
}

.block03_list li:nth-of-type(4n) {
    margin-right: 0;
}

.block03_list li p {
    min-height: 115px;
}

.block03_list {
    margin-bottom: 75px;
}

.block03 > a {
    display: block;
    width: 212px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #a90b10;
    padding: 15px;
    border-radius: 3px;
    position: relative;
    padding-right: 25px;
    transition: 0.3s ease;
}

.block03 > a::after {
    display: block;
    width: 7px;
    height: 7px;
    content: "";
    border-right: 2px solid #a90b10;
    border-bottom: 2px solid #a90b10;
    transform: rotate(-45deg);
    position: absolute;
    right: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.block03 > a:hover {
    opacity: 0.7;
    text-decoration: none;
}




@media (max-width: 780px){

.pc_only{
	display: none;
}

.sp_only{
	display: block;
}


.wrapper_ {
    padding: 0;
}

main.curry_2025 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        background-image: url(/business-shop/img/usr/freepage/curry_2025/sp_bg.jpg);
        background-size: cover;
        padding-bottom: 50px;
    }

.block02, .block03 {
    width: 95%;
}

.block02_list li:nth-of-type(1) {
    float: none;
    width: 95%;
    margin: 0 auto 40px;
    text-align: center;
    max-width: 255px;
}

section.block02 {
    padding: 30px 10px;
    border-radius: 15px;
    width: calc(100% - 30px);
    margin: 0 auto 50px;
}


.block02_list li a, .block03_list li a {
    width: 160px !important;
    font-size: 16px !important;
    padding: 8px !important;
}

.block02_list li p, .block03_list li p {
    color: #fff;
    font-family: serif;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 13px;
}

.block02_list li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
}


.block02_list li:not(:first-of-type) p {
    min-height: 137px;
}

    section.block02 h3 {
        text-align: center;
        margin-bottom: 10px;
        max-width: 195px;
        margin-left: auto;
        margin-right: auto;
    }

.block03 h3 {
    max-width: 264px;
    margin: 0 auto 20px;
}


.block03 {
    width: 90%;
}

.block03_list li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 40px;
}

.block03_list li:nth-of-type(2n) {
    margin-right: 0;
}

.block03_list li p {
    min-height: 136px;
}

.block03_list {
    margin-bottom: 0;
}



}