.topMainArea01 .CSInner00 {
    overflow: hidden
}

.topMainArea01 .CSInner00+.CSInner00 {
    margin-top: 6px
}

.topMainArea01 .CSInner00.type01,
.topMainArea01 .CSInner00.type06 {
    padding-top: 38px;
    padding-bottom: 37px
}

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

    .topMainArea01 .CSInner00.type01,
    .topMainArea01 .CSInner00.type06 {
        /*padding-top: 23px;
        padding-bottom: 16px;*/
				padding: 23px 16px 16px;
    }
}

.topMainArea01 .CSInner00.type01>.CSInner02 .tx01 {
    color: #3A3838
}

.topMainArea01 .CSInner00.type06 {
    margin-top: 6px
}

.topMainArea01 .CSInner00.type06>.CSInner02 .tx01 {
    color: #fff
}

.topMainArea01 .CSInner00>.CSInner02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.topMainArea01 .CSInner00>.CSInner02 .tx01 {
    width: 50%;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 1.8;
    letter-spacing: 0.2em
}

@media screen and (max-width: 767px) {
    .topMainArea01 .CSInner00>.CSInner02 .tx01 {
        font-size: 4.1666666667vw;
        width: 40%;
        /*text-align: center;*/
        /*margin-bottom: 16px*/
			line-height: 1.4;
    }
}

.topMainArea01 .CSInner00>.CSInner02 .tx01.type02 {
    color: #fff
}

.topMainArea01 .CSInner00>.CSInner02 .btn02 {
    width: 50%
}

@media screen and (max-width: 767px) {
  .topMainArea01 .CSInner00>.CSInner02 .btn02 {
        width: 60%
  }
	.topMainArea01 .CSInner00>.CSInner02 .btn02 a {
		text-align: left;
		justify-content: flex-start;
    padding-left: 30px;
		height: 64px;
		background: url("../img/ic_arrow02.svg") no-repeat calc(100% - 27px) 50%/38px;
		background-color: #fff;
		background-position: calc(100% - 14px) 50%;
	}
}

.topMainArea01 .swiperWrap {
    padding-bottom: 116px;
    background: #FFFBF3;
    position: relative
}

@media screen and (max-width: 767px) {
    .topMainArea01 .swiperWrap {
        padding-bottom: 11.6666666667vw
    }
}

.topMainArea01 .swiper01 {
    padding: 24px 0 0;
    background: #fff;
    position: relative
}

.topMainArea01 .swiper-slide {
    width: 80%;
    transition: transform 0.3s;
    width: 1130px;
    height: 663px;
    box-shadow: 0 0 4px rgba(183, 162, 118, 0.3);
    border-radius: 12px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .topMainArea01 .swiper-slide {
      width: 85.4166666667vw;
        /*height: 80.2083333333vw;*/
			height: auto;
    }
}

.topMainArea01 .swiper-button-next-custom01,
.topMainArea01 .swiper-button-prev-custom01 {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-top: -76px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer
}

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

    .topMainArea01 .swiper-button-next-custom01,
    .topMainArea01 .swiper-button-prev-custom01 {
        width: 8.3333333333vw;
        height: 8.3333333333vw;
        margin-top: -6.6666666667vw
    }
}

.topMainArea01 .swiper-button-next-custom01 {
    left: 45px;
    background: url("../img/ic_arrow08.svg") no-repeat 0 0/contain
}

@media screen and (max-width: 767px) {
    .topMainArea01 .swiper-button-next-custom01 {
        left: 1.875vw
    }
}

.topMainArea01 .swiper-button-prev-custom01 {
    right: 45px;
    background: url("../img/ic_arrow09.svg") no-repeat 0 0/contain
}

@media screen and (max-width: 767px) {
    .topMainArea01 .swiper-button-prev-custom01 {
        right: 1.875vw
    }
}

.topMainArea01 .swiper-pagination {
    bottom: 70px
}

