/* =========================================================================================== */
/*  cssファイルを事前に変更するところ　更新後は削除  */
/* =========================================================================================== */







/* =========================================================================================== */
/*  全体幅指定  */
/* =========================================================================================== */
    :root {
        --tb_calc-width: calc(100% - 20%);
        --pc_calc-width: calc(100% - 60%);
    }

    .bg-product-detail-wrapper {
        margin-inline: calc(50% - 50vw);
        padding-inline: 2.4rem;
        padding-block: 2rem;
    }
    .fs-c-productReview {
        padding-inline: 2.4rem;
        margin-inline: auto;
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        .fs-c-breadcrumb + .fs-system-product {
            width: 100%;
            justify-content: center !important;
        }

        .fs-system-product .dc-product-detail__l, .fs-system-product .dc-product-detail__s {
            width: var(--tb_calc-width);
        }
        #fs_ProductDetails .fs-l-productLayout.fs-system-product .dc-col.dc-product-detail__s {
            width: var(--tb_calc-width);
            margin-inline: unset;
        }

        #product-page_auen-first .adjust-max-w-all {
            width: var(--tb_calc-width);
            margin: auto;
        }
        .bg-product-detail-wrapper {
            padding-inline: 0;
        }
        .fs-c-productReview {
            padding: 0;
            width: var(--tb_calc-width);
        }
    }
    @media (min-width: 1024px) {
        .dc-container {
            max-width: unset;
        }
        .fs-system-product .dc-product-detail__l, .fs-system-product .dc-product-detail__s {
            width: 49%;
            padding: 0;
        }
        .fs-l-productLayout.fs-system-product {
            width: var(--pc_calc-width);
            margin: auto;
        }
        .fs-c-breadcrumb + .fs-system-product {
            width: 100%;
        }
        #product-page_auen-first .adjust-max-w-all {
            width: var(--pc_calc-width);
            margin: auto;
        }
        .fs-c-productReview {
            padding: 0;
            width: 100%;
        }
    }

/* =========================================================================================== */
/*  FSCSS  */
/* =========================================================================================== */
    /*html表示エリア幅リセット*/
    .dc-col.dc-product-detail__l.dc-container {
        width: calc(100% - 0vw);
    }
    @media screen and (min-width: 768px) and (max-width: 1023px) {

    }
    @media screen and (min-width: 1024px) {
        .dc-container {
            width: 100%;
            padding: 0;
        }
        #product-page_auen-first .staff-review-video.adjust-max-w-all, 
        #product-page_auen-first .styling-slide-section.adjust-max-w-all, 
        #product-page_auen-first .load-staff-coordinate-script.adjust-max-w-all, 
        #product-page_auen-first .stylist-commentary-video.adjust-max-w-all {
            width: unset;
        }
        
        /*独自コメント表示幅*/
        /*.row.details.collapsible-xs {
            margin-inline: calc(50% - 50vw);
        }*/
    }


 


