.kanko_mv_inner {
    position: relative;
    margin: 0 auto;
    max-width: 1209px;
    display: flex;
    justify-content: center;
    width: calc(100% - 60px);
    border-radius: 60px;
    overflow: hidden;
}

.kanko_mv_inner::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid black;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
}

.kanko_mv_inner img {
    border-radius: 60px;
}

@media screen and (max-width: 767px) {  
    .kanko_mv_inner {
        border-radius: 28px;
        width: calc(100% - 30px);
    }

    .kanko_mv_inner::before {
        border-width: 1px;
    }

    .kanko_mv_inner img {
        border-radius: 28px;
    }
}

/* ------------------------------------------
  sec_oze_brand01
------------------------------------------ */
.sec_oze_brand01 {
    position: relative;
    padding: 145px 0 190px;
    background-position: top 100px center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/oze_brand/sec_oze_brand01_bg.png);
}

.sec_oze_brand01 .mv_text {
    position: absolute;
    z-index: 2;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 568px;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/mv_text_bg.png);
    padding-top: 62px;
    font-family: "Shippori Mincho", sans-serif;
    font-size: 1.562rem;
    line-height: calc(42/25);
    text-align: center;
}

.sec_oze_brand01 .page_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: 2.187rem;
    text-align: center;
    color: #8d5d04;
    line-height: 1;
}

.sec_oze_brand01 .sec_oze_brand01_list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.sec_oze_brand01 .sec_oze_brand01_list_item {
    width: 29.1%;
    aspect-ratio: 1/1;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 20px #fff);
    padding: 6.4% 5% 0;

}
.sec_oze_brand01 .sec_oze_brand01_list_item:nth-child(1) {
    margin-top: 60px;
    background-image: url(../images/oze_brand/sec_oze_brand01_list_bg01.png);
}
.sec_oze_brand01 .sec_oze_brand01_list_item:nth-child(2) {
    margin-bottom: 60px;
    background-image: url(../images/oze_brand/sec_oze_brand01_list_bg02.png);
}
.sec_oze_brand01 .sec_oze_brand01_list_item:nth-child(3) {
    margin-top: 60px;
    background-image: url(../images/oze_brand/sec_oze_brand01_list_bg03.png);
}

.sec_oze_brand01 .sec_oze_brand01_list_item_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: bold;
    font-size: clamp(1rem, 2.27vw, 1.562rem);
    line-height: 1;
    text-align: center;
}

.sec_oze_brand01 .sec_oze_brand01_list_item:nth-child(1) .sec_oze_brand01_list_item_title {
    color: #b57508;
}
.sec_oze_brand01 .sec_oze_brand01_list_item:nth-child(2) .sec_oze_brand01_list_item_title {
    color: #165179;
}
.sec_oze_brand01 .sec_oze_brand01_list_item:nth-child(3) .sec_oze_brand01_list_item_title {
    color: #AB6C79;
}

.sec_oze_brand01 .sec_oze_brand01_list_item p {
    margin-top: clamp(.625rem, 1.36vw, 21px);;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 500;
    line-height: calc(25/16);
    font-size: clamp(.75rem, 1.45vw, 1rem);
}

.sec_oze_brand01 .flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sec_oze_brand01 .flex .desc {
    font-family: "Shippori Mincho", sans-serif;
    position: relative;
    width: 27.3%;
    padding: 30px 0;
    flex-shrink: 0;
    margin-left: 3.6%;
}
.sec_oze_brand01 .flex .desc::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand01_flex_deco.png);
}
.sec_oze_brand01 .flex .desc::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand01_flex_deco.png);

}

.sec_oze_brand01 .flex .desc .text01 {
    line-height: calc(25/16);
}

.sec_oze_brand01 .flex .desc .logo {
    width: 94px;
    margin: 15px auto 0;
}

.sec_oze_brand01 .flex .desc .text02 {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: calc(32/18);
    color: #8d5d04;    
    margin-top: 14px;
}

.sec_oze_brand01 .flex .img {
    width: 58.2%;
}

@media screen and (max-width: 767px) {  
    .sec_oze_brand01 {
        margin-top: 25px;
        padding: 70px 0 200px;
        background-position: top center;
        background-size: 100% auto;
        background-image: url(../images/oze_brand/sec_oze_brand01_bg_sp.png);
    }
    
    .sec_oze_brand01 .mv_text {
        top: -4%;
        width: 79.5%;
        height: 33.3vw;
        padding-top: 9%;
        font-size: 3.73vw;
        line-height: calc(22/14);
        text-align: center;
    }
    
    .sec_oze_brand01 .page_title {
        font-size: 1.875rem;
    }
    
    .sec_oze_brand01 .sec_oze_brand01_list {
        margin-top: 35px;
        flex-direction: column;
        padding: 0 2.9%;
        gap: 25px 0;
    }
    
    .sec_oze_brand01 .sec_oze_brand01_list_item {
        width: auto;
        padding: 23% 17% 0;
    
    }
    .sec_oze_brand01 .sec_oze_brand01_list_item:nth-child(1) {
        margin-top: 0;
    }
    .sec_oze_brand01 .sec_oze_brand01_list_item:nth-child(2) {
        margin-bottom: 0;
    }
    .sec_oze_brand01 .sec_oze_brand01_list_item:nth-child(3) {
        margin-top: 0;
    }
    
    .sec_oze_brand01 .sec_oze_brand01_list_item_title {
        font-size: 6.67vw;
    }
    
    
    .sec_oze_brand01 .sec_oze_brand01_list_item p {
        margin-top: 8%;
        font-size: 4.27vw;
    }
    
    .sec_oze_brand01 .flex {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
        justify-content: center;
        margin-top: 65px;
    }
    
    .sec_oze_brand01 .flex .desc {
        width: auto;
        padding: 8.7% 15px 10%;
        flex-shrink: 0;
        margin-left: 3.6%;
    }
    .sec_oze_brand01 .flex .desc::before {
        height: 5.33vw;
        background-size: 100% auto;
    }
    .sec_oze_brand01 .flex .desc::after {
        height: 5.33vw;
        background-size: 100% auto;    
    }
    
    .sec_oze_brand01 .flex .desc .logo {
        width: 94px;
        margin: 15px auto 0;
    }
    
    .sec_oze_brand01 .flex .desc .text01 {
        line-height: calc(25/16);
        font-size: 1rem;
    }

    .sec_oze_brand01 .flex .img {
        width: auto;
        margin-left: -15px;
    }
    
}


/* ------------------------------------------
  sec_oze_brand02
------------------------------------------ */
.sec_oze_brand02 {
    position: relative;
    margin-top: -190px;
    padding-top: 195px;
    padding-top: 14.3%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/oze_brand/sec_oze_brand02_bg.png);
}

.sec_oze_brand02 .flex {
    display: flex;
}

.sec_oze_brand02 .flex .desc {
    width: 41%;
    flex-shrink: 0;
    padding-top: 20px;
}

.sec_oze_brand02 .flex .desc p {
    font-family: "Shippori Mincho", sans-serif;
    font-size: clamp(1.125rem, 3.1vw, 2.187rem);
    line-height: calc(65/35);
    color: #3e7ca1;
}   

.sec_oze_brand02 .flex .desc a {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    background-color: #4BA5D6;
    width: 100%;
    height: 58px;
    font-family: "Shippori Mincho", sans-serif;
    color: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.sec_oze_brand02 .flex .desc a::after {
    display: block;
    content: "";
    width: 18px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/icon_arrow_sec_oze_brand02.png);
}

.sec_oze_brand02 .flex .img {
    width: 63.1%;
    flex-shrink: 0;
    transform: translateX(135px);
    margin-bottom: -75px;
}