@media screen and (max-width: 767px) {
    .topMainArea01 .swiper-pagination {
        bottom: 3.5416666667vw
    }
}

.topMainArea01 .swiper-pagination-bullet {
    background: none;
    border: 1px solid #60AD3B;
    opacity: 1;
    width: 10px;
    height: 10px
}

.topMainArea01 .swiper-pagination-bullet-active {
    background: #60AD3B
}

.news03Section {
    position: relative
}

.news03Section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 16px;
    margin-top: -8px;
    background: #FFDBAB;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .news03Section::before {
        top: 10px;
        margin-top: 0
    }
}

.news03Section .importantNews02 {
    margin-top: 10px;
    margin-bottom: 11px;
    margin-right: 7px;
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 46px;
    background: #fff
}

@media screen and (max-width: 767px) {
    .news03Section .importantNews02 {
        margin-top: 23px;
        margin-bottom: 0;
        margin-right: 0;
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
        padding-bottom: 8px;
        background: none
    }
}

.news03Section .importantNews02>.inner01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.news03Section .importantNews02>.inner01 .hdg01 {
    color: #FF9002;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    width: 179px
}

@media screen and (max-width: 767px) {
    .news03Section .importantNews02>.inner01 .hdg01 {
        width: 100%;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 14px
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .news03Section .importantNews02>.inner01 .hdg01 span {
        background: #fff;
        padding-left: 12px;
        padding-right: 12px
    }
}

.news03Section .importantNews02>.inner01 .newsList01 {
    width: calc(100% - 179px)
}

@media screen and (max-width: 767px) {
    .news03Section .importantNews02>.inner01 .newsList01 {
        margin-left: -4.1666666667vw;
        margin-right: -4.1666666667vw;
        width: calc(100% + 8.3333333333vw);
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.news03Section .importantNews02>.inner01 .newsList01 li .date {
    width: 112px
}

.news03Section .importantNews02>.inner01 .newsList01 li .text {
    width: calc(100% - 112px)
}

.news03Section .importantNews02>.inner01 .newsList01 li .text a {
 text-decoration: none
}
@media screen and (max-width: 767px) {
    .news03Section .importantNews02>.inner01 .newsList01 li .text {
        /*font-size: 1.4rem*/
    }
}

.news03Section .importantNews02>.inner01 .newsList01 li:last-child {
    border-bottom: none
}

.contactSection {
    background: url("../img/bg02.jpg") repeat 0 0/cover;
    padding-top: 118px;
    padding-bottom: 115px
}

@media screen and (max-width: 767px) {
    .contactSection {
        padding-top: 97px;
        padding-bottom: 97px
    }
}

.contactSection .btnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 67px 40px 0
}

@media screen and (max-width: 767px) {
    .contactSection .btnWrap {
        margin: 8.3333333333vw 0 0
    }
}

.contactSection .btnWrap .btn02 {
    min-width: 47.7072310406%
}

@media screen and (max-width: 767px) {
    .contactSection .btnWrap .btn02 {
        width: 100%
    }
}

.contactSection .btnWrap .btn02 a {
    width: 100%
}

@media screen and (max-width: 767px) {
    .contactSection .btnWrap .btn02+.btn02 {
        margin-top: 4.1666666667vw
    }
}

.contactSection .contactBox02 {
    text-align: center;
    background: #388214;
    border-radius: 20px;
    color: #fff;
    padding: 41px 41px 49px
}

@media screen and (max-width: 767px) {
    .contactSection .contactBox02 {
        padding: 9.7916666667vw 2.0833333333vw 8.3333333333vw
    }
}

.contactSection .contactBox02 .tx01 {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    margin-bottom: 17px
}

@media screen and (max-width: 767px) {
    .contactSection .contactBox02 .tx01 {
        font-size: 1.68rem;
        margin-bottom: 3.125vw
    }
}

.contactSection .contactBox02 .tx02 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 7rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .contactSection .contactBox02 .tx02 {
        font-size: 11.4583333333vw;
        letter-spacing: 0.01em;
        margin-bottom: 5.8333333333vw
    }
}

.contactSection .contactBox02 .tx03 {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.25
}

@media screen and (max-width: 767px) {
    .contactSection .contactBox02 .tx03 {
        font-size: 1.68rem;
        line-height: 1.6666666667
    }
}

.contactSection .contactBox02 .tx03 .time {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-right: 0.5em
}

.news02Section {
    background: #FFFBF3;
    padding-top: 124px;
    padding-bottom: 124px
}

@media screen and (max-width: 767px) {
    .news02Section {
        padding-top: 97px;
        padding-bottom: 97px
    }
}

.news02Section .newsList02 {
    margin-top: 28px
}

.guideSection {
    background: url("../img/bg01.jpg") repeat 0 0/100%;
    padding-top: 162px;
    padding-bottom: 117px
}

@media screen and (max-width: 767px) {
    .guideSection {
        padding-top: 97px;
        padding-bottom: 97px
    }
}

.guideSection .link01 {
    margin: 71px 80px 0 0
}

@media screen and (max-width: 767px) {
    .guideSection .link01 {
        margin: 14.5833333333vw 0 0 0
    }
}

.guideItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5625%
}

