/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#outer {
    max-width: unset;
}

html {
    scroll-behavior: smooth;
}

/* 基本設定 */
body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    background-color: rgba(244, 242, 230, 0.1);
    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%;
}

/* ヒーローセクション */
.hero {
    width: 100vw;
    height: 46.361vw;
    background-image: url('../images/fv.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 11.701vw;
    padding-left: 1.667vw;
    position: relative;
}

.hero__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2.778vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.17em;
    color: white;
    margin: 0;
    padding: 0;
}

.hero__text {
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: white;
    margin: 0;
    padding: 0;
    margin-top: 1.111vw;
    width: 35vw;
}

.hero__button {
    display: inline-block;
    width: 37.708vw;
    height: 5.694vw;
    background-color: #F9CD6A;
    color: #0E0600;
    border-radius: 0.556vw;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.667vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-top: 1.667vw;
    padding-left: 11.493vw;
    position: relative;
    margin-top: 2.778vw;
}

.hero__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 2.014vw;
    right: 11.493vw;
    background-image: url('../images/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* アバウトセクション */
.about {
    width: 100vw;
    padding: 8.333vw 0 8.333vw 37.917vw;
    position: relative;
    background-color: #F8CC69;
    z-index: 0;
    overflow-y: visible;
}

.about__bg01 {
    width: 16.018vw;
    height: 14.471vw;
    position: absolute;
    top: 2.624vw;
    left: -2.514vw;
    background-image: url('../images/about-bg.png');
    background-size: cover;
    background-position: center;
    transform: rotate(7.62deg);
}

.about__image {
    width: 33.889vw;
    height: 46.736vw;
    position: absolute;
    top: 6.557vw;
    left: 0;
}

.about__container {
    width: 57.5vw;
}

.about__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.667vw;
}

.about__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #0E0600;
    margin: 0;
    padding: 0;
}

.about__text {
    margin-top: 5.556vw;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #0E0600;
}

.about__title span {
    display: inline-block;
    padding: 0 0.556vw;
}

.about__title span:nth-child(3) {
    margin-top: 2.778vw;
}

.point {
    width: 100vw;
    padding: 8.333vw 0;
    background-color:#CD3D1A;
    position: relative;
    z-index: 1;
}

