@charset "UTF-8";
    /*adjustment*/
    .details p {
        font-size: 1rem;
        margin-top: 15px;
    }

    .details img {
        width: 100%;
        height: 100%;
    }

    .details ul {
        list-style: none;
        padding-left: 0;
    }

    .details li {
        list-style: none;
    }

    .details .details .col-lg-9,
    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .details iframe {
        width: 100%;
        height: 422px;
    }

    /*article*/

    .details .itempage,
    .itempage p,
    .itempage div,
    .itempage span,
    .itempage a,
    .itempage h1,
    .itempage h2,
    .itempage h3,
    .itempage h4,
    .itempagey h5,
    .itempage li,
    .itempagey td,
    .itempage th {
        font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    }

    .itempage {
        text-align: center;
        max-width: 750px;
        margin: 0 auto 90px;
    }

    .itempage h1 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .itempage h2 {
        font-size: 1.3rem;
    }

    .itempage h3 {
        font-size: 1.2rem;
    }

    .itempage h4 {
        font-size: 0.85rem;
    }

    .itempage a {
        color: #1097db;
        text-decoration: none;
    }

    .itempage a:hover {
        opacity: 0.7;
    }

    .itempage p {
        text-align: left;
    }

    p.aligncenter {
        text-align: center;
    }

    /*大見出し*/
    h2.chapter-title {
        border-top: 3px solid;
        border-bottom: 3px solid;
        margin: 80px 0 30px;
        text-align: center;
        background: #dedede;
        padding: 25px 0;
        font-weight: bold;
        position: relative;
        line-height: 1.5;
    }

    h2.chapter-title::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        -webkit- transform: translateX(-50%);
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-top: 17px solid #444;
        margin: auto;
    }

    /*小見出し*/
    h3.sub-title {
        margin: 3rem 0 1rem;
        text-align: left;
        line-height: 1.3;
    }

    h3.sub-title.back {
        background: #f2f0f1;
        padding: 0.8rem;
    }

    h3.sub-title.aligncenter {
        text-align: center;
    }

    .buyer-comment h3.sub-title.back {
        background: #fff;
    }

    .border-line h3.sub-title.back {
        background: #f2f0f1;
    }


    /*テキストリンク*/
    .itempage a.alink {
        display: block;
        text-align: center;
        margin: 30px auto 50px;
        background: #1097db;
        color: #fff;
        padding: 13px 10px;
        font-weight: bold;
        width: 45%;
        border-radius: 50px;
    }

    .itempage a.alink:before {
        display: none!important;
        content: '\f0da';
        font-family: 'FontAwesome';
        padding-right: 8px;
    }

    /*商標*/
    .rmark-box {
        padding: 40px 40px 30px;
        margin: 3rem auto;
        text-align: left;
        line-height: 1.6;
        background: #f2f0f1;
        font-size: 0.9rem;
    }

    .rmark-box span.ttl {
        display: block;
        text-align: center;
        padding: 10px 0;
        margin: -65px auto 0;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .rmark-box p.rmark-tx {
        margin: 10px auto 0;
        font-size: 0.8rem;
        display: inline-block;
        opacity: 0.8;
    }

    /*ヘッドライン*/
    .headline {
        margin-bottom: 3rem;
    }

    .headline .main-title p {
        text-align: center;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    /*オープニング*/
    .buyer-title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        margin-bottom: 0.5rem;
    }

    .buyer-title:before {
        content: "";
        display: inline-block;
        width: 133px;
        height: 133px;
        background: url(/images/goods/common/icon-takashi.jpg) no-repeat;
        background-size: contain;
    }

    .buyer-title h3 {
        text-align: left;
        font-weight: 400;
        line-height: 1.5;
margin: 0 0 0 1rem
    }

    .buyer-title h3::before {
        content: "BUYER'S COMMENT";
        display: block;
        font-size: 0.68rem;
        letter-spacing: 1px;
        font-weight: 500;
        margin-bottom: 0.3rem;
    }

    .buyer-comment {
        background: #f2f0f1;
        border-radius: 20px;
        padding: 20px 2rem;
        text-align: left;
    }

    /*レビュー*/
    .customer-review {
        margin: 2rem auto;
    }

    .customer-review li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2rem;
    }

    .customer-review li:nth-child(even) {
        flex-direction: row-reverse;
    }

    .customer-review li img {
        width: 18%;
        border-radius: 50%;
    }

    .customer-review .comment {
        width: 78%;
        background: #f2f0f1;
        padding: 25px 35px;
        border-radius: 30px;
        position: relative;
        text-align: left;
        margin: 0;
    }

    .customer-review .comment span {
        display: block;
        margin-top: 0.5rem;
        color: #ffc600;
        text-align: right;
    }

    .customer-review .comment::after {
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        border-color: rgba(242, 240, 241, 0);
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 20px;
        border-right-width: 20px;
        margin-top: -10px;
        border-right-color: #f2f0f1;
        right: 100%;
        top: 50%;
    }

    .customer-review li:nth-child(even) .comment::after {
        content: '';
        border-left-color: #f2f0f1;
        border-right-color: rgba(0, 0, 0, 0);
        left: 100%;
    }

    /*吹き出し*/
    .stylist-speech {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 1.5rem auto 2rem;
    }

    .stylist-speech .icon {
        width: 15%;
    }

    .stylist-speech .icon img {
        border-radius: 50%;
        margin-bottom: 0.2rem;
    }

    .stylist-speech p {
        width: 80%;
        background: #f2f0f1;
        padding: 25px 35px;
        border-radius: 20px;
        position: relative;
        text-align: left;
        margin: 0;
    }

    .stylist-speech p::after {
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        border-color: rgba(242, 240, 241, 0);
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 25px;
        border-right-width: 20px;
        margin-top: -10px;
        border-right-color: #f2f0f1;
        right: 100%;
        top: 50%;
    }

    /*同梱リンクサムネ1つ*/
    .bl1852-link {
        display: block;
        margin: 1rem auto 3rem;
        width: 50%;
    }
    .bl1852-link a p {
        background: #1097db;
        padding: 8px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

    /*同梱リンクサムネ2つ*/
    .link-flex {
        padding: 0 3rem 2rem;
        text-align: center;
        border: 1px solid #444;
        margin: 3rem 4rem;
    }
    .link-flex.b {
        border: unset;
        border-top: solid 1px;
        margin: 0;
        padding: 0;
    }

    .link-flex span {
        display: block;
        margin: -0.6rem auto 1.5rem;
        background: #fff;
        width: 80%;
        font-weight: bold;
    }

    .link-flex.b span {
        padding: 0 10px;
        width: fit-content;
    }

    .link-flex div {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .link-flex div a {
        display: block;
        width: 48%;
        height: 100%;
        text-decoration: none;
        margin-bottom: 2%;
    }

    .link-flex div a:hover {
        opacity: 0.7;
    }

    .link-flex div a p {
        background: #1097db;
        padding: 8px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

    /*スタイリスト一覧*/
    .stylist-list {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 1.5rem auto;
    }

    .stylist-list li {
        width: 20%;
        margin-right: 1rem;
    }

    .stylist-list li:last-child {
        margin: 0;
    }

    .stylist-list li p {
        text-align: center;
        font-weight: bold;
        margin: 0.3rem auto 0;
    }

    .stylist-list li p span {
        font-weight: normal;
        font-size: 0.8rem;
        display: block;
    }

    .stylist-list li img {
        border-radius: 50%;
    }

    /*イチオシコーデ*/
    .push-coordinate {
        background: #efebe0;
        padding-bottom: 3rem;
    }

    .coordinate-list>li {
        padding: 2rem;
        background: #fff;
        margin: 0 24px 3rem;
        position: relative;
        border-radius: 20px;
    }



    span.spec {
        display: block;
        text-align: right;
        font-size: 0.7rem;
        letter-spacing: 1.5px;
        opacity: 0.7;
    }

    .coordinate-list h3 {
        margin-bottom: 1.3rem;
    }

    .coordinate-comment ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px auto 0;
    }

    .coordinate-comment ul::before {
        content: "－ 着用アイテム －";
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
        opacity: 0.8;
        letter-spacing: 1px;
        margin-bottom: 0.5rem;
    }

    .coordinate-comment ul li {
        width: 32%;
        margin-bottom: 15px;
    }
    .coordinate-comment ul li:first-child:nth-last-child(2), 
    .coordinate-comment ul li:first-child:nth-last-child(2)~li {
        width: 48.5%;
    }
    .coordinate-comment ul li:first-child:nth-last-child(4),
    .coordinate-comment ul li:first-child:nth-last-child(4)~li {
        width: 24%;
    }

    .coordinate-comment ul li p {
        margin: 0.5rem auto 0;
        padding: 5px;
        background: #1097db;
        color: #fff;
        border-radius: 50px;
        text-align: center;
    }

    /*MBコーデ一覧*/
    .stylebook-list-other {
        margin: 0 24px;
        padding-top: 1rem;
    }

    .stylebook-list-other ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .stylebook-list-other ul li {
        width: 49%;
        margin-bottom: 15px;
    }

    .stylebook-list-other ul li img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    /*スタッフコーデ*/
    .staff-code-list {
        margin: 0 24px;
    }

    h3.staff-code-title {
        padding: 25px;
        position: relative;
        text-align: center;
        line-height: 1.4;
        font-weight: 500;
        margin: 30px 70px;
    }

    .staff-code-title::before,
    .staff-code-title::after {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
    }

    .staff-code-title::before {
        border-left: solid 2px #444;
        border-top: solid 2px #444;
        top: 0;
        left: 0;
    }

    .staff-code-title::after {
        border-right: solid 2px #444;
        border-bottom: solid 2px #444;
        bottom: 0;
        right: 0;
    }

    .staff-code-title span {
        display: block;
        font-weight: normal;
        font-size: 1rem;
        margin: 5px 0 0;
        text-align: center;
    }

    .dc-coordinate-tile__imagelink {
        border-radius: 20px;
    }

    .dc-coordinate-tile__imagelink img {
        height: 290px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    .dc-model-info img {
        border-radius: 50%;
    }

    a.staff-code-btn {
        display: inline-block;
        position: relative;
        background: #444;
        color: #efebe0;
        padding: 15px 5.5rem 15px 1.8rem;
        border-radius: 50px;
        text-decoration: none;
        margin-top: 20px;
    }

    a.staff-code-btn:after {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 30px;
        top: 47%;
        right: 3.2rem;
        border-top: solid 2.5px #efebe0;
        border-right: solid 2.5px #efebe0;
        transform: translateY(-50%) rotate(45deg) skewX(-45deg);
    }


    /*バイヤーのこだわり*/
    .buyer-comment.border-line {
        background: none;
        border: 2px solid #444;
    }

    .buyer-comment.border-line h3:first-child {
        margin-top: 1rem;
    }

    /*ITEM DETAIL*/
    .detail {
        margin: 3rem auto;
    }

    .detail h3 {
        text-transform: uppercase;
        display: inline-block;
        border-bottom: 1px solid #444;
        margin-bottom: 30px;
        line-height: 1.5;
        padding: 0 2px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .main-detail img {
        display: block;
        margin-bottom: 1rem;
    }

    .main-detail .h4-title {
        font-size: 1.2rem;
        text-align: left;
        font-weight: bold;
        margin: 1rem 0;
    }

    .detail ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 7px auto 0;
    }

    .detail ul li {
        width: 49%;
        margin-bottom: 2%;
    }


    /*注意書き*/

    .atn-area {
        background: #f2f0f1;
        padding: 35px 30px 20px;
        margin: 20px auto 40px;
    }

    .atn-area .ttl {
        display: block;
        color: #ff1e1e;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1;
        margin: -45px auto 25px;
        text-align: center;
    }

    .atn-area ul {
        text-align: left;
        font-size: 0.9rem;
    }

    .atn-area ul li {
        margin-bottom: 1em;
        padding-left: 1em;
        text-indent: -1em;
    }

    .atn-area img {
        margin: 0 auto 1rem;
    }


    /*スタッフ試着*/

.size-premise {
    border: 1px dashed #333;
    padding: 2rem 1rem;
    margin: 2rem auto;
    border-radius: 20px;
}

    .staff-size-acc {
        margin: 20px auto;
        padding: 0;
        width: 100%;
    }

    .staff-size-acc input {
        display: none;
    }

    .staff-size-acc label {
        display: block;
        margin: 1.5px 0;
        padding: 12px 20px;
        cursor: pointer;
        transition: all 0.5s;
        background: #f2f0f1;
        font-size: 1.2rem;
        text-align: left;
        position: relative;
    }

    .staff-size-acc label:after {
        content: '\f078';
        font-family: 'FontAwesome';
        position: absolute;
        right: 3%;
        top: 50%;
        transform: translateY(-50%);
    }

    .details .staff-size-acc label p {
        margin: 5px 0 0;
        font-size: 0.98rem;
    }

    .staff-size-acc .open-review {
        height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.8s;
    }

    .review_acc:checked+label+.open-review {
        height: auto;
        padding: 0;
        opacity: 1;
    }

    .review_acc:checked+label:after {
        content: '\f077';
    }

    .open-review img {
        margin: 10px auto;
    }

    .open-review span.com {
        font-size: 0.95rem;
        letter-spacing: 2px;
        color: #ababab;
        text-transform: lowercase;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .details .open-review p {
        display: block;
        line-height: 1.5;
        font-feature-settings: normal;
        font-weight: 400;
        text-align: justify;
        margin: 15px 0;
    }

    .staff-size .data {
        background: #f2f0f1;
        margin: 20px auto 10px;
        padding: 25px 0 10px 0;
    }

    .staff-size .data img {
        border-radius: 50%;
    }

    .staff-size .data .feature span,
    .staff-size .data .feature-over span {
        background: #444444;
        margin-left: 10px;
        border-radius: 20px;
        padding: 4px 10px;
        color: #ffffff;
        line-height: 1.3;
    }

    .staff-size .data .feature-over {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
    }

    .staff-size .data-table th,
    .data-table td {
        border-bottom: 1px solid #999999;
        border-left: 1px solid #999999;
        text-align: center;
    }

    .staff-size .data-table table {
        margin: 0 auto;
        border-top: 1px solid #999999;
        border-right: 1px solid #999999;
        border-spacing: 0;
        table-layout: fixed;
        width: 100%;
    }

    .staff-size .data .table-top {
        background: #e4e5ea;
    }

    .staff-size .data .table-bottom {
        background: #ffffff;
    }

    .staff-size .data-table th {
        padding: 4px;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .staff-size .data-table td {
        padding: 10px;
    }

    .staff-size .comment-table {
        border-collapse: separate;
        border-spacing: 0px 6px;
    }

    .staff-size .comment-table th {
        vertical-align: top;
        font-size: 14px;
    }

    .staff-size .comment-table td {
        text-align: left;
    }

    .staff-size .choice-comment {
        font-size: 1.3rem;
        font-weight: bold;
        display: inline-block;
        background: linear-gradient(transparent 50%, #efebe0 50%);
        letter-spacing: 1.15px;
        margin: 5px 0 15px;
    }

    .staff-size .review-comment {
        padding: 18px 30px;
        position: relative;
        display: block;
        margin: 1.5em 0;
        font-size: 16px;
        background: #efebe0;
        border-radius: 15px;
    }

    .staff-size .review-comment:before {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #efebe0;
    }

    .staff-size .sp-h4 {
        display: none;
    }

    .staff-size .pc-h4 {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
    }

    .staff-size .data-flex {
        display: flex;
        align-items: end;
        justify-content: center;
        width: 87%;
        margin: 0 auto 15px;
        flex-wrap: wrap;
    }

    .staff-size .data-flex-left {
        width: 20%;
        margin-right: 20px;
    }

    .staff-size .data-flex-right {
        width: 75%;
    }

    .details .staff-size .data .feature {
        margin: 15px 0 0;
    }

    .staff-size .data .feature span:nth-child(n+2),
    .staff-size .data .feature-over span:nth-child(n+3) {
        margin-left: 5px;
    }

    .staff-size .open-review .review-p {
        margin-bottom: 0;
    }

    a.measure-body {
        display: block;
        margin: 2rem auto;
        background: #1097db;
        color: #fff;
        padding: 1rem;
        letter-spacing: 1px;
    }

    /*LINE*/
    .your-stylist-talk {
        display: none;
        background: #e7faeb;
        position: relative;
        margin-top: 80px;
        padding: 0 3rem 3rem;
        margin-bottom: 3rem;
    }

    .your-stylist-talk::before {
        content: "";
        background: url(/_images/goods/2021/common/your-stylist-talk-huki.png?$staticlink$) no-repeat;
        background-size: contain;
        width: 100%;
        position: absolute;
        height: 20%;
        left: 0;
    }

    .your-stylist-talk h2 {
        font-size: 2.5rem;
        font-weight: 800;
        line-height: 1.5;
        text-align: left;
    }

    .your-stylist-talk h2.talk {
        padding-top: 200px;
    }

    .your-stylist-talk h2.talk:before {
        content: "TALK";
        color: #c0eec6;
        font-size: 1.8rem;
        font-weight: 800;
        display: block;
    }

    .your-stylist-talk h2.return {
        margin-top: 130px;
    }

    span.text-green {
        color: #36d354;
    }

    .your-stylist-talk-img img {
        width: 80%;
    }

    .your-stylist-talk-btn a {
        display: block;
        width: 80%;
        margin: 0 auto 10px;
        color: #fff;
        background: #36d354;
        font-size: 1.4rem;
        border-radius: 100px;
        letter-spacing: 4px;
        -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        text-align: center;
        font-weight: 800;
        padding: 20px;
    }

    .your-stylist-talk p.aligncenter {
        font-size: 0.85rem;
    }

    /*監修*/
    .stylist-profile {
        margin-top: 4rem;
    }
    .stylist-profile h4 {
        border-bottom: 1px solid #444;
        padding-bottom: 0.5rem;
    }

    .stylist-profile-box {
        display: flex;
        align-items: center;
        border: 1px solid #dbdbdb;
        padding: 2.5rem;
        margin: 2rem auto;
        text-align: left;
    }

    .stylist-profile-box img {
        border-radius: 50%;
        width: 20%;
        margin-right: 2rem;
    }

    .stylist-text .name {
        font-weight: bold;
        font-size: 1.2rem;
    }

    .stylist-text .name span {
        opacity: 0.8;
        display: block;
        font-size: 0.9rem;
        font-weight: normal;
    }

    .stylist-text p {
        margin-bottom: 0;
    }

    /*ダサパンツ比較*/
    h2.chapter-title.b_pattern {
        margin-bottom: 0;
    }
    h2.chapter-title.b_pattern::after {
        display: none;
    }
    section.fixed_pantschange_area {
        background: #eee;
        padding: 3rem 1rem 1rem;
    }
    h2.pantschange-title {
        font-size: 1.7rem;
        letter-spacing: 2px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    h2.pantschange-title + .sub-title {
        background: #fff;
        margin: 2rem 0 0;
        padding: 10px 0;
    }
    section.fixed_pantschange_area .stylist-speech p {
        background: #fff;
    }
    section.fixed_pantschange_area .stylist-speech p::after {
        border-right-color: #fff;
    }

    /*アイテムサイズtable*/
    table.itempage-product-size {
        font-size: 14px;
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }
    table.itempage-product-size tr {
        border-bottom: dashed 1px #666;
        height: 35px;
    }
    table.itempage-product-size tr:last-child {
        border: none;
    }
    table.itempage-product-size tr th:first-child {
        width: 45px;
    }

    /*サムネのみ補正　色参考アテンション*/
    .color-sample-attention {
        border: #c7c7c7 solid 3px;
        font-weight: 500;
        margin-bottom: 2rem;
        padding: 17px 0;
        position: relative;
    }
    .color-sample-attention::before {
        background: #fff;
        content: "購入をご検討のお客様へ";
        color: #ef6650;
        display: block;
        font-size: 1.1rem;
        font-weight: 500;
        margin: auto;
        padding: 0 15px;
        position: absolute;
        left: 0;
        right: 0;
        top: -1rem;
        width: fit-content;
    }


    /*タブレット*/
    @media screen and (max-width: 1221px) {
        .staff-size .data-table th {
            font-size: 0.9rem;
            padding: 3px;
        }

        .details iframe {
            height: 230px;
        }
    }


    /*スマホ*/
    @media screen and (max-width: 768.98px) {
        .itempage {
            width: 100%;
        }

        .itempage h1 {
            font-size: 1.85rem;
        }

        .itempage h2 {
            font-size: 1.5rem;
        }

        .itempage h3 {
            font-size: 1.3rem;
        }

        .itempage h4 {
            font-size: 1.15rem;
        }

        /*大見出し*/
        h2.chapter-title {
            /*margin-left: calc(((20%) / 2) * -1);
            margin-right: calc(((20%) / 2) * -1);*/
            margin-right: calc(50% - 50vw);
            margin-left: calc(50% - 50vw);
            padding: 20px 0;
        }

        /*テキストリンク*/
        .itempage a.alink {
            margin: 20px auto 30px;
            width: 85%;
        }

        /* 商標*/
        .rmark-box {
            padding: 40px 25px 25px;
            font-size: 0.8rem;
        }

        .rmark-box span.ttl {
            font-size: 1.18rem;
            margin: -60px auto 0;
            padding: 10px 0 15px;
        }

        /*オープニング*/
        .buyer-title:before {
            width: 80px;
            height: 80px;
        }

        /*ヘッドライン*/
        .headline {
            margin-left: calc(((100vw - 100%) / 2) * -1);
            margin-right: calc(((100vw - 100%) / 2) * -1);
        }

        .headline p {
            padding: 0 24px;
        }

        /*バイヤーコメント*/
        .buyer-comment {
            padding: 15px 1.5rem;
        }

        /*吹き出し*/
        .stylist-speech .icon {
            width: 15%;
        }

        .stylist-speech .icon span {
            font-size: 0.9rem;
        }

        .stylist-speech p {
            padding: 15px 20px;
            font-size: 0.9rem;
        }

        .stylist-speech p::after {
            border-top-width: 10px;
            border-bottom-width: 10px;
            border-right-width: 15px;
        }

        /*レビュー*/
        .details .customer-review {
            padding: 0;
        }

        .customer-review .comment::after,
        .customer-review li:nth-child(even) .comment::after {
            content: none;
        }

        .customer-review li,
        .customer-review li:nth-child(even) {
            flex-direction: column;
            margin-bottom: 1rem;
        }

        .customer-review li img {
            width: 25%;
            z-index: 1;
        }

        .customer-review .comment {
            width: 100%;
            margin-top: -40px;
            padding: 45px 30px 30px;
        }

        .customer-review .comment span {
            text-align: right;
        }

        /*ヘッドラインリンク*/
        .bl1852-link.in-openingb {
            width: 70%;
        }

        /*同梱リンクサムネ2つ*/
        .link-flex {
            margin: 2rem auto;
            padding: 0 2rem 1.8rem;
        }

        .link-flex span {
            width: 96%;
            margin-bottom: 1rem;
        }

        /*スタイリスト一覧*/
        .stylist-list li {
            width: 22%;
        }

        /*イチオシコーデ*/
        .push-coordinate {
            margin-left: calc(((100vw - 100%) / 2) * -1);
            margin-right: calc(((100vw - 100%) / 2) * -1);
        }

        .coordinate-list>li {
            padding: 2rem 1.5rem;
        }

        /*MB一覧コーデ*/
        .stylebook-list-other ul li img {
            height: 280px;
        }

        /* 注意文*/
        .atn-area {
            margin: 45px auto;
        }

        .atn-area img {
            margin: 0 auto 25px;
        }

        .atn-area ul {
            font-size: 0.9rem;
        }


        /*スタッフコーデ*/
        h3.staff-code-title {
            margin: 0;
            text-align: center;
            padding: 15px 5px;
            margin-bottom: 20px;
        }

        .dc-coordinate-tile__imagelink img {
            height: 200px;
        }

        /* スタッフ試着*/
        .staff-size-acc {
            margin: 15px auto;
        }

        .staff-size-acc label {
            padding: 8px 15px;
        }

        .staff-size-acc label:after {
            right: 4%;
        }

        .review_acc:checked+label+.open-review {
            width: 95%;
            margin: 0 auto;
        }

        .open-review img {
            margin: 7px auto;
        }

        .details .open-review p {
            margin: 5px 0;
        }

        .data-spec .review_acc:checked+label+.open-review {
            width: 100%;
        }

        .staff-size .data {
            margin-top: 40px;
            padding-bottom: 5px;
        }

        .staff-size .pc-h4 {
            display: none;
        }

        .staff-size .sp-h4 {
            display: block;
            font-size: 1.24rem;
            font-weight: 500;
        }

        .staff-size .data-flex {
            flex-direction: column;
            width: 100%;
            align-items: center;
            margin-bottom: 0;
        }

        .staff-size .data-flex-left {
            margin: -60px auto 5px;
        }

        .staff-size .data-flex-right {
            width: 95%;
            margin-top: 0;
        }

        .staff-size .data-table {
            padding-top: 10px;
        }

        .staff-size .data .data-table th {
            font-size: 0.7rem;
        }

        .details .staff-size .data .feature {
            text-align: center;
            padding: 10px 0;
            margin: 5px 0;
        }

        .staff-size .data .feature span {
            font-size: 0.95rem;
        }

        .staff-size .data .feature-over .feature {
            width: 100%;
            padding-bottom: 0;
        }

        .staff-size .data .feature-over {
            padding-bottom: 15px;
        }

        .staff-size .data .feature-over span {
            font-size: 0.85rem;
        }

        .staff-size .choice-comment {
            font-size: 1.24rem;
            margin-bottom: 10px;
        }

        .staff-size .review-comment {
            padding: 10px 20px 10px;
        }

        .staff-size .open-review .review-p {
            margin: 5px 0;
        }

        .link-flex {
            margin: 2rem auto 0;
            padding: 0 2rem 1.8rem;
        }

        .link-flex span {
            width: 96%;
            margin-bottom: 1rem;
        }

        /*LINE*/
        .your-stylist-talk {
            padding: 0 30px 40px;
            margin-top: 0;
            margin-left: calc(((20%) / 2) * -1);
            margin-right: calc(((20%) / 2) * -1);
        }

        .your-stylist-talk h2.talk {
            padding-top: 100px;
            font-size: 1.8rem;
        }

        .your-stylist-talk-img img {
            width: 70%;
        }

        .your-stylist-talk-btn a {
            width: 80%;
            font-size: 1.2rem;
            letter-spacing: 3px;
            padding: 16px;
        }

        .your-stylist-talk h2.return {
            margin-top: 80px;
        }

        /*監修*/
        .stylist-profile h4 {
            margin-left: calc(((100vw - 100%) / 2) * -1);
            margin-right: calc(((100vw - 100%) / 2) * -1);
        }

        .stylist-profile-box {
            flex-direction: column;
            padding: 1.8rem 1.5rem;
        }

        .stylist-text .name {
            text-align: center;
        }

        .stylist-profile-box img {
            width: 27%;
            margin: 0 auto 0.5rem;
        }

        /*ダサパンツ比較*/
        section.fixed_pantschange_area {
            margin-left: calc(((20%) / 2) * -1);
            margin-right: calc(((20%) / 2) * -1);
            padding: 3rem 2rem 1rem;
        }

        /*サムネのみ補正　色参考アテンション*/
        .color-sample-attention {
            padding: 17px;
            text-align: justify;
            word-break: break-all;
        }
        
    }