/* =========================================================================================== */
/*  モーダル部分 書き方見直し  */
/* =========================================================================================== */
    #modalOpen {
        line-height: 2;
        background: #ffffff;
        border: none;
        padding-block: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
        bottom: 0;
        padding-block: 1.5rem;
    }
    #modalOpen .cart-text {
        background: var(--auen_red);
        border-radius: 100px;
        padding-block: .7rem;
        width: 85%;
        display: block;
        font-size: 1.3rem;
        letter-spacing: .2rem;
        color: #fff;
    }
    #modalOpen img {
        height: auto;
        width: 2rem;
    }
    #modalOpen > img {
        padding: .5rem;
        background: #ddd;
        border-radius: 100px;
        width: 3rem;
    }
    /*ボタン色*/
    .modal-sp .modal-body .fs-c-button--primary {
        background: var(--auen_red);
        border-radius: 100px;
        font-size: 1rem;
        font-weight: 500;
    }
    /*カートにいれるボタン、再入荷ボタン*/
    .fs-body-product .fs-c-variationCart__cartButton > button .fs-c-button__label, 
    .modal-sp .modal-body .fs-c-button--primary .fs-c-button__label {
        font-size: 1.1rem;
        font-weight: 500;
    }
    .fs-body-product .fs-c-variationCart__cartButton > button {
        border-radius: 100px;
        border: none;
    }
    .fs-c-variationCart--withImage .fs-c-variationCart__cartButton {
        width: 55%;
        margin: 0;
    }
    .fs-c-variationList__item__image {
        width: 17%;
    }
    .fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
        padding: 0;
        width: 80%;
    }
    .modal-sp .modal-body {
        border-radius: 20px 20px 0 0;
        background: rgba(255, 255, 255, 1);
        height: 100%;
        padding: 5rem 0 0;
        width: 100%;
        overflow: scroll;
        margin: 0;
    }
    /*カート横お気に入りボタン*/
    .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
        border: solid 1px #999;
        color: #999;
        border-radius: 100px;
        padding: .5rem;
    }
    /*お気に入りボタンクリック後*/
    .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
        border: solid 1px var(--auen_red);
        border-radius: 100px;
        padding: .5rem;
    }
    .button {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        position: fixed;
        bottom: 1rem;
        z-index: 2;
        transform: translate(-50%);
        left: 50%;
        width: 90%;
        display: none;
    }
    .button:hover {
      background: lightcoral;
      cursor: pointer;
    }
    .modal-header {
        border-bottom: solid 1px #ddd;
        border-radius: 20px 20px 0 0;
        background: #fff;
        padding: 1.5rem 0;
        position: fixed;
        width: 100%;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
        display: flex;
        align-items: flex-start;
        padding-left: 2rem;
        margin: 0;
    }
    .modal-sp {
        display: none;
        position: fixed;
        z-index: 3;
        left: 0;
        top: 0;
        padding-top: calc(100vh - 85vh);
        height: 100%;
        width: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .modal-header .add-modaltxt {
        font-weight: 600;
    }
    .fs-c-variationList__item {
        padding: 2rem!important;
    }

    @keyframes modalopen {
        from {opacity: 0}
        to {opacity: 1}
    }
    .modal-header h1 {
      margin: 1rem 0;
    }
    .modalClose {
      font-size: 2.5rem;
      line-height: 01;
      padding: 3px 5px;
      position: absolute;
      right: 15px;
     }

    .modalClose:hover {
      cursor: pointer;
    }

    .modal-body {
      padding: 10px 20px;
      color: black;
    }

    @media screen and (min-width: 768px) {
        #modalOpen {
            display: none;
        }
        .modal-sp {
            display: block;
            height: auto;
            position: unset;
            background: unset;
            padding: 0;
        }
        .modal-header {
            display: none;
        }
        .modal-sp .modal-body {
            padding: 0;
            background: unset;
            overflow: unset;
        }
        .fs-c-variationList__item {
            padding: 1rem 0!important;
        }
        .white-bg-box {
            display: none;
        }
    }

