@charset "utf-8";

/* ========================================
loading animation
===========================================*/
#loading {
    position: relative;
    width: 100%;
    height: 100vh;
    transition: all 0.4s;
    background-color: rgba(250, 250, 242, 0.9);
}

.loading__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading__item img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 90px;
    object-fit: cover;
}

.loading__item p {
    font-family: "Rokkitt";
    font-size: 2.6rem;
    display: block;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
}

/* end of loading */
.loaded {
    display: none;
}

/* fade in container */
.container--index {
    display: none;
}

.container--index.open {
    display: block;
}


/* ========================================
article header
===========================================*/
.article header {
    height: 720px;
    background-image: url(../images/top_hero-img_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    margin-top: 58px;
}

.mainCaption1 {
    width: 189px;
    position: absolute;
    /* right: 130px; */
    left: 38px;
    top: 62px;
}

.mainCaption2 {
    background: rgba(90, 51, 3, 0.7);
    padding: 12px;
    box-sizing: border-box;
    max-width: 343px;
    position: absolute;
    left: 38px;
    top: 220px;

    color: var(--primaryWhite);
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-weight: 700;
}

.mainCaption2__caption {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
}

.mainCaption2__heading {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-top: 8px;
}

.mainCaption2__heading--particle {
    font-size: 2.4rem;
    line-height: 1.2;
}

.companyName--top {
    font-size: 3.2rem;
    line-height: 1.2;
}

.news__list {
    width: 100%;
    background: rgba(242, 229, 213, 0.90);
    padding: 8px var(--contentPadding);

    position: absolute;
    top: 0;
    left: 0;
}

.news__item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

#newsTime {
    font-family: "IBM Plex Sans";
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.1;
    display: block;
}

#newsContent {
    font-family: "IBM Plex Sans JP";
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
    display: block;
}

/* article header pc */
@media screen and (min-width: 769px) {
    .article header {
        height: 750px;
        background-image: url(../images/top_hero-img_pc.jpg);
        background-position: center bottom;
        margin-top: 82px;
    }
    
    .mainCaption1 {
        width: 220px;
        position: absolute;
        left: 5.5%;
        top: 92px;
    }
    
    .mainCaption2 {
        padding: 19.5px 5.5% 19.5px 5.5%;
        max-width: 440px;
        position: absolute;
        left: 0;
        top: 270px;
    }
    
    .mainCaption2__caption {
        font-size: 2.4rem;
        text-align: left;
    }
    
    .mainCaption2__heading {
        font-size: 3.4rem;
        text-align: left;
        margin-top: 12px;
    }
    
    .mainCaption2__heading--particle {
        font-size: 2.6rem;
    }
    
    .companyName--top {
        font-size: 3.6rem;
    }

    .news__list {
        padding: 8px 5.5%;
        height: 33px;
        gap: 40px;
    }

    #newsTime {
        font-size: 1.4rem;
    }
    
    #newsContent {
        font-size: 1.5rem;
    }
}
/* pc 769px */

@media screen and (min-width: 1024px) {
    .article header {
        height: 750px;
        background-image: url(../images/top_hero-img_pc.jpg);
        background-position: center bottom;
        margin-top: 82px;
    }
    
    .mainCaption1 {
        width: 278px;
        position: absolute;
        left: 5%;
        top: 112px;
    }
    
    .mainCaption2 {
        padding: 21.5px 46px 21.5px 5.5%;
        max-width: 590px;
        object-fit: contain;
        position: absolute;
        left: 0;
        top: 353px;
    }
    
    .mainCaption2__caption {
        font-size: 3.2rem;
        text-align: left;
    }
    
    .mainCaption2__heading {
        font-size: 4.6rem;
        text-align: left;
        margin-top: 16px;
    }
    
    .mainCaption2__heading--particle {
        font-size: 3.6rem;
    }
    
    .companyName--top {
        font-size: 5rem;
    }

    .news__list {
        padding: 8px 5.5%;
    }

    .news__item {
        gap: 40px;
    }
    
    .news__item time {
        font-size: 1.4rem;
    }
    
    .news__txt {
        font-size: 1.5rem;
    }
}
/* pc 1024px */