@media screen and (max-width: 767px) {
    .guideItemWrap {
        align-items: flex-start;
        margin-left: -.8333333333vw;
        margin-right: -.8333333333vw
    }
}

.guideItemWrap .item {
    width: 23.828125%;
    overflow: hidden;
    border: 1px solid #9AB342;
    border-radius: 20px;
    background: #fff;
    padding: 43px 26px 19px
}

@media screen and (max-width: 767px) {
    .guideItemWrap .item {
        width: 48.7831858407%;
        padding: 5.4166666667vw 2.7083333333vw 6.25vw
    }

    .guideItemWrap

    /*.item:nth-child(1){margin-top:16.25vw}.guideItemWrap .item:nth-child(n+3){margin-top:2.0833333333vw}.guideItemWrap .item:nth-child(4){margin-top:-14.1666666667vw}*/
    .item {
        margin-top: 2.0833333333vw
    }
}

.guideItemWrap .item .fig01 {
    text-align: center
}

@media screen and (max-width: 767px) {
    .guideItemWrap .item .fig01 {
        width: 15vw;
        margin-left: auto;
        margin-right: auto
    }
}

.guideItemWrap .item .tx01 {
    text-align: center;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.0rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-bottom: 23px
}

@media screen and (max-width: 767px) {
    .guideItemWrap .item .tx01 {
        font-size: 3.75vw;
        font-size: 1.4rem;
        margin-top: 3.125vw;
        margin-bottom: 2.7083333333vw;
        letter-spacing: 0
    }
}

@media screen and (max-width: 767px) {
    .guideItemWrap .item .textH02 {
        min-height: 9em
    }
}

.guideItemWrap .item a {
    text-decoration: none
}

.messageSection {
    background: #FFFBF3;
    padding-top: 119px;
    padding-bottom: 263px
}

@media screen and (max-width: 767px) {
    .messageSection {
        padding-top: 21.875vw;
        padding-bottom: 18.75vw
    }
}

.messageSection .heading01 {
    margin-bottom: 88px
}

@media screen and (max-width: 767px) {
    .messageSection .heading01 {
        margin-bottom: 60px
    }
}

.messageSection .tx01 {
    color: #388214;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 48px
}

@media screen and (max-width: 767px) {
    .messageSection .tx01 {
        font-size: 2rem;
        letter-spacing: 0.1em;
        line-height: 2.1153846154;
        padding-left: 2.0833333333vw;
        padding-right: 2.0833333333vw;
        margin-bottom: 4.5833333333vw
    }
}

@media screen and (max-width: 767px) {
    .messageSection .textH02 {
        line-height: 2.1428571429;
        padding-left: 2.0833333333vw;
        padding-right: 2.0833333333vw
    }
}