/* =========================================================================================== */
/*  カート部分  */
/* =========================================================================================== */


    .fs-c-variationList__item {
        display: block!important;
    }
    .fs-c-variationList__item .fs-c-variationList__item__body {
        justify-content: space-between;
        width: 100%;
    }
    .fs-c-variationList__item__image {
        flex-grow: unset;
        width: 20%;
    }
    ul.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
        padding: 0;
        width: 75%;
    }
    .fs-c-variationList__item__image > img {
        max-width: unset;
    }

    
    .fs-c-variationAndActions__variation.fs-c-variationList {
        border: none!important;
    }
      .fs-c-variationList__item:first-child {
        border-top: solid 1px #ccc;
    }

    
    .fs-c-variationCart__variationName .fs-c-variationCart__variationName__name {
        margin-inline: 0 !important;
        font-size: 1.3rem;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    /*カートボタンのところ 縦並べ*/
    .fs-c-variationList__item .fs-c-variationList__item__body {
        align-items: flex-start;
    }
    .fs-body-product .fs-c-variationCart > li {
        align-items: center;
        justify-content: space-between;
        margin: 13px 0 0;
    }
    .fs-body-product .fs-c-variationCart > li:first-child {
        margin-top: 0;
        padding-top: 0;
    }
    .fs-body-product .fs-c-variationCart > li .fs-c-variationCart__variationName {
        margin: 0;
    }
    .fs-c-variationCart--withImage .fs-c-variationCart__variationName {
        width: 25%;
    }
    /*在庫あり表記*/
    .fs-c-variationCart__variationName__stock {
        width: 100%;
        font-size: .85rem!important;
    }
    /*カラー名*/
    .fs-body-product .fs-c-variationList__item .fs-c-variationList__item__title {
        width: 100%;
        font-size: 1.1rem;
        font-weight: 400;
        text-align: left;
    }
    .fs-c-variationCart--withImage .fs-c-variationCart__wishlist {
        height: auto;
        margin: 0;
        position: unset;
        width: auto;
    }
    
    .fs-body-product .fs-c-button--addToWishList--icon, 
    .fs-body-product .fs-c-button--removeFromWishList--icon {
        padding: 0;
    }
    /*バリエーションカートイメージ画像非表示*/
    .fs-c-variationCart--withImage .fs-c-variationCart__image {
        display: none;
    }
    @media screen and (min-width: 768px) {
        .fs-body-product .fs-c-variationCart > li .fs-c-variationCart__variationName {
            width: 17.5%;
        }
        .fs-body-product .fs-c-variationCart > li .fs-c-variationCart__cartButton {
            margin-inline: 0;
            width: 65%;
        }
    }



/* =========================================================================================== */
/*  レビュー部分 基本的に上書きする  */
/* =========================================================================================== */
    .fs-c-productReview__reviewList.fs-c-reviewList.fs-c-reviewList--productDescription,
    .fs-c-reviewList--productDescription .fs-c-reviewList__item {
        display: block!important;
    }
    
    /*購入者マーク*/
    .fs-c-reviewerStatus {
        display: none;
    }
    .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
        width: 70%;
        display: flex;
        align-items: center;
    }
    /*レビュー投稿数非表示*/
    .fs-c-reviewer__name__reviewNumber {
        display: none;
    }
    .fs-c-reviewer__name__nickname::after {
        content: "/";
        padding-inline: .3rem;
    }
    /*投稿日見出し非表示*/
    .fs-c-reviewInfo__date dt {
        display: none;
    }
    .fs-c-reviewInfo__date {
        width: 20%;
        margin: 0;
        font-size: 1rem;
        font-weight: 500;
        text-align: end;
    }
    .fs-c-reviewList__item__info {
        display: flex;
        justify-content: space-between;
    }
    /*おすすめ度非表示*/
    .fs-c-reviewRating::before {
        display: none;
    }
    .fs-c-reviewList li {
        margin: 0;
        padding: 1.5rem 0;
    }
    .fs-c-reviewList--productDescription .fs-c-reviewList__item {
        width: 100%;
    }
    /*名前年齢部分*/
    /*.fs-c-reviewer__name__nickname, 
    .fs-c-reviewer__profile__ageGroup, 
    .fs-c-reviewer__profile__status {
        font-size: 1rem;
    }*/
    /*コメント*/
    /*.fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
        font-size: 1.1rem;
        font-weight: 500;
    }*/
    /*総合レビュー★*/
    /*.fs-c-productReview__aggregateRating.fs-c-aggregateRating {
        justify-content: center;
    }*/
    /*アイコン非表示*/
    #fs_ProductDetails .fs-c-button--viewAllReviews.fs-c-button--plain::before, 
    .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail::before {
        display: none;
    }
    /*すべてのレビューをみる*/
    #fs_ProductDetails .fs-c-button--viewAllReviews.fs-c-button--plain {
        font-weight: 500;
        text-align: end;
        justify-content: flex-end;
    }
    .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
        text-align: center;
        display: block;
        margin-inline: auto;
        margin-block: 2rem;
        background: none;
        border-radius: 100px;
        border: solid 1px;
        width: 100%;
        padding-block: .8rem;
        font-weight: 600;
    }
    .fs-c-productReview::before {
        content: "お客様のレビュー";
        text-align: center;
        display: block;
        font-weight: 300;
        letter-spacing: .12rem;
        margin-block: 4rem 1.5rem;
        font-size: 1.4rem;
    }

    @media screen and (min-width: 768px) {
        .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
            width: 30%;
        }
        .fs-c-productReview::before {
            font-size: 1.7rem;
        }
    }

/* =========================================================================================== */
/*  サムネスライド PC  */
/* =========================================================================================== */
    
    .fs-c-productCarouselMainImage__thumbnailList > li {
        flex-basis: 65px;
    }
    .fs-c-productCarouselMainImage .slick-list.draggable {
        aspect-ratio: 3 / 4;
    }
    .fs-c-productCarouselMainImage .slick-slide {
        aspect-ratio: 3 / 4;
    }
    .fs-c-productCarouselMainImage__thumbnailList {
        margin-block: .5rem;
        overflow-x: auto;
    }
    @media screen and (min-width: 1024px) {
        .fs-c-productCarouselMainImage__thumbnailList {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: .5rem;
            margin-block: .5rem;
            scrollbar-width: none;
        }
        .fs-c-productCarouselMainImage__thumbnailList > li {
            margin: 0;
        }
        
    }




