@charset "utf-8";

/*==========================
Article header
========================= */
.keyImg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 500px;
    height: 50vw;
    background-image: url(../images/Accessary.jpg);
    background-size: cover;
    background-position: bottom;
    transform: scale(-1, 1);
}

.section--Handmade .vertical-rl {
    font-family: "Zen Maru Gothic";
    color: var(--primary-beige);
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.5em;
    font-weight: 700;
    text-shadow: 0 0 4px #4c1900;
    transform: scale(-1, 1);
    position: absolute;
    right: 7%;
}

.section--Handmade {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .keyImgSP {
        background-image: url(../images/Accessary.jpg);
        min-height: 630px;
    }

    .section--Handmade .vertical-rl {
        writing-mode: vertical-rl;
        top: 30%;
        right: 10%;
        font-size: 2.4rem;
        line-height: 1.3;
        letter-spacing: 4px;
    }
}

/*==========================
HnadmadeIntro
========================= */
.handmadeIntro {
    margin: 0 auto;
    max-width: 1000px;
    padding: 80px 0 120px;
    position: relative;
}

.illustration__first,
.illustration__second,
.illustration__third {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 64px;
}

.illustration__second {
    flex-direction: row-reverse;
}

.illustration__title {
    color: var(--primary-brown);
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-bottom: 32px;
}

.illustration__text {
    margin-bottom: 32px;
}

.illustration__first .illustration__img span img {
    position: absolute;
    top: 236px;
    left: -10%;
    width: 229px;
    object-fit: cover;
}

.illustration__first .illustration__text span img {
    position: absolute;
    top: 0;
    width: 40%;
    right: -45%;
}

.illustration__second .illustration__img img {
    max-width: 357px;
}

.illustration__third .illustration__img img {
    max-width: 511px;
}

.illustration__introduction {
    padding: 32px 0;
}

.SNS__item {
    max-width: 234px;
    margin: 40px auto 0;
}

.SNS__topic {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.SNS__handmade {
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 767px) {
    .handmadeIntro {
        padding: 48px var(--contentPadding);
        overflow-x: hidden;
    }

    .illustration__first,
    .illustration__second,
    .illustration__third {
        display: block;
        margin-bottom: 0;
    }
    
    .illustration__title {
        text-align: center;
        font-size: 2.0rem;
        margin-bottom: 16px;
    }
    
    .illustration__text {
        margin-bottom: 16px;
    }

    .illustration__textLast {
        margin-bottom: 48px;
    }
    
    .illustration__first .illustration__text span img {
        width: 172px;
        height: 137px;
        object-fit: contain;
        left: 75%;
    }

    .illustration__first .illustration__img span img {
        top: 270px;
        left: 62%;
        width: 126px;
    }

    .illustration__first .illustration__img img,
    .illustration__second .illustration__img img,
    .illustration__third .illustration__img img {
        width: 100%;
    }

    .handmadeIntro .illustration__second .illustration__title {
        text-align: start;
    }

    .illustration__introduction {
        padding: 16px 0 0;
    }


    .SNS__item {
        margin: 24px auto 0;
    }

    .SNS__topic {
        font-size: 1.6rem;
    }
}

/*==========================
section Recommend
========================= */
.img4 {
    background-image: url(../images/Nyanduitee.jpg);
}

.img4::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100px;
    margin: 0 0 -50px -10%;
    border-radius: 100%;
    background-image: url(../images/BackgroundStone.jpg);
    content: "";
}

.Recommend {
    padding: 80px 0 120px;
    background-image: url(../images/BackgroundStone.jpg);
    position: relative;
}

.Recommend__Intro {
    padding: 0 15%;
    display: flex;
    justify-content: space-between;
    gap: 204px;
    margin-bottom: 40px;
}

.Recommend__Item,
.Recommend__Item1,
.Recommend__Item2 {
    font-family: "Zen Maru Gothic";
    text-align: center;
    color: var(--primary-brown);
    font-weight: 700;
    font-size: 1.8rem;
}

.Recommend__explanation {
    color: var(--primary-brown);
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.Recommend__detail {
    padding: 0 10% 0 15%;
    display: grid;
    grid-template-columns: auto max(234px) max(281px);
    gap: 40px;
}

.Recommend__Item1,
.Recommend__Item2 {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    text-align: start;
}

.Recommend__Intro .Recommend__Item span {
    position: absolute;
    top: 0;
}

.Recommend__detail .Recommend__Item1 img,
.Recommend__detail .Recommend__Item2 img {
    width: 281px;
    object-fit: cover;
}

.Recommend__detail span {
    position: absolute;
    left: 0;
    transform: rotate(320deg);
}
.Recommend__txt {
    margin-right: 98.5px;
}

.Recommend__feature {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .Recommend {
        padding: 48px var(--contentPadding);
    }

    .Recommend__Intro {
        display: block;
        padding: 0;
    }

    .Recommend .section__topic {
        margin-bottom: 32px;
        padding: 0;
    }

    .Recommend__explanation {
        font-size: 2.0rem;
        margin-bottom: 24px;
    }

    .Recommend__description {
        margin-bottom: 24px;
    }

    .Recommend__Item {
        width: 259px;
        height: 260px;
        object-fit: cover;
        text-align: center;
        margin: 0 auto;
        color: var(--primary-brown);
        font-family: "Zen Maru Gothic";
    }

    .Recommend__detail {
        padding: 0;
        display: grid;
        grid-template-columns: 46% 46%;
        grid-template-rows: 40% 50%;
        gap: 24px;
        justify-content: center;
        grid-template-areas:
            "txt txt"
            "Item1 Item2";
    }

    .Recommend__txt {
        grid-area: txt;
        margin: 0;
    }

    .Recommend__feature {
        margin: 24px 0;
    }

    .Recommend__Item1 {
        grid-area: Item1;
    }

    .Recommend__Item2 {
        grid-area: Item2;
    }

    .Recommend__detail .Recommend__Item1 img,
    .Recommend__detail .Recommend__Item2 img {
        width: 100%;
    }

    .Recommend__Item,
    .Recommend__Item1,
    .Recommend__Item2 {
        row-gap: 16px;
        font-size: 1.4rem;
        font-weight: 400;
    }

    .Recommend__detail span,
    .Recommend__Intro .Recommend__Item span {
        width: 120px;
        object-fit: cover;
    }

    .Recommend__detail span {
        bottom: -70px;
    }

    .Recommend__Intro .Recommend__Item span {
        top: -60px;
        right: -10%;
    }

}

/*==========================
section Gallery
========================= */
.Gallery {
    padding: 80px 0 120px;
    background-image: url(../images/BackgroundStone.jpg);
    position: relative;
    overflow: hidden
}

.Gallery__item {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 200px 200px 200px 200px;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .Gallery {
        padding: 48px var(--contentPadding);
    }

    .Gallery__item {
        overflow: scroll;
        gap: 24px;
    }
}

/*==========================
article__footer
========================= */
.img5 {
    background-image: url(../images/FlowerAccessary.jpg);
}