@charset "UTF-8";
/*==================================================================================================
	TOP
==================================================================================================*/
#top .mv_inner {
    position: relative;
    height: 100svh;
    overflow: hidden;
}
#top .mv_video {
    width: 100%;
    height: 100%;
}
#top .mv_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}
#top .mv_catch {
    position: absolute;
    z-index: 10;
    bottom: 5%;
    left: min(5%, 50px);
    width: min(70%, 540px);
}
#top .news {
    z-index: 10;
}
#top .news_inner {
    background-color: #fff;
    padding: clamp(1.5em, 4cqw, 2em) min(5cqw, 2em);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 10% 1fr;
    -ms-grid-columns: max-content 10% 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -ms-grid-rows: auto 1.5em auto;
    grid-template-rows: auto auto;
    grid-template-areas: "secttl  list" "morebtn list";
    gap: 1.5em 10%;
    align-items: start;
}
@media (max-width: 840px) {
    #top .news_inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        grid-template-areas: "secttl" "list" "morebtn";
    }
}
#top .news_secttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: secttl;
    white-space: nowrap;
    font-size: clamp(2.4rem, 3.6vw, 3.2rem);
    line-height: 1.45;
    font-size: calc(clamp(2.4rem, 3.6vw, 3.2rem) * 1.25);
    font-family: "Google Sans", sans-serif;
    display: flex;
    margin-top: -0.25em;
}
@media (max-width: 840px) {
    #top .news_secttl {
        margin-top: 0;
    }
}
#top .news_secttl span {
    font: inherit;
    opacity: 0;
    translate: 0 -0.5em;
    transition: 0.5s opacity, 0.5s translate;
}
#top .news_secttl span.-active {
    opacity: 1;
    translate: 0 0;
}
#top .news_list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: list;
}
#top .news_morebtn {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: morebtn;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    align-self: end;
    /* 下側に配置したい場合 */
}
@media (max-width: 840px) {
    #top .news_secttl {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    #top .news_list {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    #top .news_morebtn {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
}
@media (max-width: 840px) {
    #top .news_morebtn {
        justify-content: flex-end;
    }
}
#top .news_morebtn::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background-color: #1B1B1E;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#top .news_morebtn:hover::after {
    translate: 0.5em 0;
}
#top .news_morebtn:hover span {
    color: #D11C2C;
}
#top .news_morebtn span {
    font-family: "Google Sans", sans-serif;
    transition: color 0.5s;
}
#top .company_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(2em, 8cqw, 4em) 5%;
}
#top .company_content {
    width: 47.5%;
    position: relative;
    z-index: 10;
}
@media (max-width: 840px) {
    #top .company_content {
        width: 100%;
    }
}
#top .company_secttl {
    font-size: clamp(3.8rem, 6vw, 6rem);
    line-height: 1.25;
    font-size: calc(clamp(3.8rem, 6vw, 6rem) * 0.8);
    margin-bottom: 0.75em;
}
#top .company_morebtn {
    position: relative;
    padding: 1em 2em;
    background-color: transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em 0 0;
}
#top .company_morebtn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#top .company_morebtn span {
    position: relative;
    color: #fff;
}
#top .company_morebtn:hover {
    background-color: rgba(0, 0, 0, 0);
}
#top .company_morebtn:hover::after {
    translate: 0.5em 0;
}
#top .company_morebtn {
    border: 1px solid #1B1B1E;
    color: #1B1B1E;
}
#top .company_morebtn::after {
    background-color: #1B1B1E;
}
#top .company_morebtn span {
    color: #1B1B1E;
}
#top .company_img {
    width: 47.5%;
    position: relative;
}
@media (max-width: 840px) {
    #top .company_img {
        width: 100%;
    }
}
#top .company_img img {
    position: relative;
    z-index: 10;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
