/* リセット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;
}

/* ヒーローセクション */
.hero {
    width: 100vw;
    height: 48.611vw;
    background-image: url('../images/fv.jpg');
    background-size: cover;
    background-position: center;
}

/* アバウトセクション */
.about {
    width: 100vw;
    padding: 6.944vw 0 6.944vw 38.681vw;
    position: relative;
}

.about__bg01 {
    width: 25.208vw;
    height: 40.417vw;
    position: absolute;
    top: 0.694vw;
    left: 7.81vw;
    background-image: url('../images/about-bg.png');
    background-size: cover;
    background-position: center;
}

.about__bg02 {
    width: 22.431vw;
    height: 7.431vw;
    position: absolute;
    top: 29.097vw;
    right: 0.556vw;
    background-image: url('../images/about-title.png');
    background-size: cover;
    background-position: center;
}

.about__container {
    width: 50.417vw;
    height: 27.222vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.about__text {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #221815;
    margin-top: 6.458vw;
}

.about__title {
    font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
    font-size: 2.778vw;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #221815;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    padding: 0;
}

.about__title span {
    display: inline-block;
    padding: 1.111vw 0.556vw;
}

.about__title span:nth-child(3) {
    margin-top: 2.778vw;
}

.point {
    width: 100vw;
    padding: 8.333vw 0;
    background-color: #D2BD6B;
    background-image: url('../images/point-bg.png');
　 background-repeat; repeat;
}

.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__title-image {
    width: 12.361vw;
    height: 4.097vw;
    background-image: url('../images/point-title.png');
    background-size: cover;
    background-position: center;
}

.point__title {
    font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
    font-size: 1.667vw;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.15em;
    color: white;
    margin: 0;
    padding: 0;
}

.point__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point__item {
    width: 100%;
    height: 48.194vw;
    position: relative;
}

.point__item.wide {
    height: 55.486vw;
}

.point__item-image {
    width: 43.125vw;
    height: 29.028vw;
    background-color: gray;
    position: absolute;
    top: 0;
    right: 0;
}

.point__item-content {
    position: absolute;
    top: 0;
    left: 0;
}

.point__item-content.point__item-content--1 {
   width: fit-content;
}

.point__item-content.point__item-content--2 {
    width: 42.986vw;
}

.point__item-content.point__item-content--3 {
    width: 42.986vw;
    padding-top: 5.833vw;
}

.point__item-number-1 {
    width: 13.889vw;
    height: 5.556vw;
}

.point__item-number-2 {
    width: 14.375vw;
    height: 5.556vw;
}

.point__item-number-3 {
    width: 14.479vw;
    height: 5.556vw;
}

.point__item-title {
    font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
    font-size: 2.778vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #333;
    margin: 0;
    padding: 0;
    margin-top: 1.667vw;
}

.point__item-title span {
    display: inline-block;
    background-color: white;
    padding: 0.556vw;
}

.point__item-title span:not(:first-child) {
    margin-top: 1.111vw;
}

.point__item-text-title {
    color: white;
    font-size: 1.667vw;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.167em;
    margin: 0;
    margin-top: 2.778vw;
    padding: 0;
}

.point__item-text {
    color: white;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.22em;
    margin: 0;
    padding: 0;
    margin-top: 1.111vw;
}

.point__item-bg-1 {
    position: absolute;
    top: 24.722vw;
    left: 44.908vw;
    width: 22.8125vw;
    height: 22.361vw;
    background-image: url('../images/point01-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.point__item-bg-2 {
    position: absolute;
    top: 25.292vw;
    left: 57.2vw;
    width: 23.611vw;
    height: 28.542vw;
    transform: rotate(34.67deg);
    background-image: url('../images/point02-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.point__item-bg-3 {
    position: absolute;
    top: 37.292vw;
    left: 44.79vw;
    width: 22.778vw;
    height: 15.024vw;
    background-image: url('../images/point03-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.point__item-border {
    width: 100%;
    height: 7.431vw;
    background: linear-gradient(
        to top left,
        transparent calc(50% - 0.5px),
        white calc(50% - 0.5px),
        white calc(50% + 0.5px),
        transparent calc(50% + 0.5px)
    );
    margin-bottom: 2.778vw;
}

.point__button {
    margin-top :5.556vw;
    width: 32.361vw;
    height: 5.069vw;
    background-color: white;
    color: #D2BD6B;
    border: 1px solid #D2BD6B;
    display: inline-block;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding-top: 1.667vw;
    padding-left: 11.736vw;
    position: relative;
}

.point__button--sp {
    display: none;
}

.point__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 1.667vw;
    right: 11.736vw;
    background-image: url('../images/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product {
    width: 100vw;
    padding: 8.333vw 0;
    background-color: #FCFCFC;
}

.product__container {
    width: 69.792vw;
    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__titile-image {
    width: 16.076vw;
    height: 4.097vw;
    background-image: url('../images/product-title.png');
    background-size: cover;
    background-position: center;
}

.product__title {
    font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
    font-size: 1.667vw;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.15em;
    color: #333;
    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: 34.653vw;
    height: 23.819vw;
}

.product__content {
    width: 32.361vw;
    display: flex;
    flex-direction: column;
    gap: 2.778vw;
    position: relative;
}

.product__content-title-wrap {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1.111vw;
}

.product__content-title {
    font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
    font-size: 1.944vw;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.product__content-title-text {
    font-family: 'DIN Alternate', 'Barlow', sans-serif;
    font-size: 4.167vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.product__content-title-text span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.667vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    margin-left: 1.111vw;
}

.product__content-text {
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.18em;
    margin: 0;
    padding: 0;
}

.product__content-button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.556vw;
}

.product__content-button-text {
    font-size: 1.528vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.16em;
    margin: 0;
    padding: 0;
}

.product__content-button {
    width: 32.361vw;
    height: 5.069vw;
    background-color: #D2BD6B;
    color: white;
    border: none;
    padding-top: 1.667vw;
    padding-left: 11.736vw;
    position: relative;
    text-decoration: none;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.product__content-button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 1.667vw;
    right: 11.736vw;
    background-image: url('../images/white-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product__content-badge {
    width: 12.206vw;
    height: 12.206vw;
    position: absolute;
    top: -1.319vw;
    left: 13.401vw;
}

/* レスポンシブデザイン */
@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;
    }

    /* ヒーローセクション */
    .hero {
        width: 100vw;
        height: 186.667vw;
        background-image: url('../images/sp-fv.jpg');
        background-size: cover;
        background-position: center center;
    }

    /* アバウトセクション */
    .about {
        width: 100vw;
        padding: 21.333vw 0 110vw;
    }

    .about__bg01 {
       width: 66.4vw;
       height: 106.4vw;
       position: absolute;
       top: unset;
       bottom: 0;
       left: 16.8vw;
    }

    .about__bg02 {
        position: absolute;
        top: 40vw;
        right: 0;
        width: 50.667vw;
        height: 16.784vw;
        z-index: -1;
    }

    .about__container {
        width: 89.333vw;
        margin: 0 auto;
        height: unset;
        display: flex;
        gap: 10.667vw;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about__text {
        font-size: 3.733vw;
        margin-top: 0;
    }

    .about__title {
        font-size: 8.533vw;
        writing-mode: horizontal-tb;
        text-orientation: upright;
    }

    .about__title span {
        padding: 0;
        padding: 2.133vw 0;
    }

    .about__title span:nth-child(3) {
        margin-top: 0;
    }

    .point {
        width: 100vw;
        padding: 21.333vw 0;
    }

    .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__title-image {
        width: 47.467vw;
        height: 15.733vw;
    }

    .point__title {
        font-size: 6.4vw;
    }

    .point__row {
        width: 89.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10.667vw;
    }

    .point__item {
        width: 100%;
        height: unset;
        position: relative;
    }

    .point__item.wide {
        height: unset;
    }

    .point__item-image {
        width: 89.333vw;
        height: 60.131vw;
        position: static;
    }

    .point__item-content {
        position: static;
        margin-top: 10.667vw;
    }

     .point__item-content.point__item-content--1 {
   width: 100%;
}

.point__item-content.point__item-content--2 {
    width: 100%;
}

    .point__item-content.point__item-content--3 {
        width: 100%;
        padding-top: 0;
    }
    
    .point__item-number-1 {
        width: 40vw;
        height: 16vw;
    }

    .point__item-number-2 {
        width: 41.4vw;
        height: 16vw;
    }

    .point__item-number-3 {
        width: 41.7vw;
        height: 16vw;
    }

    .point__item-title {
        font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
        font-size: 8.533vw;
        margin-top: 6.4vw;
    }

    .point__item-title span {
        padding: 2.133vw;
    }

    .point__item-title span:not(:first-child) {
        margin-top: 2.6vw;
    }

    .point__item-text-title {
        font-size: 5.333vw;
        margin-top: 10.667vw;
        letter-spacing: 0.1em;
    }

    .point__item-text {
        width: 100%;
        font-size: 3.733vw;
        margin-top: 4.267vw;
    }

    .point__item-bg-1 {
        position: absolute;
        top: 53.333vw;
        left: 53.333vw;
        width: 34.307vw;
        height: 30.8vw;
    }

    .point__item-bg-2 {
        position: absolute;
        transform: rotate(34.67deg);
        top: 48vw;
        left: 48vw;
        width: 37.333vw;
        height: 45.128vw;
    }

    .point__item-bg-3 {
        position: absolute;
        top: 143.2vw;
        left: 171.992vw;
        width: 87.467vw;
        height: 57.693vw;

        top: 64vw;
        left: 48vw;
        width: 43.733vw;
        height: 28.847vw;
    }

    .point__item-border {
        width: 100%;
        height: 13.333vw;
        background: linear-gradient(
            to top left,
            transparent calc(50% - 0.5px),
            white calc(50% - 0.5px),
            white calc(50% + 0.5px),
            transparent calc(50% + 0.5px)
        );
        margin-bottom: 0;
    }

    .point__button {
        margin-top :0;
        width: 100%;
        height: 19.467vw;
        display: inline-block;
        font-size: 4.8vw;
        padding-top: 6.4vw;
        padding-left: 26.667vw;
        position: relative;
    }
    
    .point__button--sp {
        display: inline-block;
    }

    .point__button::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 6.4vw;
        right: 26.667vw;
    }

    .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__titile-image {
        width: 61.733vw;
        height: 15.733vw;
    }

    .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__content-title-wrap {
        width: fit-content;
        display: flex;
        flex-direction: column;
        gap: 4.267vw;
    }
    
    .product__content-title {
        font-size: 7.467vw;
    }
    
    .product__content-title-text {
        font-size: 16vw;
    }
    
    .product__content-title-text span {
        font-size: 6.4vw;
        margin-left: 4.267vw;
    }
    
    .product__content-text {
        font-size: 5.333vw;
    }

    .product__content-button-wrap {
        display: flex;
        flex-direction: column;
        gap: 2.133vw;
    }

    .product__content-button-text {
        font-size: 4.267vw;
        margin: 0;
        padding: 0;
    }

    .product__content-button {
        width: 89.333vw;
        height: 19.467vw;
        font-size: 4.8vw;
        position: relative;
        padding-top: 6.4vw;
        padding-left: 26.667vw;
    }

    .product__content-button::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 6.4vw;
        right: 26.667vw;
    }

    .product__content-badge {
        width: 46.872vw;
        height: 46.872vw;
        position: absolute;
        top: -5.067vw;
        left: 51.459vw;
    }

}