/* ========================================
news
===========================================*/
/* .section--news {
    background: linear-gradient(0deg, rgba(250, 250, 242, 0.70) 0%, rgba(250, 250, 242, 0.70) 100%), #F2E5D5;
}

.news__list {
    margin: 48px auto 0;
    width: 100%;
}

.news__item {
    background-color: #ffffff;
    width: 100%;
    padding: 16px;
    margin-top: 16px;
}

.news__item time {
    font-family: "IBM Plex Sans";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.1;

}

.news__txt {
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 8px;
} */

/* news pc */
/* @media screen and (min-width: 769px) {
    .news__list {
        margin: 64px auto 0;
        max-width: 900px;
    }
    
    .news__item {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 40px;
    }
    
    .news__txt {
        font-family: "IBM Plex Sans JP";
        font-size: 2rem;
        margin-top: 0;
    }
    
} */
/* pc 769px */

/* ========================================
concept
===========================================*/
.conceptTitle {
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 48px;
}

.conceptTitle span {
    font-family: "IBM Plex Sans";
    font-size: 3.2rem;
}

.concept__list {
    margin-top: 73px;
}

.concept__item:first-of-type {
    margin-top: 73px;
}

.concept__item {
    width: 300px;
    height: 235px;
    margin: 64px auto 0;
}