#top .company_img::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: -40%;
    right: -35%;
    width: 70%;
    border-radius: 50vw;
    aspect-ratio: 1/1;
    background-color: rgba(186, 180, 135, 0.3);
}
@media (max-width: 1280px) {
    #top .company_img::before {
        top: -16vw;
    }
}
@media (max-width: 840px) {
    #top .company_img::before {
        top: -45vw;
        right: -20%;
    }
}
#top .vendor,
#top .food,
#top .transport {
    width: 100%;
    height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
}
@media (max-width: 840px) {
    #top .vendor,
    #top .food,
    #top .transport {
        height: auto;
    }
}
#top .vendor_inner,
#top .food_inner,
#top .transport_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    height: 100%;
    width: 1280px;
    max-width: 100%;
    gap: calc(clamp(2em, 8cqw, 4em) * 4 + 80px) 0;
}
@media (max-width: 840px) {
    #top .vendor_inner,
    #top .food_inner,
    #top .transport_inner {
        flex-direction: column;
    }
}
#top .vendor_content,
#top .food_content,
#top .transport_content {
    width: 40%;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #top .vendor_content,
    #top .food_content,
    #top .transport_content {
        width: 100%;
        padding-top: calc(clamp(2em, 8cqw, 4em) * 2);
    }
}
#top .vendor_secttl,
#top .food_secttl,
#top .transport_secttl {
    display: flex;
    flex-direction: column;
}
#top .vendor_secttl .en,
#top .food_secttl .en,
#top .transport_secttl .en {
    font-size: clamp(2rem, 3.2vw, 2.4rem);
    line-height: 1.45;
    font-family: "Google Sans", sans-serif;
    display: flex;
    gap: 0 0.05em;
}
#top .vendor_secttl .en span,
#top .food_secttl .en span,
#top .transport_secttl .en span {
    font: inherit;
    opacity: 0;
    translate: 0 -0.5em;
}
#top .vendor_secttl .ja,
#top .food_secttl .ja,
#top .transport_secttl .ja {
    font-size: clamp(3.8rem, 6vw, 6rem);
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-bottom: 0.75em;
}
#top .vendor_morebtn,
#top .food_morebtn,
#top .transport_morebtn {
    margin-top: 5em;
}
#top .vendor_img,
#top .food_img,
#top .transport_img {
    position: relative;
    z-index: 5;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media (max-width: 840px) {
    #top .vendor_img,
    #top .food_img,
    #top .transport_img {
        width: 100%;
    }
}
#top .vendor_img .img_main,
#top .food_img .img_main,
#top .transport_img .img_main {
    width: 100%;
    height: 70%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 5;
}
@media (max-width: 840px) {
    #top .vendor_img .img_main,
    #top .food_img .img_main,
    #top .transport_img .img_main {
        width: 60%;
    }
}
#top .vendor_img .img_main img,
#top .food_img .img_main img,
#top .transport_img .img_main img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
#top .vendor_img .img_sub,
#top .food_img .img_sub,
#top .transport_img .img_sub {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1280px) {
    #top .vendor_img .img_sub,
    #top .food_img .img_sub,
    #top .transport_img .img_sub {
        height: 80%;
    }
}
@media (max-width: 840px) {
    #top .vendor_img .img_sub,
    #top .food_img .img_sub,
    #top .transport_img .img_sub {
        height: 140%;
    }
}
#top .vendor_img .img_sub img,
#top .food_img .img_sub img,
#top .transport_img .img_sub img {
    position: absolute;
}
#top .vendor_img .img_sub:nth-child(2) img,
#top .food_img .img_sub:nth-child(2) img,
#top .transport_img .img_sub:nth-child(2) img {
    -webkit-animation: yurayura_01 3s infinite;
    animation: yurayura_01 3s infinite;
}
#top .vendor_img .img_sub:nth-child(3) img,
#top .food_img .img_sub:nth-child(3) img,
#top .transport_img .img_sub:nth-child(3) img {
    -webkit-animation: yurayura_02 4.5s infinite;
    animation: yurayura_02 4.5s infinite;
}
@-webkit-keyframes yurayura_01 {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(5deg);
        transform: translateY(-10px) rotate(5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}
@keyframes yurayura_01 {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(5deg);
        transform: translateY(-10px) rotate(5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}
@-webkit-keyframes yurayura_02 {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(-1deg);
        transform: translateY(20px) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}
@keyframes yurayura_02 {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(-1deg);
        transform: translateY(20px) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}
#top .vendor_bg,
#top .food_bg,
#top .transport_bg {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25%;
    border-radius: 50%;
    width: 50%;
    aspect-ratio: 1/1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
@media (max-width: 840px) {
    #top .vendor_bg,
    #top .food_bg,
    #top .transport_bg {
        top: auto;
        bottom: 20%;
        right: 50%;
        margin-right: -45%;
        margin-top: 0;
        width: 90%;
    }
}
#top .vendor_txtanim,
#top .food_txtanim,
#top .transport_txtanim {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
}
#top .vendor_txtanim .txtanim_content,
#top .food_txtanim .txtanim_content,
#top .transport_txtanim .txtanim_content {
    display: flex;
    flex-shrink: 0;
    will-change: transform;
}
#top .vendor_txtanim .txtanim_content span,
#top .food_txtanim .txtanim_content span,
#top .transport_txtanim .txtanim_content span {
    padding-right: 0.25em;
    font-weight: 500;
    font-size: calc(clamp(3.8rem, 6vw, 6rem) * 2);
    display: inline-block;
    line-height: 1;
    font-family: "Google Sans", sans-serif;
}
#top .vendor {
    background-color: rgba(237, 28, 22, 0.1);
}
#top .vendor_secttl .en span {
    color: #D11C2C;
}
#top .vendor_morebtn {
    position: relative;
    padding: 1em 2em;
    background-color: #ED1C16;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em 0 0;
}
#top .vendor_morebtn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#top .vendor_morebtn span {
    position: relative;
    color: #fff;
}
#top .vendor_morebtn:hover {
    background-color: #c0140f;
}
#top .vendor_morebtn:hover::after {
    translate: 0.5em 0;
}
#top .vendor_btns {
    display: flex;
    flex-direction: column;
    gap: 0.75em 0;
    margin-top: 2.5em;
}
#top .vendor_btns .vendor_morebtn {
    margin-top: 0;
    font-size: 0.9em;
    border: 1px solid #ED1C16;
    background-color: transparent;
    padding: 0.5em 2em;
}
#top .vendor_btns .vendor_morebtn span {
    color: #ED1C16;
}
#top .vendor_btns .vendor_morebtn::after {
    background-color: #ED1C16;
}
#top .vendor_img .img_01 {
    top: 10%;
    left: -25%;
    width: 45%;
}
@media (max-width: 840px) {
    #top .vendor_img .img_01 {
        left: -14%;
    }
}
#top .vendor_img .img_02 {
    top: 12%;
    left: 15%;
    width: 25%;
}
#top .vendor_img .img_03 {
    top: 2%;
    right: 30%;
    width: 20%;
}
#top .vendor_img .img_04 {
    top: 8%;
    right: -10%;
    width: 32%;
}
#top .vendor_img .img_05 {
    top: 70%;
    left: -20%;
    width: 27%;
}
@media (max-width: 840px) {
    #top .vendor_img .img_05 {
        top: 75%;
        left: 2%;
    }
}
#top .vendor_img .img_06 {
    top: 63%;
    left: -31%;
    width: 18%;
}
@media (max-width: 840px) {
    #top .vendor_img .img_06 {
        top: 68%;
        left: -10%;
    }
}
#top .vendor_img .img_07 {
    top: 57%;
    left: -25%;
    width: 35%;
}
@media (max-width: 840px) {
    #top .vendor_img .img_07 {
        top: 62%;
        left: -5%;
        width: 26%;
    }
}
#top .vendor_bg {
    background-color: rgba(237, 28, 22, 0.3);
}
#top .vendor_txtanim .txtanim_content span {
    color: rgba(237, 28, 22, 0.3);
}
#top .food {
    background-color: rgba(186, 180, 135, 0.1);
}
#top .food_inner {
    flex-direction: row-reverse;
    gap: calc(clamp(2em, 8cqw, 4em) * 6 + 140px) 0;
}
@media (max-width: 840px) {
    #top .food_inner {
        flex-direction: column;
    }
}
#top .food_secttl .en span {
    color: #BAB487;
}
#top .food_morebtn {
    position: relative;
    padding: 1em 2em;
    background-color: #BAB487;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em 0 0;
}
#top .food_morebtn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#top .food_morebtn span {
    position: relative;
    color: #fff;
}
#top .food_morebtn:hover {
    background-color: #a39b5e;
}
#top .food_morebtn:hover::after {
    translate: 0.5em 0;
}
#top .food_img .img_main {
    padding-bottom: calc(clamp(2em, 8cqw, 4em) * 0.75);
    width: 80%;
}
@media (max-width: 840px) {
    #top .food_img .img_sub {
        height: 210%;
    }
}
#top .food_img .img_01 {
    top: 2%;
    right: -5%;
    width: 70%;
}
#top .food_img .img_02 {
    top: 10%;
    left: -4%;
    width: 35%;
}
#top .food_img .img_03 {
    top: 32%;
    right: -4%;
    width: 45%;
}
#top .food_img .img_04 {
    top: 18%;
    left: -3%;
    width: 65%;
}
#top .food_bg {
    background-color: rgba(186, 180, 135, 0.3);
    left: 0;
    right: auto;
}
@media (max-width: 840px) {
    #top .food_bg {
        right: auto;
        margin-right: 0;
        margin-left: 5%;
    }
}
#top .food_txtanim .txtanim_content span {
    color: rgba(186, 180, 135, 0.3);
}
#top .transport {
    background-color: rgba(35, 87, 137, 0.1);
}
#top .transport_inner {
    gap: calc(clamp(2em, 8cqw, 4em) * 6 + 140px) 0;
}
#top .transport_secttl .en span {
    color: #235789;
}
#top .transport_morebtn {
    position: relative;
    padding: 1em 2em;
    background-color: #235789;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em 0 0;
}
#top .transport_morebtn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#top .transport_morebtn span {
    position: relative;
    color: #fff;
}
#top .transport_morebtn:hover {
    background-color: #1c466e;
}
#top .transport_morebtn:hover::after {
    translate: 0.5em 0;
}
@media (max-width: 840px) {
    #top .transport_img .img_main {
        width: 90%;
    }
}
@media (max-width: 840px) {
    #top .transport_img .img_sub {
        height: 210%;
    }
}
#top .transport_img .img_01 {
    top: 30%;
    left: -12%;
    width: 47%;
}
#top .transport_img .img_02 {
    top: 22%;
    left: 38%;
    width: 25%;
}
#top .transport_img .img_03 {
    top: 3%;
    right: 21%;
    width: 32%;
}
#top .transport_img .img_04 {
    top: 10%;
    left: 8%;
    width: 28%;
}
#top .transport_img .img_05 {
    top: 12%;
    right: -8%;
    width: 34%;
}
#top .transport_bg {
    background-color: rgba(35, 87, 137, 0.3);
}
#top .transport_txtanim .txtanim_content span {
    color: rgba(35, 87, 137, 0.3);
}
#top .recruit {
    padding: calc(clamp(2em, 8cqw, 4em) * 2) 10%;
}
#top .recruit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% - min(5cqw, 4em));
    height: 100%;
    z-index: 1;
    border-radius: min(5cqw, 20px);
    background-image: url(../img/top/recruit_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 840px) {
    #top .recruit::before {
        background-image: url(../img/top/recruit_01.jpg);
        width: 90%;
    }
}
#top .recruit_inner {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: clamp(2em, 8cqw, 4em) min(5cqw, 4em);
    border-radius: min(5cqw, 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}
#top .recruit_secttl {
    font-size: clamp(3.8rem, 6vw, 6rem);
    line-height: 1.25;
    font-size: calc(clamp(3.8rem, 6vw, 6rem) * 0.8);
    margin-bottom: 0.75em;
}
#top .recruit_morebtn {
    position: relative;
    padding: 1em 2em;
    background-color: transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em 0 0;
}
#top .recruit_morebtn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#top .recruit_morebtn span {
    position: relative;
    color: #fff;
}
#top .recruit_morebtn:hover {
    background-color: rgba(0, 0, 0, 0);
}
#top .recruit_morebtn:hover::after {
    translate: 0.5em 0;
}
#top .recruit_morebtn {
    border: 1px solid #1B1B1E;
    color: #1B1B1E;
}
#top .recruit_morebtn::after {
    background-color: #1B1B1E;
}
#top .recruit_morebtn span {
    color: #1B1B1E;
}

/*==================================================================================================
	お知らせ
==================================================================================================*/
#news .article {
    margin-top: 0;
    padding-top: calc(clamp(2em, 8cqw, 4em) * 2 + 50px);
}
#news .article_info {
    margin-bottom: 0.25em;
}
#news .article_ttl {
    font-size: clamp(2rem, 3.2vw, 2.4rem);
}
#news .article_content img {
    width: auto;
    margin: 1em 0.25em;
}
#news .article_backbtn {
    position: relative;
    padding: 1em 2em;
    background-color: #D11C2C;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em auto 0;
}
#news .article_backbtn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#news .article_backbtn span {
    position: relative;
    color: #fff;
}
#news .article_backbtn:hover {
    background-color: #a71623;
}
#news .article_backbtn:hover::after {
    translate: 0.5em 0;
}
#news .article_backbtn {
    border-color: transparent;
}

