@charset "utf-8";

.gjs-dashed .inner-mask:after {
    content: none;
}

.in-secondary {
    color: var(--secondary);
}

.in-bg-secondary {
    background-color: var(--secondary);
}

.in-white {
    color: var(--white);
}

.inner-mask {
    position: relative;
}

.inner-mask:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/in-illust-mask.png) repeat-y, center;
    background-size: contain;
    z-index: -1;
    transition: all .3s;
}

.block-mask {
    position: relative;
}

.block-mask:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/recruit-bg-mask.png) no-repeat, center;
    background-size: cover;
    border-radius: 30px;
    z-index: 3;
    transition: all .3s;
}

.txt-mask {
    position: relative;
}

.txt-mask:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/hachiren-mask.png) no-repeat, center;
    background-size: cover;
    z-index: 1;
    transition: all .3s;
}

.inArea01 {
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}

.inArea02 {
    width: 100%;
    max-width: 1420px;
    padding: 0 15px;
    margin: 0 auto;
}

.inArea03 {
    width: 100%;
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
}

.comTitBox {
    position: relative;
    padding: 20px 15px 20px 8%;
    background-color: #EAE3D3;
    border-radius: 15px;
}

.comTitBox:before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 2.5%;
    margin: auto;
    width: 15px;
    height: 15px;
    background-color: #DC000C;
    border-radius: 50%;
    z-index: 10;
}

.comTitBox .txt40 {
    letter-spacing: 0.05em;
}

.baseTb {
    max-width: 1020px;
    width: 100%;
}

.baseTr {
    padding: 30px 0;
    border-bottom: 1px solid #927C67;
}

p a {
    color: var(--black);
}

p a:hover {
    text-decoration: underline;
}

.backBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    max-width: 220px;
    height: 60px;
    gap: 10px;
    border-radius: 100vmax;
    border: 3px solid var(--black);
    box-shadow: 3px 3px 0 var(--black);
    background: var(--white);
    overflow: hidden;
}


.backBtn p {
    letter-spacing: 0;
    line-height: 1.5em;
    color: var(--black);
    font-weight: 800;
    font-size: 16px;
    transition: all .3s;
}

.backBtn::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 16.5px;
    height: 12px;
    background: url(/system_panel/uploads/images/arrow01.svg) no-repeat center /contain;
    transform: scale(-1, 1);
    transition: all .3s;
}

.backBtn:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(41deg) brightness(111%) contrast(101%);
}

.backBtn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    border-radius: 100vmax;
    transition: all .3s;
    transform: scale(0);
}

.backBtn:hover::after {
    background: var(--black);
    transform: scale(1.1);
}

.backBtn:hover p {
    color: var(--white);
}

.yellow-bg {
    position: relative;
}

.yellow-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 59%;
    max-height: 678px;
    background: url(/system_panel/uploads/images/bg03.png) no-repeat center top /cover;
}


.loopImgBx {
    position: relative;
    width: 150px;
    margin: 0 15px 0 0;
    border-radius: 15px;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.inReadTxt01 s {
    text-decoration: none;
    color: var(--secondary);
    font-size: calc(1.875rem + ((1vw - 3.75px) * 3.2362));
    min-height: 0vw;
}

.inReadTxt01 u {
    text-decoration: none;
    font-size: calc(1.875rem + ((1vw - 3.75px) * 3.2362));
    min-height: 0vw;
}

.baseTh p {
    font-weight: 900;
}

/* -----------------------------------------------------------
## 想い
----------------------------------------------------------- */

.totSboutTr {
    border-bottom: 1px solid #CBBFAD;
}

.carousel-indicators {
    gap: 10px;
}

.indicator img {
    transition: all .3s;
}

.indicator:hover img {
    transform: scale(1.1);
}

/* -----------------------------------------------------------
  ## こだわり
  ----------------------------------------------------------- */
.styleComFlImg {
    height: max-content;
}


/* -----------------------------------------------------------
  ## つけめん
  ----------------------------------------------------------- */

.tsukeFlR {
    display: contents !important;
}

.tsukeFlTxtBx01 {
    order: -1 !important;
}

.tsukeLineFlTitBx {
    aspect-ratio: 190/ 61;
}

.tsukeLink::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #2B1707;
    opacity: .6;
    transition: all .3s;
}

.tsukeLink:hover::before {
    opacity: .2;
}

/* -----------------------------------------------------------
## 採用情報
----------------------------------------------------------- */

.recruitIllustBox {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 30%;
}

.recTxtItem p strong {
    font-size: calc(1.3125rem + ((1vw - 3.75px) * 1.2298));
    font-weight: 700;
}

.recTxtBlockDeco01:before,
.recTxtBlockDeco01:after,
.recTxtBlockDeco02:before,
.recTxtBlockDeco02:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #FFE28B;
    border: 1px solid #513118;
    border-radius: 50%;
    z-index: 10;
}

.recTxtBlockDeco01:before {
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
}

.recTxtBlockDeco01:after {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

.recTxtBlockDeco02:before {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.recTxtBlockDeco02:after {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
}


/* -----------------------------------------------------------
## 通販について
----------------------------------------------------------- */

.onlineBtnBox .btn03 {
    max-width: 1420px;
}

.onlineImgBx01 {
    right: 0;
    bottom: 30px;
}

.youtubeBlock {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

.onlineGrid03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

.onlineItem .btn01 p {
    font-family: var(--fontA);
    font-size: 18px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .loopImgBx {
        width: 300px;
    }

    .backBtn {
        height: 65px;
        max-width: 280px;
    }

    .backBtn p {
        font-size: 20px;
    }

    .comTitBox {
        padding: 20px 15px 20px 5%;
    }

    .baseTh p {
        font-weight: 500;
    }

    /* -----------------------------------------------------------
  ## つけめん
  ----------------------------------------------------------- */

    .tsukeFlR {
        display: flex !important;
    }

    /* -----------------------------------------------------------
  ## 採用情報
  ----------------------------------------------------------- */

    .recruitIllustBox {
        top: -17%;
        right: 0;
        bottom: auto;
    }

    /* -----------------------------------------------------------
  ## 通販について
  ----------------------------------------------------------- */

    .onlineImgBx01 {
        right: 0;
        bottom: -40px;
    }

    .youtubeBlock {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .onlineGrid03 {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .loopImgBx {
        width: 380px;
        margin: 0 25px 0 0;
    }

    .onlineGrid03 {
        gap: 24px;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    .totShopBtnBx {
        flex-direction: row !important;
        align-items: center !important;
    }

    .totShopBtnBxIn {
        margin: 0 0 0 20px !important;
    }

    .stylebgTxt {
        font-size: 250px !important;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    .tsukeFlTxtBx01 {
        margin: 115px 0 0 !important;
    }


    .tsukeLineFlTitBx {
        margin: -40px auto 0 !important;
    }

    .tsukeLineDeco {
        left: -20px !important;
        width: 111px !important;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {

    .txt40 {
        font-size: 40px;
    }

}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */