/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#outer {
    max-width: unset;
}

html {
    scroll-behavior: smooth;
}

/* 基本設定 */
body {
    font-family: 'BIZ UDPMincho', serif;
    background-color: #F7F7F7;
    color: #2B1F12;
    line-height: 1.8;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.contents {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* セクション共通 */
section {
    width: 100%;
    overflow-x: hidden;
}

/* ヒーローセクション */
.hero {
    width: 100vw;
    height: 55.556vw;
    background: radial-gradient(139.76% 106.05% at 88% 22%, #FCE3B4 0%, rgba(252, 227, 180, 0.00) 36%), radial-gradient(145.25% 110.22% at 8% 80%, #D5E8C3 0%, rgba(213, 232, 195, 0.00) 30.97%), #FFF6E5;
    position: relative;
    overflow: hidden;
}

.hero__title-wrap {
    width: 46.875vw;
    position: absolute;
    top: 7.772vw;
    left: 6.944vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.667vw;
}

.hero__title-tag {
    color: #E84B3C;
    padding: 0.556vw 1.667vw;
    border-radius: 2.778vw;
    background: #FFFCF4;
    width: fit-content;
    border: 1px solid #E84B3C;
    font-family: "Zen Kaku Gothic New";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.586;
    letter-spacing: 0.12em;
}

.hero__title {
    color: #2B1F12;
    font-family: "Zen Kaku Gothic New";
    font-size: 5.556vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.hero__title-text {
    color: #6B5B45;
    font-family: "Noto Sans JP";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.hero__btn {
    width: 33.889vw;
    border-radius: 69.375vw;
    background: #E84B3C;
    text-decoration: none;
    margin: 0;
    position: absolute;
    top: 42.285vw;
    left: 6.944vw;
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.756;
    letter-spacing: 0.08em;
    padding: 1.493vw 0 1.562vw 7.142vw;
}

.hero__btn::after {
    content: '';
    width: 1.667vw;
    height: 1.667vw;
    position: absolute;
    top: 1.841vw;
    right: 6.33vw;
    background-image: url('../images/arrow-red.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hero__image {
    width: 36.25vw;
    height: 50vw;
    position: absolute;
    top: 2.778vw;
    right: 2.778vw;
    border-radius: 1.667vw;
    border: 2px solid #2B1F12;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    background-image: url('../images/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__bg01 {
    width: 4.856vw;
    height: 4.274vw;
    position: absolute;
    top: 1.734vw;
    left: 62.496vw;
    transform: rotate(12.78deg);
    background-image: url('../images/hero-bg01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__bg02 {
    width: 7.428vw;
    height: 7.428vw;
    position: absolute;
    top: 3.751vw;
    left: 57.571vw;
    transform: rotate(-15deg);
    background-image: url('../images/hero-bg02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__bg03 {
    width: 11.706vw;
    height: 10.547vw;
    position: absolute;
    bottom: 0.623vw;
    right: -0.673vw;
    transform: rotate(6.57deg);
    background-image: url('../images/hero-bg03.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__bg04 {
    width: 6.089vw;
    height: 5.486vw;
    position: absolute;
    bottom: 0.641vw;
    right: 8.235vw;
    transform: rotate(-6.57deg);
    background-image: url('../images/hero-bg04.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__tag01 {
    width: fit-content;
    position: absolute;
    top: 5.417vw;
    right: 0.89vw;
    border-radius: 69.375vw;
    border: 2px solid #2B1F12;
    background: #7BB662;
    padding: 1.217vw 2.778vw 1.116vw 2.778vw;
    color: #FFFCF4;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.85;
}

.hero__tag02 {
    width: fit-content;
    position: absolute;
    top: 33.194vw;
    left: 57.5vw;
    border-radius: 69.375vw;
    border: 2px solid #2B1F12;
    background: #FFFCF4;
    padding: 0.833vw 1.389vw;
    color: #E84B3C;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.85;
}

.hero__tag03 {
    width: fit-content;
    position: absolute;
    top: 38.333vw;
    left: 64.444vw;
    border-radius: 69.375vw;
    border: 2px solid #2B1F12;
    background: #FFFCF4;
    padding: 0.833vw 1.389vw;
    color: #E84B3C;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.85;
}

/* アバウトセクション */
.concept{
    width: 100vw;
    padding: 8.333vw 0;
    background: radial-gradient(109.61% 145.49% at 1.98% 92.13%, #FCE3B4 0%, rgba(252, 227, 180, 0.00) 34.16%), radial-gradient(107.57% 142.78% at 100% 19.86%, #D5E8C3 0.65%, rgba(213, 232, 195, 0.00) 36.54%), #FFFCF4;
    position: relative;
    overflow: hidden;
}

.concept__bg01 {
    width: 21.026vw;
    height: 18.924vw;
    position: absolute;
    top: 16.92vw;
    left: -5.364vw;
    transform: rotate(-13.58deg);
    background-image: url('../images/concept-bg01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.concept__bg02 {
    width: 16.451vw;
    height: 16.451vw;
    position: absolute;
    top: 36.846vw;
    right: -4.622vw;
    transform: rotate(0.81deg);
    background-image: url('../images/concept-bg02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.concept__bg03 {
    width: 15.324vw;
    height: 15.324vw;
    position: absolute;
    bottom: 8.254vw;
    left: -5.515vw;
    transform: rotate(-26.34deg);
    background-image: url('../images/concept-bg03.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.concept__container {
    width: 86.042vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.concept__content-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.778vw;
}

.concept__title-en {
    color: #E84B3C;
    font-family: "Plus Jakarta Sans";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.32em;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 2.917vw;
}

.concept__title-en::before {
    content: '';
    width: 1.944vw;
    height: 0.104vw;
    background: #E84B3C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.concept__title-en::after {
    content: '';
    width: 1.944vw;
    height: 0.104vw;
    background: #E84B3C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.concept__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.111vw;
}

.concept__subtitle {
    color: #2B1F12;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.944vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
    z-index: 0;
    position: relative;
}

.concept__subtitle::after {
    content: '';
    width: 100%;
    height: 0.694vw;
    border-radius: 0.278vw;
    background-color: rgba(244, 169, 60, 0.40);
    position: absolute;
    bottom: 0.694vw;
    left: 0;
    z-index: -1;
}

.concept__title {
    color: #2B1F12;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 3.194vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.concept__image {
    width: 32.783vw;
    height: 20.625vw;
}

.concept__text {
    color: #6B5B45;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.concept__row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.556vw;
    position: relative;
}

.concept__row-item {
    width: 18.056vw;
    height: 23.611vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.concept__row-item-image-wrap {
    width: 13.889vw;
    height: 13.889vw;
    border-radius: 6.944vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #2B1F12;
    background: #FFFCF4;
    overflow: hidden;
}

.concept__row-item-image {
    width: 8.472vw;
    height: 8.472vw;
    object-fit: cover;
}

.concept__row-item-title {
    color: #2B1F12;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.944vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.25;

    position: absolute;
    top: 15.556vw;
    left: 0;
}

.concept__row-item-title--1 {
    left: 2.222vw;
}

.concept__row-item-title--2 {
    left: 21.967vw;
}

.concept__row-item-title--3 {
    left: 52.408vw;
}

.concept__row-item-title--4 {
    left: 66vw;
}

.concept__row-item-text {
    color: #6B5B45;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;
    position: absolute;
    top: 18.611vw;
}

.concept__row-item-text--1 {
    left: 2.222vw;
}

.concept__row-item-text--2 {
    left: 21.967vw;
}

.concept__row-item-text--3 {
    left: 52.408vw;
}

.concept__row-item-text--4 {
    left: 67.292vw;
}

.concept__row-item-cross {
    width: 3.495vw;
    height: 3.495vw;
}

.concept__row-item-equal {
    width: 3.495vw;
    height: 1.838vw;
}

.concept__btn {
    width: 33.75vw;
    height: 5.556vw;
    border-radius: 2.778vw;
    background-color: #2B1F12;
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 1.493vw 0 1.562vw 7.142vw;
    position: relative;
}

.concept__btn::after {
    content: '';
    width: 1.806vw;
    height: 1.806vw;
    position: absolute;
    top: 1.841vw;
    right: 6.33vw;
    background-image: url('../images/arrow-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.taste {
    width: 100vw;
    padding: 8.333vw 0;
    position: relative;
    background-color: #E84B3C;
    overflow: hidden;
}

.taste__bg01 {
    width: 25.86vw;
    height: 23.274vw;
    position: absolute;
    top: 1.87vw;
    right: -6.469vw;
    transform: rotate(16.96deg);
    background-image: url('../images/taste-bg01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.taste__bg02 {
    width: 18.024vw;
    height: 18.024vw;
    position: absolute;
    top: 12.373vw;
    left: -0.954vw;
    transform: rotate(-17.34deg);
    background-image: url('../images/taste-bg02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.taste__bg03 {
    width: 18.024vw;
    height: 18.024vw;
    position: absolute;
    bottom: -8.452vw;
    right: -4.292vw;
    transform: rotate(-17.34deg);
    background-image: url('../images/taste-bg02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.taste__container {
    width: 87.153vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.taste__title-wrap {
    width: 50.069vw;
}

.taste__title-en {
    color: #FFFCF4;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.32em;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 2.917vw;
}

.taste__title-en::before {
    content: '';
    width: 1.944vw;
    height: 0.104vw;
    background: #FFFCF4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.taste__title-en::after {
    content: '';
    width: 1.944vw;
    height: 0.104vw;
    background: #FFFCF4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.taste__title {
    color: #FFFCF4;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 3.194vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 2.778vw;
}

.taste__title-text {
    color: #FFFCF4;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: 1.667vw;
}

.taste__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.972vw;
    row-gap: 1.667vw;
}

.taste__content-item {
    width: 43.056vw;
    height: 18.819vw;
    border-radius: 2.5vw;
    border: 2px solid #2B1F12;
    background: #FFFCF4;
    position: relative;
    padding: 2.778vw 0 2.778vw 2.778vw;
    display: flex;
    gap: 1.667vw;
    align-items: flex-start;
}

.taste__content-item-image-wrap {
    width: 6.111vw;
    height: 6.111vw;
    border-radius: 3.056vw;
    border: 2px solid #2B1F12;
    background: #FFF6E5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.taste__content-item-image {
    width: 3.889vw;;
    height: auto;
    object-fit: cover;
}

.taste__content-item-text-wrap {
    width: 31.25vw;
}

.taste__content-item-en-text {
    color: #E84B3C;
    font-family: "Plus Jakarta Sans";
    font-size: 0.764vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.22em;
}

.taste__content-item-title {
    color: #2B1F12;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.944vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.017em;
    margin-top: 0.556vw;
}

.taste__content-item-text {
    color: #6B5B45;
    font-family: "Noto Sans JP";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: 1.111vw;
}

.enjoy {
    width: 100vw;
    padding: 8.333vw 0;
    background: radial-gradient(116.26% 53.42% at 100% 87.23%, #D5E8C3 0%, rgba(213, 232, 195, 0.00) 50.38%), radial-gradient(161.83% 74.34% at 0% 28.63%, #FCE3B4 0%, rgba(252, 227, 180, 0.00) 45.68%), #FFFCF4;
    position: relative;
}

.enjoy__bg01 {
    width: 14.388vw;
    height: 12.949vw;;
    position: absolute;
    top: 14.28vw;
    left: -3.542vw;
    transform: rotate(-13.58deg);
    background-image: url('../images/enjoy-bg01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.enjoy__bg02 {
    width: 9.082vw;
    height: 9.082vw;
    position: absolute;
    bottom: 4.308vw;
    right: 3.09vw;
    transform: rotate(16.34deg);
    background-image: url('../images/enjoy-bg02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.enjoy__container {
    width: 86.736vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.556vw;
}

.enjoy__title-wrap-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.enjoy__title-wrap {
    width: 50.069vw;
}

.enjoy__title-en {
    color: #E84B3C;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.32em;
    padding: 0 2.917vw;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.enjoy__title-en::before {
    content: '';
    width: 1.944vw;
    height: 0.104vw;
    background: #E84B3C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.enjoy__title-en::after {
    content: '';
    width: 1.944vw;
    height: 0.104vw;
    background: #E84B3C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.enjoy__title {
    color: #2B1F12;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 3.194vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 2.778vw;
}

.enjoy__title-text {
    color: #6B5B45;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: 1.667vw;
}

.enjoy__title-image {
    width: 36.111vw;
    height: 17.014vw;
    border-radius: 1.528vw;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.enjoy__content {
    height: 28.542vw;
    display: flex;
    gap: 1.667vw;
}

.enjoy__content-item {
    width: 19.444vw;
    border-radius: 1.528vw;
    border: 2px solid #2B1F12;
    background: #FFFCF4;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.enjoy__content-item-image-wrap {
    width: 100%;
    height: 13.854vw;
    background: #FBEACF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enjoy__content-item-image {
    height: auto;
    object-fit: contain;
}

.enjoy__content-item-image--1 {
    width: 12.708vw;
}

.enjoy__content-item-image--2 {
    width: 15.486vw;
}

.enjoy__content-item-image--3 {
    width: 13.681vw;
}

.enjoy__content-item-image--4 {
    width: 13.403vw;
}

.enjoy__content-item-text-wrap {
    width: 100%;
    height: 14.653vw;
    padding: 1.667vw 0 1.667vw 1.111vw;
}

.enjoy__content-item-en-text {
    color: #E84B3C;
    font-family: "Plus Jakarta Sans";
    font-size: 0.764vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.22em;
}

.enjoy__content-item-title {
    color: #2B1F12;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.26;
    letter-spacing: 0;
    margin-top: 0.556vw;
}

.enjoy__content-item-text {
    width: 17.222vw;
    color: #6B5B45;
    font-family: "Noto Sans JP";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-top: 0.833vw;
}

.product {
    width: 100vw;
    padding: 8.333vw 0;
    background-color: #7BB662;
    position: relative;
    overflow: hidden;
}

.product__bg01 {
    width: 18.66vw;
    height: 17.62vw;
    position: absolute;
    top: 1.937vw;
    left: -7.998vw;
    background-image: url('../images/product-bg01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product__bg02 {
    width: 15.459vw;
    height: 15.459vw;
    position: absolute;
    bottom: 7.431vw;
    right: -3.987vw;
    transform: rotate(-17.34deg);
    background-image: url('../images/product-bg02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product__bg03 {
    width: 15.736vw;
    height: 12.073vw;
    position: absolute;
    left: 28.299vw;
    bottom: -4.817vw;
    background-image: url('../images/product-bg03.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product__container {
    width: 76.389vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product__title-wrap {
    width: 37.104vw;
    position: relative;
}

.product__title-image {
    width: 10.278vw;
    height: 10.278vw;
    position: absolute;
    top: -1.048vw;
    right: 0;
    background-image: url('../images/product-title.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product__title-en {
    color: #FFFCF4;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.32em;
    position: relative;
    width: fit-content;
    margin: 0;
    padding: 0 2.917vw;
}

.product__title-en::before {
    content: '';
    width: 1.944vw;
    height: 0.104vw;
    background: #FFFCF4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.product__title-en::after {
    content: '';
    width: 1.944vw;
    height: 0.104vw;
    background: #FFFCF4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.product__title {
    color: #FFFCF4;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.222vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 1.667vw;
}

.product__price {
    color: #FFFCF4;
    font-family: "Zen Kaku Gothic New";
    font-size: 3.472vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-left: 1.667vw;
}

.product__price-unit {
    color: #FFFCF4;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-left: 0.556vw;
}

.product__info {
    width: 100%;
    border-radius: 0.833vw;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.278vw 1.806vw;
    margin-top: 2.778vw;
}

.product__info-text {
    color: #DCEFCB;
    font-family: "Zen Kaku Gothic New";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.85;
    letter-spacing: 0.08em;
    padding: 1.25vw 0 1.458vw;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.30); 
}

.product__info-text span {
    display: inline-block;
    width: 8.75vw;
}
.product__content {
    width: 33.75vw;
    display: flex;
    flex-direction: column;
    gap: 1.667vw;
}

.product__content-image {
    width: 33.75vw;
    height: 28.056vw;
    border-radius: 2.5vw;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
}

.product__content-btn {
    width: 33.75vw;
    height: 5.556vw;
    border-radius: 2.778vw;
    background-color: #2B1F12;
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 1.493vw 0 1.562vw 7.142vw;
    position: relative;
}

.product__content-btn::after {
    content: '';
    width: 1.806vw;
    height: 1.806vw;
    position: absolute;
    top: 1.841vw;
    right: 6.33vw;
    background-image: url('../images/arrow-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* レスポンシブデザイン */
@media (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .contents {
        width: 100vw;
    }

    /* セクション共通 */
    section {
        width: 100%;
        overflow-x: hidden;
    }

    /* ヒーローセクション */
    .hero {
        width: 100vw;
        height: 188vw;
    }

    .hero__title-wrap {
        width: 90.667vw;
        position: absolute;
        top: 4.267vw;
        left: 4.267vw;
        gap: 2.133vw;
    }

    .hero__title-tag {
        padding: 2.133vw 6.4vw;
        border-radius: 10.667vw;
        font-size: 3.733vw;
    }

    .hero__title {
        font-size: 10.667vw;
    }

    .hero__title-text {
        font-size: 5.333vw;
    }

    .hero__btn {
        width: 91.467vw;
        border-radius: 266.4vw;
        position: absolute;
        top: 170.4vw;
        left: 4.267vw;
        font-size: 3.733vw;
        line-height: 2.5;
        padding: 1.867vw 0 1.867vw 17.333vw;
    }

    .hero__btn::after {
        content: '';
        width: 6.4vw;
        height: 6.4vw;
        position: absolute;
        top: 3.467vw;
        right: 17.333vw;
    }

    .hero__image {
        width: 91.467vw;
        height: 76.533vw;
        position: absolute;
        top: 88.267vw;
        right: 4.267vw;
        border-radius: 6.4vw;
        background-image: url('../images/hero-sp.jpg');
    }

    .hero__bg01 {
        width: 11.525vw;
        height: 10.141vw;
        position: absolute;
        top: 83.816vw;
        left: 11.112vw;
    }

    .hero__bg02 {
        width: 21.808vw;
        height: 21.808vw;
        position: absolute;
        top: 85.035vw;
        left: -5.899vw;
        transform: rotate(-12.5deg);
    }

    .hero__bg03 {
        width: 22.056vw;
        height: 19.872vw;
        position: absolute;
        bottom: 18.664vw;
        right: -6.68vw;
        transform: rotate(6.57deg);
    }

    .hero__bg04 {
        width: 11.472vw;
        height: 10.336vw;
        position: absolute;
        bottom: 18.696vw;
        right: 10.107vw;
        transform: rotate(-6.57deg);
    }

    .hero__tag01 {
        position: absolute;
        top: 92.8vw;
        right: 0.944vw;
        padding: 0.533vw 3.813vw 0.533vw 4.011vw;
        font-size: 3.733vw;
    }

    .hero__tag02 {
        position: absolute;
        top: 136vw;
        left: 0.8vw;
        padding: 0.533vw 3.2vw 0.533vw 3.733vw;;
        font-size: 3.733vw;
    }

    .hero__tag03 {
        position: absolute;
        top: 146.4vw;
        left: 18.667vw;
        padding: 0.533vw 3.2vw 0.533vw 3.733vw;;
        font-size: 3.733vw;
    }

    /* アバウトセクション */
    .concept {
        width: 100vw;
        padding: 17.067vw 0;
    }

    .concept__bg01 {
        width: 35.133vw;
        height: 31.619vw;
        position: absolute;
        top: 42.616vw;
        left: -11.179vw;
        transform: rotate(-13.58deg);
    }
    
    .concept__bg02 {
        width: 37.155vw;
        height: 37.155vw;
        position: absolute;
        top: 205.008vw;
        right: -13.096vw;
        transform: rotate(-16.34deg);
    }

    .concept__bg03 {
        display: none;
    }
    
    .concept__container {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10.667vw;
    }
    
    .concept__content-wrap {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6.4vw;
    }
    
    .concept__title-en {
        font-size: 3.2vw;
        position: relative;
        width: fit-content;
        margin: 0 auto;
        padding: 0 11.2vw;
    }
    
    .concept__title-en::before {
        content: '';
        width: 7.467vw;
        height: 0.4vw;
    }
    
    .concept__title-en::after {
        content: '';
        width: 7.467vw;
        height: 0.4vw;
    }
    
    .concept__title-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4.267vw;
    }
    
    .concept__subtitle {
        font-size: 3.733vw;
    }
    
    .concept__subtitle::after {
        content: '';
        width: 100%;
        height: 2.667vw;
        border-radius: 1.067vw;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    
    .concept__title {
        font-size: 6.4vw;
    }
    
    .concept__image {
        width: 82.133vw;
        height: 51.672vw;
    }
    
    .concept__text {
        font-size: 3.733vw;
    }
    
    .concept__row {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.667vw;
        position: relative;
    }
    
    .concept__row-item {
        width: 69.333vw;
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .concept__row-item-image-wrap {
        width: 53.333vw;
        height: 53.333vw;
        border-radius: 26.667vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid #2B1F12;
        background: #FFFCF4;
        overflow: hidden;
    }
    
    .concept__row-item-image {
        width: 32.533vw;
        height: 32.533vw;
        object-fit: cover;
    }
    
    .concept__row-item-title {
        font-size: 6.4vw;
        position: static;
        top: unset;
        left: unset;
        margin-top: 6.4vw;
    }
    
    .concept__row-item-text {
        font-size: 3.733vw;
        position: static;
        margin-top: 2.133vw;
        top: unset;
        left: unset;
    }
    
    .concept__row-item-cross {
        width: 13.421vw;
        height: 13.421vw;
        margin: 2.667vw 0;
    }
    
    .concept__row-item-equal {
        width: 13.421vw;
        height: 7.056vw;
        transform: rotate(90deg);
        margin: 5vw 0;
    }
    
    .concept__btn {
        width: 91.467vw;
        height: 21.333vw;
        border-radius: 10.667vw;
        font-size: 4.267vw;
        padding: 5.867vw 0 5.867vw 13.6vw;
        position: relative;
        line-height: 2.2;
    }
    
    .concept__btn::after {
        content: '';
        width: 6.933vw;
        height: 6.933vw;
        position: absolute;
        top: 7.2vw;
        right: 13.6vw;
    }
    

    .taste {
        width: 100vw;
        padding: 17.067vw 0;
    }

    .taste__bg01 {
        width: 26.667vw;
        height: 24vw;
        position: absolute;
        top: 0;
        right: 0;
        transform: rotate(16.96deg); 
    }

    .taste__bg02 {
        width: 26.667vw;
        height: 26.667vw;
        position: absolute;
        top: 66.667vw;
        left: 0;
        transform: rotate(-17.34deg);
    }
    
    .taste__bg03 {
        display: none;
    }

    .taste__container {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24vw;
    }

    .taste__title-wrap {
        width: 100%;
    }

    .taste__title-en {
        font-size: 3.2vw;
        padding: 0 11.2vw;
    }

    .taste__title-en::before {
        content: '';
        width: 7.467vw;
        height: 0.4vw;
    }

    .taste__title-en::after {
        content: '';
        width: 7.467vw;
        height: 0.4vw;
    }

    .taste__title {
        font-size: 6.4vw;
        margin-top: 6.4vw;
    }

    .taste__title-text {
        font-size: 4.267vw;
        margin-top: 6.4vw;
    }

    .taste__content {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 3.733vw;
        row-gap: 18vw;
    }

    .taste__content-item {
        width: 100%;
        height: unset;
        border-radius: 9.6vw;
        padding: 5.333vw;
        display: flex;
        flex-direction: column;
        gap: 6.4vw;
        align-items: flex-start;
    }

    .taste__content-item-image-wrap {
        width: 23.467vw;
        height: 23.467vw;
        border-radius: 50%;
        position: absolute;
       top: -13.333vw;
       right: 10.667vw;
    }

    .taste__content-item-image {
        width: 14.933vw;
        height: auto;
        object-fit: cover;
    }

    .taste__content-item-text-wrap {
        width: 100%;
    }

    .taste__content-item-en-text {
        font-size: 2.933vw;
    }

    .taste__content-item-title {
        font-size: 5.867vw;
        margin-top: 2.133vw;
    }

    .taste__content-item-text {
        font-size: 3.733vw;
        margin-top: 4.267vw;
    }

    .enjoy {
        width: 100vw;
        padding: 17.067vw 0;
    }

    .enjoy__bg01 {
        width: 26.667vw;
        height: 24vw;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-13.58deg);
    }

    .enjoy__bg02 {
        width: 26.667vw;
        height: 26.667vw;
        position: absolute;
        bottom: 5.333vw;
        right: 0;
        transform: rotate(16.34deg);
    }

    .enjoy__container {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 21.333vw;
    }

    .enjoy__title-wrap-row {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 10.667vw;
    }

    .enjoy__title-wrap {
        width: 100%;
    }

    .enjoy__title-en {
        font-size: 3.2vw;
        padding: 0 11.2vw;
    }

    .enjoy__title-en::before {
        content: '';
        width: 7.467vw;
        height: 0.4vw;
    }

    .enjoy__title-en::after {
        content: '';
        width: 7.467vw;
        height: 0.4vw;
    }

    .enjoy__title {
        font-size: 6.4vw;
        margin-top: 6.4vw;
    }

    .enjoy__title-text {
        font-size: 4.267vw;
        margin-top: 6.4vw;
    }

    .enjoy__title-image {
        width: 88.533vw;
        height: 41.867vw;
        border-radius: 5.867vw;
    }

    .enjoy__content {
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6.4vw;
    }

    .enjoy__content-item {
        width: 88.533vw;
        width: 85.333vw;
        border-radius: 5.867vw;
    }

    .enjoy__content-item-image-wrap {
        width: 100%;
        height: 53.2vw;
    }

    .enjoy__content-item-image {
        height: auto;
        object-fit: contain;
    }

    .enjoy__content-item-image--1 {
        width: 48.8vw;
    }

    .enjoy__content-item-image--2 {
        width: 59.467vw;
    }

    .enjoy__content-item-image--3 {
        width: 52.533vw;
    }

    .enjoy__content-item-image--4 {
        width: 51.467vw;
    }

    .enjoy__content-item-text-wrap {
        width: 100%;
        height: unset;
        padding: 6.4vw 4.267vw 6.4vw 4.267vw;
    }

    .enjoy__content-item-en-text {
        font-size: 2.933vw;
    }

    .enjoy__content-item-title {
        font-size: 5.333vw;
        margin-top: 2.133vw;
    }

    .enjoy__content-item-text {
        width: 100%;
        font-size: 4.267vw;
        margin-top: 3.2vw;
    }

    .product {
        width: 100vw;
        padding: 21.333vw 0;
    }   

    .product__bg01 {
        width: 71.653vw;
        height: 67.661vw;
        width: 26.667vw;
        height: 25.181vw;
        position: absolute;
        top: 0;
        left: -10.667vw;
    }

    .product__bg02 {
        width: 59.363vw;
        height: 59.363vw;
        width: 26.667vw;
        height: 26.667vw;
        position: absolute;
        bottom: 0;
        right: 0;
        transform: rotate(-17.34deg);
    }

    .product__bg03 {
        display: none;
    }

    .product__container {
        width: 293.333vw;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10.667vw;
    }

    .product__title-wrap {
        width: 100%;
        position: relative;
    }

    .product__title-image {
        width: 21.867vw;
        height: 30.933vw;
        position: absolute;
        top: 8vw;
        right: 20vw;
        background-image: url('../images/title-image-sp.png');
    }

    .product__title-en {
        font-size: 3.2vw;
        margin: 0;
        padding: 0 11.2vw;
    }

    .product__title-en::before {
        content: '';
        width: 7.467vw;
        height: 0.4vw;
    }

    .product__title-en::after {
        content: '';
        width: 7.467vw;
        height: 0.4vw;
    }

    .product__title {
        font-size: 6.4vw;
        margin-top: 6.4vw;
    }

    .product__price {
        font-size: 10.667vw;
        margin-left: 0;
    }

    .product__price-unit {
        font-size: 6.4vw;
        margin-left: 2.133vw;
    }

    .product__info {
        width: 100%;
        border-radius: 3.2vw;
        padding: 1.067vw 6.933vw;
        margin-top: 96vw;
    }

    .product__info-text {
        font-size: 3.733vw;
        padding: 4.8vw 0 5.6vw;
    }

    .product__info-text span {
        display: inline-block;
        width: 33.6vw;
    }

    .product__content {
        width: 129.6vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 6.4vw;
    }

    .product__content-image {
        width: 90vw;
        height: 74.815vw;
        border-radius: 9.6vw;
        position: absolute;
        top: 68vw;
        left: 5vw;
    }

    .product__content-btn {
        width: 91.467vw;
        height: 21.333vw;
        border-radius: 10.667vw;
        font-size: 4.267vw;
        padding: 5.867vw 0 5.867vw 13.6vw;
        position: relative;
        line-height: 2.2;
    }

    .product__content-btn::after {
        content: '';
        width: 6.933vw;
        height: 6.933vw;
        position: absolute;
        top: 7.2vw;
        right: 13.6vw;
    }
}