/*==================================================================================================
	自販機事業
==================================================================================================*/
#vendor {
    background-color: rgba(237, 28, 22, 0.1);
    padding: 0 10%;
}
@media (max-width: 540px) {
    #vendor {
        padding: 0 0;
    }
}
#vendor .cmn_secttl {
    border-bottom: 2px solid #ED1C16;
}
#vendor .cmn_subttl::before {
    background-color: #ED1C16;
}
#vendor .about_copy::before {
    background-color: #ED1C16;
}
@media (max-width: 840px) {
    #vendor .about_img {
        margin-top: 40%;
    }
}
#vendor .about_img .img_main {
    width: 100%;
    height: 70%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 5;
}
@media (max-width: 840px) {
    #vendor .about_img .img_main {
        width: 60%;
    }
}
#vendor .about_img .img_main img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
@media (max-width: 840px) {
    #vendor .about_img .img_sub {
        height: 140%;
    }
}
#vendor .about_img .img_01 {
    top: 10%;
    left: -25%;
    width: 45%;
}
@media (max-width: 840px) {
    #vendor .about_img .img_01 {
        left: -14%;
    }
}
#vendor .about_img .img_02 {
    top: 12%;
    left: 15%;
    width: 25%;
}
#vendor .about_img .img_03 {
    top: 2%;
    right: 30%;
    width: 20%;
}
#vendor .about_img .img_04 {
    top: 8%;
    right: -10%;
    width: 32%;
}
#vendor .about_img .img_05 {
    top: 70%;
    left: -20%;
    width: 27%;
}
@media (max-width: 840px) {
    #vendor .about_img .img_05 {
        top: 75%;
        left: 2%;
    }
}
#vendor .about_img .img_06 {
    top: 63%;
    left: -31%;
    width: 18%;
}
@media (max-width: 840px) {
    #vendor .about_img .img_06 {
        top: 68%;
        left: -10%;
    }
}
#vendor .about_img .img_07 {
    top: 57%;
    left: -25%;
    width: 35%;
}
@media (max-width: 840px) {
    #vendor .about_img .img_07 {
        top: 62%;
        left: -5%;
        width: 26%;
    }
}
#vendor .about_img .img_bg {
    background-color: rgba(237, 28, 22, 0.3);
}
#vendor .routesales_list {
    margin-top: clamp(2em, 8cqw, 4em);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.5em, 4cqw, 2em) 3.5%;
}
#vendor .routesales_item {
    width: 48.25%;
}
@media (max-width: 840px) {
    #vendor .routesales_item {
        width: 100%;
    }
}
#vendor .routesales_img img {
    aspect-ratio: 4 / 3;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
#vendor .routesales_txt {
    margin-top: 1em;
}
#vendor .routesales_bg {
    position: absolute;
}
#vendor .routesales_bg.-bg_01 {
    top: 0;
    left: -10%;
    width: 20%;
}
@media (max-width: 1280px) {
    #vendor .routesales_bg.-bg_01 {
        width: 40%;
        left: -20%;
    }
}
@media (max-width: 540px) {
    #vendor .routesales_bg.-bg_01 {
        display: none;
    }
}
#vendor .routesales_bg.-bg_01 img {
    -webkit-animation: yurayura_01 5s infinite;
    animation: yurayura_01 5s infinite;
}
#vendor .routesales_bg.-bg_02 {
    bottom: 0;
    right: -10%;
    width: 20%;
}
@media (max-width: 1280px) {
    #vendor .routesales_bg.-bg_02 {
        width: 40%;
        right: -20%;
    }
}
@media (max-width: 540px) {
    #vendor .routesales_bg.-bg_02 {
        display: none;
    }
}
#vendor .routesales_bg.-bg_02 img {
    -webkit-animation: yurayura_02 4.5s infinite;
    animation: yurayura_02 4.5s infinite;
}
#vendor .coffee_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(2em, 8cqw, 4em) 5%;
}
@media (max-width: 840px) {
    #vendor .coffee_content {
        flex-direction: column-reverse;
    }
}
#vendor .coffee_unit {
    width: 67.5%;
}
@media (max-width: 840px) {
    #vendor .coffee_unit {
        width: 100%;
    }
}
#vendor .coffee_imgs {
    margin-top: clamp(1.5em, 4cqw, 2em);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em 1em;
}
#vendor .coffee_img {
    width: calc((100% - 1em) / 2);
}
#vendor .coffee_group {
    width: 27.5%;
}
@media (max-width: 840px) {
    #vendor .coffee_group {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
}
#vendor .coffee_flavor {
    margin-top: clamp(2em, 8cqw, 4em);
}
#vendor .coffee_flavor .flavor_list {
    display: flex;
    flex-direction: column;
    gap: 2em 0;
}
#vendor .coffee_flavor .flavor_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em 0;
    border-bottom: 1px solid #A1A7B5;
    padding-bottom: 2em;
}
#vendor .coffee_flavor .flavor_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
@media (max-width: 840px) {
    #vendor .coffee_flavor .flavor_item {
        flex-direction: column;
    }
}
#vendor .coffee_flavor .flavor_img {
    width: 20%;
    flex: 0 0 200px;
}
@media (max-width: 840px) {
    #vendor .coffee_flavor .flavor_img {
        width: 100%;
        max-width: 200px;
        flex: 0 0 auto;
        margin: 0 auto;
    }
}
#vendor .coffee_flavor .flavor_content {
    flex: 1;
    min-width: 0;
}
#vendor .coffee_flavor .flavor_name {
    font-size: 1.25em;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 0.25em;
}
#vendor .coffee_flavor .flavor_info {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em 2em;
}
#vendor .coffee_flavor .flavor_chart {
    flex: 0 0 130px;
}
@media (max-width: 540px) {
    #vendor .coffee_flavor .flavor_chart {
        flex: 0 0 auto;
        width: 100%;
    }
}
#vendor .coffee_flavor .flavor_chart .chart_item {
    display: flex;
}
#vendor .coffee_flavor .flavor_chart .chart_term::after {
    content: "：";
}
#vendor .coffee_flavor .flavor_chart .chart_rank {
    color: #FF9500;
}
#vendor .coffee_flavor .flavor_txt {
    flex: 1;
    min-width: 0;
}
@media (max-width: 540px) {
    #vendor .coffee_flavor .flavor_txt {
        flex: 0 0 auto;
        width: 100%;
    }
}
#vendor .coffee_bg {
    position: absolute;
}
#vendor .coffee_bg.-bg_03 {
    top: 20%;
    left: -20%;
    width: 50%;
}
@media (max-width: 540px) {
    #vendor .coffee_bg.-bg_03 {
        display: none;
    }
}
#vendor .coffee_bg.-bg_03 img {
    -webkit-animation: yurayura_01 5s infinite;
    animation: yurayura_01 5s infinite;
}
#vendor .coffee_bg.-bg_04 {
    bottom: 30%;
    right: -10%;
    width: 20%;
}
@media (max-width: 1280px) {
    #vendor .coffee_bg.-bg_04 {
        width: 30%;
        right: -15%;
    }
}
@media (max-width: 540px) {
    #vendor .coffee_bg.-bg_04 {
        display: none;
    }
}
#vendor .coffee_bg.-bg_04 img {
    -webkit-animation: yurayura_02 4.5s infinite;
    animation: yurayura_02 4.5s infinite;
}
#vendor .transport {
    margin-bottom: 0;
    padding-bottom: calc(clamp(2em, 8cqw, 4em) * 2);
}
#vendor .transport_list {
    margin-top: clamp(2em, 8cqw, 4em);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.5em, 4cqw, 2em) 3.5%;
}
#vendor .transport_item {
    width: 48.25%;
}
@media (max-width: 840px) {
    #vendor .transport_item {
        width: 100%;
    }
}
#vendor .transport_img img {
    aspect-ratio: 4 / 3;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