/* =========================================================================================== */
/*  商品タグ  */
/* =========================================================================================== */
    .product-page .product-tags {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
    }
    .product.product-page {
        margin-block: 3rem 1.5rem;
    }
    .product-page .tag-badge {
        background: #555;
        color: #fff;
        font-size: .9rem;
        padding: .2rem .5rem;
    }
    .product-page .tag-badge::before {
        content: "#";
    }
    @media screen and (min-width: 768px) {
        .product.product-page {
            margin-block: 0 1rem;
        }
    }

/* =========================================================================================== */
/*  上部レビュー  */
/* =========================================================================================== */
    .productRating.ratingcount .fs-c-rating {
        align-items: center;
        display: flex;
        margin-top: 1.5rem;
    }
    .cart-top_review-count a {
        border-bottom: solid 1px;
    }


/* =========================================================================================== */
/*  裾オプション  */
/* =========================================================================================== */
    .hemming-attention_cart {
        margin-bottom: 1rem;
    }
    .hemming-attention_cart a {
        color: #999;
        border-bottom: solid 1px;
        padding-bottom: .2rem;
    }
    .fs-c-productOption {
        margin-top: 2rem;
    }
    .fs-c-productOption__name {
        font-weight: 500;
    }
    @media screen and (min-width: 768px) {
        .hemming-attention_cart, 
        .fs-c-productOption__field {
            width: 70%;
        }
    }


/* =========================================================================================== */
/*  TOPへ戻るボタン  */
/* =========================================================================================== */

    html {
        scroll-behavior: smooth; /* スクロールを滑らかにする */
    }
    .dc-product-select__buttons.pc {
        bottom: 15px;
        background: unset;
        display: none;
        opacity: 0;
        right: 15px;
        transition: opacity 0.5s ease;
        position: fixed;
    }
    .dc-product-select__buttons.pc .dc-button.pc {
        align-items: center;
        background: #1c1c1c;
        display: flex;
        flex-direction: column;
        font-size: 1.2rem;
        margin: 0 0 0 auto;
        height: 100px;
        padding: 15px 0;
        width: 100px;
    }
    .dc-product-select__buttons.pc .dc-button.pc img {
        height: auto;
        margin-right: 7px;
        width: 27px;
    }
    .dc-product-select__buttons.pc .dc-button.pc p {
        font-size: .9rem;
        font-weight: 800;
    }
    .fa-angle-up:before {
        content: "\f106";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
        @media screen and (max-width: 767px){
        .dc-product-select__buttons.pc {
            display: none;
        }
    }
    

/* ============================================================== テンプレCSS ============================================================== */

/* =========================================================================================== */
/*  おおもとにいれる  */
/* =========================================================================================== */

    
    
    :root {
        --auen_brown: #866761;
        --auen_white: #f7efeb;
        --auen_red: #cb333b;
        --auen_black: #1c1c1c;
    }
    

/* =========================================================================================== */
/*  個別指示  */
/* =========================================================================================== */

    #product-page_auen-first a:hover {
        text-decoration-line: none;
    }
    .bg-wg-col {
        background: var(--auen_white);
    }
    

    

/* =========================================================================================== */
/*  共通  */
/* =========================================================================================== */
    #product-page_auen-first img {
        height: auto;
    }

    /*中央揃え見出し*/
    #product-page_auen-first .center-main-title {
        text-align: center;
        font-weight: 700;
        letter-spacing: .12rem;
        margin-block: 5rem 2.5rem;
        font-size: 1.7rem;
    }

    /*アイテム名*/
    #product-page_auen-first .wear-items-product-name {
        margin-block: 1rem 0;
    }
    #product-page_auen-first .default-button, 
    #product-page_auen-first .wear-items-product-name {
        font-size: 1.2rem;
        white-space: normal;
    }
    /*ボーダー赤リンク*/
    #product-page_auen-first .default-button {
        text-align: center;
        border-bottom: solid 1px;
        font-weight: 500;
        padding-block: .2rem;
        display: inline-block;
        margin-block: .7rem 0;
    }
    #product-page_auen-first .reccomend-product-contents a img {
        height: auto;
    }

    @media screen and (min-width: 768px) {
        #product-page_auen-first {
            margin-top: 5rem;
        }
        #product-page_auen-first .center-main-title {
            font-size: 2rem;
            margin-top: 8rem;
        }
        #product-page_auen-first .default-button {
            border: solid 1px;
            border-radius: 100px;
            padding-inline: 1rem;
            width: fit-content;
            font-weight: 600;
        }
    }