.groceriesSection {
    background: url("../img/bg01.jpg") repeat 0 0/100%;
    padding-top: 79px
}

@media screen and (max-width: 767px) {
    .groceriesSection {
        padding-top: 17.5vw
    }
}

.groceriesSection>.CSInner03 {
    padding-bottom: 120px
}

@media screen and (max-width: 767px) {
    .groceriesSection>.CSInner03 {
        padding-bottom: 16.4583333333vw
    }
}

.groceriesSection .btnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px 90px 0
}

@media screen and (max-width: 767px) {
    .groceriesSection .btnWrap {
        margin: 20.8333333333vw 0 0
    }
}

.groceriesSection .btnWrap .btn01 {
    min-width: 47.7072310406%
}

@media screen and (max-width: 767px) {
    .groceriesSection .btnWrap .btn01 {
        width: 100%
    }
}

.groceriesSection .btnWrap .btn01 a {
    width: 100%
}

@media screen and (max-width: 767px) {
    .groceriesSection .btnWrap .btn01+.btn01 {
        margin-top: 4.1666666667vw
    }
}

.searchSection {
    background: url("../img/bg02.jpg") repeat 0 0/cover;
    padding-top: 133px;
    padding-bottom: 269px
}

@media screen and (max-width: 767px) {
    .searchSection {
        padding-top: 15.625vw;
        padding-bottom: 17.7083333333vw
    }
}

.searchSection .searchList01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .searchSection .searchList01 {
        margin-left: -.8333333333vw;
        margin-right: -.8333333333vw;
			justify-content:space-between;
    }
}

.searchSection .searchList01 li {
  width: 30.4347826087%;
	margin-right: 4.3%;
}
.searchSection .searchList01 li:nth-child(3n){
	margin-right: 0;
}
@media screen and (min-width: 768px) {
    .searchSection .searchList01 li:nth-child(n+4) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .searchSection .searchList01 li {
      width: 48.7912087912%;
			margin-right: 0;
    }

    .searchSection .searchList01 li:nth-child(n+3) {
        margin-top: 4.1666666667vw
    }
}

.searchSection .searchList01 li a {
    display: block;
    background-color: #388214;
    border-radius: 50px;
    padding-left: 106px;
    height: 100px;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    transition: opacity .3s
}

@media screen and (min-width: 768px) {
    .searchSection .searchList01 li a:hover {
        opacity: .7
    }
}

@media screen and (max-width: 767px) {
    .searchSection .searchList01 li a {
        background-size: 11.6666666667vw;
        height: 16.25vw;
        border-radius: 10.4166666667vw;
        padding-left: 15.8333333333vw;
        padding-right: 2.0833333333vw
    }
}

.searchSection .searchList01 li a.item01 {
    background-image: url("../../top/img/ic_search01.svg")
}

.searchSection .searchList01 li a.item02 {
    background-image: url("../../top/img/ic_search02.svg")
}

.searchSection .searchList01 li a.item03 {
    background-image: url("../../top/img/ic_search03.svg")
}

.searchSection .searchList01 li a.item04 {
    background-image: url("../../top/img/ic_search04.svg")
}

.searchSection .searchList01 li a.item05 {
    background-image: url("../../top/img/ic_search05.svg")
}

.searchSection .searchList01 li a.item06 {
    background-image: url("../../top/img/ic_search06.svg")
}

.searchSection .searchList01 li a.item07 {
    background-image: url("../../top/img/ic_search07.svg")
}

.searchSection .searchList01 li a.item08 {
    background-image: url("../../top/img/ic_search08.svg")
}

.searchSection .searchList01 li a.item09 {
    background-image: url("../../top/img/ic_search09.svg")
}

.searchSection .searchList01 li a>.inner01 {
    display: inline-block;
    color: #fff;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    line-height: 1.3;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .searchSection .searchList01 li a>.inner01 {
        font-size: 1.6rem
    }
}