#vendor .transport_txt {
    margin-top: 1em;
}

/*==================================================================================================
	お弁当事業
==================================================================================================*/
#food {
    background-color: rgba(186, 180, 135, 0.1);
    padding: 0 10%;
}
@media (max-width: 540px) {
    #food {
        padding: 0 0;
    }
}
#food .cmn_secttl {
    border-bottom: 2px solid #BAB487;
}
#food .cmn_subttl::before {
    background-color: #BAB487;
}
#food .about_copy::before {
    background-color: #BAB487;
}
#food .about_img {
    width: 40%;
}
@media (max-width: 840px) {
    #food .about_img {
        width: 85%;
        margin-top: 70%;
    }
}
#food .about_img .img_main {
    width: 100%;
    height: 55%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 5;
}
@media (max-width: 840px) {
    #food .about_img .img_main {
        width: 100%;
    }
}
#food .about_img .img_main img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
#food .about_img .img_sub {
    height: 120%;
}
@media (max-width: 840px) {
    #food .about_img .img_sub {
        height: 210%;
    }
}
#food .about_img .img_01 {
    top: 2%;
    right: -5%;
    width: 70%;
}
#food .about_img .img_02 {
    top: 10%;
    left: -4%;
    width: 35%;
}
#food .about_img .img_03 {
    top: 32%;
    right: -4%;
    width: 45%;
}
#food .about_img .img_04 {
    top: 18%;
    left: -3%;
    width: 65%;
}
#food .about_img .img_bg {
    background-color: rgba(186, 180, 135, 0.3);
    margin-top: -70%;
}
#food .about_sns {
    margin-top: clamp(1.5em, 4cqw, 2em);
    display: flex;
    flex-wrap: wrap;
    gap: 1em 1em;
}
#food .about_link {
    width: min(15vw, 60px);
    transition: opacity 0.5s;
}
#food .about_link:hover {
    opacity: 0.8;
}
#food .about_btns {
    margin-top: clamp(2em, 8cqw, 4em);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em 1em;
}
#food .about_btn {
    position: relative;
    padding: 1em 2em;
    background-color: transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em 0 0;
}
#food .about_btn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#food .about_btn span {
    position: relative;
    color: #fff;
}
#food .about_btn:hover {
    background-color: rgba(0, 0, 0, 0);
}
#food .about_btn:hover::after {
    translate: 0.5em 0;
}
#food .about_btn {
    border: 2px solid #BAB487;
    color: #BAB487;
    width: calc((100% - 1em) / 2);
    font-size: clamp(2rem, 3.2vw, 2.4rem);
    background-color: #fff;
    margin-top: 0;
}
@media (max-width: 840px) {
    #food .about_btn {
        width: 100%;
    }
}
#food .about_btn::after {
    background-color: #BAB487;
    rotate: 0deg;
}
#food .about_btn span {
    color: #BAB487;
}
#food .about_btn:hover {
    background-color: #fbfaf5;
}
#food .about_btn:hover::after {
    translate: 0 0.25em;
}
#food .original#original {
    scroll-margin-top: calc(clamp(2em, 8cqw, 4em) * 2);
}
#food .original_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(2em, 8cqw, 4em) 5%;
}
#food .original_unit {
    width: 47.5%;
}
@media (max-width: 840px) {
    #food .original_unit {
        width: 100%;
    }
}
#food .original_img {
    width: 47.5%;
}
@media (max-width: 840px) {
    #food .original_img {
        width: 100%;
    }
}
#food .original_btn {
    position: relative;
    padding: 1em 2em;
    background-color: #BAB487;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em 0 0;
}
#food .original_btn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#food .original_btn span {
    position: relative;
    color: #fff;
}
#food .original_btn:hover {
    background-color: #a39b5e;
}
#food .original_btn:hover::after {
    translate: 0.5em 0;
}
#food .original_btn {
    width: 280px;
}
#food .original_btn::after {
    background-color: #fff;
    rotate: 0deg;
}
#food .original_btn:hover::after {
    translate: 0 0.25em;
}
#food .original_bg {
    position: absolute;
}
#food .original_bg.-bg_01 {
    bottom: -20%;
    left: -15%;
    width: 30%;
}
@media (max-width: 1280px) {
    #food .original_bg.-bg_01 {
        width: 40%;
        left: -20%;
    }
}
@media (max-width: 540px) {
    #food .original_bg.-bg_01 {
        display: none;
    }
}
#food .original_bg.-bg_01 img {
    -webkit-animation: yurayura_01 5s infinite;
    animation: yurayura_01 5s infinite;
}
#food .daily#daily {
    scroll-margin-top: calc(clamp(2em, 8cqw, 4em) * 2);
}
#food .daily_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(2em, 8cqw, 4em) 5%;
}
#food .daily_unit {
    width: 47.5%;
}
@media (max-width: 840px) {
    #food .daily_unit {
        width: 100%;
    }
}
#food .daily_img {
    width: 47.5%;
}
@media (max-width: 840px) {
    #food .daily_img {
        width: 100%;
    }
}
#food .daily_btn {
    position: relative;
    padding: 1em 2em;
    background-color: #BAB487;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em 0 0;
}
#food .daily_btn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#food .daily_btn span {
    position: relative;
    color: #fff;
}
#food .daily_btn:hover {
    background-color: #a39b5e;
}
#food .daily_btn:hover::after {
    translate: 0.5em 0;
}
#food .daily_btn {
    width: 280px;
}
#food .daily_btn::after {
    background-color: #fff;
    rotate: 0deg;
}
#food .daily_btn:hover::after {
    translate: 0 0.25em;
}
#food .daily_menu {
    margin-top: clamp(2em, 8cqw, 4em);
}
#food .daily_menu .menu_list {
    display: flex;
    flex-direction: column;
    gap: 2em 0;
}
#food .daily_menu .menu_ttl {
    font-size: clamp(2rem, 3.2vw, 2.4rem);
    line-height: 1.45;
    background-color: #BAB487;
    color: #fff;
    padding: 1em 0.5em;
    text-align: center;
}
#food .daily_menu .menu_btn {
    position: relative;
    padding: 1em 2em;
    background-color: #BAB487;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em auto 0;
}
#food .daily_menu .menu_btn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#food .daily_menu .menu_btn span {
    position: relative;
    color: #fff;
}
#food .daily_menu .menu_btn:hover {
    background-color: #a39b5e;
}
#food .daily_menu .menu_btn:hover::after {
    translate: 0.5em 0;
}
#food .daily_menu .menu_btn {
    width: 280px;
}
#food .daily_menu .menu_btn::after {
    background-color: #fff;
    rotate: 0deg;
}
#food .daily_menu .menu_btn:hover::after {
    translate: 0 0.25em;
}
#food .daily_gallery {
    margin-top: clamp(2em, 8cqw, 4em);
}
#food .daily_gallery .gallery_content {
    position: relative;
}
#food .daily_gallery .gallery_content .swiper-button-next,
#food .daily_gallery .gallery_content .swiper-button-prev {
    width: 3em;
    height: 3em;
    background-image: url(../img/food/gallery_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: scale 0.5s;
}
@media (max-width: 540px) {
    #food .daily_gallery .gallery_content .swiper-button-next,
    #food .daily_gallery .gallery_content .swiper-button-prev {
        width: 2em;
        height: 2em;
        top: 52.5%;
    }
}
#food .daily_gallery .gallery_content .swiper-button-next:hover,
#food .daily_gallery .gallery_content .swiper-button-prev:hover {
    scale: 1.1;
}
#food .daily_gallery .gallery_content .swiper-button-next::after,
#food .daily_gallery .gallery_content .swiper-button-prev::after {
    display: none;
}
#food .daily_gallery .gallery_content .swiper-button-prev {
    left: -1.5em;
}
@media (max-width: 540px) {
    #food .daily_gallery .gallery_content .swiper-button-prev {
        left: -1em;
    }
}
#food .daily_gallery .gallery_content .swiper-button-next {
    right: -1.5em;
    rotate: 180deg;
}
@media (max-width: 540px) {
    #food .daily_gallery .gallery_content .swiper-button-next {
        right: -1em;
    }
}
#food .daily_gallery .gallery_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
}
@media (max-width: 840px) {
    #food .daily_gallery .gallery_item {
        gap: 7.5px;
    }
}
#food .daily_gallery .gallery_item:not(:has(.gallery_img:nth-child(2))) {
    display: block;
}
#food .daily_gallery .gallery_item:not(:has(.gallery_img:nth-child(2))) .gallery_img {
    height: 100%;
}
#food .daily_gallery .gallery_item:not(:has(.gallery_img:nth-child(2))) .gallery_img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
#food .daily_gallery .gallery_img img {
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
#food .daily_gallery .gallery_btn {
    position: relative;
    padding: 1em 2em;
    background-color: #BAB487;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em auto 0;
}
#food .daily_gallery .gallery_btn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#food .daily_gallery .gallery_btn span {
    position: relative;
    color: #fff;
}
#food .daily_gallery .gallery_btn:hover {
    background-color: #a39b5e;
}
#food .daily_gallery .gallery_btn:hover::after {
    translate: 0.5em 0;
}
#food .daily_gallery .gallery_btn {
    width: 280px;
}
#food .daily_gallery .gallery_btn::after {
    background-color: #fff;
    rotate: 0deg;
}
#food .daily_gallery .gallery_btn:hover::after {
    translate: 0 0.25em;
}
#food .daily_bg {
    position: absolute;
}
#food .daily_bg.-bg_02 {
    top: 10%;
    right: -15%;
    width: 30%;
}
@media (max-width: 1280px) {
    #food .daily_bg.-bg_02 {
        width: 40%;
        right: -20%;
    }
}
@media (max-width: 540px) {
    #food .daily_bg.-bg_02 {
        display: none;
    }
}
#food .daily_bg.-bg_02 img {
    -webkit-animation: yurayura_02 4.5s infinite;
    animation: yurayura_02 4.5s infinite;
}
#food .daily_bg.-bg_03 {
    bottom: 40%;
    left: -15%;
    width: 30%;
}
@media (max-width: 1280px) {
    #food .daily_bg.-bg_03 {
        width: 40%;
        left: -20%;
    }
}
@media (max-width: 540px) {
    #food .daily_bg.-bg_03 {
        display: none;
    }
}
#food .daily_bg.-bg_03 img {
    -webkit-animation: yurayura_02 4.5s infinite;
    animation: yurayura_02 4.5s infinite;
}
#food .daily_bg.-bg_04 {
    bottom: 10%;
    right: -15%;
    width: 30%;
}
@media (max-width: 1280px) {
    #food .daily_bg.-bg_04 {
        width: 40%;
        right: -20%;
    }
}
@media (max-width: 540px) {
    #food .daily_bg.-bg_04 {
        display: none;
    }
}
#food .daily_bg.-bg_04 img {
    -webkit-animation: yurayura_01 5s infinite;
    animation: yurayura_01 5s infinite;
}
#food .delivery_img {
    margin-top: clamp(1.5em, 4cqw, 2em);
}
#food .order {
    margin-bottom: 0;
    padding-bottom: calc(clamp(2em, 8cqw, 4em) * 2);
}
#food .order#order {
    scroll-margin-top: calc(clamp(2em, 8cqw, 4em) * 2);
}
#food .order_line {
    width: 700px;
    max-width: 100%;
    margin: clamp(1.5em, 4cqw, 2em) 0;
    background-color: #F8F7EE;
    padding: clamp(1.5em, 4cqw, 2em) min(5cqw, 2em);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5em 5%;
}
@media (max-width: 540px) {
    #food .order_line {
        flex-direction: column-reverse;
    }
}
#food .order_line .line_content {
    width: 55%;
}
@media (max-width: 540px) {
    #food .order_line .line_content {
        width: 100%;
    }
}
#food .order_line .line_txt {
    margin: 1.5em 0;
}
#food .order_line .line_btn {
    position: relative;
    padding: 1em 2em;
    background-color: #BAB487;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em 0 0;
}
#food .order_line .line_btn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#food .order_line .line_btn span {
    position: relative;
    color: #fff;
}
#food .order_line .line_btn:hover {
    background-color: #a39b5e;
}
#food .order_line .line_btn:hover::after {
    translate: 0.5em 0;
}
#food .order_line .line_btn {
    background-color: #06C755;
    margin-top: 0;
    border-radius: 5px;
}
#food .order_line .line_btn:hover {
    background-color: #059f44;
}
#food .order_line .line_qr {
    width: 40%;
}
#food .order_form {
    margin-top: clamp(2em, 8cqw, 4em);
}
#food .order_btn.-active {
    background-color: #BAB487;
}
#food .order_btn.-active:hover {
    background-color: #a39b5e;
}