/* =========================================================================================== */
/*  アイテム説明 アコーディオン、モーダル  */
/* =========================================================================================== */
    #product-page_auen-first .feature-contents {
        position: relative;
        margin-bottom: 6rem;
    }
    #previewContent {
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    /*#previewContent.open {
        max-height: unset; 
    }*/

    .product-detail-fade-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-top: 4rem;
        background: linear-gradient(to top, var(--auen_white) 55%, transparent);
        text-align: center;
        z-index: 1;
    }

    #product-detail-moreBtn {
        all: unset;
        background: var(--auen_red);
        border: none;
        color: var(--auen_white);
        padding-block: .5rem;
        width: 35%;
        border-radius: 100px;
        font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: .2rem;
        cursor: pointer;
    }
    /*メイン見出しの余白調整*/
    .product-catch-copy .center-main-title {
        margin-block: 4rem 2rem;
    }
    #product-page_auen-first .product-catch-copy .product-catch-copy-text {
        font-weight: 600;
        letter-spacing: .1rem;
        margin-block: 0 1.5rem;
        font-size: 1.4rem;
    }
    #readMoreModal .modal-content .product-catch-copy-text {
        display: none;
    }
    /*アイテム説明ボックス*/
    .simple-product-detail-contents {
        margin-bottom: 3rem;
    }
    .simple-product-detail-contents:last-child {
        padding-bottom: 4rem;
    }
    .simple-product-detail-contents h3 {
        font-size: 1.5rem;
        margin-block: 1.5rem .5rem;
        letter-spacing: .1rem;
    }

    /*Btype h2見出し*/
    .detail-contents__Btype-set-title {
        border-bottom: solid 1px;
        margin-inline: auto;
        margin-block: 5rem 1rem;
        padding-bottom: .8rem;
        line-height: 1.6;
        font-size: 1.35em;
    }
    .detail-contents__Btype-set-title span {
        display: block;
        font-size: .7em;
        margin-bottom: .4em;
    }
    /*Btype h3見出し*/
    .simple-product-detail-contents.Btype h3 {
        margin-block: 3rem 1rem;
    }
    .simple-product-detail-contents.Btype h3 span {
        display: block;
        font-size: .8em;
        margin-bottom: .5em;
    }
    /*Btype pタグ*/
    #product-page_auen-first .simple-product-detail-contents.Btype img + p {
        margin-top: 1.5rem;
    }


    #product-page_auen-first .simple-product-detail-contents p {
        margin-block: 0;
        font-size: 1.1rem;
    }
    /*モーダル内余白*/
    #readMoreModal .modal-content {
        padding: 1.5rem;
        height: 83.5vh;
        height: 83.5svh;
        bottom: 0;
        position: fixed;
        border-radius: 2rem 2rem 0 0;
    }
    #readMoreModal {
        background-color: rgba(0, 0, 0, 0.5);
        transition: opacity 0.5s;
    }
    /*閉じるボタン*/
    .modal-box-close {
        position: fixed;
        right: 0;
        bottom: 83.5vh;
        bottom: 83.5svh;
        padding: 2rem;
        z-index: 100;
    }
    .modal-box-close svg {
        overflow: visible;
    }

    .hidden-content {
      display: none;
    }
    @media screen and (min-width: 768px) {
        .feature-contents {
            width: 70%;
            margin-inline: auto;
        }
        .simple-product-detail-contents h3 {
            font-size: 2.5rem;
        }
        #product-page_auen-first .simple-product-detail-contents p {
            font-size: 1.35rem;
        }
        #product-detail-moreBtn {
            font-size: 1.4rem;
            padding-block: 1rem;
            letter-spacing: .2rem;
        }
        .simple-product-detail-contents {
            margin-bottom: 5rem;
        }
        /*Btype 見出し*/
        .detail-contents__Btype-set-title {
            font-size: 2.5rem;
        }
        .simple-product-detail-contents.Btype h3 {
            font-size: 1.5em;
        }
        .simple-product-detail-contents.Btype h3 span {
            font-size: 1.4rem;
        }
    }
    