.sec_oze_brand02 .middle_text {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -150px;
    left: 0;
    right: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/oze_brand/sec_oze_brand02_deco_bottom.png);
}

@media screen and (min-width: 767px) and (max-width: 870px) {  
    .sec_oze_brand02 .middle_text {
        bottom: -190px;
    }
}

@media screen and (min-width: 1580px) {  
    .sec_oze_brand02 .middle_text {
        background-size: 100% 100%;
    }
}

.sec_oze_brand02 .middle_text p {
    font-family: "Shippori Mincho", sans-serif;
    font-size: clamp(.75rem, 1.3vw, 1rem);
    width: clamp(250px, 25.26vw, 343px);
    margin: 0 auto;
    padding: clamp(50px, 5.6vw, 83px) clamp(40px, 4.5%, 60px) 0;
    aspect-ratio: 1/1;
    line-height: calc(25/16);
    filter: drop-shadow(0px 0px 20px #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand01_list_bg02.png);
}

.sec_oze_brand02 .middle_text .link {
    display: none;
}

@media screen and (max-width: 767px) {  
    .sec_oze_brand02 {
        margin-top: -160px;
        padding-top: 160px;
        padding-bottom: 300px;
        background-size: cover;
        background-image: url(../images/oze_brand/sec_oze_brand02_bg_sp.png);
    }
    
    .sec_oze_brand02 .flex {
        flex-direction: column;
    }
    
    .sec_oze_brand02 .flex .desc {
        width: auto;
        padding: 0 4.3%;
    }
    
    .sec_oze_brand02 .flex .desc p {
        font-size: 1.625rem;
        line-height: calc(48/26);
    }   
    
    .sec_oze_brand02 .flex .desc a {
        display: none;
    }
    
    .sec_oze_brand02 .flex .desc a::after {
        display: block;
        content: "";
        width: 18px;
        height: 15px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/oze_brand/icon_arrow_sec_oze_brand02.png);
    }
    
    .sec_oze_brand02 .flex .img {
        width: auto;
        transform: translateX(0);
        margin-bottom: 0;
        margin-top: 20px;
    }
    
    .sec_oze_brand02 .middle_text {
        margin-top: -45px;
        padding: 0 15px 80px;
        position: static;
        background-position: bottom center;
        background-size: 100% auto;
        background-image: url(../images/oze_brand/sec_oze_brand02_deco_bottom_sp.png);
    }
    
    .sec_oze_brand02 .middle_text p {
        font-size: 4.27vw;
        width: auto;
        margin: 0 auto;
        padding: 24.6% 19.1% 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/oze_brand/sec_oze_brand01_list_bg02.png);
    }

    .sec_oze_brand02 .middle_text .link {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 12px;
        background-color: #4BA5D6;
        width: 100%;
        height: 58px;
        font-family: "Shippori Mincho", sans-serif;
        color: #fff;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    }

    .sec_oze_brand02 .middle_text a::after {
        display: block;
        content: "";
        width: 18px;
        height: 15px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/oze_brand/icon_arrow_sec_oze_brand02.png);
    }
}

/* ------------------------------------------
  sec_oze_brand03
------------------------------------------ */
.sec_oze_brand03 {
    padding-top: 180px;
}

.sec_oze_brand03 .sec_oze_brand03_title {
    position: relative;
    display: table;
    margin: 0 auto;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: 1.875rem;
    text-align: center;
    color: #1e8eaf;
    line-height: 1;
    padding: 0 5px 15px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/oze_brand/sec_oze_brand03_title_border.png);
}

.sec_oze_brand03 .sec_oze_brand03_title::after {
    content: "";
    position: absolute;
    right: -115px;
    bottom: -5px;
    width: 105px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand03_title_deco.png);
}

.sec_oze_brand03_list {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.8%;;
}


.sec_oze_brand03_list_item {
    width: 48.6%;
    border-radius: 37px;
    border: 2px solid #3E7CA1;
    display: flex;
}

.sec_oze_brand03_list_item > a {
    display: block;
    padding: 20px;
}

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

.sec_oze_brand03_list_item .flex .img {
    width: 47.9%;
    aspect-ratio: 227/200;
    border-radius: 5px;
    border: 1px solid #3E7CA1;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.sec_oze_brand03_list_item .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_oze_brand03_list_item .flex .desc {
    width: 47%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75.2% 75.2%;
    background-image: url(../images/oze_brand/sec_oze_brand03_list_item_desc_bg.png);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .sec_oze_brand03_list_item:nth-child(1) .flex .desc {
    justify-content: flex-end;
} */

.sec_oze_brand03_list_item_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: calc(30/18);
    text-align: center;
    color: #1e8eaf;
    padding: 0 10px;
}

.sec_oze_brand03_list_item .product {
    font-size: 0.875rem;
    line-height: calc(20/14);
    margin-top: 13px;
}

.sec_oze_brand03_list_item .bottom_text {
    margin-top: 15px;
    font-size: 0.875rem;
    line-height: calc(20/14);
}

@media screen and (max-width: 767px) {  
    .sec_oze_brand03 {
        padding-top: 120px;
        margin-top: -370px;
        position: relative;
    }
    
    .sec_oze_brand03 .sec_oze_brand03_title {
        font-size: 1.25rem;
        padding: 0 5px 15px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-image: url(../images/oze_brand/sec_oze_brand03_title_border.png);
    }
    
    .sec_oze_brand03 .sec_oze_brand03_title::after {
        content: "";
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        bottom: auto;
        top: -120px;
        width: 65px;
        height: 92px;
    }
    
    .sec_oze_brand03_list {
        margin-top: 18px;
        flex-direction: column;
        gap: 20px 0;
    }
    
    
    .sec_oze_brand03_list_item {
        width: auto;
        border-radius: 20px;
        background-color: #fff;
    }

    .sec_oze_brand03_list_item > a {
        padding: 20px 15px;
    }
    
    .sec_oze_brand03_list_item .flex {
        display: flex;
        justify-content: space-between;
    }
    
    .sec_oze_brand03_list_item .flex .img {
        width: 50%;
        aspect-ratio: 157/138;
    }
    
    .sec_oze_brand03_list_item .flex .desc {
        background-size: 85% auto;
    }
    
    .sec_oze_brand03_list_item:nth-child(1) .flex .desc {
        justify-content: center;
    }
    
    .sec_oze_brand03_list_item_title {
        font-size: 1rem;
        line-height: calc(19/16);

    }
    
    .sec_oze_brand03_list_item .bottom_text {
        margin-top: 25px;
        font-size: 0.875rem;
        line-height: calc(20/14);
    }

    .sec_oze_brand03_list_item .text_sp {
        display: block;
        border-top: 1px solid #707070;
        padding-top: 10px;
        margin-top: 10px;
        line-height: calc(20 / 14);
    }
}

/* ------------------------------------------
  sec_oze_brand04
------------------------------------------ */
.sec_oze_brand04 {
    position: relative;
    padding-top: 245px;
    padding-top: 17.9%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% clamp(500px, 55.26vw, 751px);
    background-image: url(../images/oze_brand/sec_oze_brand04_bg.png);
}

.sec_oze_brand04 .top_img {
    width: 50.7%;
    max-width: 693px;
    position: absolute;
    top: 160px;
    top: 9.7%;
    /* height: 48.7%; */
    left: 50%;
    transform: translateX(-107.2%);
    z-index: 1;
}

.sec_oze_brand04_title_wrap {
    width: 50%;
    margin-left: auto;
}

.sec_oze_brand04_title {
    text-align: center;
    display: table;
    margin: 0 auto;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: clamp(1.562rem, 3.18vw, 2.187rem);
    line-height: 1;
    padding-bottom: 22px;
    color: #3d983d;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-image: url(../images/oze_brand/sec_oze_brand04_title_border.png);
}

