@charset "utf-8";

/* =====================================
Article header
===================================== */
.article__header {
    padding-top: 15px;
}

.mainImg__pc {
    display: none;
}

.mainTopics {
    padding: 13px 41px;
}

.mainImg__sp {
    margin: 0 auto;
}


.mainTopics__name {
    color: var(--primary-brown);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.mainTopics__txt {
    color: var(--primary-brown);
    font-family: "Playfair Display";
    font-size: 1.4rem;
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.mainTopics__txt span {
    color: var(--primary-amber);
}

/* Article header pc */
@media screen and (min-width: 769px) {
    .article__header {
        padding: 0;
    }

    .mainImg__sp {
        display: none;
    }

    .mainImg__pc {
        display: block;
        margin: 0 auto;
        max-height: 750px;
    }

    .mainTopics {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 166px;
    }

    .mainTopics__name {
        font-size: 3.2rem;
    }

    .mainTopics__txt {
        font-size: 2rem;
    }
}

/* pc 769px */

/* =====================================
Products
===================================== */
.section--products {
    padding: 20px var(--contentPadding);
    background-color: var(--primary-darkbeige);
}

.products {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products__item {
    margin-top: 20px;
}

.products__img {
    border-radius: 5px;
    aspect-ratio: 169/135;
    height: 274px;
}

.products__content {
    margin-top: 14px;
    padding-left: 10px;
    align-items: center;
    text-align: left;
    gap: 16px;
    width: var(--contentWidth);
}

.products__name {
    font-family: "Playfair Display";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
}

.products__txt {
    margin-top: 2px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.products__price {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    background-color: var(--primary-amber);
    padding: 2px 6px;
    margin-top: 15px;
}

.page {
    display: block;
    margin-top: 19px;
    align-items: center;
}

.page__tex {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page__right {
    width: 11px;
    height: 11px;
    margin-left: 60px;
    margin-bottom: 7px;
}

.page__line {
    content: '';
    display: block;
    max-width: 224px;
    height: 0.8px;
    background-color: var(--primary-brown);
}

/* Products pc */
@media screen and (min-width: 769px) {
    .section--products {
        padding: 64px var(--contentPadding);
    }

    .products {
        padding: 0 10%;
        box-sizing: border-box;
        min-height: auto;
    }

    .products__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: 1280px;
        min-width: 0;
        margin-top: 64px;
        width: 100%;
        gap: 0 64px;
    }

    .products__img {
        display: block;
        aspect-ratio: 5/4;
        object-fit: cover;
        height: auto;
        max-width: 500px;
        min-width: 375px;
        width: 100%;
    }

    .products__content {
        gap: 100px;
        margin-top: 40px;
        align-items: flex-start;
        min-width: 0;
    }

    .products__name {
        font-size: 2.4rem;
    }

    .products__txt {
        font-size: 2rem;
        margin-top: 20px;
    }

    .products__price {
        font-size: 2rem;
        margin-top: 60px;
        padding: 4px 8px;
        justify-content: center;
        align-items: center;
    }

    .page {
        margin-top: 44px;
        gap: 98px;
    }

    .page__tex {
        font-size: 2.4rem;
    }

    .page__right {
        width: 20px;
        height: 24px;
    }

    .page__line {
        max-width: 310px;
    }
}

/* pc 768px */

/* =====================================
Gift
===================================== */
.section--gift {
    padding: 20px 4.2%;
    background-color: var(--primary-darkbeige);
}

.gift {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gift__item {
    margin-top: 20px;
}

.gift__img {
    border-radius: 5px;
    aspect-ratio: 169/135;
    height: 274px;
}

.gift__content {
    display: block;
    flex-direction: column;
    margin-top: 14px;
    padding-left: 10px;
    align-items: center;
    text-align: left;
    width: var(--contentWidth);
}

.gift__name {
    font-family: "Playfair Display";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gift__sub {
    margin-top: 5px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gift__line {
    content: '';
    display: block;
    max-width: 343px;
    height: 0.8px;
    background-color: var(--primary-black);
    margin-top: 17px;
}

.gift__txt {
    margin-top: 17px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

/* Gift pc */
@media screen and (min-width: 769px) {
    .section--gift {
        padding: 64px var(--contentPadding);
    }

    .gift{
        padding: 0 10%;
        box-sizing: border-box;
    }

    .gift__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: 1280px;
        min-width: 0;
        margin-top: 64px;
        width: 100%;
        gap: 0 8%;
    }

    .gift__img {
        display: block;
        aspect-ratio: 5/4;
        object-fit: cover;
        height: auto;
        max-width: 500px;
        min-width: 375px;
        width: 100%;
    }

    .gift__content {
        gap: 100px;
        margin-top: 40px;
        align-items: flex-start;
        min-width: 0;
    }

    .gift__name {
        font-size: 2.4rem;
    }

    .gift__sub {
        font-size: 2rem;
    }

    .gift__line {
        max-width: 460px;
        margin-top: 20px;
    }

    .gift__txt {
        font-size: 2rem;
    }
}

/* pc 768px */

/* =====================================
FAQ
===================================== */
.section--faq {
    padding: 20px 4.2% 40px;
}

.main__content {
  display: flex;
  flex-direction: column; /* ★基本は縦並び */
  gap: 20px;
}

.faq__wrapper {
  border-top: 1px solid var(--primary-black);
  max-width: 343px;
  margin: 0 auto;
  width: 100%;
}

.faq__item {
    border-bottom: 1px solid var(--primary-black);
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 6px 0 8px;
}

.faq-question::-webkit-details-marker {
    display: none; 
}

.faq__text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
}

.faq__arrow {
    position: relative;
    flex: 0 0 12px;
    height: 12px;
    border-right: 1.5px solid var(--primary-brown); 
    border-bottom: 1.5px solid var(--primary-brown); 
    transform: rotate(45deg);
    transition: transform 0.3s ease, margin-top 0.3s ease;
    margin-top: -6px;
}

details[open] .faq__arrow {
    transform: rotate(225deg);
    margin-top: 4px;
}

.faq__answer {
  padding-bottom: 20px;
  font-size: 1.2rem;
}

.faq__footer {
  padding-top: 20px;
  text-align: left;
}

.faq__link {
    font-size: 1.4rem;
    text-decoration: underline;
}

/* Faq pc */
@media screen and (min-width: 769px) {
    .section--faq{
        padding: 64px var(--contentPadding);
    }

    .main__content {
        display: flex;
        flex-direction: row;
        gap: 50px;
        max-width: 1440px;
        margin: 0 auto;
    }

    .faq__wrapper {
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
    }

    .topic--FAQ {
        padding-left: 100px;
    }

    .faq__text {
        font-size: 2.4rem;
    }

    .faq__answer {
        font-size: 2rem;
    }

    .faq__footer {
        padding-top: 36px;
        text-align: right;
    }

    .faq__link {
        font-size: 2rem;
    }
}

/* pc 769px */

/* =====================================
About
===================================== */
.section--about {
    margin-bottom: 60px;
}

.about {
    position: relative;
}

.aboutImg {
    background-image: url(../images/about.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about__box {
    background: rgba(206, 136, 66, 0.50);
    padding: 13px 14px;
    box-sizing: border-box;
    width: 100%;
    max-width: 220px;
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 100;
}

.about__txt {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about__link {
    margin: 11px 67px 0;
    gap: 5px;
}

.about__link a {
    display: flex;
    align-items: center;
    font-family: "Playfair Display";
    font-size: 1.4rem;
    font-style: normal;
    line-height: normal;
}

.about__link img {
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 769px) {
    .section--about {
        margin: 64px 0;
        display: flex;
        justify-content: center;
        align-items:center;
    }

    .about {
        display: flex;
        flex-direction: row;
        max-width: 1440px;
        width: 100%;
        margin: 0 auto;
    }

    .about__pc {
        flex: 110;
        display: flex;
        align-items: center;
    }

    .aboutImg {
        display: block  ;
        width: 100%;
        height: auto;
        aspect-ratio: 179/128;
        object-fit: cover;
    }

    .about__box {
        display: flex;
        flex: 110;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: static;
        max-width: none;
        padding: 0;
    }

    .about__txt {
        font-size: 4.8rem;
    }

    .about__link {
        display: flex;
        align-items: flex-end;
    }

    .about__link a {
        font-size: 3.2rem;
    }

    .about__link img {
        width: 40px;
        height: 40px;
    }
}

/* pc 769px */