/* =========================================================================================== */
/*  いっしょにおすすめ  */
/* =========================================================================================== */

    #product-page_auen-first .reccomend-product-links {
        padding-bottom: 2rem;
    }
    #product-page_auen-first .reccomend-product-wrapper {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #product-page_auen-first .reccomend-product-wrapper::-webkit-scrollbar {
        display: none;
    }
    #product-page_auen-first .reccomend-product-contents {
        display: inline-flex;
        padding-bottom: 4rem;
        gap: .8rem;
        width: 90%;
    }
    #product-page_auen-first .reccomend-product-contents a {
        flex: 0 0 50%;
        scroll-snap-align: start;
        margin: 0;
        padding: 0;
    }

    @media screen and (min-width: 768px) {
        #product-page_auen-first .reccomend-product-wrapper {
            overflow-x: unset;
        }
        #product-page_auen-first .reccomend-product-contents {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            width: 100%;
        }
        /*アコーディオン内メイン見出し*/
        #product-page_auen-first .reccomend-product-links .center-main-title {
            margin-top: 5rem;
        }
        #product-page_auen-first .reccomend-product-links {
            padding-bottom: 5rem;
        }
    }

/* =========================================================================================== */
/*  サイズ表 アコーディオン  */
/* =========================================================================================== */

    #product-detail-acd-check1 {
        display: none;
    }
    /*クリック後非表示要素*/
    #product-detail-acd-check1:checked ~ .product-size-contents.accordion, 
    #product-detail-acd-check1:checked ~ .product-detail-acd-label.bottom {
        display: none;
    }
    /*クリック後矢印の向き*/
    #product-detail-acd-check1:checked ~ .product-detail-acd-label::after {
        transform: rotate(0deg);
    }

    .product-detail-acd-label {
        position: relative;
        align-items: center;
    }
    .product-detail-acd-label::after {
        content: "";
        background-image: url(https://clubd.itembox.design/item/img/product-page/product-page-caret-down-light.svg);
        position: absolute;
        right: 0;
        height: 2rem;
        width: 2rem;
        transform: rotate(180deg);
    }
    .product-detail-acd-label.top {
        border-top: solid 1px #ddd;
        display: flex;
        padding-block: 2rem .5rem;
    }
    .product-detail-acd-label.bottom {
        display: flex;
        justify-content: flex-end;
        margin-block: 1rem;
        border-bottom: solid 1px #ddd;
        padding-bottom: 1.5rem;
    }
    .product-detail-acd-label .acd-label-title {
        margin-block: 0;
    }
    .product-detail-acd-label.bottom .acd-label-title {
        font-size: .9rem;
        font-weight: 500;
        margin-right: 2.2rem;
    }

    @media screen and (min-width: 768px) {
        .product-detail-acd-label.top {
            justify-content: center;
            margin-block: 2rem;
        }
        .product-detail-acd-label .acd-label-title {
            font-size: 2rem;
        }
    }

/* =========================================================================================== */
/*  サイズ表  */
/* =========================================================================================== */

    /*共有下線*/
    .product-size--wrapper, 
    .product-material-spec--wrapper {
        border-bottom: solid 1px #ddd;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    /*サイズ表*/
    .product-size-table {
        table-layout: fixed;
        width: 100%;
        text-align: center;
    }
    .product-size-table thead tr, 
    .product-size-table tbody tr:not(:last-child) {
        border-bottom: solid 1px #ddd;
    }
    .product-size-table th, 
    .product-size-table td {
        font-size: 1.1rem;
        padding-block: .8rem;
        font-weight: 500;
    }
    .product-size--wrapper .spec-note {
        font-size: 1rem;
        font-weight: 500;
    }
    .product-measurement-box {
        margin-bottom: 2rem;
    }


    /*生地詳細*/
    .product-material-spec--wrapper .spec-row, 
    .product-material-spec--wrapper .spec-options {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
    }
    .product-material-spec--wrapper .spec-options li {
        width: 31.5%;
        text-align: center;
        background: #ddd;
        border-radius: 100px;
        padding-block: .2rem;
    }
    .product-material-spec--wrapper .spec-options li.active {
        background: #866761;
        color: #f7efeb;
    }
    .product-material-spec--wrapper .spec-label {
        width: 20%;
    }
    .product-material-spec--wrapper .spec-options {
        margin-block: .6rem;
        width: 83%;
    }
    .product-size-contents.accordion .product-size--wrapper img {
        display: block;
        margin-inline: auto;
        width: clamp(300px, 100%, 100%);
    }

    /*生地素材*/
    .product-detail-spec--wrapper {
        align-items: baseline;
        display: grid;
        grid-template-columns: 20% 4fr;
        margin-block: 0;
        gap: 1rem 0;
    }
    .product-detail-spec--wrapper dt, 
    .product-detail-spec--wrapper dd {
        font-weight: 500;
    }
    .product-detail-spec--wrapper dd {
        margin-block: 0;
        line-height: 2;
    }

    @media screen and (min-width: 768px) {
        .product-size--wrapper {
            flex-wrap: wrap;
        }
        .product-spec-wrapper {
            align-items: flex-start;
            display: flex;
            justify-content: space-between;
            gap: 0 3rem;
        }
        .product-size--wrapper {
            display: flex;
            justify-content: left;
            align-items: center;
            gap: 0 3rem;
        }
        .product-detail-spec--wrapper, 
        .product-material-spec--wrapper {
            width: 50%;
        }
        .product-size-contents.accordion .product-size--wrapper img {
            width: 35%;
            height: auto;
            margin-inline: 0;
        }
        .product-measurement-box {
            width: 48%;
        }
        /*下線の調整*/
        .product-material-spec--wrapper {
            border-bottom: unset;
            padding-bottom: unset;
            margin-bottom: unset;
        }
        .product-size-table tbody tr:last-child {
            border-bottom: solid 1px #ddd;
        }
        .product-size--wrapper, 
        .product-material-spec--wrapper {
            border-bottom: unset;
            padding-bottom: unset;
            margin-bottom: 3rem;
        }
    }

/* =========================================================================================== */
/*  LINE相談  */
/* =========================================================================================== */

    .add-suggestion_size-advice {
        text-align: center;
        position: relative;
        border: solid 1px #60ce3f;
        border-radius: 100px;
        margin-block: 2rem;
    }
    .add-suggestion_size-advice a{
        color: #60ce3f;
        display: inline-block;
        width: 100%;
        height: auto;
    }
    #product-page_auen-first .add-suggestion_size-advice p {
        color: #8ab953;
        font-weight: 600;
        letter-spacing: .1rem;
        font-size: 1.3rem;
        margin-block: 1rem;
    }
    .add-suggestion_size-advice .size-attention-note {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: -.7rem;
        font-size: .9rem;
        font-weight: 400;
        background: #fff;
        padding-inline: .5rem;
    }

    @media screen and (min-width: 768px) {
        .add-suggestion_size-advice {
            width: 50%;
            margin-inline: auto;
        }
        #product-page_auen-first .add-suggestion_size-advice p {
            font-size: 1.5rem;
        }
        .add-suggestion_free-shipping {
            padding-inline: 3rem;
        }

    }