.sec_oze_brand04_title_img {
    width: 60%;
    margin-top: 20px;
    margin-left: -10px;
}

.sec_oze_brand04_list_wrap {
    position: relative;
    margin-top: 32px;
}

.sec_oze_brand04_list_wrap::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 305px;
    top: 20px;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/oze_brand/sec_oze_brand04_deco.png);
}

@media screen and (max-width: 1200px) {  
    .sec_oze_brand04_list_wrap::before {
        max-height: 22.33%;
    }
}

.sec_oze_brand04_list {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 2.7%;
    position: relative;
    z-index: 1;
}

.sec_oze_brand04_list::before {
    content: "";
    width: 48.6%;
}

.sec_oze_brand04_list_item {
    width: 48.6%;
    border-radius: 37px;
    border: 2px solid #3C983D;
    background-color: #fff;
    display: flex;
}

.sec_oze_brand04_list_item > a {
    display: block;
    padding: 20px;
    width: 100%;
}

.sec_oze_brand04_list_item .flex {
    display: flex;
}

.sec_oze_brand04_list_item .flex .img {
    width: 47.9%;
    aspect-ratio: 227/200;
    border-radius: 5px;
    border: 1px solid #3C983D;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.sec_oze_brand04_list_item .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_oze_brand04_list_item .flex .desc {
    width: 52.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70.3% auto;
    background-image: url(../images/oze_brand/sec_oze_brand04_list_item_title_bg.png);

}

.sec_oze_brand04_list_item .flex .desc .sec_oze_brand04_list_item_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: calc(30/18);
    text-align: center;
    color: #3c983d;
    padding: 0 10px;
}

.sec_oze_brand04_list_item .bottom_text {
    font-size: 0.875rem;
    line-height: calc(20/14);
    margin-top: 15px;
    padding: 0 10px;
}
    

@media screen and (max-width: 767px) {  
    .sec_oze_brand04 {
        margin-top: 10px;
        padding-top: 40px;
        background-size: 100% auto;
        background-image: url(../images/oze_brand/sec_oze_brand04_bg_sp.png);
    }
    
    .sec_oze_brand04 .top_img {
        width: 89.3%;
        position: static;
        transform: translateX(0);
        margin-left: -10%;
    }
    
    .sec_oze_brand04_title_wrap {
        width: auto;
        margin-top: -35px;
        display: flex;
        flex-direction: column-reverse;
        padding-top: 95px;
        position: relative;
    }

    .sec_oze_brand04_title_wrap::before {
        display: none;
        display: block;
        position: absolute;
        content: "";
        width: 100vw;
        height: 104px;
        top: 0;
        left: -15px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../images/oze_brand/sec_oze_brand04_deco_sp.png);
    }
    
    .sec_oze_brand04_title {
        margin: 20px auto 0;
        font-size: 1.25rem;
        padding-bottom: 13px;
        background-size: 100% 5px;
    }
    
    .sec_oze_brand04_title_img {
        width: 55.7%;
        margin: 0 auto;
        transform: translateX(13%);
    }
    
    .sec_oze_brand04_list_wrap {
        margin-top: 18px;
    }
    
    .sec_oze_brand04_list_wrap::before {
        display: none;
    }
    
    .sec_oze_brand04_list {
        flex-direction: column;
        gap: 15px 0;
    }
    
    .sec_oze_brand04_list::before {
        display: none;
    }
    
    .sec_oze_brand04_list_item {
        width: 100%;
        border-radius: 20px;
    }

    .sec_oze_brand04_list_item > a {
        padding: 20px 15px;
    }
    
    .sec_oze_brand04_list_item .flex {
        display: flex;
    }
    
    .sec_oze_brand04_list_item .flex .img {
        width: 50%;
        aspect-ratio: 157/138;
    }
    
    .sec_oze_brand04_list_item .flex .desc {
        width: 52.1%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 70.3% auto;
        background-image: url(../images/oze_brand/sec_oze_brand04_list_item_title_bg.png);
    
    }
    
    .sec_oze_brand04_list_item .flex .desc .sec_oze_brand04_list_item_title {
        font-size: 1rem;
        line-height: calc(19/16);
    }
    
    .sec_oze_brand04_list_item .bottom_text {
        margin-top: 25px;
    }
}


/* ------------------------------------------
  sec_oze_brand05
------------------------------------------ */
.sec_oze_brand05 {
    background-color: #F5F1E9;
    padding-bottom: 80px;
    padding-top: 11px;
    margin-top: 76px;
}

.sec_oze_brand05_title {
    padding: 30px 78px 75px 42px;
    display: table;
    margin: 0 auto;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: 1.375rem;
    text-align: center;
    color: #21830e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand05_title_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.sec_oze_brand05_title::before {
	content: "";
	display: block;
	position: absolute;
	top: -25px;
	left: -75px;
	width: 105px;
	height: 188px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/oze_brand/sec_oze_brand05_title_deco_left.png);
    z-index: 2;
}

.sec_oze_brand05_title::after {
	content: "";
	display: block;
	position: absolute;
    top: 35px;
    right: -23px;
	width: 117px;
	height: 151px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/oze_brand/sec_oze_brand05_title_deco_right.png);
    z-index: 2;
}

@media screen and (max-width: 935px) {  
    .sec_oze_brand05_title::after {
        top: 15px;
    }
}


.sec_oze_brand05 .flex {
    display: flex;
    justify-content: space-between;
    padding: 0 1.8%;
}

.sec_oze_brand05 .flex_item {
    width: 40.9%;
    position: relative;
}

.sec_oze_brand05 .flex_item:nth-child(1)::after {
    content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 12.4%;
	/* width: 28.3%;
	height: 60.2%; */
    width: 128px;
	height: 272px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand05_flex_item_left.png);
    z-index: 0;
}

.sec_oze_brand05 .flex_item:nth-child(2)::after {
    content: "";
	display: block;
	position: absolute;
	top: -55px;
	right: 2%;
	/* width: 28.3%;
	height: 60.2%; */
	width: 198px;
	height: 211px;
    background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand05_flex_item_right.png);
    z-index: 0;
}

.sec_oze_brand05 .flex_item_title_wrap {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 16px 0;
    text-align: center;
    font-family: "Shippori Mincho", sans-serif;
    position: relative;
    z-index: 1;
}

.sec_oze_brand05 .flex_item_title_wrap span {
    font-weight: 500;
    line-height: calc(25/16);
    line-height: 1;
}    

.sec_oze_brand05 .flex_item_title_wrap .flex_item_title {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1;
    color: #21830e;
    margin-top: 5px;
}

.sec_oze_brand05 .flex_item p {
    font-family: "Shippori Mincho", sans-serif;
    margin-top: 5px;
    line-height: calc(25/16);
    position: relative;
    z-index: 1;
}