.searchSection .searchList01 li a>.inner01 strong {
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .searchSection .searchList01 li a>.inner01 strong {
        font-size: 1.4rem
    }
}

.topLink01Section {
    height: 670px;
    background: url("../../top/img/bg01.jpg") no-repeat 0 0/cover
}

@media screen and (max-width: 767px) {
    .topLink01Section {
        height: 90vw;
        background: url("../../top/img/bg02.jpg") no-repeat 0 0/cover
    }
}

.topLink01Section .linkArea {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (min-width: 768px) {
    .topLink01Section .linkArea {
        color: #60AD3B;
        background: #fff;
        width: 470px;
        height: 670px;
        margin-left: 186px
    }
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea {
        height: 90vw;
        margin-left: 0
    }
}

.topLink01Section .linkArea>.inner01 {
    width: 100%;
    padding: 66px 20px 0;
    text-align: center
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea>.inner01 {
        text-align: left;
        padding: 0 5.2083333333vw 0
    }
}

.topLink01Section .linkArea>.inner01 .tx01 {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 19px
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea>.inner01 .tx01 {
        font-size: 5.2083333333vw;
        letter-spacing: 0.15em;
        margin-bottom: 0vw
    }
}

.topLink01Section .linkArea>.inner01 .tx01 .strong01 {
    font-size: 3.2rem
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea>.inner01 .tx01 .strong01 {
        font-size: 6.25vw;
        letter-spacing: 0.15em
    }
}

.topLink01Section .linkArea>.inner01 .tx01 .strong02 {
    font-size: 5.6rem
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea>.inner01 .tx01 .strong02 {
        font-size: 8.3333333333vw;
        letter-spacing: 0.15em
    }
}

.topLink01Section .linkArea>.inner01 .tx02 {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 0.025em;
    margin-bottom: 71px
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea>.inner01 .tx02 {
        font-size: 5.2083333333vw;
        margin-bottom: 5.2083333333vw
    }
}

.topLink01Section .linkArea>.inner01 .tx02 .strong01 {
    font-size: 3.2rem;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea>.inner01 .tx02 .strong01 {
        font-size: 8.3333333333vw
    }
}

.topLink01Section .linkArea>.inner01 .tx02 .strong02 {
    font-size: 3.2rem;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea>.inner01 .tx02 .strong02 {
        font-size: 6.25vw
    }
}

.topLink01Section .linkArea>.inner01 .tx03 {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 66px
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea>.inner01 .tx03 {
        font-weight: 400;
        font-size: 4.1666666667vw;
        margin-bottom: 0;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 10px;
        box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.4)
    }
}

.topLink01Section .linkArea>.inner01 .link01 {
    text-align: center
}

@media screen and (max-width: 767px) {
    .topLink01Section .linkArea>.inner01 .link01 {
        text-align: right;
        margin-top: 4.1666666667vw
    }
}

.campaignSection03 {
    padding-top: 158px;
    padding-bottom: 147px;
    background: #FFFBF3;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .campaignSection03 {
        padding-top: 13.5416666667vw;
        padding-bottom: 18.75vw
    }
}

.campaignSection03 .swiperWrap {
    position: relative
}

@media screen and (max-width: 767px) {
    .campaignSection03 .swiperWrap {
			padding: 0 7.5%;
      padding-bottom: 11.6666666667vw
    }
}

.campaignSection03 .swiper02 {
    position: relative
}

.campaignSection03 .swiper-slide {
    transition: transform 0.3s;
    width: 510px
}

@media screen and (max-width: 767px) {
    .campaignSection03 .swiper-slide {
        width: 84.7916666667vw
    }
}

.campaignSection03 .swiper-slide .fig01 {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(183, 162, 118, 0.3);
    margin-bottom: 15px
}

.campaignSection03 .swiper-slide>.inner01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.campaignSection03 .swiper-slide>.inner01 .category {
    padding: 2px 5px;
    font-size: 1.2rem;
    min-width: 94px;
    margin-right: 15px
}