/* =========================================================================================== */
/*  返品交換無料  */
/* =========================================================================================== */

    .add-suggestion_free-shipping {
        padding: 1.5rem;
        margin-block: 1.5rem;
    }
    #product-page_auen-first .add-suggestion_free-shipping p {
        margin-block: 1rem 0;
        font-size: 1.1rem;
        font-weight: 500;
    }
    #product-page_auen-first .add-suggestion_free-shipping .free-shipping-title {
        font-weight: 600;
        font-size: 1.5rem;
        letter-spacing: .1rem;
        margin: 0;
    }

    @media screen and (min-width: 768px) {
        #product-page_auen-first .add-suggestion_free-shipping .free-shipping-title {
            text-align: center;
            font-size: 1.7rem;
        }
        .add-suggestion_free-shipping p {
            text-align: center;
        }
    }

/* =========================================================================================== */
/*  メインコーデ・スタッフコーデ スライド共通  */
/* =========================================================================================== */

    .styling-slide-wrapper, 
    .load-staff-coordinate-script .dc-layout-3-2 {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .styling-slide-wrapper::-webkit-scrollbar, 
    .load-staff-coordinate-script .dc-layout-3-2::-webkit-scrollbar {
        display: none;
    }

    .styling-slide-contents-box, 
    .load-staff-coordinate-script .dc-row.article-contents {
        display: inline-flex;
        width: 90%;
    }
    .detail-styling-list {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

/* =========================================================================================== */
/*  メインコーデ スライド  */
/* =========================================================================================== */

    #product-page_auen-first .styling-slide-contents-box {
        gap: 1.2rem;
    }
    @media screen and (min-width: 768px) {
        #product-page_auen-first .styling-slide-wrapper {
            overflow-x: unset;
        }
        #product-page_auen-first .styling-slide-contents-box {
            gap: 5rem;
            flex-direction: column;
            width: 100%;
        }
        #product-page_auen-first .detail-styling-list {
            gap: 2rem;
            display: flex;
            scroll-snap-align: unset;
        }
        #product-page_auen-first .coordinate-image img {
            object-fit: cover;
        }
        #product-page_auen-first .coordinate-image, .coordinate-detail-box {
            width: 50%;
        }
    }