@media screen and (max-width: 767px) {  
    .sec_oze_brand05 {
        padding-bottom: 55px;
        padding-top: 5px;
        margin-top: 33px;
    }
    
    .sec_oze_brand05_title {
        padding: 25px 50px 60px 40px;
        margin: 0 auto;
        font-size: 1.125rem;
    }
    
    .sec_oze_brand05_title::before {
        top: -5px;
        left: -40px;
        width: 70px;
        height: 126px;
    }
    
    .sec_oze_brand05_title::after {
        top: 25px;
        right: -30px;
        width: 82px;
        height: 106px;
    }
    
    .sec_oze_brand05 .flex {
        flex-direction: column;
        padding: 0;
        margin-top: 20px;
        row-gap: 30px;
    }
    
    .sec_oze_brand05 .flex_item {
        width: auto;
    }
    
    .sec_oze_brand05 .flex_item:nth-child(1)::after {
        top: 18px;
        left: 12.4%;
        width: 128px;
        height: 272px;
    }
    
    .sec_oze_brand05 .flex_item:nth-child(2)::after {
        top: auto;
        bottom: -25px;
        right: 25px;
        width: 131px;
        height: 140px;
    }
    
    .sec_oze_brand05 .flex_item_title_wrap {
        padding: 13px 0;
    }
    
    .sec_oze_brand05 .flex_item_title_wrap span {
        font-weight: 500;
        line-height: calc(25/16);
        line-height: 1;
        font-size: 1rem;
    }    
    
    .sec_oze_brand05 .flex_item_title_wrap .flex_item_title {
        margin-top: 10px;
    }
    
    .sec_oze_brand05 .flex_item p {
        margin-top: 10px;
        font-weight: 500;
        padding: 0 20px;
        font-size: 1rem;
    }
    
}


/* ------------------------------------------
  sec_oze_brand06
------------------------------------------ */
.sec_oze_brand06 {
    margin-top: 60px;
}

.sec_oze_brand06_list {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 2.7%;
    padding-bottom: 50px;
}

.sec_oze_brand06_list_item {
    width: 48.6%;
    border-radius: 37px;
    border: 2px solid #3C983D;
    background-color: #fff;
    display: flex;
}

.sec_oze_brand06_list_item.last {
    height: fit-content;
}

.sec_oze_brand06_list_item > a {
    display: block;
    padding: 20px;
}

.sec_oze_brand06_list_item .flex {
    display: flex;
}

.sec_oze_brand06_list_item .flex .img {
    width: 47.9%;
    aspect-ratio: 226 / 200;
    border-radius: 5px;
    border: 1px solid #3C983D;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.sec_oze_brand06_list_item .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_oze_brand06_list_item .flex .desc {
    width: 52.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70.3% auto;
    background-image: url(../images/oze_brand/sec_oze_brand04_list_item_title_bg.png);
}

.sec_oze_brand06_list_item .flex .desc .sec_oze_brand06_list_item_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: calc(30 / 18);
    text-align: center;
    color: #3c983d;
    padding: 0 10px;
}

.sec_oze_brand06_list_item .bottom_text {
    font-size: 0.875rem;
    line-height: calc(20 / 14);
    margin-top: 10px;
}

/* .sec_oze_brand06 .bottom_img {
    width: 63%;
    max-width: 693px;
    margin-left: auto;
    margin-right: -15%;
    margin-top: -37%;
    position: relative;
    z-index: -1;
} */

.sec_oze_brand06 .bottom_img {
    width: 48.6%;
    overflow: visible;
    position: relative;
    margin-left: auto; 
    height: 0;
    padding-top: 60.5%;
}

.sec_oze_brand06 .bottom_img img {
    width: 130.8%;
    max-width: 693px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}   

@media screen and (max-width: 767px) {  
    .sec_oze_brand06 {
        margin-top: 30px;
    }
    
    .sec_oze_brand06_list {
        flex-direction: column;
        gap: 15px 0;
        padding-bottom: 0;
    }
    
    .sec_oze_brand06_list_item {
        width: auto;
        border-radius: 20px;
    }

    .sec_oze_brand06_list_item > a {
        padding: 20px 15px;
    }
    
    .sec_oze_brand06_list_item .flex .img {
        width: 47.9%;
        aspect-ratio: 157 / 138;
        border-radius: 5px;
        border: 1px solid #3C983D;
        overflow: hidden;
        flex-shrink: 0;
        align-self: flex-start;
    }
    
    .sec_oze_brand06_list_item .flex .desc {
        background-size: 85% auto;
    }
    
    .sec_oze_brand06_list_item .flex .desc .sec_oze_brand06_list_item_title {
        font-size: 1rem;
        line-height: calc(19 / 16);
    }
    
    .sec_oze_brand06_list_item .bottom_text {
        margin-top: 25px;
    }
    
    /* .sec_oze_brand06 .bottom_img {
        width: 97.1%;
        margin-right: -17%;
        margin-top: 25px;
        position: relative;
        z-index: 1;
    } */

    .sec_oze_brand06 .bottom_img {
        width: 97.1%;
        margin-right: -17%;
        aspect-ratio: 335 / 320;
        height: auto;
        padding-top: 0;
    }
    
    .sec_oze_brand06 .bottom_img img {
        width: 100%;
    }   
}

/* ------------------------------------------
  sec_oze_brand07
------------------------------------------ */
.sec_oze_brand07 {
    position: relative;
    margin-top: -80px;
    padding-top: 250px;
    padding-top: 18.3%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% clamp(500px, 68.26vw, 751px);
    background-image: url(../images/oze_brand/sec_oze_brand07_bg.png);
}

.sec_oze_brand07 .top_img {
    width: 50.7%;
    max-width: 693px;
    position: absolute;
    top: 160px;
    top: 11.7%;
    /* height: 48.7%; */
    left: 50%;
    transform: translateX(-107.2%);
    z-index: 1;
}

.sec_oze_brand07_title_wrap {
    width: 50%;
    margin-left: auto;
}

.sec_oze_brand07_title {
    text-align: center;
    display: table;
    margin: 0 auto;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: clamp(1.562rem, 3.18vw, 2.187rem);
    line-height: 1;
    padding-bottom: 22px;
    color: #883B8E;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-image: url(../images/oze_brand/sec_oze_brand07_title_border.png);
}

.sec_oze_brand07_title_wrap p {
    display: table;
    margin: 30px auto 0;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 500;
    line-height: calc(25/16);
    padding-left: 7%;
}

.sec_oze_brand07_title_img {
    width: 60%;
    margin-top: 20px;
    margin-left: -10px;
}

.sec_oze_brand07_list_wrap {
    position: relative;
    margin-top: 75px;
}

.sec_oze_brand07_list_wrap::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 305px;
    top: 20px;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/oze_brand/sec_oze_brand07_deco.png);
}

@media screen and (max-width: 1000px) {  
    .sec_oze_brand07_list_wrap::before {
        background-size: 100% auto;
    }
}

.sec_oze_brand07_list_wrap::after {
    display: block;
    position: absolute;
    content: "";
    max-width: 82px;
    width: 7.5%;
    height: 112px;
    top: 180px;
    right: 51%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand07_deco_redbean.png);
}

@media screen and (min-width: 1200px) and (max-width: 768) {  
    .sec_oze_brand07_list_wrap::before {
        height: 22.33%;
    }
}

.sec_oze_brand07_list {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 2.7%;
    position: relative;
    z-index: 1;
}

.sec_oze_brand07_list::before {
    content: "";
    width: 48.6%;
}

.sec_oze_brand07_list_item {
    width: 48.6%;
    border-radius: 37px;
    border: 2px solid #883B8E;
    background-color: #fff;
    display: block;
}

.sec_oze_brand07_list_item > a {
    display: block;
    padding: 20px;
}

.sec_oze_brand07_list_item .flex {
    display: flex;
}

.sec_oze_brand07_list_item .flex .img {
    width: 47.9%;
    aspect-ratio: 227/200;
    border-radius: 5px;
    border: 1px solid #883B8E;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.sec_oze_brand07_list_item .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_oze_brand07_list_item .flex .desc {
    width: 52.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70.3% auto;
    background-image: url(../images/oze_brand/sec_oze_brand07_list_item_title_bg.png);

}

.sec_oze_brand07_list_item .flex .desc .sec_oze_brand07_list_item_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: calc(30/18);
    text-align: center;
    color: #883B8E;
    padding: 0 10px;
}

