/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#outer {
    max-width: unset;
}

html {
    scroll-behavior: smooth;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
   margin-top: 0;
}

/* 基本設定 */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: rgba(34, 32, 32, 1);
    line-height: 1.8;
    background-color: white;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* セクション共通 */
section {
    width: 100%;
}

/* ヒーローセクション */
.hero {
    background-image: url('../images/fv.jpg');
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 47.222vw;
    padding-top: 17.5vw;
}

.hero__title {
    font-family: 'Hannari Mincho', serif;
    font-size: 3.472vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding: 0;
    width: fit-content;
}

.hero__title span {
    color: rgba(215, 0, 19, 1)
}

.hero__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.667vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.24em;
    width: fit-content;
    margin: 0 auto;
    margin-top: 1.11vw;

}

/* アバウトセクション */
.about {
    width: 100vw;
    position: relative;
    padding: 5.556vw 0;
}

.about__content {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}   

.about__image {
    width: 100vw;
    height: 11.111vw;
    background-image: url('../images/about-image.png');
    background-size: cover;
    background-position: center;
}

.about__title {
    font-family: 'Hannari Mincho', serif;
    font-size: 2.778vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
}

.about__title span {
    color: rgba(215, 0, 19, 1);
}

.about__text {
    width: 56.806vw;
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.08em;
}

.about__button {
    width: 22.5vw;
    height: 5.556vw;
    border: 1px solid rgba(215, 0, 19, 1);
    color: rgba(215, 0, 19, 1);
    font-family: 'Hannari Mincho', serif;
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding-top: 1.599vw;
    padding-left: 3.611vw;
    position: relative;
    display: inline-block;
}

.about__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 1.947vw;
    right: 1.942vw;
    background-image: url('../images/arrow-red.png');
    background-size: cover;
    background-position: center;
}

/* フレンドシップセクション */
.feature {
    width: 100vw;
    height: 40.208vw;
    background-image: url('../images/feature-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 5.556vw 0;
}

.feature-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2.778vw;
}

.feature__title {
    font-family: 'Hannari Mincho', serif;
    font-size: 2.778vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    color: white;
}

.feature__text {
    width: 65.139vw;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: center;
}

.feature__button {
    width: 22.5vw;
    height: 5.556vw;
    border: 1px solid white;
    background-color: white;
    color: black;
    font-family: 'Hannari Mincho', serif;
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: none;
    display: flex;
    align-items: center;;
    padding-left: 4.792vw;
    position: relative;
}

.feature__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 1.806vw;
    right: 4.792vw;
    background-image: url('../images/arrow.png');
    background-size: cover;
    background-position: center;
}

.omoide {
    width: 100vw;
    padding: 5.556vw 0;
    background-color: rgba(255, 248, 251, 1);
    position: relative;
    overflow: hidden;
}

.omoide__bg1 {
    width: 19.583vw;
    height: 17.222vw;
    position: absolute;
    top: 51.389vw;
    left: 74.583vw;
    background-image: url('../images/omoide-bg.png');
    background-size: cover;
    background-position: center;
}

.omoide__bg2 {
    width: 26.69vw;
    height: 23.472vw;
    position: absolute;
    top: -1.25vw;
    left: 2.5vw;
    background-image: url('../images/omoide-bg.png');
    background-size: cover;
    background-position: center;
}

.omoide__content {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.omoide__title {
    font-family: 'Hannari Mincho', serif;
    font-size: 2.778vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
} 

.omoide__title span {
    color: rgba(215, 0, 19, 1);
}

.omoide__row {
    width: 61.111vw;
    height: 42.778vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.778vw;
}

.omoide__comment {
    width: 29.167vw;
    height: 20vw;
    background-color: white;
    border-radius: 1.667vw;
    padding: 1.667vw;
}

.omoide__comment-text-wrap {
    height: 13.472vw;
}

.omoide__comment-title {
    font-family: 'Hannari Mincho', serif;
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.omoide__comment-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.972vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top :1.111vw;
}

.omoide__comment-name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.972vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: right;
    margin-top: 1.111vw;
}

