/*  全体
---------------------------------------------------------------*/
ul {
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

div#fs_preview_header {
    display: none;
}

a:hover {
    opacity: 0.3;
    transition: .3s;
}

a:visited {
    color: initial;
}

.fs-l-main {
    margin: 94px auto 24px auto;
justify-content:center;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.pc_inline {
    display: inline-block;
}

.sp_inline {
    display: none;
}

.fs-l-page {
    margin-top: 94px;
}

#fs_Top .fs-l-page {
    margin-top: 0;
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 899px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .pc_inline {
        display: none;
    }

    .sp_inline {
        display: inline-block;
    }

    .fs-l-page {
        margin-top: 72px;
    }

    .fs-l-main {
        margin: 40px auto 24px auto;
    }
}


/*  トップ
---------------------------------------------------------------*/
#fs_Top .fs-l-main {
    margin: 0 auto;
    padding: 0;
    max-width: initial;
}

#fs_Top .fs-l-pageMain {
    max-width: initial;
}

.fv-movie video {
    position: relative;
    width: 100%;
    z-index: 0;
}

.fv-movie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    z-index: 1;
    background-color: #00000026;
}

.profile {
    margin-top: -6px;
    display: flex;
}

.prof-img {
    /*width: 50%;*/
    width: 55%;
    /*20240315修正*/
}

.prof-img img {
    height: 100%;
    object-fit: cover;
    object-position: 18% center;
    /*20240315追加*/
}

.prof-title {
    position: absolute;
    top: 0;
    right: 0;
}

.prof-txt {
    /*width: 50%;*/
    width: 45%;
    /*20240315修正*/
    position: relative;
    background-color: #F0E1E3E0;
    padding: 150px 80px;
}

.prof-position {
    font-family: "Noto Sans JP", sans-serif;
    color: #4A2F13;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-align: left;
}

.prof-name {
    padding-top: 20px;
    font-family: "Noto Serif JP", serif;
    color: #4A2F13;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.1em;
    text-align: left;
}

.prof-name span {
    margin-left: 30px;
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    color: #4A2F13;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.02em;
}

.prof-detail {
    padding: 40px 0;
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
    color: #4A2F13;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
}

.prof-history table {
    border-collapse: collapse;
}

.prof-history th {
    color: #A37474;
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.02em;
    border-right: 1px solid #A37474;
    padding-right: 10px;
    vertical-align: top;
}

.prof-history td {
    padding-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    color: #4A2F13;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.02em;
}

.about {
    position: relative;
}

.about img {
    width: 100%;
}

.about-txt {
    padding-left: 10%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.about-copy {
    padding-top: 40px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: 0.1em;
    text-align: left;
}

.about-detail {
    padding-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: justify;
}

.product-area {
    margin-top: -5px;
    background-color: #F0E1E3;
    padding: 120px 0;
}

.top-product {
    padding-top: 120px;
}

.product-list {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    max-width: 1000px;
}

.product-area .subtitle {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    color: #4A2F13;
}

.product-area .top-title {
    text-align: center;
}

.product-box {
    position: relative;
    cursor: pointer;
    width: 320px;
    padding-top: 200px;
}

.product-box:hover .product-txt {
    background-color: #A37474;
    transition: .4s;
}

.product-box:hover .product-txt p {
    color: #fff;
    transition: .4s;
}

.product-box:hover .product-txt span::after {
    content: url(https://piuprima.itembox.design/item/Closepath-hover.svg);
    margin-left: 11px;
}

.product-box img {
    position: absolute;
    bottom: 80px;
}

.product-txt {
    height: 200px;
    background-color: #fff;
}

.product-txt p {
    padding-top: 130px;
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #A37474;
}

.product-txt span {
    position: relative;
    line-height: initial;
}

.product-txt span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url(https://piuprima.itembox.design/item/Closepath.svg);
    margin-left: 11px;
}

.top-interview {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}

img.interview-sc {
    cursor: pointer;
    width: 100%;
    max-width: 1000px;
}

.interview-sc:hover {
    transition-duration: 0.6s;
    transform: scale(1.1, 1.1);
}

.play {
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.modal {
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #00000080;
    position: fixed;
    z-index: 999;
    overflow: visible;
}

.modal video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 50%;
}

.modal .close {
    position: absolute;
    top: 100px;
    right: 10px;
}

.modal .close img {
    width: 50px;
}

img.play-title {
    width: 220px;
}

img.play-button {
    margin-top: 20px;
    width: 31px;
}

.top-insta {
    padding-top: 120px;
}

.insta-ac {
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #4A2F13;
    text-decoration: underline;
}

.insta-ac:hover {
    color: #4A2F13 !important;
    text-decoration: underline;
}

.insta-list {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.insta-list a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.insta-list img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.insta-list img:hover {
    transition-duration: 0.6s;
    transform: scale(1.1, 1.1);
}

.top-info {
    background-color: #A37474;
    padding: 120px 0;
    margin-top: -5px;
}

.top-info .top-title {
    text-align: center;
}

.accordion-toggle {
    display: none;
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    background-color: initial;
    border: 0;
    text-align: center;
    margin: 0 auto;
}

.accordion-toggle span {
    position: relative;
}

span.more::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url(https://piuprima.itembox.design/item/more.svg);
    margin-left: 6px;
}

.is-open span.more::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url(https://piuprima.itembox.design/item/more-close.svg);
    margin-left: 6px;
}

#fs_Top .fs-p-dateList.fs-pt-list.fs-pt-list--noMarker {
    max-width: 720px;
    margin: 60px auto;
}

#fs_Top .fs-pt-list__item a {
    color: #fff;
    text-decoration: underline;
}

#fs_Top .fs-p-dateList>li {
    border: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-align: justify;
    padding: 40px 0 0;
    padding-left: 9.3em;
    text-indent: -9.3em;
}

