.p-article__head h1 {
    font-size: 2.4rem;
    font-weight: 600;
    background: #efeae2;
    border-radius: 1rem;
    padding: 3rem;
    /*margin-bottom: 2.5rem;*/
}
@media screen and (max-width: 767px) {
    .p-article__head h1 {
        font-size: 2.2rem;
        padding: 2.5rem;
    }
}

@media screen and (min-width: 768px) {
    .p-article__head {
        margin-top: -10px;
    }
}
.p-article__head>a {
    display: none;
}
.p-article__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    margin-top: 7rem;
}
@media screen and (max-width: 767px) {
    .p-article__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
    }
}
.p-article__wrap:not(:last-child) {
    margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
    .p-article__wrap:not(:last-child) {
        margin-bottom: 4rem;
    }
}
.p-article__desc.--full {
    width: 100%;
    /*margin-top: 7rem;*/
}
.p-article__desc {
    width: 50%;
    border-radius: 3rem;
    background: #efeae2;
    padding: 4rem;
}
@media screen and (max-width: 767px) {
    .p-article__desc {
        width: 100%;
        padding: 2.5rem;
    }
}
.p-article__desc h2 {
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: solid 2px #a68961;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}
@media screen and (max-width: 767px) {
    .p-article__desc h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
}
.p-article__desc p {
    font-size: 1.7rem;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .p-article__desc p {
        font-size: 1.6rem;
    }
}
.p-article__desc h2 img {
    width: 3rem;
}
@media screen and (max-width: 767px) {
    .p-article__desc h2 img {
        width: 2rem;
    }
}

.product-form__submit {
    margin-bottom: 1rem;
    color: #ffffff;
    align-items: center;
    width: calc(100% - 0rem);
    border-radius: 5rem;
    padding: 3rem;
    color: #fff;
    background: #bda47b;
    font-size: 1.8rem;
}
/*@media screen and (max-width: 767px) {
    .product-form__submit {
        margin: 0 auto;
        width: calc(60% - 0rem);
    }
}*/
.product-form__buttons {
    max-width: 100%!important;
}

/*Poodleページ用*/

.p-article__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-article__detail dl:not(:last-child) {
    border-bottom: solid 1px #eee;
}
@media screen and (max-width: 767px) {
    .p-article__detail dl {
        grid-template-columns: 14rem 1fr;
    }
}
.p-article__detail dl {
    display: grid
;
    grid-template-columns: 15rem 1fr;
}
.p-article__detail dl dt {
    font-size: 1.7rem;
    padding: 2rem 0;
}
@media screen and (max-width: 767px) {
    .p-article__detail dl dt {
        font-size: 1.5rem;
    }
}
.p-article__detail dl dd {
    font-size: 1.7rem;
    padding: 2rem;
}
@media screen and (max-width: 767px) {
    .p-article__detail dl dd {
        font-size: 1.5rem;
    }
}

.p-negotiation-product {
    display: block;
    padding: 1rem;
    color: #ffffff;
    border-radius: 2rem;
    background:rgb(101, 160, 224);
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 50%;
    width: 16rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 0.1em;
}
.p-sold-out-product {

    padding: 1rem;
    color: #ffffff;
    border-radius: 2rem;
    background: #f5cc54;
    font-size: 1.6rem;
    font-weight: 600;

    top: 0;
    left: 50%;
    width: 16rem;

    text-align: center;
    letter-spacing: 0.1em;
}
/*shopボタン隠す*/
.shopify-payment-button {
  display: none !important;
}