@charset "uft-8";

 /* ====================
slick
 ====================*/
.slick-slide img {
    margin: 0 auto;
}

/* ====================
main  main-top
====================*/
.main-top {
    width: 100%;
    height: auto;
}

.box_image {
    display: flex;
    justify-content: flex-end;
    margin-right: var(--contentPadding 4.2%);
}

.box {
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 13px;
    background: var(--primary-red, #B32425);
    text-align: center;
    position: fixed;
    top: 556px;
    right: 4.2%;
    z-index: 10;
}

.instagram_icon {
    margin-top: 10px;
}

.instagram__text {
    color: #FFF;
    text-align: center;
    font-size: 1.0rem;
    margin-top: 9px;
}

.box__logo {
    display: block;
    text-align: center;
    margin-top: 150px;
}

.main {
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.wrapper {
    padding: 50px 4.2% 65px;
}

.section__shop__menu .topic {
    display: block;
}

.link__lineUP__group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    margin-bottom: 4.6rem;
    margin-top: 2.5rem;
}

.link__lineUP__group li {
    width: 110px;
    height: 95px;
    background-image: url(../images/SVG/shape__lineUp.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 99%;
    text-align: center;
}

.link {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.link__text {
    color: #FAFAFA;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6rem;
    /* 100% */
    letter-spacing: 0.8px;
    writing-mode: vertical-rl;
}

.link__1,
.link__2 {
    margin-bottom: 26px;
}

.link__3,
.link__4,
.link__5 {
    width: calc((100% - 10px) / 3);
}

.annotation__group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 20px 44px 0;
}

.annotation {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.5px;
}

.section--lineUp  {
    margin-top: 25px;
}


/* スライドの外枠 */
.side-wrapper {
   display: block;
}

.lineUp__topic {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-top: 50px;
}

.slider {
    display: block;
    width: 100%;
    margin: 23px 0 auto;
} 

.slide__item {
    text-align: center;
    margin-bottom: 48px;
    margin: 0 auto;
}

.menu__topic {
    display: inline-block;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.8px;
    margin: 23px 0px 20px;
}

.menu__text {
    display: inline-block;
    font-size: 1.6rem; 
    line-height: 1.5;
    text-align: left;
    margin: 0 auto ;
    letter-spacing: 0;
}

.menu__text2 {
    display: inline-block;
    font-size: 1.2rem; 
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0;
}

.text__group {
    display: flex;
    flex-direction: column;
}

/* スライダーボタン */
.slick-prev::before {
   content: url('../images/SVG/shift_arrow_left.svg');
}

.slick-next::before {
    content: url('../images/SVG/shift_arrow_right.svg');
}

.slick-prev {
    left: 15px;
    z-index: 1000;
}

.slick-next {
    right: 15px;
    z-index: 1000;
}

/* .header pc */
@media screen and (min-width:956px) {
    .header {
        display: none;
    }
    
    /* ====================
    pc背景
    ===================== */
    .main__container {
        display: block;
        unicode-bidi: isolate;
    } 

    .background-container {
        display: block;
        position: relative;
    } 

    .background-image-1 {
        position: fixed;
        top: 0;
        right: 0;
        width: 30%;
        height: 100vh;
        background: url(../images/right-side.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: -10;
    }

    .background-image-2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 30%;
        height: 100vh;
        background: url(../images/left-side.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: -10;
    }


    .telephone-nav-group {
        position: absolute;
        max-width: 266px;
        width: 40%;
        right: 6%;
        top: 150px;
    }

    .btn__telephone {
        display: flex;
        justify-content: center;
        gap: 4px;
        align-items: center;
        background-color: #B32425;
        text-align: center;
        color: #FAFAFA;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1;
        transition: 0.4s;
        border-radius: 50px;
        padding: 8px;
        top: 280px;
        right: -606px;
    }

    .btn__telephone::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 35px; 
        background-image: url(../images/SVG/telephone__white.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .telephone__btn__text {
        color: var(--primary-white)#FAFAFA;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .btn__telephone:hover {
        opacity: 0.7;
    } 

    .pc__nav__list {
        display: flex;
        flex-direction: column;
        padding: 15px;
        gap: 40px;
        margin-top: 89px;
    }

    .pc__nav__item {
        font-size: 2.0rem;
        font-weight: 700;
    }

    .name__value {
        position: absolute;
        top: 150px;
        left: 18%;
    }

    .content {
        width: 375px;
        height: 100vh;
        background-color: #FAFAFA;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
  
    .box {
        display: block;
        width: 82px;
        height: 82px;
        border-radius: 13px;
        background: var(--primary-red, #B32425);
        text-align: center;
        top: 560px;
        right: 18%;
        z-index: 10;
    } 
}

@media screen and (min-width:390px) {
    .content {
        width: 375px;
        height: 100vh;
        background-color: #FAFAFA;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
}