#fs_Top .fs-p-dateList>li time:first-child {
    background: none;
    color: #ffffff;
    padding: 0 62px 0 0;
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-align: left;
}

@media screen and (max-width: 899px) {
    .profile {
        display: block;
    }

    .prof-img {
        width: 100%;
    }

    .prof-img img {
        width: 100%;
        height: initial;
    }

    .prof-txt {
        width: 100%;
        padding: 40px 20px;
    }

    .prof-title {
        width: 20% !important;
    }

    .prof-position {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
    }

    .prof-position,
    .prof-name {
        text-align: center;
    }

    .prof-name {
        padding-top: 0;
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
    }

    .prof-name span {
        display: block;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
        font-size: 10px;
        line-height: 10px;
    }

    .prof-detail {
        padding: 20px 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .about-txt {
        padding: 20px 20px 80px 20px;
        width: 100%;
        bottom: 0;
        top: initial;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        text-align: center;
    }

    .about-txt img {
        width: 242px;
    }

    .about-copy {
        padding-top: 20px;
        font-size: 26px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 0.1em;
        text-align: center;
    }

    .about-detail {
        padding-top: 20px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-align: center;
    }

    .prof-history th,
    .prof-history td {
        font-size: 10px;
        font-weight: 400;
        line-height: 18px;
    }

    .product-area {
        padding: 40px 0;
    }

    .top-interview {
        max-width: calc(100% - 40px);
    }

    img.interview-sc {
        max-width: 100%;
    }

    img.play-title {
        width: 140px;
    }

    img.play-button {
        width: 20px;
    }

    .modal video {
        width: 90%;
    }

    .top-product {
        padding-top: 80px;
    }

    .top-product .top-title img {
        width: 140px;
    }

    .product-area .subtitle {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
    }

    .product-list {
        display: block;
        padding: 0 90px;
    }

    .product-box {
        width: 100%;
        padding-top: 250px;
        max-width: 440px;
        margin: 0 auto;
    }

    .product-box img {
        bottom: 56px;
    }

    .product-txt p {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }

    .product-txt span::after {
        content: "";
        background-image: url(https://piuprima.itembox.design/item/Closepath.svg);
        width: 16px;
        height: 16px;
        background-position: center;
        background-size: cover;
    }

    .product-box:hover .product-txt span::after {
        content: "";
        background-image: url(https://piuprima.itembox.design/item/Closepath-hover.svg);
        width: 16px;
        height: 16px;
        background-position: center;
        background-size: cover;
    }

    .top-insta {
        padding-top: 80px;
    }

    .top-insta .top-title img {
        width: 140px;
    }

    .insta-list {
        flex-wrap: wrap;
    }

    .insta-list a {
        width: calc(50% - 10px);
    }

    .top-info .top-title img {
        width: 174px;
    }

    .top-info {
        padding: 80px 0;
    }

    .accordion-toggle {
        display: block;
    }

    .fs-pt-list__item:nth-of-type(n+4) {
        display: none;
    }

    #fs_Top .fs-p-dateList.fs-pt-list.fs-pt-list--noMarker {
        padding: 40px 20px;
        margin: 0 auto;
    }

    #fs_Top .fs-p-dateList>li time:first-child {
        display: block;
        padding: 0;
    }

    #fs_Top .fs-p-dateList>li {
        padding: 20px 0 0;
        padding-left: 0;
        text-indent: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
}

@media screen and (max-width: 459px) {
    .product-list {
        padding: 0;
    }

    .product-box {
        margin: 0 auto;
        width: 220px;
        padding-top: 100px;
    }

    .product-txt {
        height: 176px;
    }
}

/*  ヘッダー
---------------------------------------------------------------*/
.fs-l-header {
    background-color: #A37474CC;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 94px;
    padding: 40px 40px 20px 40px;
    transition: 1s;
}

.fs-l-header__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fs-l-header__contents .fs-p-footerCopyright {
    display: none;
}

.fs-p-logo {
    display: block;
    padding: 0;
}

.fs-p-logo__image {
    width: 140px;
}

.menuarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 20px;
}