/* =========================================================================================== */
/*  メインコーデ コーデ情報  */
/* =========================================================================================== */

    /*モデルスペック*/
    #product-page_auen-first .coordinate-image .stylist-spec {
        font-size: 1.1rem;
        margin-block: .5rem;
        white-space: normal;
    }
    /*コーデタイトル*/
    #product-page_auen-first .coordinate-title {
        font-size: 1.45rem;
        letter-spacing: .15rem;
        margin-block: 1.3rem 0;
        white-space: normal;
    }
    /*コーデ説明*/
    #product-page_auen-first .coordinate-comment {
        margin-block: .5rem 3rem;
    }
    #product-page_auen-first .coordinate-comment p {
        white-space: normal;
        margin: 0;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.7;
    }

    @media screen and (min-width: 768px) {
        #product-page_auen-first .coordinate-title {
            margin-block: 0 1rem;
            font-size: 2rem;
        }
        #product-page_auen-first .coordinate-image .stylist-spec {
            font-size: .95rem;
            margin-top: .5rem;
        }
    }

/* =========================================================================================== */
/*  スタッフコーデ スライド  */
/* =========================================================================================== */

    .load-staff-coordinate-script .dc-row.article-contents {
        flex-wrap: nowrap;
        gap: .8rem;
    }
    .load-staff-coordinate-script .dc-col {
        flex: 0 0 50%;
        scroll-snap-align: start;
        margin: 0;
        padding: 0;
    }
    .load-staff-coordinate-script figcaption {
        display: none;
    }
    .load-staff-coordinate-script .dc-col img {
        margin: 0;
    }
    .load-staff-coordinate-script .dc-col:nth-of-type(n+6) {
        display: none;
    }
    .staff-coordinate-more {
        display: block;
        text-align: center;
        border: solid 1px;
        border-radius: 100px;
        padding-block: .5rem;
        font-weight: 600;
        letter-spacing: .15rem;
        margin-top: 2rem;
    }

    @media screen and (min-width: 768px) {
        .load-staff-coordinate-script .dc-layout-3-2 {
            overflow-x: unset;
        }
        .load-staff-coordinate-script .dc-col {
            flex: unset;
        }
        .load-staff-coordinate-script .dc-row.article-contents {
            width: 100%;
        }
        .staff-coordinate-more {
            width: 30%;
            margin-inline: auto;
            padding-block: .8rem;
        }
        .load-staff-coordinate-script .dc-col:nth-of-type(n+4) {
            display: none;
        }
    }

/* =========================================================================================== */
/*  メインコーデ 着用アイテムリンク  */
/* =========================================================================================== */
    #product-page_auen-first .wear-items-link {
        display: grid;
        gap: 1rem;
        border-block: solid 1px;
        padding-block: 2rem 1.5rem;
        position: relative;
    }
    /*items見出し*/
    #product-page_auen-first .wear-items-link::before {
        content: "Items";
        font-weight: 500;
        font-size: 1.6rem;
        position: absolute;
        top: -1.6rem;
        background: #fff;
        padding-right: 1rem;
    }
    #product-page_auen-first .wear-items-link .wear-item a {
        align-items: flex-start;
        display: flex;
        gap: 1rem;
    }
    #product-page_auen-first .wear-items-link .wear-item img {
        width: 22%;
    }
    #product-page_auen-first .wear-items-link .wear-item .wear-items-link-text-box {
        width: 75%;
    }
    #product-page_auen-first .wear-item .wear-items-product-name {
        margin: 0;
    }

/* =========================================================================================== */
/*  youtube  */
/* =========================================================================================== */
    #product-page_auen-first .youtube-video {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        height: 0;
    }

    #product-page_auen-first .youtube-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%!important;
        border: 0;
    }