.sec_oze_brand07_list_item .bottom_text {
    font-size: 0.875rem;
    line-height: calc(20/14);
    margin-top: 10px;
}


@media screen and (max-width: 767px) {  
    .sec_oze_brand07 {
        margin-top: 30px;
        padding-top: 0;
        background-size: 100% auto;
        background-image: url(../images/oze_brand/sec_oze_brand07_bg_sp.png);
    }
    
    .sec_oze_brand07 .top_img {
        width: 89.3%;
        margin-left: -10%;
        position: static;
        transform: translateX(0);
    }
    
    .sec_oze_brand07_title_wrap {
        width: auto;
        padding-top: 200px;
        position: relative;
        margin-top: -45px;
    }
    
    .sec_oze_brand07_title_wrap::before {
        display: block;
        position: absolute;
        content: "";
        width: 100vw;
        height: 106px;
        top: 0;
        left: -15px;
        right: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../images/oze_brand/sec_oze_brand07_deco_sp.png);
    }
    
    
    .sec_oze_brand07_title_wrap::after {
        display: block;
        position: absolute;
        content: "";
        max-width: 82px;
        width: 64px;
        height: 88px;
        top: 90px;
        left: 44%;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/oze_brand/sec_oze_brand07_deco_redbean.png);
    }

    .sec_oze_brand07_title {
        margin: 0 auto;
        width: 260px;
        font-size: 1.25rem;
        padding-bottom: 11px;
        background-size: 100% 5px;
    }
    
    .sec_oze_brand07_title_wrap p {
        display: table;
        margin: 10px auto 0;
        font-weight: 500;
        font-size: 1rem;
        line-height: calc(25/16);
        padding-left: 0;
    }
    
    .sec_oze_brand07_title_img {
        width: 60%;
        margin-top: 20px;
        margin-left: -10px;
    }
    
    .sec_oze_brand07_list_wrap {
        margin-top: 30px;
    }
    
    .sec_oze_brand07_list_wrap::before {
        display: none;
    }
    
    .sec_oze_brand07_list_wrap::after {
        display: none;
    }
    
    .sec_oze_brand07_list {
        flex-direction: column;
        gap: 15px 0;

    }
    
    .sec_oze_brand07_list::before {
        display: none;
    }
    
    .sec_oze_brand07_list_item {
        width: 100%;
        border-radius: 20px;
    }

    .sec_oze_brand07_list_item > a {
        padding: 20px 15px;
    }
    
    .sec_oze_brand07_list_item .flex {
        display: flex;
    }
    
    .sec_oze_brand07_list_item .flex .img {
        aspect-ratio: 157/138;
    }
 
    .sec_oze_brand07_list_item .flex .desc {
        background-size: 85% auto;
    }
    
    .sec_oze_brand07_list_item .flex .desc .sec_oze_brand07_list_item_title {
        font-size: 1rem;
        line-height: calc(18/16);
    }
    
    .sec_oze_brand07_list_item .bottom_text {
        margin-top: 25px;
    }
    
}


/* ------------------------------------------
  sec_oze_brand08
------------------------------------------ */
.sec_oze_brand08 {
    margin-top: 58px;
    padding-top: 116px;
    padding-bottom: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/oze_brand/sec_oze_brand08_bg.png);
}

.sec_oze_brand08_contents {
    position: relative;
}

.sec_oze_brand08_title_wrap {
    width: 50%;
    position: absolute;
    top: 6rem;
}

.sec_oze_brand08_contents .sec_oze_brand08_title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: clamp(1.562rem, 3.18vw, 2.187rem);
    line-height: 1;
    padding-bottom: 22px;
    color: #728836;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-image: url(../images/oze_brand/sec_oze_brand08_title_border.png);
}

.sec_oze_brand08_contents .sec_oze_brand08_title::after {
    content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 3%;
	max-width: 147px;
    width: 33.3%;
	height: 110px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/oze_brand/sec_oze_brand08_title_deco.png);
}

.sec_oze_brand08_contents .sec_oze_brand08_list {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 2.7%;
    position: relative;
    z-index: 1;
}

.sec_oze_brand08_list::before {
    content: "";
    width: 48.6%;
}

.sec_oze_brand08_contents .sec_oze_brand08_list_item {
    width: 48.6%;
    border-radius: 37px;
    border: 2px solid#728836;
    background-color: #fff;
    display: flex;
}

.sec_oze_brand08_list_item > a {
    display: block;
    padding: 20px;
}

.sec_oze_brand08_list_item .flex {
    display: flex;
}

.sec_oze_brand08_list_item .flex .img {
    width: 47.9%;
    aspect-ratio: 226 / 200;
    border-radius: 5px;
    border: 1px solid #728836;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.sec_oze_brand08_list_item .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_oze_brand08_list_item .flex .desc {
    width: 52.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70.3% auto;
    background-image: url(../images/oze_brand/sec_oze_brand08_list_item_title_bg.png);
}

.sec_oze_brand08_list_item .flex .desc .sec_oze_brand08_list_item_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: calc(30 / 18);
    text-align: center;
    color: #728836;
    padding: 0 10px;
}

.sec_oze_brand08_list_item .bottom_text {
    font-size: 0.875rem;
    line-height: calc(20 / 14);
    margin-top: 10px;
}

@media screen and (max-width: 767px) {  
    .sec_oze_brand08 {
        margin-top: 22px;
        padding-top: 70px;
        padding-bottom: 0;
        background-position: top center;
        background-size: 100% auto;
        background-image: url(../images/oze_brand/sec_oze_brand08_bg_sp.png);
    }
    
    .sec_oze_brand08_contents {
        flex-direction: column;
    }
    
    .sec_oze_brand08_title_wrap {
        width: auto;
        position: static;
    }
    .sec_oze_brand08_contents .sec_oze_brand08_list {
        gap: 15px 0;
        flex-direction: column;
        margin-top: 18px;
    }

    .sec_oze_brand08_list::before {
        display: none;
    }
    .sec_oze_brand08_contents .sec_oze_brand08_title {
        width: 260px;
        font-size: 1.25rem;
        padding-bottom: 12px;
        background-size: 100% 5px;
    }
    
    .sec_oze_brand08_contents .sec_oze_brand08_title::after {
        top: -25px;
        right: -35px;
        width: 98px;
        height: 73px;
        background-position: center;
    }    
    
    .sec_oze_brand08_contents .sec_oze_brand08_list_item {
        width: 100%;
        border-radius: 20px;
    }

    .sec_oze_brand08_contents .sec_oze_brand08_list_item > a {
        padding: 20px 15px;
    }
    
    .sec_oze_brand08_list_item .flex .img {
        aspect-ratio: 156 / 138;
    }
    
    .sec_oze_brand08_list_item .flex .desc {
        background-size: 85% auto;
    }
    
    .sec_oze_brand08_list_item .flex .desc .sec_oze_brand08_list_item_title {
        font-size: 1rem;
        line-height: calc(19 / 16);
    }
    
    .sec_oze_brand08_list_item .bottom_text {
        margin-top: 25px;
    }
    
}

/* ------------------------------------------
  sec_oze_brand09
------------------------------------------ */
.sec_oze_brand09 {
    padding-top: 157px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 86%;
    background-image: url(../images/oze_brand/sec_oze_brand09_bg.png);
}

.sec_oze_brand09_title_wrap {
    width: 50%;
    margin-left: auto;
    padding-left: 4.5%;
}

.sec_oze_brand09_title_wrap .sec_oze_brand09_title {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: clamp(1.562rem, 3.18vw, 2.187rem);
    line-height: 1;
    padding-bottom: 22px;
    color: #CB9400;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-image: url(../images/oze_brand/sec_oze_brand09_title_border.png);
}

