
/*
.product-item::before{
	white-space: pre-wrap;
    content: "11月4日 12:00\A受付開始";
    background: #333;
    position: absolute;
    top: 88%;
    padding: 5% 0%;
    left: 1%;
    color: #fff;
    text-align: center;
    line-height: 1;
    width: 100%;
}
*/




/* --- 基本設定 --- */
:root {
    --nav-height: 60px; /* 下部ナビゲーションの高さ */
}
.pagetop{
	display: none;
}

#fv .fv-container {
    width: 100%;
}
.teiki-pc {
    display: none; /* SPではPC画像を非表示 */
}
.teiki-sp {
    display: block; /* SPではSP画像を表示 */
}
#fv h1 {
    margin: 20px;
    font-size: 1.5em;
}

#description p{
	    text-align: center;
    margin: 17% 0;
    font-size: 1.6rem;
}

#description a img{
	 width: 90%;
	margin: 0 auto 15%;
}

/* --- 3. 画面下部ナビゲーション --- */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
.bottom-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.bottom-nav li {
    flex: 1;
    text-align: center;
}

.bottom-nav li:nth-child(2){
	    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.bottom-nav a {
    display: block;
    padding: 10px 5px;
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 1.7rem;
    transition: background-color 0.2s;
    font-family: 'cochin-lt-pro';
    line-height: 1;
}

.bottom-nav a span{
    display: block;
    font-size: 1rem;
}
.bottom-nav a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}



/* --- 4. 定期便の特徴 --- */

.content-section h2{
	    font-family: 'cochin';
    background: #750605;
    color: #fff;
    text-align: center;
    padding: 1% 0;
    font-weight: 100;
    font-size: 2.2rem;
}
.features-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #fbf7ef;
    padding: 20% 0;
}
.feature-item {
    width: 90%;
    margin: 0 auto;
}

.teiki-attention{
    width: 90%;
    margin: 0% auto 5%;
    text-align: justify;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    margin-right: auto;
}


.teiki-attention ul{
	    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
}

.teiki-attention ul li{
	text-indent: -1.5em;
}


.teiki-attention ul li::before{
	    content: "※";
    margin-right: 0.5em;
}



/* --- 5. 対象製品 (SP: 2列) --- */
#products h3{
    margin: 8% 3% 5%;
    font-family: 'cochin-lt-pro';
    border-bottom: 2px solid #750605;
    color: #750605;
    font-size: 2rem;
    font-weight: 100;
}

#products h3.-hair{
    margin: 38% 3% 5%;
    font-family: 'cochin-lt-pro';
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 2rem;
    font-weight: 100;
}

#products h3 span{
	font-size: 1.5rem;
    vertical-align: baseline;
    padding-left: 2%;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    width: 95%;
    margin: 0 auto;
    align-items: stretch;
    row-gap: 3%;
    column-gap: 3%;
	align-items: stretch;
}

.product-item {
    display: flex; /* これを追加 */
    flex-direction: column; /* これを追加 (子要素を縦に並べる) */
	position: relative;
}

.product-category{
	text-align: center;
    border: 1px solid #b3b3b3;
    color: #666;
    width: fit-content;
    padding: 0% 4%;
    font-size: 1.1rem;
}



.price-nomal, .price-red{
	display: flex;
	gap: 5px;
}

.price-red.-hair strong{
	color: #9c8d43;
}

.product-item a{
	margin: 8% auto;
    display: block;
	    width: 95%;
}

.price-nomal img{
	width: 36%;
	    object-fit: contain;
	
}

.price-red img{
    object-fit: contain;
    width: 40%;
}

.price-red strong span{
	font-size: 1rem;
    vertical-align: middle;
}
.product-capacity.-twotiers{
	    vertical-align: baseline;
    font-size: 1.2rem;
}
.product-name {
    font-weight: bold;
    font-size: 1.6rem;
	    height: 20%;
    line-height: 1.3;
    margin: 3% 0;
}

.product-name.-twotiers{
	line-height: 1.3;
    margin: 2.4% 0;
}

.product-cycle{
	    margin: 5% 0px;
}

.product-price {
    font-size: 1em;
    font-weight: bold;
}

.price-red strong{
	    font-size: 2rem;
    color: #ae382c;
	    white-space: nowrap;
}

.product-capacity{
	    line-height: 1;
    margin-bottom: 6%;
}

/* --- 6. FAQ (アコーディオン) --- */
#faq{
	margin: 30% 0 20%;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}
.faq-question {
width: 100%;
    background: none;
    border: none;
    padding: 4% 11% 4% 3%;
    font-size: 1.5rem;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    text-align: justify;
	color: #333;
}
/* アコーディオンの開閉アイコン ( + ) */
.faq-question::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    font-weight: normal;
    color: #333;
    transition: transform 0.2s ease-out;
}
/* activeクラスがついたらアイコンを回転 ( - に見せる) */
.faq-question.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
    max-height: 0; /* JSで高さを制御 */
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.faq-answer p {
    padding: 0 8% 10% 3%;
    margin: 0;
    line-height: 1.7;
    font-size: 1.4rem;
    text-align: justify;
	color: #333;
}

	.faq-jump{
		    margin: 9% auto 25%;
		width:80%;
	}

/* --- PC表示 (メディアクエリ) --- */
/* 768px以上をPCとみなす */
@media (min-width: 768px) {
    
    .content-section {
        width: 1070px;
        margin: 0 auto;
    }

    /* 1. FVの切り替え */
    .teiki-pc {
        display: block; /* PC画像を表示 */
		margin: 0 auto;
    }
	#description p{
		margin: 7% 0 10%;
    font-size: 2rem;
	}
    .teiki-sp {
        display: none; /* SP画像を非表示 */
    }
    #fv h1 {
        font-size: 2.5em;
        margin: 40px 0;
    }
	.teiki-attention{
		    width: 50%;
    margin: 0% auto 3%;
    text-align: justify;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
	}

    /* 4. 特徴 (PCでは横並び) */
    .features-container {
       padding: 10% 0;
    }
    .feature-item {
        flex-basis: 31%; /* 3カラム */
		    width: 50%;
    }

    /* 5. 対象製品 (PC: 4列) */
    .product-grid {
        grid-template-columns: repeat(4, 1fr); /* PCは4列 */
               gap: 60px;	
    }
	#products h3.-hair{
		margin: 15% 3% 5%;
	}
	.price-red strong span{
    font-size: 1.6rem;
		vertical-align: middle;
	}
	.price-nomal strong span{
		font-size: 1.5rem;
	}
	#faq{
		    margin: 15% auto 20%;
	}

    .bottom-nav a {
        font-size: 1em;
    }
	.faq-answer p{
		    padding: 0 8% 5% 3%;
	}
	.bottom-nav ul{
     width: 1070px;
    margin: 0 auto;
	}
	.faq-jump{
		margin: 6% auto;
		width:40%;
	}
	#description a img{
		width: 60%;
		margin: 0 auto 15%;
	}
}