.campaignSection03 .swiper-button-next-custom02,
.campaignSection03 .swiper-button-prev-custom02 {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin-top: -76px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer
}

@media screen and (max-width: 767px) {
	
	.campaignSection03 .swiper-slide>.textH04 {
		font-size: 1.75rem;
	}

    .campaignSection03 .swiper-button-next-custom02,
    .campaignSection03 .swiper-button-prev-custom02 {
        width: 8.3333333333vw;
        height: 8.3333333333vw;
        margin-top: -15.8333333333vw
    }
}

.campaignSection03 .swiper-button-next-custom02 {
    left: calc(50% - 828px);
    background: url("../img/ic_arrow14.svg") no-repeat 0 0/contain
}

@media screen and (max-width: 767px) {
    .campaignSection03 .swiper-button-next-custom02 {
        left: 1.875vw
    }
}

.campaignSection03 .swiper-button-prev-custom02 {
    right: 45px;
    right: calc(50% - 828px);
    background: url("../img/ic_arrow15.svg") no-repeat 0 0/contain
}

@media screen and (max-width: 767px) {
    .campaignSection03 .swiper-button-prev-custom02 {
        right: 1.875vw
    }
}

.campaignSection03 .swiper-pagination {
    bottom: 70px
}

@media screen and (max-width: 767px) {
    .campaignSection03 .swiper-pagination {
        bottom: 3.5416666667vw
    }
}

.campaignSection03 .swiper-pagination-bullet {
    background: none;
    border: 1px solid #60AD3B;
    opacity: 1;
    width: 10px;
    height: 10px
}

.campaignSection03 .swiper-pagination-bullet-active {
    background: #60AD3B
}

.groceriesList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .groceriesList {
        gap: 40px 0
    }
}

@media screen and (max-width: 767px) {
    .groceriesList {
        margin-left: -2.0833333333vw;
        margin-right: -2.0833333333vw
    }
}

.groceriesList .item {
    background: #388214;
    border-radius: 20px;
    overflow: hidden;
    width: 31.25%;
    padding: 0 10px 21px 10px
}

@media screen and (max-width: 767px) {
    .groceriesList .item {
        /*width: 100%*/
			width: 47.3913043478%;
    }

    .groceriesList .item:nth-child(n+3) {
        margin-top: 40px
    }

    /*.groceriesList .item:nth-child(n+6) {
        margin-top: 25px
    }*/
}

.groceriesList .item.type02 {
    width: 23.4375%
}

@media screen and (max-width: 767px) {
    .groceriesList .item.type02 {
        width: 47.3913043478%
    }
}

.groceriesList .item.type02 .fig01::before {
    bottom: -21px;
    width: 42px;
    height: 42px
}

.groceriesList .item .fig01 {
    margin: 0 -10px 25px;
    position: relative
}

.groceriesList .item .fig01::before {
    content: '';
    position: absolute;
    bottom: -26px;
    right: 15px;
    width: 52px;
    height: 52px;
    background: url("../img/ic_arrow17.svg") no-repeat 0 0/contain
}

.groceriesList .item .tx01 {
    text-align: center;
    color: #fff;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5625
}

@media screen and (max-width: 1100px) {
    .groceriesList .item .tx01 {
        font-size: 1.4545454545vw
    }
}

@media screen and (max-width: 767px) {
    .groceriesList .item .tx01 {
        font-size: 3.3333333333vw
    }
}

.groceriesList .item .hdg01 {
    text-align: center
}

.groceriesList .item .hdg01 a {
    text-decoration: none;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 4rem;
    letter-spacing: -0.05em
}

@media screen and (max-width: 1100px) {
    .groceriesList .item .hdg01 a {
        font-size: 3.6363636364vw
    }
}

@media screen and (max-width: 767px) {
    .groceriesList .item .hdg01 a {
        /*font-size: 8.3333333333vw*/
			font-size:2.8rem;
    }
}