.omoide__btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.667vw;
}

.omoide__btn-row {
    width: 45.139vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.omoide__btn {
    display: inline-block;
    width: 22.014vw;
    height: 4.444vw;
    border: 1px solid black;
    color: black;
    font-family: 'Noto Sans JP',sans-serif;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding-top: 1.354vw;
    border-radius: 0.417vw;
    
    position: relative;
}

.omoide__btn--1 {
    width: 22.014vw;
    padding-left: 4.931vw;
}

.omoide__btn--2 {
    width: 21.458vw;
    padding-left: 1.667vw;
}

.omoide__btn--1::after {
    content: '';
    width: 2.222vw;
    height: 2.222vw;
    position: absolute;
    top: 1.111vw;
    right: 4.931vw;
    background-image: url('../images/x-icon.png');
    background-size: cover;
    background-position: center;
}

.omoide__btn--2::after {
    content: '';
    width: 2.222vw;
    height: 2.222vw;
    position: absolute;
    top: 1.111vw;
    right: 1.667vw;
    background-image: url('../images/instagram-icon.png');
    background-size: cover;
    background-position: center;
}

.omoide__btn-text {
    font-family: 'Noto Sans JP',sans-serif;
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
}

.omoide__btn-text span {
    font-size: 1.25vw;
}

/* 商品一覧セクション */
.item {
    width: 100vw;
    padding: 5.556vw 0;
    background-color: rgba(215, 0, 19, 1);
}

.item__content {
    width: 60.278vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.item__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item__text-wrap {
    width: 37vw;
}

.item__box {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    padding: 1.111vw;
    border-radius: 0.556vw;
    border: 2px solid white;
    color: white;
    width: fit-content;
}

.item__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.944vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 1.111vw;
    color: white;
}

.item__name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.778vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
    color: white;
    margin-top: 0.556vw;
}

.item__image {
    width: 21.256vw;
    height: 16.042vw;
    border-radius: 1.111vw;
    overflow: hidden;
}


.item__button {
    width: 22.5vw;
    height: 5.556vw;
    border: 1px solid white;
    background-color: white;
    color: rgba(215, 0, 19, 1);
    font-family: 'Hannari Mincho', serif;
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 3.611vw;
    position: relative;
}

.item__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 1.806vw;
    right: 2.361vw;
    background-image: url('../images/arrow-red.png');
    background-size: cover;
    background-position: center;
}