/*==================================================================================================
	運送事業
==================================================================================================*/
#transport {
    background-color: rgba(35, 87, 137, 0.1);
    padding: 0 10%;
}
@media (max-width: 540px) {
    #transport {
        padding: 0 0;
    }
}
#transport .cmn_secttl {
    border-bottom: 2px solid #235789;
}
#transport .cmn_subttl::before {
    background-color: #235789;
}
#transport .about_copy::before {
    background-color: #235789;
}
#transport .about_img {
    width: 40%;
}
@media (max-width: 840px) {
    #transport .about_img {
        width: 85%;
        margin-top: 50%;
    }
}
#transport .about_img .img_main {
    width: 100%;
    height: 70%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 5;
}
@media (max-width: 840px) {
    #transport .about_img .img_main {
        width: 100%;
    }
}
#transport .about_img .img_main img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
#transport .about_img .img_sub {
    height: 120%;
}
@media (max-width: 840px) {
    #transport .about_img .img_sub {
        height: 190%;
    }
}
#transport .about_img .img_01 {
    top: 30%;
    left: -12%;
    width: 47%;
}
#transport .about_img .img_02 {
    top: 22%;
    left: 38%;
    width: 25%;
}
#transport .about_img .img_03 {
    top: 3%;
    right: 21%;
    width: 32%;
}
#transport .about_img .img_04 {
    top: 10%;
    left: 8%;
    width: 28%;
}
#transport .about_img .img_05 {
    top: 12%;
    right: -8%;
    width: 34%;
}
#transport .about_img .img_bg {
    background-color: rgba(35, 87, 137, 0.3);
    margin-top: -70%;
}
#transport .about_mark {
    margin-top: clamp(1.5em, 4cqw, 2em);
    width: min(20vw, 65px);
    transition: opacity 0.5s;
}
#transport .car {
    margin-bottom: 0;
}
#transport .sec {
    margin-top: clamp(1.5em, 4cqw, 2em);
    margin-bottom: 0;
    padding-bottom: calc(clamp(2em, 8cqw, 4em) * 2);
}
#transport .sec_inner {
    z-index: 5;
}
#transport .sec_bg {
    position: absolute;
}
#transport .sec_bg.-bg_01 {
    top: -20%;
    right: -15%;
    width: 30%;
}
@media (max-width: 1280px) {
    #transport .sec_bg.-bg_01 {
        width: 40%;
        right: -20%;
    }
}
@media (max-width: 540px) {
    #transport .sec_bg.-bg_01 {
        display: none;
    }
}
#transport .sec_bg.-bg_01 img {
    -webkit-animation: yurayura_02 4.5s infinite;
    animation: yurayura_02 4.5s infinite;
}
#transport .sec_bg.-bg_02 {
    top: 5%;
    left: -15%;
    width: 30%;
}
@media (max-width: 1280px) {
    #transport .sec_bg.-bg_02 {
        width: 40%;
        left: -20%;
    }
}
@media (max-width: 540px) {
    #transport .sec_bg.-bg_02 {
        display: none;
    }
}
#transport .sec_bg.-bg_02 img {
    -webkit-animation: yurayura_02 4.5s infinite;
    animation: yurayura_02 4.5s infinite;
}
#transport .sec_bg.-bg_03 {
    bottom: 30%;
    right: -15%;
    width: 25%;
}
@media (max-width: 1280px) {
    #transport .sec_bg.-bg_03 {
        width: 35%;
        right: -20%;
    }
}
@media (max-width: 540px) {
    #transport .sec_bg.-bg_03 {
        display: none;
    }
}
#transport .sec_bg.-bg_03 img {
    -webkit-animation: yurayura_02 4.5s infinite;
    animation: yurayura_02 4.5s infinite;
}
#transport .sec_bg.-bg_04 {
    bottom: 10%;
    left: -10%;
    width: 30%;
}
@media (max-width: 1280px) {
    #transport .sec_bg.-bg_04 {
        width: 40%;
        left: -20%;
    }
}
@media (max-width: 540px) {
    #transport .sec_bg.-bg_04 {
        display: none;
    }
}
#transport .sec_bg.-bg_04 img {
    -webkit-animation: yurayura_01 5s infinite;
    animation: yurayura_01 5s infinite;
}