.header-menu {
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: right;
}

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

.header-menu li {
    display: inline-block;
    position: relative;
}

.header-menu li+li {
    margin-left: 20px;
}

.header-menu .cart::after {
    content: url(https://piuprima.itembox.design/item/cart.svg);
    margin-left: 6px;
}

.header-menu .login::after {
    content: url(https://piuprima.itembox.design/item/login.svg);
    margin-left: 6px;
}

.header-menu .menu {
    cursor: pointer;
    position: relative;
    width: 18px;
    height: 18px;
}

.menu {
    aspect-ratio: 1 / 1;
    display: flex;
    height: 100%;
    width: auto;
}

.menu .bar {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.menu .bar,
.menu::after,
.menu::before {
    content: "";
    border-bottom: min(0.0816326531vw + 1.693877551px, 3px) solid;
    border-radius: 9999px;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .5s cubic-bezier(.39, .575, .565, 1), top .5s cubic-bezier(.215, .61, .355, 1), transform .5s cubic-bezier(.215, .61, .355, 1);
    width: min(0.8979591837vw + 18.6326530612px, 18px);
}

.menu::before {
    top: 10%;
}

.menu::after {
    top: 90%;
}

.menu.open::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu.open::after {
    opacity: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.menu.open .bar {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.fs-l-header.open {
    background-color: #A37474;
}

.sp-menu {
    display: none;
}

.fv-header {
    background-color: initial;
}

.fv-header .fs-p-logo__image {
    width: 220px;
}

@media screen and (max-width: 899px) {
    .fs-l-header {
        height: initial;
        padding: 10px;
    }

    .header-menu li+li {
        margin-left: 10px;
    }

    .header-menu .cart::after {
        content: url(https://piuprima.itembox.design/item/cart_sp.svg);
        margin-left: 0;
    }

    .header-menu .login::after {
        content: url(https://piuprima.itembox.design/item/login_sp.svg);
        margin-left: 0;
    }

    .fs-p-logo__image {
        width: 96px;
    }

    .sp-menu {
        width: 100vw;
        height: 100vh;
        background-color: #A37474;
        z-index: 999;
        position: absolute;
        left: 0;
        /*top: 72px;*/
    }

    .sp-menu .footer-cat {
        padding-top: 80px;
    }

    .sp-menu .fs-p-footerCopyright {
        padding-top: 40px !important;
    }

    .fv-header .fs-p-logo__image {
        width: 96px;
    }
}

/*  フッター
---------------------------------------------------------------*/
.fs-l-footer {
    border-top: 0;
    background-color: initial;
    margin-top: 0;
}

.fs-l-footer__contents {
    background-image: url(https://piuprima.itembox.design/item/footer.png);
    background-size: cover;
    background-position: center;
    padding: 40px 40px 29.7222% 40px;
    max-width: initial;
    display: flex;
    justify-content: space-between;
}

.fs-l-footer__contents .fs-p-logo__image {
    width: 220px;
}

.fs-p-footerPageTop {
    display: block;
    position: fixed;
    bottom: 40px;
    left: initial;
    right: 40px;
    margin: 0;
    padding: 0;
    max-width: initial;
}

.fs-p-footerPageTop__link {
    display: none;
    z-index: 5;
    background-color: initial;
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 38px;
    height: 151px;
}

.fs-p-footerPageTop__link::before {
    content: "";
    background-image: url(https://piuprima.itembox.design/item/pagetop.png);
    background-size: cover;
    width: 38px;
    height: 151px;
}

/*
#fs_Top .fs-p-footerPageTop__link {
    display: block;
}
*/
.fs-p-footerCopyright {
    width: 100%;
    color: #fff;
    background-color: initial;
    text-align: right;
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.02em;
    padding: 0 !important;
}

.footer-menu {
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: right;
}

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

.footer-menu li {
    display: inline;
    position: relative;
}

.footer-menu li+li {
    margin-left: 20px;
}

.footer-menu .cart::after {
    content: url(https://piuprima.itembox.design/item/cart.svg);
    margin-left: 6px;
}

.footer-menu .login::after {
    content: url(https://piuprima.itembox.design/item/login.svg);
    margin-left: 6px;
}

.footer-navi {
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    gap: 0 20px;
    width: 100%;
}

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

.footer-navi li {
    display: inline;
}

.footer-snsico {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.footer-snsico>li {
    list-style-type: none;
    width: 25px;
}

@media screen and (max-width: 899px) {
    .footer-snsico {
        margin-top: 40px;
        justify-content: center;
    }

    .fs-p-footerPageTop {
        bottom: 13px;
        right: 13px;
    }

    .fs-p-footerPageTop__link::before {
        background-image: url(https://piuprima.itembox.design/item/pagetop_sp.png);
        width: 22px;
        height: 119px;
    }

    .fs-p-footerPageTop__link {
        width: 22px;
        height: 119px;
    }

    .fs-l-footer__contents {
        padding: 80px 40px;
        text-align: center;
        justify-content: center;
        background-position-x: 33%;
    }

    .fs-l-footer__contents .fs-p-logo__image {
        width: 120px;
    }

    .fs-l-footer__contents .fs-l-header__logo {
        margin-top: 40px;
    }

    .fs-p-footerCopyright {
        padding-top: 10px;
        text-align: center;
    }

    .menuarea {
        display: block;
    }

    .menuarea-sp {
        width: 75%;
        margin: 0 auto;
    }

    .footer-menu {
        text-align: center;
        padding: 0;
    }

    .footer-navi {
        text-align: center;
        padding: 0;
        margin: 40px auto 0 auto;
        justify-content: center;
    }

    .footer-cat {
        padding-bottom: 20px;
    }

    .footer-cat li {
        display: block;
    }

    .footer-cat li+li {
        margin-top: 20px;
        margin-left: 0;
    }

    .fs-p-footerCopyright__text {
        line-height: 1.3rem;
    }
}


/*  マイページ
---------------------------------------------------------------*/

.fs-c-accountService__page--couponList {
    flex-basis: auto !important;
}

.fs-c-accountService {
    justify-content: flex-start !important;
    gap: 1%;
    display: flex;
}

@media screen and (max-width: 899px) {
    .fs-c-accountService {
        gap: 1%;
    }
}

.fs-c-accountService__page {
    flex-basis: 30% !important;
    height: auto !important;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-size: 28px !important;
    height: auto !important;
    margin: 3px auto 0 !important;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    padding: 10px 5px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 1rem !important;
}

li.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
    display: none !important;
}

.fs-c-accountService>li {
    flex: 1;
}

.fs-l-footer__contents>* {
    padding: 0 !important;
}


/*  商品詳細ページ
---------------------------------------------------------------*/

#PiuprimaProductdetailWrap {
    max-width: 750px;
    margin: 0 auto;
}

/*  オレンジ・カートボタン
---------------------------------------------------------------*/
.fs-c-button--primary {
    border-radius: 5px;
    background-image: radial-gradient(circle, rgba(251, 177, 19, 1), rgba(255, 139, 0, 1) 80%);
    border: none;
    box-shadow: 2px 2px 6px #cfcfcf;
    font-weight: 800;
    font-size: 1.9rem;
    padding: 0.8em 1.8em 0.6em;
    text-shadow: 2px 2px 5px rgb(159 87 0 / 50%), -2px 2px 5px rgba(255, 139, 0, 0.5), 2px -2px 5px rgba(255, 139, 0, 0.5), -2px -2px 6px rgba(255, 139, 0, 0.5);
    width: 85%;
}

.piu-or-cartbtn::before {
    content: '';
    background-image: url(https://piuprima.itembox.design/item/cart_sp.svg);
    margin-left: 0;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.2rem;
    height: 3.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    margin-bottom: 3px;
}

.fs-c-productActionButton.fs-c-buttonContainer {
    margin: 0 0 10px 0;
}