.sec_oze_brand09_title_wrap .sec_oze_brand09_title::after {
    content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: -16%;
	max-width: 111px;
    width: 25.2%;
	height: 122px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/oze_brand/sec_oze_brand09_title_deco.png);
}

.sec_oze_brand09_title_wrap p {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(25/16);
    text-align: left;
    color: #000;
    margin-top: 30px;
}

.sec_oze_brand09_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 33px 2.7%;
    margin-top: -190px;
}

.sec_oze_brand09_list::before {
    content: "";
    width: 48.6%;
}

.sec_oze_brand09_list_item {
    width: 48.6%;
    border-radius: 37px;
    border: 2px solid #CB9400;
    background-color: #fff;
    min-height: 322px;
    display: flex;
}

.sec_oze_brand09_list_item > a {
    display: block;
    padding: 20px;
}

.sec_oze_brand09_list_item:nth-child(2) {
    /* margin-top: 260px; */
}

.sec_oze_brand09_list_item .flex {
    display: flex;
}

.sec_oze_brand09_list_item .flex .img {
    width: 47.9%;
    aspect-ratio: 226 / 200;
    border-radius: 5px;
    border: 1px solid #CB9400;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.sec_oze_brand09_list_item .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_oze_brand09_list_item .flex .desc {
    width: 52.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70.3% auto;
    background-image: url(../images/oze_brand/sec_oze_brand09_list_item_title_bg.png);
}

.sec_oze_brand09_list_item .flex .desc .sec_oze_brand09_list_item_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: calc(30 / 18);
    text-align: center;
    color: #CB9400;
    padding: 0 10px;
}

.sec_oze_brand09_list_item .bottom_text {
    font-size: 0.875rem;
    line-height: calc(20 / 14);
    margin-top: 10px;
}

@media screen and (max-width: 767px) {  
    .sec_oze_brand09 {
        padding-top: 90px;
        background-position: top center;
        background-size: 100% auto;
        background-image: url(../images/oze_brand/sec_oze_brand09_bg_sp.png);
    }
    
    .sec_oze_brand09_title_wrap {
        width: auto;
        padding-left: 0;
    }
    
    .sec_oze_brand09_title_wrap .sec_oze_brand09_title {
        width: 260px;
        font-size: 1.25rem;
        padding-bottom: 13px;
        background-size: 100% 5px;
    }
    
    .sec_oze_brand09_title_wrap .sec_oze_brand09_title::after {
        bottom: -4px;
        left: -24px;
        width: 55px;
        height: 65px;
        background-position: center;
    }
    
    .sec_oze_brand09_title_wrap p {
        margin-top: 20px;
    }
    
    .sec_oze_brand09_list {
        margin-top: 20px;
        flex-direction: column;
        gap: 18px 0;
    }
    
    .sec_oze_brand09_list_item {
        width: 100%;
        border-radius: 20px;
        min-height: unset;
    } 

    .sec_oze_brand09_list_item > a {
        padding: 20px 15px;
    }
    
    .sec_oze_brand09_list_item:nth-child(2) {
        margin-top: 0;
    }
    
    .sec_oze_brand09_list_item .flex .img {
        aspect-ratio: 157 / 138;
    }
    
    .sec_oze_brand09_list_item .flex .desc {
        background-size: 85% auto;
    }
    
    .sec_oze_brand09_list_item .flex .desc .sec_oze_brand09_list_item_title {
        font-size: 1rem;
        line-height: calc(19 / 16);
    }
    
    .sec_oze_brand09_list_item .bottom_text {
        margin-top: 25px;
    }
}


/* ------------------------------------------
  sec_oze_brand10
------------------------------------------ */
.sec_oze_brand10 {
    position: relative;
    margin-top: 42px;
    padding-top: 320px;
    padding-top: 23.4%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% clamp(500px, 51.26vw, 751px);
    background-image: url(../images/oze_brand/sec_oze_brand10_bg.png);
}

.sec_oze_brand10 .top_img {
    width: 50.7%;
    max-width: 693px;
    position: absolute;
    top: 50px;
    top: 3.7%;
    /* height: 48.7%; */
    right: 50%;
    transform: translateX(107.2%);
    z-index: 1;
}

.sec_oze_brand10_title_wrap {
    width: 50%;
}

.sec_oze_brand10_title {
    text-align: center;
    display: table;
    margin: 0 auto;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: clamp(1.562rem, 3.18vw, 2.187rem);
    line-height: 1;
    padding-bottom: 22px;
    color: #D15468;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-image: url(../images/oze_brand/sec_oze_brand10_title_border.png);
}

.sec_oze_brand10_title_wrap p {
    display: table;
    margin: 30px auto 0;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 500;
    line-height: calc(25/16);
    
}

.sec_oze_brand10_title_img {
    width: 60%;
    margin-top: 20px;
    margin-left: -10px;
}

.sec_oze_brand10_list_wrap {
    position: relative;
    margin-top: 330px;
    margin-top: 24.2%;
}

.sec_oze_brand10_list_wrap::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 305px;
    /* max-height: 22.33%; */
    top: 0;
    transform: translateY(-90%);
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/oze_brand/sec_oze_brand10_deco.png);
}

@media screen and (min-width: 1367px) {  
    .sec_oze_brand10_list_wrap::before {
        background-size: 100% 100%;
    }
}


.sec_oze_brand10_list_wrap::after {
    display: block;
    position: absolute;
    content: "";
    max-width: 207px;
    width: 15.2%;
    height: 140px;
    top: -250px;
    right: 49%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand10_deco_meat.png);
}

@media screen and (min-width: 1200px) and (max-width: 768) {  
    .sec_oze_brand10_list_wrap::before {
        height: 22.33%;
    }
}

@media screen and (max-width: 1000px) {  
    .sec_oze_brand10_list_wrap::before {
        top: 50px;
    }

    .sec_oze_brand10_list_wrap::after {
        top: -180px;
    }
}

.sec_oze_brand10_list {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 2.7%;
    position: relative;
    z-index: 1;
}

.sec_oze_brand10_list_item {
    width: 48.6%;
    border-radius: 37px;
    border: 2px solid #D15468;
    background-color: #fff;
    display: flex;
}

.sec_oze_brand10_list_item > a {
    display: block;
    padding: 20px;
}

.sec_oze_brand10_list_item .flex {
    display: flex;
}

.sec_oze_brand10_list_item .flex .img {
    width: 47.9%;
    aspect-ratio: 227/200;
    border-radius: 5px;
    border: 1px solid #D15468;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.sec_oze_brand10_list_item .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_oze_brand10_list_item .flex .desc {
    width: 52.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70.3% auto;
    background-image: url(../images/oze_brand/sec_oze_brand07_list_item_title_bg.png);

}

.sec_oze_brand10_list_item .flex .desc .sec_oze_brand10_list_item_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: calc(30/18);
    text-align: center;
    color: #D15468;
    padding: 0 10px;
}

.sec_oze_brand10_list_item .bottom_text {
    font-size: 0.875rem;
    line-height: calc(20/14);
    margin-top: 10px;
}

@media screen and (max-width: 767px) {  
    .sec_oze_brand10 {
        margin-top: 38px;
        padding-top: 0;
        background-size: 100% auto;
        background-image: url(../images/oze_brand/sec_oze_brand10_bg_sp.png);
    }
    
    .sec_oze_brand10 .top_img {
        width: 89.3%;
        position: static;
        transform: translateX(0);
        margin-right: -12.5%;
        margin-left: auto;
    }
    
    .sec_oze_brand10_title_wrap {
        width: auto;
        position: relative;
        padding-top: 190px;
        margin-top: -20px;
    }

    .sec_oze_brand10_title_wrap::after {
        position: absolute;
        content: "";
        width: 100vw;
        height: 103px;
        top: 0;
        left: -15px;
        right: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../images/oze_brand/sec_oze_brand10_deco_sp.png);
    }

    .sec_oze_brand10_title_wrap::before {
        position: absolute;
        content: "";
        width: 109px;
        height: 108px;
        top: 65px;
        left: 33%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/oze_brand/sec_oze_brand10_deco_meat_sp.png);
    }

    
    .sec_oze_brand10_title {
        font-size: 1.25rem;
        padding-bottom: 13px;
        background-size: 100% 5px;
    }
    
    .sec_oze_brand10_list_wrap {
        margin-top: 0;
        margin-top: 0;
        padding-top: 0;
    }
    
    .sec_oze_brand10_list_wrap::before {
        display: none;
    }
    
    .sec_oze_brand10_list_wrap::after {
       display: none;
    }

    .sec_oze_brand10_list {
        margin-top: 18px;
        flex-direction: column;
        gap: 15px 0;
    }
    
    .sec_oze_brand10_list_item {
        width: 100%;
        border-radius: 20px;
    }

    .sec_oze_brand10_list_item > a {
        padding: 20px 15px;
    }
    
    .sec_oze_brand10_list_item .flex .img {
        aspect-ratio: 157/138;
    }
    
    .sec_oze_brand10_list_item .flex .desc {
        background-size: 85% auto;    
    }
    
    .sec_oze_brand10_list_item .flex .desc .sec_oze_brand10_list_item_title {
        font-size: 1rem;
        line-height: calc(19/16);
    }
    
    .sec_oze_brand10_list_item .bottom_text {
        margin-top: 25px;
    }
}

/* ------------------------------------------
  sec_oze_brand11
------------------------------------------ */
.sec_oze_brand11 {
    position: relative;
    margin-top: 68px;
    padding-top: 185px;
    padding-top: 13.5%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% clamp(500px, 46.26vw, 751px);
    background-image: url(../images/oze_brand/sec_oze_brand11_bg.png);
}

.sec_oze_brand11::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 305px;
    /* max-height: 22.33%; */
    top: 520px;
    left: 0;
    right: 0;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/oze_brand/sec_oze_brand11_deco.png);
    /* z-index: -1; */
}

.sec_oze_brand11::after {
    display: block;
    position: absolute;
    content: "";
    max-width: 132px;
    width: 9.7%;
    height: 168px;
    max-height: 22.33%;
    top: 650px;
    right: 51%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/oze_brand/sec_oze_brand11_deco_leaves.png);
}

@media screen and (min-width: 1200px) and (max-width: 768) {  
    .sec_oze_brand11_list_wrap::before {
        height: 22.33%;
    }
}

@media screen and (min-width: 1366px) {  
    .sec_oze_brand11::before {
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 1000px) {  
    .sec_oze_brand11::after {
        bottom: 60px;
    }
}



.sec_oze_brand11 .top_img {
    width: 50.7%;
    max-width: 693px;
    position: absolute;
    top: 160px;
    top: 6.6%;
    /* height: 48.7%; */
    left: 50%;
    transform: translateX(-107.2%);
    z-index: 1;
}

.sec_oze_brand11_title_wrap {
    width: 50%;
    margin-left: auto;
}

.sec_oze_brand11_title {
    text-align: center;
    display: table;
    margin: 0 auto;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: normal;
    font-size: clamp(1.562rem, 3.18vw, 2.187rem);
    line-height: 1;
    padding-bottom: 22px;
    color: #2D8068;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-image: url(../images/oze_brand/sec_oze_brand11_title_border.png);
}

.sec_oze_brand11_title_wrap p {
    display: table;
    margin: 30px auto 0;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 500;
    line-height: calc(25/16);
    
}
.sec_oze_brand11_list_wrap {
    margin-top: 120px;
}

.sec_oze_brand11_list {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 2.7%;
    position: relative;
    z-index: 1;
}

.sec_oze_brand11_list::before {
    content: "";
    width: 48.6%;
}

.sec_oze_brand11_list_item {
    border-radius: 37px;
    border: 2px solid #2D8068;
    background-color: #fff;
    width: 48.6%;
}

.sec_oze_brand11_list_item > a {
    display: block;
    padding: 20px;
}

.sec_oze_brand11_list_item .flex {
    display: flex;
}

.sec_oze_brand11_list_item .flex .img {
    width: 47.9%;
    aspect-ratio: 227/200;
    border-radius: 5px;
    border: 1px solid #2D8068;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.sec_oze_brand11_list_item .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_oze_brand11_list_item .flex .desc {
    width: 52.1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70.3% auto;
    background-image: url(../images/oze_brand/sec_oze_brand11_list_item_title_bg.png);

}

.sec_oze_brand11_list_item .flex .desc .sec_oze_brand11_list_item_title {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: calc(30/18);
    text-align: center;
    color: #2D8068;
    padding: 0 10px;
}

.sec_oze_brand11_list_item .bottom_text {
    font-size: 0.875rem;
    line-height: calc(20/14);
    margin-top: 10px;
    font-family: "Noto Sans", sans-serif;
}


@media screen and (max-width: 767px) {  
    .sec_oze_brand11 {
        margin-top: 32px;
        padding-top: 27px;
        background-size: 100% auto;
        background-image: url(../images/oze_brand/sec_oze_brand11_bg_sp.png);
    }

    .sec_oze_brand11::before {
        display: none;
    }

    .sec_oze_brand11::after {
        display: none;
    }

    .sec_oze_brand11_list_wrap {
        margin-top: 30px;
    }
    
    .sec_oze_brand11_list {
        flex-direction: column;
        gap: 15px 0;
    }
    
    .sec_oze_brand11_list::before {
        display: none;
    }
    
    .sec_oze_brand11_list_item {
        border-radius: 37px;
        border: 2px solid #2D8068;
        background-color: #fff;
        width: auto;
    }

    .sec_oze_brand11 .top_img {
        width: 89.3%;
        position: static;
        transform: translateX(0);
        margin-left: -10%;
    }
    
    .sec_oze_brand11_title_wrap {
        width: auto;
        margin-left: auto;
        position: relative;
        padding-top: 190px;
        margin-top: -40px;
    }

    .sec_oze_brand11_title_wrap::before {
        width: 100vw;
        display: block;
        position: absolute;
        content: "";
        height: 105px;
        top: 0;
        left: -15px;
        right: 0;
        z-index: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../images/oze_brand/sec_oze_brand11_deco_sp.png);
    }
    
    .sec_oze_brand11_title_wrap::after {
        display: block;
        position: absolute;
        content: "";
        width: 106px;
        height: 134px;
        top: 50px;
        right: 25%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/oze_brand/sec_oze_brand11_deco_leaves.png);
    }
    
    
    .sec_oze_brand11_title {
        width: 260px;
        font-size: 1.25rem;
        padding-bottom: 13px;
        background-size: 100% 5px;
    }
    
    .sec_oze_brand11_title_wrap p {
        margin: 10px auto 0;
        line-height: calc(25/16);
        font-size: 1rem;
        line-height: calc(25/16);
    }
    
    .sec_oze_brand11_list_item {
        border-radius: 20px;
    }

    .sec_oze_brand11_list_item > a {
        padding: 20px 15px;
    }
    
    .sec_oze_brand11_list_item .flex .img {
        aspect-ratio: 157/138;
    }
    
    .sec_oze_brand11_list_item .flex .desc {
        background-size: 85% auto;
    }
    
    .sec_oze_brand11_list_item .flex .desc .sec_oze_brand11_list_item_title {
        font-size: 1rem;
        line-height: calc(19/16);
    }
    
    .sec_oze_brand11_list_item .bottom_text {
        margin-top: 25px;
    }
    
}