.concept__item p {
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.concept__item1 {
    background-image: url(../images/concept_blob_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 30px 0 56px;
}

.concept__item2 {
    background-image: url(../images/concept_blob_2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 30px 0 26px;
}

.concept__item3 {
    background-image: url(../images/concept_blob_3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 30px 0 56px;
}

.concept__item1 img,
.concept__item3 img {
    display: block;
    width: 61px;
    height: 61px;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.concept__item2 img {
    display: block;
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.concept__item1 p,
.concept__item3 p {
    margin-top: 59px;
}

.concept__item2 p {
    margin-top: 50px;
}

.section__btn--concept {
    margin-top: 73px;
}

/* concept pc */
@media screen and (min-width: 769px) {
    .conceptTitle {
        font-size: 3.2rem;
        margin-top: 64px;
    }
    
    .conceptTitle span {
        font-size: 4.2rem;
    }
    
    .concept__list {
        margin-top: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 34px;
    }
    
    .concept__item:first-of-type {
        margin-top: 0px;
    }
    
    .concept__item {
        width: 364px;
        height: 285px;
        margin: 0;
    }
    
    .concept__item p {
        font-size: 2.4rem;
    }
    
    .concept__item1 {
        padding: 40px 0 70px;
    }
    
    .concept__item2 {
        padding: 40px 0 37px;
    }
    
    .concept__item3 {
        padding: 40px 0 70px;
    }
    
    .concept__item1 img,
    .concept__item3 img {
        width: 76px;
        height: 76px;
    }
    
    .concept__item2 img {
        width: 90px;
        height: 90px;
    }
    
    .concept__item1 p,
    .concept__item3 p {
        margin-top: 64px;
    }
    
    .concept__item2 p {
        margin-top: 50px;
    }
    
    .section__btn--concept {
        margin-top: 80px;
    }
}
/* pc 769px */

/* ========================================
menu
===========================================*/
.section--menu {
    background: linear-gradient(0deg, rgba(250, 250, 242, 0.70) 0%, rgba(250, 250, 242, 0.70) 100%), #F2E5D5;
}

.spTxt--menu {
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 24px;
}

.menuTitle {
    display: flex;
    align-items: center;
    margin: 56px auto 32px;
    position: relative;
}

.menuTitle::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 12px;
    background: rgba(90, 51, 3, 0.08);
}

.iconDrinks {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -13px;
}

.iconFoods {
    width: 62px;
    height: 62px;
    position: absolute;
    left: -11px;
}

.menuTitle h5 {
    font-family: Rokkitt;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
    position: absolute;
    left: 56px;
    top: -16px;
}

.lineUp {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.lineUp__img {
    display: inline-block;
    width: 113px;
    height: 113px;
}

.lineUp__content {
    display: none;
}

.section__btn--menu {
    margin-top: 56px;
}

/* modal window sp only */
.modal-container::after {
    display: none;
    content: '';
    background-color: rgba(242, 229, 213, 0.92);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-container.open::after {
    display: block;
    z-index: 90;
}

.modal__item {
    z-index: -10;
    opacity: 0;
    transition: 1s;
    width: 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(90, 51, 3, 0.10);

    width: 260px;
    height: 580px;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal__item.open {
    z-index: 100;
    opacity: 1;
}

.modal__img {
    display: block;
    width: 260px;
    height: 260px;
}

.modal__item img {
    display: block;
    border-radius: 12px 12px 0 0;
}

.modal__content {
    display: block;
    width: 260px;
    height: 320px;
}

.modal__category {
    text-align: center;
    font-family: "IBM Plex Sans";
    line-height: 1.1;
    margin-top: 16px;
}

.modal__category--hot {
    color: #B23303;
    font-size: 2rem;
    font-weight: 700;
}

.modal__category--ice {
    color: #1B2CB3;
    font-size: 2rem;
    font-weight: 700;
}

.modal__category {
    color: #282E24;
    font-size: 1.6rem;
    font-weight: 500;
}

.modal__name {
    font-family: "IBM Plex Sans JP";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;

    display: block;
    width: 223px;
    height: 46px;
    margin: 14px auto 0;
}

.modal__name--foods {
    margin-top: 36px;
}

.modal__pointBox {
    width: 230px;
    padding: 16px;
    border: 1px solid rgba(90, 51, 3, 0.25);
    margin: 10px auto 0;
}

.modal__point {
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
}

.modal__pointTxt {
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    margin-top: 12px;
}

.button__close {
    display: none;
    width: 24px;
    height: 24px;
    position: fixed;
    top: 56px;
    right: 4.2%;
    z-index: 100;
}

.button__close.open {
    display: block;
}

.close img {
    width: 100%;
}

/* hoverの設定 */
.lineUp__item:active {
    background-color: rgba(250, 250, 242, 0.85);
}

.modal__item:active {
    background-color: rgba(250, 250, 242, 0.85);
}



/* menu pc */
@media screen and (min-width: 769px) {
    .spTxt--menu {
        display: none;
    }

    .menuTitle {
        margin: 120px auto 64px;
    }
    
    .menuTitle::before {
        height: 25px;
    }
    
    .iconDrinks {
        width: 140px;
        height: 140px;
        position: absolute;
        left: -29px;
    }
    
    .iconFoods {
        width: 135px;
        height: 135px;
        position: absolute;
        left: -20px;
    }
    
    .menuTitle h5 {
        font-size: 3.2rem;
        left: 130px;
        top: -16px;
    }
    
    .lineUp {
        display: flex;
        flex-wrap: wrap;
        gap: 32px 36px;
        margin-left: 6%;
    }

    .lineUp__item {
        border-radius: 12px;
        background: #FFF;
        box-shadow: 2px 2px 4px 0px rgba(90, 51, 3, 0.10);

        width: 260px;
        height: 390px;
    }
    
    .lineUp__img {
        display: block;
        width: 260px;
        height: 260px;
    }

    .lineUp__item img {
        display: block;
        border-radius: 12px 12px 0 0;
    }
    
    .lineUp__content {
        display: block;
        width: 260px;
        height: 130px;
    }

    .lineUp__category {
        text-align: center;
        font-family: "IBM Plex Sans";
        line-height: 1.1;
        margin-top: 16px;
    }

    .lineUp__category--hot {
        color: #B23303;
        font-size: 2rem;
        font-weight: 700;
    }

    .lineUp__category--ice {
        color: #1B2CB3;
        font-size: 2rem;
        font-weight: 700;
    }

    .lineUp__category {
        color: #282E24;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .lineUp__name {
        font-family: "IBM Plex Sans JP";
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.1;

        display: block;
        width: 223px;
        margin: 14px auto 0;
    }

    .lineUp__name--foods {
        margin-top: 36px;
    }
    
    .section__btn--menu {
        margin-top: 120px;
    }
}
/* pc 769px */

/* ========================================
schedule
===========================================*/
.section--schedule p {
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 48px;
}

.googleCalendar iframe {
    width: var(--contentWidth);
    max-width: 800px;
    display: block;
    margin: 24px auto 0;
    border: none;
    overflow: hidden;
}

/* schedule pc */
@media screen and (min-width: 769px) {
    .section--schedule p {
        font-size: 1.8rem;
        margin-top: 64px;
    }
    
    .googleCalendar iframe {
        margin: 64px auto 0;
    }
}
/* pc 769px */

/* ========================================
customers' voices
===========================================*/
.section--customersVoices {
    background: linear-gradient(0deg, rgba(250, 250, 242, 0.70) 0%, rgba(250, 250, 242, 0.70) 100%), #F2E5D5;
}

.iconInstagram {
    display: block;
    width: 50px;
    height: 50px;
    margin: 48px auto 0;
}

.section--customersVoices p {
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.1;
}

.slider--instagram {
    margin: 48px auto 0;
    position: relative; /* 矢印の基準をスライダーに */
}

.slider__item img {
    max-width: 288px;
    height: auto;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    margin: 0 auto;
}


.slick-prev:before, .slick-next:before {
    color: #5A3303;
}

.slick-prev, .slick-next {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev {
    left: 2%;
}

.slick-next {
    right: 2%;
}


/* customers' voices pc */
@media screen and (min-width: 769px) {
    .section--customersVoices {
        padding: 80px 0 100px;
    }

    .iconInstagram {
        width: 58px;
        height: 58px;
        margin: 64px auto 0;
    }
    
    .section--customersVoices p {
        font-size: 1.6rem;
    }
    
    .slider--instagram {
        margin: 64px auto 0;
        width: 100%;
        max-width: 1440px;
        overflow: hidden;
    }
    
    .slider__item {
        width: 100%;
        max-width: 288px;
        aspect-ratio: 9 / 16; /* アスペクト比を維持 */
    }
    
    .slider__item img {
        width: 100%;  /* 親要素の幅に合わせる */
        height: 100%; /* 親要素の高さにフィットさせる */
        object-fit: cover; /* 画像のトリミングを調整 */
    }

    .slick-prev:before, .slick-next:before {
        display: none;
    }
}
/* pc 769px */

/* ========================================
contact
===========================================*/
.section--contact {
    position: relative;
}

.topic--contact {
    color: #B23303;
    text-align: center;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4; 

    display: block;
    padding: 10px 0;
    margin: 0 auto;
    width: 300px;
    background: linear-gradient(90deg, rgba(250, 250, 242, 0.90) 1.67%, #F2E5D5 51.5%, rgba(250, 250, 242, 0.90) 100%);

    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    z-index: 50;
}

.contentBox {
    width: 100%;
    height: 662px;
    margin-top: 32px;
    padding: 90px 0px 0px 0px;
    border-radius: 12px;
    border: 2px solid rgba(90, 51, 3, 0.70);

    position: relative;
}

.contactTxt {
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 0 3.5%;
}

.nav__btn--contactSection {
    display: block;
    margin: 20px auto 0;
    z-index: 10;
}

.trackRecordTxt {
    display: block;
    font-family: "IBM Plex Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 3.5%;

    margin-top: 64px;
}

.trackRecordLink {
    display: inline;
    font-family: "IBM Plex Sans JP";
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    border-bottom: 1.5px solid rgba(178, 51, 3, 0.50);
}

.trackRecordTxt a {
    position: relative;
    z-index: 1;
}

.contactBox__img0 {
    display: block;
    width: 85%;
    max-width: 450px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contactBox__img1 {
    display: block;
    width: 17%;
    position: absolute;
    right: 2%;
    top: 380px;
}

.contactBox__img2 {
    display: block;
    width: 17%;
    position: absolute;
    right: 62%;
    bottom: -20px;
}

.contactBox__img3 {
    display: block;
    width: 26%;
    position: absolute;
    left: 2%;
    bottom: 0;
}

/* contact pc */
@media screen and (min-width: 769px) {
    .section--contact {
        padding: 80px 5.5%;
    }
    .topic--contact {
        font-size: 2rem;
        width: 519px;
    }

    .contentBox {
        height: 435px;
        max-width: 1280px;
        margin: 20px auto 0;
        padding: 120px 0px 0px 0px;
    }
    
    .contactTxt {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .nav__btn--contactSection {
        margin: 28px auto 0;
    }
    
    .trackRecordTxt {
        font-size: 1.6rem;
        margin-top: 72px;
        text-align: center;
    }
    
    .trackRecordLink {
        font-size: 1.8rem;
    }

    .contactBox__img0 {
        display: block;
        width: 60%;
        max-width: 350px;
        z-index: -1;
    }

    .contactBox__img1 {
        display: block;
        width: 8.2%;
        position: absolute;
        right: 3%;
        top: 25px;
    }
    
    .contactBox__img2 {
        display: block;
        width: 9.8%;
        position: absolute;
        right: 75%;
        bottom: -25px;
    }
    
    .contactBox__img3 {
        display: block;
        width: 17%;
        position: absolute;
        left: 1.2%;
    }
}
/* pc 769px */