bbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}
html {
  scroll-behavior: smooth;
}
body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

html {
    font-size: 62.5%;
}

* {
    max-height: 99999px;
}

body {
    font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 2.2rem;
    color: #333333;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    font-feature-settings: "palt";
}

img,
video {
    vertical-align: bottom;
    max-width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    opacity: 0.6;
}

#wrap {
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inline {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.tab {
    display: none;
}

.in {
    width: 92%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.flex {
    display: flex;
}

.flex_w {
    flex-wrap: wrap;
}

.palt {
    font-feature-settings: "palt";
}

.min {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

@media screen and (max-width: 750px) {
    body {
        font-size: 1.4rem;
    }

    #wrap {
        width: 100vw;
    }
}

.main_container {
    width: 640px;
    margin: auto;
    overflow: hidden;
}

header {
    background: #fff;
    height: auto;
    width: 100%;
    text-align: center;
    position: fixed;
    top: -105px;
    /* ←最初は上に隠す */
    left: 0;
    transition: top 0.3s, background-color 0.3s;
    z-index: 999;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.05);

}

header a .logo {
    display: inline-block;
    margin: auto;
    width: clamp(88px, 17.323vw, 111px);
    height: auto;
}

.video-area {
    height: auto;
}

.overlay1 {
    width: 89.8%;
    height: auto;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.overlay2 {
    width: 37.2%;
    height: auto;
    bottom: 0;
    right: 0;
}

.gnav {
    line-height: 0;
    /* 行間を完全になくす */
    background-color: #EBE3D8;
}

.row {
    display: flex;
    gap: 0;
    /* 隙間なし！ */
}

.row a {
    display: block;
    /* inline要素の余白を防ぐ */
}

.row img {
    width: 100%;
    height: auto;
    /* 縦横比を保持 */
    display: block;
}

/* 各列の比率（172 / 164 / 172） */
.row a:nth-child(1) {
    width: calc(100% * 172 / 508);
}

/* ≒ 33.86% */
.row a:nth-child(2) {
    width: calc(100% * 164 / 508);
}

/* ≒ 32.28% */
.row a:nth-child(3) {
    width: calc(100% * 172 / 508);
}

/* ≒ 33.86% */

.cta {
    background-color: #EBE3D8;
}


.cta-links {
    display: flex;
}

.product {
    background-color: #F6F5FB;
}

.product-item {
    width: 100%;
    position: relative;
}

.product-text {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 10;
}

.product-img {
    position: absolute;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.8s ease, transform 0.8s ease;
    z-index: 1;
}

.product-img.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.product1-img {
    top: 0;
    right: 0;
    width: 58.3%;
}

.product2-img {
    top: 0;
    left: 0;
    /* width: 33.9%; */
    width: 58%;
}

.product3-img {
    bottom: -30px;
    right: 0;
    /* width: 33.8%; */
    width: 52%;
}

.product4-img {
    bottom: 0;
    left: 0;
    width: 57.8%;
}

.cta02 {
    background-color: #E3DADB;
}

@media screen and (max-width: 750px) {
    .main_container {
        width: 100%;
    }
}


.ig-card {
    max-width: 560px;
    margin: -2px auto 0 0;
    /* background:#fff; */
    /* border:1px solid #fff; */
    /* box-shadow:0 8px 20px rgba(0,0,0,.08); */
}

.carousel {
    position: relative;
    overflow: hidden;
}

.track {
    display: flex;
    will-change: transform;
    transition: transform .6s ease;
}

.slide {
    flex: 0 0 100%;
    user-select: none;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 9999px;
    background: rgba(0, 0, 0, .25);
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 2;
    backdrop-filter: saturate(120%) blur(2px);
    transition: background .2s ease, transform .2s ease;
}

.nav:hover {
    background: rgba(0, 0, 0, .35);
}

.nav:active {
    transform: translateY(-50%) scale(.96);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.carousel,
.slide img {
    -webkit-user-drag: none;
}

.cta03 {
    background-color: #fff;
}

.point3 {
    background-color: #ebe3d8;
}

/* 変数不使用版 */

.faq {
    margin: 0 auto;
    color: #3b2f18;
    display: grid;
    gap: 16px;
    background-color: #E9C437;
    width: 100%;
    padding-bottom: 80px;
}

.faq-title-img {
    width: 101%;
}

.faq-item {
    padding: 0 20px;
}

.faq-title {
    width: 100%;
}



.faq-trigger {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* ← 左右に振る */
    gap: 16px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 30px 0px;
    cursor: pointer;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.faq-trigger:hover {
    background: #fffbec;
}

/* 左側：Q と タイトルを横並びで1グループ */
.faq-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    /* 省略時の折返し挙動を安定させる */
    flex: 1 1 auto;
    padding: 0 0 0 18px;
    /* ← ここが伸縮、右アイコンは伸縮しない */
}

.faq-q {
    font-weight: 700;
}

.faq-text {
    font-weight: 700;
    overflow: hidden;
    /* 長文対策（任意） */
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 右側の＋/−アイコン：固定幅で幅増加を防ぐ */
.faq-sign {
    position: relative;
    flex: 0 0 24px;
    /* ← 固定幅で右の幅が増えない */
    width: 24px;
    height: 24px;
    padding: 0 18px 0 0;
}

.faq-sign::before,
.faq-sign::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #E9C437;
    border-radius: 1px;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease;
}

.faq-sign::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* 縦棒＝＋ */

/* 開いたら「−」表示（縦棒を消す） */
.faq-trigger[aria-expanded="true"] .faq-sign::after {
    opacity: 0;
}

/* 開状態の継ぎ目処理（既存のまま） */
.faq-trigger[aria-expanded="true"] {
    background: #fff;
    border-color: #E9C437;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 15px;
}

.faq-trigger[aria-expanded="true"]+.faq-panel {
    border: 2px solid #E9C437;
    border-top: none;

}

/* パネル本体 */
.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, opacity .35s ease;
    opacity: 0;
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.faq-panel-inner {
    padding: 12px 18px 18px;
    border-top: 2px solid #e7d8a0;
}

.faq-panel[data-open="true"] {
    opacity: 1;
}

/* テキスト体裁 */
.faq-panel p {
    line-height: 1.8;
    margin: 0;
}


.hyouji h2 {
    text-align: center;
    font-size: 37px;
    margin-top: 30px;
    font-weight: 500;
}

/* ========= 基本レイアウト ========= */
.detail {
    margin: 28px 0;
    color: #222;
    font-feature-settings: "palt";
    padding: 0 20px;
}

.detail .title {
    font-weight: 700;
    font-size: clamp(18px, 2.4vw, 26px);
    line-height: 1.3;
    margin: 0 0 14px;
    padding-left: 18px;
    position: relative;
}

/* 見出しの縦ライン（画像風） */
.detail .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 6px;
    background: #222;
    border-radius: 3px;
}

/* ========= テーブルの見た目 ========= */
.detail table {
    width: 100%;
    border-collapse: separate;
    /* 角丸を効かせるため */
    border-spacing: 0;
    table-layout: fixed;
    font-size: clamp(14px, 1.6vw, 16px);
}

/* 角丸（最上段左右） */
.detail table tbody tr:first-child td:first-child {
    border-top-left-radius: 8px;
}

.detail table tbody tr:first-child td:last-child {
    border-top-right-radius: 8px;
}

/* 角丸（最下段左右） */
.detail table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.detail table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.detail table td {
    border: 1px solid #e5e5e5;
    padding: 16px 18px;
    vertical-align: top;
    line-height: 1.85;
    background: #fff;
}

/* 左ラベル列（画像のグレー帯） */
.detail table td:first-child {
    width: 26%;
    min-width: 180px;
    font-weight: 700;
    background: #f7f7f7;
    color: #111;
}

/* 右データ列は改行を活かす（栄養成分の行間を画像通りに） */
.detail table td:last-child {
    white-space: pre-line;
}

/* 行間を少し詰めたいところがあれば微調整用 */
.detail table td:last-child .tight {
    line-height: 1.6;
}

/* ========= 余白と区切り ========= */
.detail+.detail {
    /* セクション間をゆったり */
    margin-top: 56px;
}

[id] {
    scroll-margin-top: 60px;
    /* ← ヘッダーの高さに合わせて調整 */
}

#product {
    scroll-margin-top: 120px;
}

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}