.point__bg01 {
    position: absolute;
    top: -6.497vw;
    right: -15.625vw;
    width: 43.542vw;
    height: 12.986vw;
    background-image: url('../images/point-bg01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-26.73deg);
}

.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 {
    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;
    gap: 4.444vw;
}

.point__item {
    width: 100%;
    position: relative;
}

.point__item--1 {
    height: 28.819vw;
}

.point__item--2 {
    height: 31.292vw;
}

.point__item--3 {
    height: 31.418vw;
}

.point__item-image {
    width: 43.125vw;
    height: 29.028vw;
    position: absolute;
    top: 0;
    right: 0;
}

.point__item-image--2 {
    width: 46.277vw;
    height: 31.163vw;
}

.point__item-image--3 {
    width: 46.25vw;
    height: 31.319vw;
}

.point__item.reverse .point__item-image {
    top: 0;
    right: unset;
    left: 0;
}

.point__item-content {
    width: 41.667vw;
    position: absolute;
    top: 0;
    left: 0;
}

.point__item-content--2 {
    width: 35.417vw;
}

.point__item.reverse .point__item-content {
    left: unset;
    right: 0;
}

.point__item-number-1 {
    width: 9.931vw;
    height: 3.472vw;
}

.point__item-number-2 {
    width: 9.931vw;
    height: 3.472vw;
}

.point__item-number-3 {
    width: 9.931vw;
    height: 3.472vw;
}

.point__item-title {
    font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
    font-size: 2.222vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: black;
    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 {
    color: white;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 0;
    margin-top: 2.778vw;
    width: 40vw;
}

.point__item-text--1 {
    width: 34.097vw;
}

.point__item-text--2 {
    width: 30.347vw;
    margin-left: 4.653vw;
}

.point__item-text--3 {
    width: 30.347vw;
}

.point__item-bg-1 {
    position: absolute;
    top: 24.821vw;
    left: 71.528vw;
    width: 8.403vw;
    height: 3.056vw;
    background-image: url('../images/point01-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.point__item-bg-2 {
    position: absolute;
    top: 26.986vw;
    left: -1.67vw;
    width: 10.069vw;
    height: 3.056vw;
    background-image: url('../images/point02-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.point__item-bg-3 {
    position: absolute;
    top: 27.113vw;
    left: 71.389vw;
    width: 8.125vw;
    height: 3.056vw;
    background-image: url('../images/point03-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.point__button {
    margin-top: 1.111vw;
    width: 33.889vw;
    height: 5.694vw;
    background-color: white;
    color: #CD3D1A;
    display: inline-block;
    font-family: 'Hiragino Mincho ProN', serif;
    font-size: 1.667vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding-top: 1.667vw;
    padding-left: 11.458vw;
    position: relative;
    border-radius: 0.556vw;
}

.point__button--sp {
    display: none;
}

.point__button::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 2.014vw;
    right: 11.458vw;
    background-image: url('../images/red-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product {
    width: 100vw;
    padding: 8.333vw 0;
    background-color: #F8CC69;
    position: relative;
    z-index: 10
}

.product__bg00 {
    position: absolute;
    top: -9.156vw;
    left: -14.021vw;
    width: 43.542vw;
    height: 12.986vw;
    background-image: url('../images/product-bg00.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(7.62deg);
}

.product__bg01 {
    position: absolute;
    top: 5.333vw;
    right: -1.453vw;
    width: 16.018vw;
    height: 14.471vw;
    background-image: url('../images/product-bg01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(7.62deg);
}

.product__bg02 {
    position: absolute;
    bottom: 3.97vw;
    left: -1.578vw;
    width: 16.018vw;
    height: 14.471vw;
    background-image: url('../images/product-bg02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(7.62deg);
}

.product__container {
    width: 71.875vw;
    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__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: black;
    margin: 0;
    padding: 0;
}

.product__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.778vw;
}

.product__content-inner {
    width: 100%;
    display:flex;
    gap: 4.444vw;
}

.product__content-title-wrap {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 0.556vw;
}

.product__content-title-label {
    font-size: 1.25vw;
    color: #0E0600;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

.product__content-title {
    font-size: 3.472vw;
    color: #0E0600;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

.product__content-price {
    font-size: 1.389vw;
    color: #0E0600;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

.product__content-price span {
    font-size: 2.222vw;
}

.product__content-info-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product__content-info {
    padding: 1.667vw;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 1.667vw;
    display: flex;
    flex-direction: column;
    gap: 0.833vw;
}


.product__content-info-row-wrap {
    display: flex;
    flex-direction: column;
    width: 30.139vw;
}

.product__content-info-row {
    display: flex;
    align-items: flex-start;
    padding: 1.042vw 0 1.458vw;
}

.product__content-info-row-label {
    font-size: 1.25vw;
    color: #0E0600;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    width: 8.75vw;
}

.product__content-info-row-text {
    font-size: 1.25vw;
    color: #0E0600;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    width: 21.389vw;
}

.product__content-info-text {
    font-size: 1.111vw;
    color: #0E0600;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.product__content-info-image {
    width: 33.958vw;
    height: 29.653vw;
}


/* レスポンシブデザイン */
@media (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .contents {
        width: 100vw;
    }

    /* セクション共通 */
    section {
        width: 100%;
        overflow-x: hidden;
    }

    /* ヒーローセクション */
    .hero {
        width: 100vw;
        height: 178.133vw;
        background-image: url('../images/sp-fv.jpg');
        background-size: cover;
        background-position: center center;
        padding-top: 114.133vw;
        padding-left: 4.267vw;
    }

    .hero__title {
        font-size: 6.4vw;
    }

    .hero__text {
        font-size: 3.733vw;
        margin-top: 2.133vw;
        width: 100%;
        line-height: 1.6;
    }

    .hero__button {
        display: inline-block;
        width: 91.467vw;
        height: 19.2vw;
        border-radius: 2.133vw;
        font-size: 4.267vw;
        padding-top: 6.667vw;
        padding-left: 25.467vw;
        position: relative;
        margin-top: 6.4vw;
    }
    
    .hero__button::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 6.4vw;
        right: 25.467vw;
    }
    
    /* アバウトセクション */
    .about {
        width: 100vw;
        padding: 21.333vw 0 138.667vw;
    }

    .about__bg01 {
        width: 89.333vw;
        height: 114.72vw;
        position: absolute;
        top: unset;
        bottom: 26.667vw;
        left: 5.333vw;

        display: none;
    }

    .about__image {
        position: absolute;
        top: 170.667vw;
        left: 0;
        width: 89.333vw;
        height: 123.2vw;
    }

    .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__title-wrap {
        gap: 6.4vw;
    }

    .about__title {
        font-size: 6.667vw;
        line-height: 1.6;
    }

    .about__text {
        font-size: 3.733vw;
        margin-top: 0;
        width: 100%;
    }

    .about__title span {
        display: inline-block;
        padding: 0 2.133vw;
    }
    
    .about__title span:nth-child(3) {
        margin-top: 10.667vw;
    }
   

    .point {
        width: 100vw;
        padding: 21.333vw 0;
    }

    .point__bg01 {
        display: none;
    }

    .point__container {
        width: 89.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 21.333vw;
    }

    .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--1 {
        height: unset;
    }

    .point__item--2 {
        height: unset;
    }

    .point__item--3 {
        height: unset;
    }

    .point__item-image {
        width: 89.333vw;
        height: 60.131vw;
        position: static;
    }

    .point__item-image--2 {
        width: 89.333vw;
        height: 60.16vw;
    }

    .point__item-image--3 {
        width: 89.333vw;
        height: 60.493vw;
    }

    .point__item-content {
        width: 100%;
        position: static;
        margin-top: 10.667vw;
    }

    .point__item-content--2 {
        width: 100%;
    }

    .point__item-number-1 {
        width: 38.133vw;
        height: 13.333vw;
    }

    .point__item-number-2 {
        width: 38.133vw;
        height: 13.333vw;
    }

    .point__item-number-3 {
        width: 38.133vw;
        height: 13.333vw;
    }

    .point__item-title {
        font-family: 'Hiragino Mincho ProN', 'Shippori Mincho', serif;
        font-size: 7.467vw;
        margin-top: 6.4vw;
    }

    .point__item-title span {
        padding: 2.133vw;
    }

    .point__item-title span:not(:first-child) {
        margin-top: 4.267vw;
    }

    .point__item-text {
        width: 100%;
        font-size: 3.733vw;
        margin-top: 10.667vw;
    }

    .point__item-text--1 {
        width: 100%;
    }

    .point__item-text--2 {
        width: 100%;
        margin-left: 0;
    }

    .point__item-text--3 {
        width: 100%;
    }

    .point__item-bg-1 {
        position: absolute;
        top: 42.667vw;
        left: unset;
        right: -5.333vw;
        width: 32.267vw;
        height: 11.733vw;
    }

    .point__item-bg-2 {
        position: absolute;
        top: 42.667vw;
        left: unset;
        right: -5.333vw;
        width: 38.667vw;
        height: 11.733vw;
    }

    .point__item-bg-3 {
        position: absolute;
        top: 42.667vw;
        left: unset;
        right: -5.333vw;
        width: 31.2vw;
        height: 11.733vw;
    }

    .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__bg00 {
        display: none;
    }

    .product__bg01 {
        display: none;
    }

    .product__bg02 {
        display: none;
    }

    .product__container {
        width: 89.333vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5.333vw;
    }

    .product__title {
        font-size: 6.4vw;
        margin: 0;
        padding: 0;
    }

    .product__content {
        gap: 10.667vw;
    }

    .product__content-inner {
        flex-direction: column;
        gap: 5.333vw;
    }

    .product__content-title-wrap {
        gap: 2.133vw;
    }

    .product__content-title-label {
        font-size: 4.267vw;
    }

    .product__content-title {
        font-size: 6.933vw;
    }

    .product__content-price {
        font-size: 4.267vw;
    }

    .product__content-price span {
        font-size: 6.4vw;
    }

    .product__content-info-wrap {
        width: 100%;
        gap: 10.667vw;
        flex-direction: column;
    }

    .product__content-info {
        width: 100%;
        padding: 4.8vw;
        gap: 3.2vw;
        border-radius: 4.267vw;
    }

    .product__content-info-row-wrap {
        width: 100%;
    }

    .product__content-info-row {
        width: 100%;
        padding: 2.667vw 0;
    }

    .product__content-info-row-label {
        font-size: 4.267vw;
        width: 32vw;
    }

    .product__content-info-row-text {
        font-size: 4.267vw;
        width: 100%;
    }

    .product__content-info-text {
        font-size: 4.267vw;
        width: 100%;
    }

    .product__content-info-image {
        width: 100%;
        height: 78.008vw;
    }
}