/* レスポンシブデザイン */
@media (max-width: 780px) {
     
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* セクション共通 */
    section {
        width: 100%;
    }

    /* ヒーローセクション */
    .hero {
        background-image: url('../images/sp-fv.jpg');
        background-size: cover;
        background-position: center;
        width: 100vw;
        height: 161.333vw;
        padding-top: 62.8vw;
    }

    .hero__title {
        font-size: 9.6vw;
        margin: 0 auto;
        padding: 0;
        width: fit-content;
    }
    
    .hero__text {
        font-size: 3.733vw;;
        margin-top: 1.8vw;
    }

    /* アバウトセクション */
    .about {
        width: 100vw;
        position: relative;
        padding: 21.333vw 0;
    }

    .about__content {
        width: 93.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10.677vw;

    }   

    .about__image {
       width: 100vw;
       height: 26.67vw;
       background-image: url('../images/sp-about-image.png');
    }

    .about__title {
        width: 93.333vw;
        margin: 0 auto;
        font-size: 8.533vw;
        line-height: 1.6;
    }

    .about__text {
        width: 93.333vw;
        margin: 0 auto;
        font-size: 4.267vw;
    }

   .about__text-link {
       text-decoration: underline;
       cursor: pointer;
    }
    
    .about__text.hidden {
       display: none;
    }
   
    .about__button {
        width: 86.4vw;
        height: 21.333vw;
        color: rgba(215, 0, 19, 1);
        padding-top: 6.141vw;
        padding-left: 13.867vw;
        font-size: 6.4vw;
    }

    .about__button::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 7.475vw;
        right: 7.459vw;
    }

    /* フレンドシップセクション */
    .feature {
        width: 100vw;
        height: 197.333vw;
        padding: 21.333vw 0;
    }

    .feature-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 10.667vw;
    }

    .feature__title {
        font-size: 8.533vw;
    }

    .feature__text {
        width: 93.333vw;
        margin: 0 auto;
        font-size: 4.267vw;
        margin-top :4.267vw;
    }

    .feature__button {
        width: 86.4vw;
        height: 21.333vw;
        font-size: 6.4vw;
        padding-left: 18.4vw;
    }

    .feature__button::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 6.933vw;
        right: 18.4vw;
    }

    .omoide {
        width: 100vw;
        padding: 21.333vw 0;
        background-color: rgba(255, 248, 251, 1);
        position: relative;
        overflow: hidden;
    }

    .omoide__bg1 {
        width: 75.2vw;
        height: 66.133vw;
        position: absolute;
        top: 197.333vw;
        left: 286.4vw;
        display: none;
    }

    .omoide__bg2 {
        width: 102.491vw;
        height: 90.133vw;
        position: absolute;
        top: -4.8vw;
        left: 9.6vw;
        display: none;
    }

    .omoide__content {
        width: 93.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10.667vw;
    }

    .omoide__title {
        font-size: 8.533vw;
    }

    .omoide__row {
        width: 93.333vw;
        margin: 0 auto;
        height: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 10.667vw;
    }

    .omoide__comment {
        height: unset;
        width: 93.333vw;
        border-radius: 6.4vw;
        padding: 6.4vw;
    }

    .omoide__comment-text-wrap {
        height: unset;
    }

    .omoide__comment-title {
        font-size: 6.4vw;
    }

    .omoide__comment-text {
        font-size: 3.733vw;
        margin-top :4.267vw;
    }

    .omoide__comment-name {
        font-size: 3.733vw;
        margin-top: 4.267vw;
    }

    .omoide__btn-wrap {
        display: flex;
        flex-direction: column;
        gap: 10.133vw;
    }

    .omoide__btn-row {
        width: 93.333vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        row-gap: 6.4vw;
    }

    .omoide__btn {
        display: inline-block;
        height: 17.067vw;
        font-size: 4.8vw;
        text-decoration: none;
        padding-top: 5.2vw;
        border-radius: 1.6vw; 
        position: relative;
    }

    .omoide__btn--1 {
        width: 93.333vw;
        padding-left: 18.933vw;
    }

    .omoide__btn--2 {
        width: 93.333vw;
        padding-left: 6.4vw;
    }

    .omoide__btn--1::after {
        content: '';
        width: 8.533vw;
        height: 8.533vw;
        position: absolute;
        top: 4.267vw;
        right: 18.933vw;
    }

    .omoide__btn--2::after {
        content: '';
        width: 8.533vw;
        height: 8.533vw;
        position: absolute;
        top: 4.267vw;
        right: 6.4vw;
    }

    .omoide__btn-text {
        font-size: 6.4vw;
    }

    .omoide__btn-text span {
        font-size: 4.8vw;
    }

    /* 商品一覧セクション */
    .item {
        width: 100vw;
        padding: 21.333vw 0;
    }

    .item__content {
        width: 93.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 21.333vw;
    }

    .item__row {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        row-gap: 13.333vw;
    }

    .item__text-wrap {
        width: 93.333vw;
        margin: 0 auto;
    }

    .item__box {
        font-size: 6.4vw;
        padding: 4.267vw;
        border-radius: 2.133vw;
    }

    .item__text {
        font-size: 6.4vw;
        margin-top: 4.267vw;
    }

    .item__name {
        font-size: 8.533vw;
        margin-top: 2.133vw;
    }

    .item__image {
        width: 81.621vw;
        height: 61.6vw;
        border-radius: 4.267vw;
        overflow: hidden;
    }

    .item__button {
        width: 86.4vw;
        height: 21.333vw;
        font-size: 6.4vw;
        padding-left: 13.867vw;
        position: relative;
    }

    .item__button::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 6.933vw;
        right: 9.067vw;
    }

}
