@charset "utf-8";

@media (max-width: 767px) {

.lineup {
    padding-top: 48px;
}
.lineup_head {
    padding-bottom: 12.3%;
}
.page_link {
    margin-top: 9.23%;
}
.page_link ul {
    gap: 10px;
}

.page_link ul li {
	width: calc(50% - 6px); /* 2個ずつ */
}

  /* 5個目（最後だけ）を100% */
.page_link ul li:last-child {
	width: 100%;
}

.page_link ul li a {
	display: block;
	box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 12px 10px;
}

.product_block {
    padding-top: 9.23%;
    padding-bottom: 12.3%;
    background-image: url(../images/three.png);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: left 5.38% top;
}

.product_lead {
    margin-bottom: 32px;
}


.product_content {
    flex-direction: column;
    gap: 24px;
}

.product_main_img {
    flex: none;
    width: 100%;
}

.product-p_list {
    width: 100%;
}

.product_price {
    font-size: 1rem;
    text-align: center;
}

.product_price span {
    font-size: 1.2rem;
}

.product_cards {
    gap: 16px 12px;
}

.product_card {
    width: calc(50% - 6px);
}

.product_card p {
    font-size: 0.85rem;
}

.product_cards.is-single .product_card {
    width: 100%;
    max-width: none;
}

.product_cards.is-single .product_card img {
    aspect-ratio: 1 / 1;
}

.toggle_btn {
    font-size: 1.1rem;
}

.toggle_content {
    padding: 0 16px;
}

.product_detail_toggle.open .toggle_content {
    padding: 20px 16px;
}

.product_info {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.product_info_img {
    width: 100%;
}

.product_info_img img {
    aspect-ratio: 1 / 1;
}

.product_info_title {
    font-size: 1.1rem;
    margin-bottom: 12px;
    padding-bottom: 6px;
}

.product_info_desc {
    font-size: 0.95rem;
    line-height: 1.8;
}

.product_info_allergy {
    padding: 8px 12px;
}

.product_info_allergy p {
    flex-wrap: wrap; /* ←重要：折り返し対応 */
    font-size: 0.85rem;
    justify-content: center;
}

.allergy_title {
    flex-shrink: 0;
}

.allergy_text {
    margin-left: 0.3em;
}

.marker {
    background: linear-gradient(
      transparent 65%,
      rgba(245, 103, 51, 0.18) 65%
);
}




.product_gift {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    margin-top: 64px;
}
#party-selection .product_gift {
    padding-top: 32px;
}


.gift_cards {
    gap: 20px 12px;
    margin-top: 32px;
    margin-bottom: 32px;
}
#party-selection .gift_cards {
    gap: 40px 12px;
}
.gift_card {
    width: calc(50% - 6px);
}
#party-selection .gift_card {
    width: calc(100% - 6px);
}
.gift_card_img {
    margin-bottom: 10px;
}


.gift_card_title {
    font-size: 1.1rem;
}


.gift_card_price {
    font-size: 0.95rem;
}

.gift_card_price span {
    font-size: 1.05rem;
}

.gift_card_price_sub {
    font-size: 0.8rem;
}

.gift_card_allergy {
    padding: 8px 10px;
}

.gift_card_allergy p {
    font-size: 0.8rem;
    line-height: 1.6;
    flex-wrap: wrap; /* ←折り返し維持 */
 }

.allergy_title {
    flex-shrink: 0;
}

.allergy_text {
    margin-left: 0.2em;
}

.gift_cards.is-single .gift_card {
    width: 100%;
}




}