/* ------------------------------------------
  kanko_search
------------------------------------------ */
.kanko_search {
    margin-top: 130px;
    font-family: "Shippori Mincho", sans-serif;
}

.kanko_search_title {
    font-size: 1.375rem;
    text-align: center;
    padding-right: 10px;
}

.kanko_search_title::after {
    content: "";
    display: block;
    height: 11px;
    background: url(../images/common/img_line_double.svg) center/cover no-repeat;
    margin-top: 6px;
    margin-right: -10px;
}

.kanko_search_option {
    margin: 0 auto;
    max-width: 741px;
    position: relative;
    left: -2px;
}

.kanko_search_theme .title,
.kanko_search_area .title {
    margin-bottom: 20px;
}

.kanko_search_theme .category_list,
.kanko_search_area .category_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 18px 20px;
}

.kanko_search .btn_archive_link, .kanko_search_theme .category_list .item, .kanko_search_area .category_list .item, .kanko_sub_category_list .item {
    position: relative;
    border-radius: 5px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    font-family: "Shippori Mincho", sans-serif;
    line-height: 1.2142857143;
    text-align: center;
    font-size: 0.875rem;
}

.kanko_search .btn_archive_link::after, .kanko_search_theme .category_list .item::after, .kanko_search_area .category_list .item::after, .kanko_sub_category_list .item::after {
    content: "";
    position: absolute;
    mask-image: url(../images/common/icon_arrow_thin.svg);
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: black;
    width: 6px;
    height: 100%;
    right: 10px;
}

.kanko_search_theme .category_list .item img {
    width: 16px;
    position: absolute;
    left: 10px;
}

.kanko_search_theme .category_list .item img.icon_w19 {
    width: 19px;
}
.kanko_search_theme .category_list .item img.icon_w14 {
    width: 14px;
}

.kanko_search_theme {
    margin-top: 39px;
}

.kanko_search_theme .category_list .item, .kanko_search_area .category_list .item, .kanko_search_theme .category_list .item {
    opacity: 1;
}

@media (any-hover: hover) and (pointer: fine) {
    .kanko_search_theme .category_list .item, .kanko_search_area .category_list .item, .kanko_search .btn_archive_link  {
        transition: background-color 0.5s ease;
    }

    .kanko_search_theme .category_list .item:hover {
        background-color: #D4F2BA;
    }
    
    .kanko_search_area .category_list .item:hover {
        background-color: #F7D7D7;
    }

    .kanko_search .btn_archive_link:hover {
        background-color: #FFEB03;
    }
}

.kanko_search_theme .title {
    color: #1B5808;
    font-size: 1.125rem;
    font-family: "Shippori Mincho", sans-serif;
    line-height: 1.4444444444;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 0 27px;
}

.kanko_search_theme .title::after, .kanko_search_theme .title::before, .kanko_search_area .title::after, .kanko_search_area .title::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #707070;
}

.kanko_search_area {
    margin-top: 43px;
}

.kanko_search_area .title {
    color: #A52B2A;
    margin-bottom: 14px;
    font-size: 1.125rem;
    font-family: "Shippori Mincho", sans-serif;
    line-height: 1.4444444444;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 0 27px;
}



.kanko_search .btn_archive_link {
    width: 100%;
    border-width: 2px;
    margin-top: 33px;
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    background-image: none;
}

.kanko_search .btn_archive_link::after {
    left: calc(50% + 160px);
}
@media screen and (max-width: 767px) {

    .kanko_search_theme .title,
    .kanko_search_area .title,
    .kanko_sub_category_title {
        font-size: 1rem;
    }

    .kanko_single_slide .swiper_button_wrap {
        width: 92%;
    }

    .kanko_single_slide .swiper_button_prev,
    .kanko_single_slide .swiper_button_next {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .kanko_single_heading {
        padding: 0 15px;
        width: calc(100% - 30px);
    }

    .kanko_single_relation .title,
    .kanko_single_detail .title,
    .kanko_single_map .title {
        margin-bottom: 15px;
        align-items: flex-end;
        line-height: 1.3;
        gap: 8px 5px;
        font-size: 1.4375rem;
    }

    .kanko_single_relation .title::after,
    .kanko_single_detail .title::after,
    .kanko_single_map .title::after {
        grid-column: 1/3;
        top: 0;
    }

    .kanko_single_relation .title img,
    .kanko_single_detail .title img,
    .kanko_single_map .title img {
        grid-row: auto;
    }

    .kanko_mv_inner {
        border-radius: 28px;
        width: calc(100% - 30px);
    }

    .kanko_mv_inner::before {
        border-width: 1px;
    }

    .kanko_mv_inner img {
        border-radius: 28px;
    }

    .kanko_mv_title {
        min-width: 266px;
        padding: 2px 10px 4px;
    }

    .kanko_mv_title .description {
        font-size: 1.25rem;
        line-height: 1.35;
    }

    .kanko_sub_category_title {
        margin: 23px 0 17px;
    }

    .kanko_sub_category_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        margin: 0 -0.34px 31px;
    }

    .kanko_sub_category_list .item {
        width: 100%;
        min-width: 0px;
    }

    .kanko_list {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .kanko_list .item a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 17px 11px;
    }

    .kanko_list .item a:not(:last-child) {
        border-bottom: 1px solid #707070;
        padding-bottom: 20px;
    }

    .kanko_list .item .image {
        margin-bottom: 0;
        margin-right: 2px;
    }

    .kanko_list .item .btn_favorite {
        left: auto;
        right: 0;
        width: 50%;
    }

    .kanko_list .item .btn_favorite .icon_favorite {
        bottom: 7px;
        right: 0;
    }

    .kanko_list .item .label {
        justify-content: flex-start;
        margin-bottom: 9px;
        gap: 5px;
    }

    .kanko_list .item .title {
        text-align: left;
        margin-bottom: 7px;
    }

    .kanko_list .item .sub_category {
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .kanko_list .item .sub_category>* {
        padding: 0 6px;
    }

    .kanko_list .item .description {
        grid-column: 1/3;
        margin-top: 0;
    }

    .kanko_list_show_number {
        margin-bottom: 17px;
        padding-top: 0;
    }

    .kanko_list+.sub_pagination {
        margin-top: 20px;
        padding-top: 34px;
    }

    .kanko_list+.btn_more {
        margin-top: 47px;
    }

    .kanko_search {
        margin-top: 64px;
    }

    .kanko_search_title {
        font-size: 1.25rem;
        padding-right: 0;
    }

    .kanko_search_title::after {
        margin-top: 3px;
        margin-right: 0;
    }

    .kanko_search_option {
        left: 0;
        margin: 0 -2.5px;
    }

    .kanko_search_theme .title,
    .kanko_search_area .title {
        gap: 12px;
        margin-bottom: 11px;
    }

    .kanko_search_theme .category_list,
    .kanko_search_area .category_list {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        gap: 8px 10px;
    }

    .kanko_search_theme {
        margin-top: 14px;
    }

    .kanko_search_theme .category_list .item:nth-child(3) {
        order: 3;
    }

    .kanko_search_theme .category_list .item:nth-child(4) {
        order: 4;
    }

    .kanko_search_theme .category_list .item:nth-child(5) {
        order: 1;
    }

    .kanko_search_theme .category_list .item:nth-child(6) {
        order: 2;
    }

    .kanko_search_theme .category_list .item:nth-child(7) {
        order: 5;
    }

    .kanko_search_area {
        margin-top: 13px;
    }

    .kanko_search .btn_archive_link {
        margin-top: 13px;
    }

    .kanko_search .btn_archive_link::after {
        left: auto;
    }
}