/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#outer {
    max-width: unset;
}

html {
    scroll-behavior: smooth;
}

/* 基本設定 */
body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: white;
    color: #221815;
    line-height: 1.8;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents {
    width: 100vw;
    overflow-x: hidden;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* セクション共通 */
section {
    width: 100%;
    overflow-x: hidden;
}

/* ボタン */
.o_btn {
    width: 20.764vw;
    height: 5.278vw;
    color: #943862;
    border: 2px solid #943862;
    background-color: transparent;
    display: inline-block;
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    text-decoration: none;
    border-radius: 1.111vw;
    padding: 1.667vw 0 1.667vw 5.556vw;
    position: relative;
    margin: 0 auto;
}

.o_btn::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;;
    position: absolute;
    top: 1.806vw;
    right: 5.556vw;
    background-image: url('../images/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* FVセクション */
.hero {
    width: 100vw;
    height: 48.611vw;
    background-image: url('../images/fv3.png');
    background-size: cover;
    background-position: center;
}

/* アバウトセクション */
.about {
    width: 100vw;
    height: 62.569vw;
    background-color: #F6F5F4;
    padding: 8.333vw 0 0;
    position: relative;
}

.about__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30.764vw;
    height: 62.5vw;
    background-image: url('../images/about-bg.jpg');
    background-size: cover;
    background-position: center;
}

.about__container {
    width: 77.778vw;
    margin: 0 auto;
}

.about__number {
    background-color: #634D2B;
    color: white;
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: 0.08em;
    padding: 0.833vw 2.778vw;
    width: fit-content;
    border-radius: 8px;
}

.about__title {
    margin-top: 1.111vw;
    font-size: 2.222vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.125em;
}

.about__text {
    margin-top: 2.778vw;
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.22em;
}

.point {
    width: 100vw;
    padding: 8.333vw 0;
    background-color: white;
}

.point__container {
    width: 77.778vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.point__title-wrap {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point__en-title {
    font-size: 1.25vw;
    font-weight: 100;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
}

.point__title {
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0;
}

.point__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.778vw;
}

.point__item {
    width: 100%;
    background-color: #F6F5F4;
    border-radius: 8px;
    padding: 2.778vw 5.556vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.point__item:nth-child(even) {
    flex-direction: row-reverse;
}

.point__item-image {
    width: 32.083vw;
    height: 20.972vw;
    border-radius: 8px;
    overflow: hidden;
}

.point__item-content {
    width: 31.806vw;
    width: 32.222vw;
    display: flex;
    flex-direction: column;
    gap: 1.667vw;
}

.point__item-title {
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0;
}

.point__item-text {
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.22em;
    margin: 0;
    padding: 0;
}

.profile {
    width: 100vw;
    padding: 8.333vw 0;
    background-color:rgba(99, 77, 43, 0.04);
}

.profile__container {
    width: 69.167vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.778vw;
}

.pfofile__title-wrap {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile__en-title {
    font-size: 1.25vw;
    font-weight: 100;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
}

.profile__title {
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0;
}

.profile__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile__image {
    width: 18.285vw;
    height: 18.992vw;
}

.profile__content {
    width: 48.125vw;
    background-color: white;
    border-radius: 1.667vw;
    padding: 1.667vw 2.778vw;
    display: flex;
    flex-direction: column;
    gap: 1.667vw;
    position: relative;
}

.profile__content-mark {
    width: 2.396vw;
    height: 4.722vw;
    position: absolute;
    top: 8.681vw;
    left: -1.576vw;
    background-image: url('../images/mark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.profile__content-text {
    font-size: 1.389vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.profile__content-name {
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
    text-align: right;
}

.product {
    width: 100vw;
    padding: 8.333vw 0;
    background-color: #FCFCFC;
}

.product__container {
    width: 66.667vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.product__title-wrap {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product__en-title {
    font-size: 1.25vw;
    font-weight: 100;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
}

.product__title {
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0;
}

.product__row {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.product__image {
    width: 30.287vw;
    height: 32.778vw;
    border-radius: 8px;
    overflow: hidden;
}

.product__content {
    width: 32.361vw;
    display: flex;
    flex-direction: column;
    gap: 2.778vw;
}

.product__name-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.111vw;
}

.product__name {
    color: #221815;
    font-size: 1.944vw;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.product__price-row {
    display: flex;
    flex-direction: row;
    gap: 0.833vw;
    align-items: flex-end;
}

.product__price {
    width: 8.472vw;
    height: 3.333vw;
    margin: 0;
    padding: 0;
}

.product__price-unit {
    font-size: 1.667vw;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
}

.product__text {
    font-size: 1.389vw;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.18em;
    margin: 0;
    padding: 0;
}

.product__text span {
    font-size: 1.25vw;
}

.product__button-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.556vw;
}

.product__button-text {
    color: #221815;
    font-size: 1.528vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.164em;
    margin: 0;
    padding: 0;
}


.product__button {
    width: 32.361vw;
    height: 5.694vw;
    background-color: #B28E00;
    color: white;
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    border-radius: 16px;
    text-decoration: none;
    position: relative;
    padding: 1.667vw 0 1.667vw 10.625vw;
}

.product__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 2.014vw;
    right: 10.625vw;
    background-image: url('../images/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* レスポンシブデザイン */
@media (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .contents {
        width: 100vw;
    }

    /* セクション共通 */
    section {
        width: 100%;
        overflow-x: hidden;
    }

    /* ボタン */
    .o_btn {
        width: 20.764vw;
        height: 5.278vw;
        color: #943862;
        border: 2px solid #943862;
        background-color: transparent;
        display: inline-block;
        font-size: 1.389vw;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.08em;
        position: relative;
        text-decoration: none;
        border-radius: 1.111vw;
        padding: 1.667vw 0 1.667vw 5.556vw;
        position: relative;
        margin: 0 auto;
    }

    .o_btn::after {
        content: '';
        width: 1.667vw;
        height: 1.667vw;;
        position: absolute;
        top: 1.806vw;
        right: 5.556vw;
        background-image: url('../images/arrow.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* FVセクション(SP) */
    .hero {
        width: 100vw;
        height: 186.667vw;
        background-image: url('../images/sp-fv1.png');
        background-size: cover;
        background-position: center center;
    }

    /* アバウトセクション */
    .about {
        width: 100vw;
        height: unset;
        background-color: #F6F5F4;
        padding: 21.333vw 0 21.333vw;
        position: relative;
    }

    .about__bg {
        /*
        position: absolute;
        top: 0;
        right: 0;
        width: 118.133vw;
        height: 240vw;
        background-image: url('../images/about-bg.jpg');
        background-size: cover;
        background-position: center;
        */
        display: none;
    }

    .about__container {
        width: 89.333vw;
        margin: 0 auto;
    }

    .about__number {
        background-color: #634D2B;
        color: white;
        font-size: 6.4vw;
        font-weight: 400;
        line-height: 1.26;
        letter-spacing: 0.08em;
        padding: 3.2vw 10.667vw;
        width: fit-content;
    }

    .about__title {
        margin-top: 4.267vw;
        font-size: 6.933vw;
    }

    .about__text {
        margin-top: 10.667vw;
        font-size: 4.267vw;
    }

    .point {
        width: 100vw;
        padding: 21.333vw 0;
        background-color: white;
    }

    .point__container {
        width: 89.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10.667vw;
    }

    .point__title-wrap {
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .point__en-title {
        font-size: 4.8vw;
    }

    .point__title {
        font-size: 6.4vw;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.15em;
        margin: 0;
        padding: 0;
    }

    .point__row {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10.667vw;
    }

    .point__item {
        width: 100%;
        padding: 5.333vw 5.333vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 5.333vw;
    }

    .point__item:nth-child(even) {
        flex-direction: column;
    }

    .point__item-image {
        width: 78.667vw;
        height: 51.424vw;
    }

    .point__item-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 6.4vw;
    }

    .point__item-title {
        font-size: 5.333vw;
        margin: 0;
        padding: 0;
    }

    .point__item-text {
        font-size: 4.267vw;
        margin: 0;
        padding: 0;
    }

    .profile {
        width: 100vw;
        padding: 21.333vw 0;
    }

    .profile__container {
        width: 89.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10.667vw;
    }

    .pfofile__title-wrap {
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .profile__en-title {
        font-size: 4.8vw;
        font-weight: 100;
        line-height: 1.8;
        letter-spacing: 0.2em;
        text-align: center;
    }

    .profile__title {
        font-size: 6.4vw;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.15em;
        margin: 0;
        padding: 0;
    }

    .profile__row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 10.667vw;
        align-items: center;
    }

    .profile__image {
        width: 70.213vw;
        height: 72.931vw;
    }

    .profile__content {
        width: 89.333vw;
        background-color: white;
        border-radius: 6.4vw;
        padding: 6.4vw 10.667vw;
        display: flex;
        flex-direction: column;
        gap: 6.4vw;
        position: relative;
    }

    .profile__content-mark {
        width: 9.2vw;
        height: 18.133vw;
        position: absolute;
        top: -9.6vw;
        left: 18.667vw;
        background-image: url('../images/mark.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
       
        transform: rotate(90deg);
    }

    .profile__content-text {
        font-size: 5.333vw;
        margin: 0;
        padding: 0;
    }

    .profile__content-name {
        font-size: 6.4vw;
        margin: 0;
        padding: 0;
    }

    .product {
        width: 100vw;
        padding: 21.333vw 0;
    }

    .product__container {
        width: 89.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10.667vw;
    }

    .product__title-wrap {
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product__en-title {
        font-size: 4.8vw;
    }

    .product__title {
        font-size: 6.4vw;
        margin: 0;
        padding: 0;
    }

    .product__row {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10.667vw;
    }

    .product__image {
        width: 89.333vw;
        height: 96.68vw;
    }

    .product__content {
        width: 89.333vw;
        display: flex;
        flex-direction: column;
        gap: 10.667vw;
    }

    .product__name-wrap {
        display: flex;
        flex-direction: column;
        gap: 4.267vw;
    }

    .product__name {
        font-size: 7.467vw;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
    }

    .product__price-row {
        display: flex;
        flex-direction: row;
        gap: 3.2vw;
        align-items: flex-end;
    }

    .product__price {
        width: 32.533vw;
        height: 12.8vw;
        margin: 0;
        padding: 0;
    }

    .product__price-unit {
        font-size: 6.4vw;
    }

    .product__text {
        font-size: 5.333vw;
        margin: 0;
        padding: 0;
    }

    .product__text span {
        font-size: 4.8vw;
    }

    .product__button-wrap {
        display: flex;
        flex-direction: column;
        gap: 2.133vw;
    }

    .product__button-text {
        font-size: 4.267vw;
        margin: 0;
        padding: 0;
    }

    .product__button {
        width: 89.333vw;
        height: 21.867vw;
        font-size: 6.4vw;
        position: relative;
        padding: 6.4vw 0 6.4vw 26.667vw;
    }

    .product__button::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 7.733vw;
        right: 16vw;
    }
}