/*==================================================================================================
	会社概要
==================================================================================================*/
#company .location_list {
    display: flex;
    flex-direction: column;
    gap: 2.5em 0;
}
#company .location_map {
    margin-top: 1.5em;
}
#company .location_map iframe {
    width: 100%;
}

/*==================================================================================================
	求人情報
==================================================================================================*/
#recruit .tab_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em 0.75em;
}
#recruit .tab_item {
    width: calc((100% - 1.5em) / 3);
    background-color: #A1A7B5;
    position: relative;
    padding: 1em 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 85px;
    border-radius: 80px;
    cursor: pointer;
    transition: background-color 0.5s;
}
#recruit .tab_item.-active {
    background-color: #D11C2C;
}
#recruit .tab_item.-active::after {
    top: 60%;
}
@media (max-width: 840px) {
    #recruit .tab_item {
        width: calc((100% - 0.75em) / 2);
    }
}
@media (max-width: 540px) {
    #recruit .tab_item {
        width: 100%;
        min-height: auto;
    }
}
#recruit .tab_item:hover {
    background-color: #a71623;
}
#recruit .tab_item:hover::after {
    top: 60%;
}
#recruit .tab_item span {
    color: #fff;
    display: block;
    text-align: center;
    word-break: auto-phrase;
    line-height: 1.6;
    font-weight: 700;
}
#recruit .tab_item::after {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 50%;
    width: 0.75em;
    height: 0.75em;
    translate: 0 -50%;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: top 0.5s;
}
#recruit .joboffer_headtxt {
    margin-bottom: clamp(1.5em, 4cqw, 2em);
}
#recruit .joboffer_content {
    display: none;
}
#recruit .joboffer_content.-active {
    display: block;
}
@media (max-width: 840px) {
    #recruit .joboffer_content .cmn_data_term br {
        display: none;
    }
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
#contact .form_btn.-active {
    background-color: #D11C2C;
}
#contact .form_btn.-active:hover {
    background-color: #a71623;
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
@media (max-width: 540px) {
    #privacypolicy .cmn_pagehead_ttl .ja {
        font-size: 8vw;
    }
}
#privacypolicy .sec_list {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 2em 0;
}
#privacypolicy .sec_ttl {
    font-size: clamp(2rem, 3.2vw, 2.4rem);
    line-height: 1.45;
    padding-bottom: 0.75em;
    position: relative;
}
#privacypolicy .sec_ttl::before {
    content: "";
    position: absolute;
    bottom: 0.25em;
    left: 0;
    width: 2em;
    height: 2px;
    background-color: #D11C2C;
}
/*==================================================================================================
	404,サンクスページ
==================================================================================================*/
#error .sec,
#thanks .sec {
    margin-top: 0;
    padding-top: calc(clamp(2em, 8cqw, 4em) * 2 + 50px);
}
#error .sec_ttl,
#thanks .sec_ttl {
    font-size: clamp(2.4rem, 3.6vw, 3.2rem);
    line-height: 1.45;
    font-family: "Google Sans", sans-serif;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5em;
    gap: 0 0.05em;
}
#error .sec_ttl span,
#thanks .sec_ttl span {
    font: inherit;
    color: #D11C2C;
    opacity: 0;
    translate: 0 -0.5em;
    transition: 0.5s opacity, 0.5s translate;
}
#error .sec_ttl span.-active,
#thanks .sec_ttl span.-active {
    opacity: 1;
    translate: 0 0;
}
#error .sec_txt,
#thanks .sec_txt {
    text-align: center;
}
#error .sec_btn,
#thanks .sec_btn {
    position: relative;
    padding: 1em 2em;
    background-color: #D11C2C;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    transition: background-color 0.5s;
    width: 250px;
    max-width: 100%;
    margin: 2.5em auto 0;
}
#error .sec_btn::after,
#thanks .sec_btn::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/icon_arrow.svg);
    mask-image: url(../img/cmn/icon_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    rotate: 270deg;
    transition: translate 0.5s;
}
#error .sec_btn span,
#thanks .sec_btn span {
    position: relative;
    color: #fff;
}
#error .sec_btn:hover,
#thanks .sec_btn:hover {
    background-color: #a71623;
}
#error .sec_btn:hover::after,
#thanks .sec_btn:hover::after {
    translate: 0.5em 0;
}