@charset "uft-8";

/* ====================
main  main-top
====================*/
.main-top {
    width: 100%;
    height: auto;
    background-image: url(../images/main_photo-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.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: 85px;
    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 {
    background-image: url(../images/washi.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-bottom: 219px;
}

.wrapper__inside {
    padding: 0 4.2% 50px;
}

.mainTitle-box {
    width: 100%;
    height: auto;
    text-align: center;
}

.section--about .topic {
    display: block;
}

.mainCaption__txt_1 {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 45px;
}

.about__photo {
    margin-top: 45px;
}

.mainCaption__txt_2 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.8px;
    margin-top: 45px;
}

.mainCaption__txt_3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

.btn {
    display: inline-block;
    background-image: url(../images/btn.png);
    width: 320px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    color: #FAFAFA;
    font-family: "Noto Sans JP";
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    transition: 0.4s;
    line-height: 60px;
}

.btn::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 19px;
    background-image: url(../images/SVG/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
}

.btn:hover{
    opacity: 0.7;
} 

.btn__a {
    margin-top: 45px;
    margin-bottom: 100px;
}

.section--menu .topic {
    display: block;
    margin-bottom: 17.5rem;
    position: relative;
}

.section--menu .topic::before {
    content: "";
    background: url(../images/ebiten_cut@2x.png) no-repeat center/100%;
    position: absolute;
    width: 207px;
    height: 140px;
    right: -202px;
    bottom: -190px;

}

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

.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);
}

.link__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px;
    margin-top: 59px;
}

.link__photo {
    margin-bottom: 64px;
}

.link__photo.link__photo:nth-child(5n) {
    margin-bottom: 30px;
}

.lineUp__image {
    border-radius: 12px;
}

.photo_text {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
}

.annotation {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    letter-spacing: 0.5px;
    margin-top: 39px;
    margin-bottom: 50px;
}

.section--menu .topic::after {
    content: "";
    background: url(../images/dashimakitamago_cut@2x.png) no-repeat center/100%;
    position: absolute;
    width: 207px;
    height: 169px;
    right: 10px;
    bottom: -1630px;
}

.section--information {
    padding: 50px 4.2%;
   
}

.section--information .topic {
    display: block;
}

.shop_outside {
    margin-top: 25px;
}

.btn__c {
    margin-top: 25px;
}

.section--contact {
    background-image: url(../images/background_image@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 80px 0 105px;
}

.contact__text__1 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: normal;
}

.contact__text__2 {
    font-size: 1.4rem;
    line-height: normal;
}

.telephone_group_2 {
    display: flex;
    justify-content: center;
}

.telephone_number_2 {
    font-size: 1.6rem;
}

.contact__text__3__a,
.contact__text__3__b,
.contact__text__3__c {
    font-size: 1.2rem;
    display: inline-block;
}

.contact__text__3__a {
    margin-top: 15px;
}

.contact__text__3__b {
    margin-top: 5px;
}

.contact__text__3__c {
    margin-top: 5px;
}



/* .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;
    }
    }