/* headに直接書かれていたcss */
 /* 202509_GlobalStyle */
        /* global */
        body {
            margin: 0;
            overflow-x: hidden;
        }

        footer {
            background-color: #e9e9e6 !important;
            padding-bottom: 16px !important;
            padding-top: 40px !important;
        }

      
        .fitting {
            --tr-red: #c7001f;
            --tr-white: #ffffff;
            --tr-gray: #e9e9e6;
            --tr-gray-tab: #d9d9d7;
            --tr-black: #333;
            background-color: var(--tr-white);
            overflow-x: unset;
        }

        .fitting .pc_only {
            display: block;
        }

        .fitting .sp_only {
            display: none;
        }

        html {
            scroll-behavior: smooth;
            /* scroll-padding-top: 80px; */
        }

        @media screen and (max-width: 768px) {
            .fitting {
                overflow-x: hidden;
            }
        }
    
   
   /* 202509_KV */
        .fitting .kv {
            background-color: var(--tr-white) !important;
            background-image: none !important;
            position: relative;
            padding: 0 !important;
            width: 100%;
            margin-bottom: 0;
        }

        .fitting .kv .kvArea {
            position: relative;
            width: 100%;
            /* height: 420px; */
            height: 390px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .fitting .kv .slideshow_container {
            position: relative;
            object-fit: contain;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }

        .fitting .kv .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .fitting .kv .slide.active {
            opacity: 1;
        }

        .fitting .kv .slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .fitting .kv .initial_slide {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            /* align-items: center; */
            background-color: var(--tr-red);
            padding: 45px;
        }

        .fitting .kv .initial_slide_outline {
            width: 100%;
            height: 100%;
            border: 1px solid var(--tr-white);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 50px;
        }

        .fitting .kv .initial_slide picture {
            height: 100%;
            max-height: 200px;
        }

        @media screen and (max-width: 768px) {
            .fitting .kv .initial_slide {
                padding: 25px;
            }

            .fitting .kv .initial_slide_outline {
                padding: 20px;
            }

            .fitting .kv .initial_slide picture {
                max-height: 78px;
            }
        }

        .fitting .kv .dots_container {
            position: relative;
            height: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 24px;
        }

        .fitting .kv .dot {
            position: relative;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: transparent;
            border: 1.25px solid var(--tr-red);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .fitting .kv .dot:hover {
            transform: scale(1.7);
        }

        .fitting .kv .dot.active {
            transform: scale(1.5);
            background-color: var(--tr-red);
        }

        .fitting .kv .dot {
            &::after {
                content: "";
                position: absolute;
                inset: -0.5rem;
            }
        }

        @media screen and (max-width: 768px) {
            .fitting .kv .kvArea {
                /* height: 265px; */
                height: 345px;
            }

            .fitting .kv .dot {
                width: 6px;
                height: 6px;
            }

            .fitting .kv .dot.active {
                transform: scale(1.5);
            }
        }
    
    /* 202509_AnchorLinks */
        .fitting .anchorLinks {
            font-family: "Shippori Mincho";
            position: relative;
            width: 100%;
            background-color: var(--tr-gray);
            padding: 40px 0 54px 0;
        }

        .fitting .anchorLinks_wrapper {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin: auto;
            width: 100%;
            max-width: 1200px;
            gap: 104px;
        }

        .fitting .anchorLinks .anchorLink {
            color: var(--tr-red);
            font-size: 2.375rem;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: -1.9px;
            display: inline-flex;
            align-items: center;
            gap: 16px;
            border-bottom: 1px solid var(--tr-red);
        }

        .fitting .anchorLinks .anchorLink svg {
            fill: transparent;
            stroke-width: 2px;
            width: 21px;
            height: 10px;
            transition: transform 0.3s ease;
        }

        .fitting .anchorLinks .anchorLink:hover svg {
            transform: translateY(5px);
        }

        @media screen and (max-width: 768px) {
            .fitting .anchorLinks {
                padding: 20px 10px 25px 10px;
            }

            .fitting .anchorLinks_wrapper {
                gap: 16px;
                flex-direction: column;
            }

            .fitting .anchorLinks .anchorLink {
                font-size: 1.25rem;
                width: min(190px, 100%);
                letter-spacing: 0px;
                gap: 0;
                justify-content: space-between;
            }

            .fitting .anchorLinks .anchorLink svg {
                stroke-width: 1.5px;
                width: 11px;
                height: 5px;
            }

            .fitting .anchorLinks .anchorLink:hover svg {
                transform: translateY(3px);
            }
        }
    
    /* 202509_Statement */
        .fitting .statement {
            font-family: "Shippori Mincho";
            background-color: var(--tr-red);
            color: var(--tr-white);
            display: flex;
            padding: 144px 15%;
            flex-direction: column;
            align-items: center;
            width: 100%;
            gap: 144px;
        }

        .fitting .statement .statementArea {
            font-family: "Shippori Mincho";
            display: flex;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            flex-direction: column;
            align-items: center;
            font-style: normal;
            white-space: nowrap;
            gap: 64px;
        }

        .fitting .statement .statementArea h2 {
            font-family: "Shippori Mincho";
            font-weight: 400;
            font-size: 55px;
            line-height: 140%;
            padding-left: 16px;
        }

        .fitting .statement .statementArea h3 {
            font-family: "Shippori Mincho";
            font-weight: 400;
            font-size: 32px;
            line-height: 200%;
        }

        .fitting .statement .statementArea .br_sp {
            display: none;
        }

        @media screen and (max-width: 768px) {
            .fitting .statement {
                padding: 80px 7%;
                gap: 80px;
            }

            .fitting .statement .statementArea {
                gap: 24px;
            }

            .fitting .statement .statementArea h2 {
                font-size: 24px;
            }

            .fitting .statement .statementArea h3 {
                font-size: 16px;
            }

            .fitting .statement .statementArea .br_sp {
                display: block;
            }
        }
    
    /* 202509_Link_ReserveArea */
        .fitting .linkArea {
            font-family: "Noto Sans";
            width: 100%;
            text-align: center;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            display: flex;
            flex-direction: column;
        }

        .fitting .linkAreaTop {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 104px;
        }

        .fitting .linkAreaBottom {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
        }

        .fitting .linkArea div {
            width: 100%;
        }

        .fitting .linkArea p {
            font-size: 22px;
            margin-bottom: 24px;
        }

        .fitting .linkArea a {
            width: 100%;
        }

        .fitting .linkArea button {
            width: 100%;
            background-color: var(--tr-red);
            color: var(--tr-white);
            font-size: min(1.5vw, 20px);
            padding: 30px 0;
            white-space: nowrap;
            border: var(--tr-red) 2px solid;
            box-sizing: border-box;
            transition: all 0.3s ease;
        }

        .fitting .linkArea button:hover {
            background-color: var(--tr-white);
            color: var(--tr-red);
        }

        .fitting .linkArea .description {
            font-weight: 500;
            text-align: left;
            font-size: 16px;
            margin-bottom: 0px;
        }

        @media screen and (max-width: 768px) {
            .fitting .linkArea p {
                font-size: 15px;
                margin-bottom: 16px;
            }

            .fitting .linkArea button {
                font-family: "Noto Sans";
                font-size: 15px;
                padding: 22px 0;
            }

            .fitting .linkArea button:hover {
                background-color: var(--tr-red);
                color: var(--tr-white);
            }

            .fitting .linkAreaTop {
                flex-direction: column;
                gap: 32px;
                margin-bottom: 32px;
            }

            .fitting .linkAreaBottom {
                flex-direction: column;
                gap: 8px;
                margin-bottom: 16px;
            }

            .fitting .linkArea .description {
                font-weight: 500;
                text-align: left;
                font-size: 12px;
                line-height: 140%;
            }
        }
    
    /* 202509_Flowting */
        .fitting .flowtingArea {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 999;
            width: 72px;
            border: 2px solid var(--tr-red);
        }

        .fitting .flowtingArea_inner {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .fitting .flowtingArea_section {
            flex: 1;
            background-color: var(--tr-white);
            position: relative;
            width: 100%;
        }

        .fitting .flowtingArea_section_store {
            border-bottom: 2px solid var(--tr-red);
        }

        .fitting .flowtingArea_section_date {
            border-bottom: 2px solid var(--tr-red);
        }

        .fitting .flowtingArea_section_soon {
            border-bottom: none;
        }

        .fitting .flowtingLink {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            text-decoration: none;
            padding: 3vh 0;
            color: var(--tr-red);
            background-color: var(--tr-white);
        }

        .fitting .flowtingLink:hover {
            color: var(--tr-white);
            background-color: var(--tr-red);
            opacity: 1;
        }

        .fitting .flowtingText {
            font-family: "Noto Sans JP";
            font-size: 18px;
            /* font-size: min(1.5vh, 18px); */
            text-align: center;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
            writing-mode: vertical-rl;
            text-align: left;
            letter-spacing: 0.1em;
            margin-bottom: 16px;
        }

        .fitting .flowtingText span {
            vertical-align: middle;
            font-size: 18px;
            /* font-size: min(1.5vh, 18px); */
        }

        .fitting .flowtingText rt {
            display: none;
        }

        @media screen and (max-width: 768px) {
            .fitting .flowtingArea {
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                top: auto;
                transform: none;
                width: 100%;
                height: auto;
                box-sizing: border-box;
                border: 2px solid var(--tr-red);
            }

            .fitting .flowtingArea_inner {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                width: 100%;
                height: 60px;
            }

            .fitting .flowtingArea_section {
                width: 100%;
                height: 60px;
                background-color: var(--tr-white);
            }

            .fitting .flowtingArea_section_store {
                border-bottom: none;
                border-right: 2px solid var(--tr-red);
                height: 60px;
            }

            .fitting .flowtingArea_inner .flowtingArea_section_date {
                display: none;
            }

            .fitting .flowtingArea_inner .flowtingArea_section_soon {
                border-bottom: none;
            }

            .fitting .flowtingLink {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                padding: 20px 0px;
                height: 100%;
                text-decoration: none;
                transition: background-color 0.3s ease;
            }

            .fitting .flowtingArea_bottom .flowtingLink {
                padding: 10px 15px;
            }

            .fitting .flowtingLink {
                color: var(--tr-red);
            }

            .fitting .flowtingLink:hover {
                color: var(--tr-red);
                background-color: var(--tr-white);
            }

            .fitting .flowtingLink svg {
                margin-left: 12px;
                width: 12px;
                height: 12px;
                min-width: 12px;
                min-height: 12px;
            }

            .fitting .flowtingText {
                font-family: "Noto Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 140%;
                writing-mode: horizontal-tb;
                text-orientation: mixed;
                margin-bottom: 0px;
                text-align: center;
                white-space: nowrap;
                display: inline-flex;
                align-items: center;
            }

            .fitting .flowtingText span {
                font-size: 14px;
            }

            .fitting .flowtingText .br_pc {
                display: none;
            }

            .fitting ruby[data-ruby] rt {
                display: none;
            }

            .fitting ruby[data-ruby] {
                position: relative;
                display: inline-block;
                transform: translateY(0.3rem);
            }

            .fitting ruby[data-ruby]::after {
                content: attr(data-ruby);
                position: absolute;
                transform: translate(-50%, -2.2em);
                display: block;
                left: 50%;
                top: 0;
                white-space: nowrap;
                font-size: 60%;
                letter-spacing: 1px;
            }
        }
    
   /* 202510_InfluencerArea */
        .fitting .influencerArea {
            color: var(--tr-red);
            background-color: var(--tr-white);
            font-family: "Shippori Mincho";
            padding: 0 15% 144px 15%;
        }

        .fitting .influencer_button {
            display: flex;
            justify-content: flex-end;
            width: 100%;
            margin-top: 16px;
        }

        .fitting .influencer_movie_button {
            display: flex;
            align-items: center;
            background: none;
            border: none;
            color: var(--tr-red);
            font-size: 20px;
            line-height: 160%;
            cursor: pointer;
            gap: 12px;
            padding: 0;
            margin: 0;
            transition: scale 0.3s ease;
        }

        .fitting .influencer_movie_button svg {
            width: 12px;
            height: 12px;
        }

        .fitting .influencer_movie_button:hover {
            scale: 1.05;
            opacity: 1;
        }

        @media screen and (max-width: 768px) {
            .fitting .influencerArea {
                padding: 0 7% 80px 7%;
            }

            .fitting .influencer_movie_button {
                font-size: 15px;
                line-height: 100%;
            }

            .fitting .influencer_movie_button svg {
                width: 10px;
                height: 10px;
            }

            .fitting .influencer_movie_button:hover {
                scale: 1;
            }
        }
    
   /* 202509_Essay */
        .fitting .essay {
            color: var(--tr-red);
            background-color: var(--tr-white);
            font-family: "Shippori Mincho";
            padding: 144px 15%;
        }

        .fitting .essay_title_main {
            font-style: normal;
            text-align: center;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: -1.9px;
            font-size: 38px;
            margin-bottom: 64px;
        }

        .fitting .essay_anchors {
            text-align: center;
            margin: 64px 0;
            gap: 56px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

        .fitting .essay_anchors_item {
            display: inline-flex;
            padding: 0 4px 10px 4px;
            max-width: 52px;
            max-height: 37px;
            flex-direction: column;
            object-fit: contain;
            align-items: flex-start;
            border-bottom: 1px solid var(--tr-red);
        }

        .fitting .essay_anchors_item svg {
            color: var(--tr-red);
            width: 52px;
            height: 37px;
        }

        @media screen and (max-width: 768px) {
            .fitting .essay {
                padding: 80px 7%;
            }

            .fitting .essay_title {
                font-size: 24px;
                line-height: 140%;
                text-align: center;
                gap: 8px;
                margin-bottom: 40px;
            }

            .fitting .essay_title_main {
                font-style: normal;
                text-align: center;
                font-weight: 400;
                font-size: 24px;
                margin-bottom: 40px;
                letter-spacing: 0px;
            }

            .fitting .essay_anchors {
                margin: 0px 0 40px 0;
                gap: 24px;
            }

            .fitting .essay_anchors_item {
                padding: 0 2px 6px 2px;
                max-width: 29px;
                max-height: 21px;
            }

            .fitting .essay_anchors_item svg {
                width: 29px;
                height: 21px;
            }
        }
    
   /* 202509_Essay_Card */
        .fitting .essay_card_wrapper {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .fitting .essay_card {
            color: var(--tr-red);
            background-color: var(--tr-white);
            font-family: "Shippori Mincho";
            border-radius: 0;
            border: var(--tr-red) 1px solid;
            box-shadow: none;
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 50px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            align-self: stretch;
            opacity: 0;
            transform: translateY(30px);
            transition:
                opacity 0.8s ease,
                transform 0.8s ease;
        }

        .fitting .essay_card.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .fitting .essay_card_title {
            font-size: 2rem;
            color: var(--tr-red);
            background-color: var(--tr-white);
            display: flex;
            align-items: flex-start;
            margin-bottom: 24px;
        }

        .fitting .essay_card_title svg {
            color: var(--tr-red);
            width: 80px;
            height: 55px;
            flex-shrink: 0;
            margin: 0 32px;
            padding-top: 10px;
        }

        .fitting .essay_card_button {
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            gap: 12px;
            align-self: stretch;
            color: var(--tr-red);
        }

        .fitting .essay_card_title_text {
            font-family: "Shippori Mincho", serif;
            font-size: 38px;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: -1.9px;
            color: var(--tr-red);
            text-align: left;
            margin: 0;
            flex: 1;
        }

        @media screen and (max-width: 768px) {
            .fitting .essay_card_wrapper {
                gap: 24px;
            }

            .fitting .essay_card {
                padding: 30px;
            }

            .fitting .essay_card_title {
                flex-direction: column;
                align-items: flex-start;
                margin-bottom: 16px;
            }

            .fitting .essay_card_title svg {
                width: 26px;
                height: 20px;
                flex-shrink: 0;
                margin: 0;
                padding-top: 0px;
            }

            .fitting .essay_card_title_text {
                font-size: 20px;
                margin-top: 4px;
                letter-spacing: -1.4px;
            }
        }
    
   /* 202509_Essay_Dialog */
        .fitting .over_dialog_title {
            font-size: 38px;
            display: flex;
            align-items: flex-start;
            margin-bottom: 32px;
            line-height: 140%;
            gap: 32px;
            letter-spacing: -1.9px;
        }

        .fitting .over_dialog_title svg {
            width: 80px;
            height: 55px;
            flex-shrink: 0;
            padding-top: 10px;
        }

        html:has(dialog[open]) {
            overflow: hidden;
            /* prevent scroll when dialog is open */
        }

        .fitting .over_dialog {
            font-family: "Shippori Mincho", serif;
            color: var(--tr-red);
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: var(--tr-white);
            border: none;
            border-radius: 0;
            padding: 0;
            box-shadow: none;
            z-index: 1000;
            max-width: none;
            max-height: none;
            overflow: hidden;
            margin: 0;
            opacity: 0;
            visibility: hidden;
            transition:
                opacity 0.3s ease,
                visibility 0.3s ease;
        }

        .fitting .over_dialog[open] {
            opacity: 1;
            visibility: visible;
        }

        .fitting .over_dialog_content {
            overflow-y: auto;
            overflow-x: hidden;
            box-sizing: border-box;
            position: relative;
            height: 100%;
            padding: 10% 20%;
        }

        .fitting .essay_body {
            font-family: "Shippori Mincho", serif;
            color: var(--tr-red);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 180%;
            margin-bottom: 60px;
        }

        .fitting .essay_body p {
            margin-bottom: 0.7rem;
            /* text-indent: 1rem; */
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes fadeOut {
            from {
                opacity: 1;
            }

            to {
                opacity: 0;
            }
        }

        @media screen and (max-width: 768px) {
            .fitting .over_dialog {
                padding: 0;
                width: 100vw;
            }

            .fitting .over_dialog_title {
                font-size: 24px;
                flex-direction: column;
                align-items: flex-start;
                margin-bottom: 24px;
                gap: 8px;
                letter-spacing: 0px;
            }

            .fitting .over_dialog_title svg {
                width: 26px;
                height: 20px;
                flex-shrink: 0;
                padding-top: 0px;
            }

            .fitting .over_dialog_content {
                padding: 104px 10%;
            }

            .fitting .essay_body {
                font-size: 14px;
            }
        }
    
  /* 202509_Essay_Profile */
        .fitting .essay_profile {
            column-gap: 16px;
            row-gap: 16px;
            margin-bottom: 0;
            display: grid;
            grid-template-columns: 130px 1fr;
            grid-template-rows: auto 1fr;
            grid-template-areas:
                "ES_PROFILE_IMG ESSAY_PROFILE_NAME"
                "ES_PROFILE_IMG ES_PROFILE_TEXT";
        }

        .fitting .essay_profile_img {
            grid-area: ES_PROFILE_IMG;
            border-radius: 50%;
            object-fit: cover;
            width: 130px;
            height: 130px;
        }

        .fitting .essay_profile_name {
            grid-area: ESSAY_PROFILE_NAME;
        }

        .fitting .essay_profile_position {
            font-size: 14px;
            font-weight: 500;
            line-height: 1.6;
        }

        .fitting .essay_profile_job_author {
            display: flex;
            flex-direction: row;
            text-align: left;
            vertical-align: middle;
            gap: 16px;
            font-weight: 500;
        }

        .fitting .essay_profile_job {
            font-size: 16px;
            line-height: 180%;
            font-weight: 500;
        }

        .fitting .essay_profile_author {
            font-size: 20px;
            line-height: 140%;
            font-weight: 500;
        }

        .fitting .essay_profile_text {
            grid-area: ES_PROFILE_TEXT;
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%;
        }

        .fitting #influencer_cards_container .essay_profile_text {
            font-size: 16px;
            line-height: 180%;
        }

        @media screen and (max-width: 768px) {
            .fitting .essay_profile {
                column-gap: 8px;
                row-gap: 4px;
                margin-bottom: 0;
                display: grid;
                grid-template-columns: 60px 1fr;
                grid-template-rows: auto 1fr;
                grid-template-areas:
                    "ES_PROFILE_IMG ESSAY_PROFILE_NAME"
                    "ES_PROFILE_TEXT ES_PROFILE_TEXT";
            }

            .fitting .essay_profile_img {
                width: 60px;
                height: 60px;
            }

            .fitting .essay_profile_position {
                font-size: 12px;
                line-height: 100%;
                margin-bottom: 8px;
            }

            .fitting .essay_profile_job_author {
                flex-direction: column;
                align-items: flex-start;
                gap: 4px;
            }

            .fitting .essay_profile_job {
                font-size: 12px;
                line-height: 100%;
            }

            .fitting .essay_profile_author {
                font-size: 15px;
                line-height: 100%;
            }

            .fitting .essay_profile_text {
                font-size: 12px;
                line-height: 140%;
            }
        }
    
   /* 202509_Essay_Buttons */
        .fitting .essay_buttons {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 40px;
            margin-top: 10px;
        }

        .fitting .over_dialog .essay_buttons {
            justify-content: flex-start;
            margin-top: 0;
            margin-bottom: 32px;
        }

        .fitting .essay_buttons button {
            display: flex;
            align-items: center;
            background: none;
            border: none;
            color: var(--tr-red);
            font-size: 20px;
            line-height: 160%;
            cursor: pointer;
            gap: 12px;
            padding: 0;
            margin: 0;
            transition: scale 0.3s ease;
        }

        .fitting .essay_buttons svg {
            width: 30px;
            height: 30px;
        }

        .fitting .essay_buttons button:hover {
            scale: 1.05;
        }

        .fitting .essay_close {
            font-family: "Shippori Mincho";
            color: var(--tr-red);
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1002;
            pointer-events: auto;
        }

        .fitting .essay_close button {
            display: flex;
            align-items: center;
            gap: 17px;
            border: none;
            background: transparent;
            font-size: 24px;
            font-weight: 700;
            cursor: pointer;
            padding: 0;
            transition: opacity 0.3s ease;
        }

        .fitting .essay_close svg {
            width: 54px;
            height: 20px;
        }

        .fitting .essay_close button:hover {
            opacity: 0.7;
        }

        @media screen and (max-width: 768px) {
            .fitting .essay_buttons {
                flex-direction: column;
                align-items: flex-end;
                gap: 16px;
                margin-top: 16px;
            }

            .fitting .over_dialog .essay_buttons {
                flex-direction: row;
                justify-content: flex-start;
                margin-bottom: 24px;
            }

            .fitting .essay_buttons button {
                font-size: 15px;
                line-height: 100%;
                gap: 8px;
            }

            .fitting .essay_buttons button:hover {
                scale: 1;
            }

            .fitting .essay_buttons svg {
                width: 20px;
                height: 20px;
            }

            .fitting .essay_close {
                top: 15px;
                right: 15px;
            }

            .fitting .essay_close button {
                font-size: 16px;
                gap: 12px;
            }

            .fitting .essay_close svg {
                width: 40px;
                height: 15px;
            }
        }
    
    /* FittingStep */
        /* FITTING STEP */
        .fitting .stepArea {
            position: relative;
            width: 100%;
            padding: 80px 0;
            background-color: var(--tr-white);
            margin-bottom: 0;
        }

        .fitting .stepArea .ttlArea {
            padding: 60px 0 0 112px !important;
        }

        .fitting .stepArea .ttlArea img {
            width: 317px;
            position: relative;
            z-index: 2;
        }

        @media screen and (max-width: 769px) {
            .fitting .stepArea .ttlArea {
                padding: 26px 0 0 10px !important;
            }

            .fitting .stepArea .ttlArea img {
                width: 159px;
            }
        }

        /* STEP1〜3 */
        .fitting .stepArea_box--list .stepTtl img {
            margin: 0 auto;
            width: 39px;
        }

        @media screen and (max-width: 768px) {
            .fitting .stepArea {
                padding: 40px 0;
            }

            .fitting .stepArea_box--list:nth-child(3) .stepIcn {
                margin: 15px auto 0;
            }
        }
    
   /* FittingReport */
        /* FITTING REPORT */
        .fitting .reportArea_inner .ttlArea img {
            height: auto;
            width: 312px;
            position: relative;
            z-index: 2;
        }

        @media screen and (max-width: 769px) {
            .fitting .reportArea_inner .ttlArea img {
                width: 156px;
            }
        }
    
    /* 202510_RegisterCoupon */
        .fitting .register_coupon {
            background-color: var(--tr-white);
            color: var(--tr-red);
            font-family: "Noto Sans";
            display: flex;
            padding: 56px 0 0px;
            flex-direction: column;
            align-items: center;
            position: relative;
            width: 100%;
            gap: 24px;
        }

        .fitting .register_coupon a {
            width: 100%;
            font-weight: 700;
            line-height: 100%;
        }

        .fitting .register_coupon button {
            flex-shrink: 0;
            border: 2px solid var(--tr-red);
            padding: 29px 0;
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .fitting .register_coupon a:hover {
            scale: 1.05;
            opacity: 1;
        }

        @media screen and (max-width: 768px) {
            .fitting .register_coupon {
                padding: 32px 0 0px;
                gap: 16px;
            }

            .fitting .register_coupon button {
                font-size: 15px;
                padding: 22px 0;
            }

            .fitting .register_coupon a:hover {
                scale: 1;
            }
        }
    
   /* 202510_Campaign */
        .fitting .campaign {
            background-color: var(--tr-white);
            color: var(--tr-red);
            font-family: "Noto Sans";
            font-style: normal;
            display: flex;
            padding: 0px 15% 0 15%;
            flex-direction: column;
            align-items: center;
            position: relative;
            width: 100%;
        }

        .fitting .campaign_dl {
            font-size: 22px;
            font-weight: 700;
            line-height: 100%;
            margin: 24px 0 0 0;
            width: 100%;
        }

        .fitting .campaign_title {
            font-family: "Shippori Mincho";
            font-style: normal;
            text-align: center;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: -1.9px;
            font-size: 38px;
            margin-bottom: 64px;
        }

        .fitting .campaign02 {
            margin-top: 104px;
        }

        .fitting .campaign a {
            width: 100%;
            font-weight: 700;
            line-height: 100%;
            margin: 0.3rem 0;
        }

        .fitting .campaign button {
            flex-shrink: 0;
            border: 2px solid var(--tr-red);
            padding: 29px 0;
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .fitting .campaign a:hover {
            scale: 1.05;
            opacity: 1;
        }

        .fitting .campaign_desc {
            font-size: 14px;
            font-weight: 400;
            line-height: 140%;
            width: 100%;
            margin-top: 16px;
            font-size: 16px;
            font-style: normal;
            line-height: 150%;
        }

        .fitting .rule_body {
            color: var(--tr-red);
            font-family: "Noto Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
        }

        .fitting .rule_body b {
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 160%;
        }

        .fitting .campaign_desc a,
        .fitting .rule_body a {
            color: var(--tr-red);
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
            display: inline;
            cursor: pointer;
        }

        .fitting .campaign_desc p,
        .fitting .campaign_desc a,
        .fitting .rule_body p,
        .fitting .rule_body a {
            color: var(--tr-red);
            line-height: 150%;
            font-weight: 400;
        }

        .fitting .campaign_desc .desc_sub {
            font-size: 12px;
            line-height: 150%;
        }

        .fitting .rule_body a:hover,
        .fitting .campaign_desc a:hover {
            opacity: 1;
            scale: 1;
        }

        .fitting .campaign_desc h4,
        .fitting .campaign_desc h4 a {
            color: var(--tr-red);
            font-family: "Noto Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 140%;
            margin: 16px 0 4px 0;
        }

        @media screen and (max-width: 768px) {
            .fitting .campaign button {
                font-size: 15px;
                padding: 22px 0;
            }

            .fitting .campaign {
                padding: 0px 7% 0px 7%;
                gap: 0;
                font-size: 14px;
            }

            .fitting .campaign a:hover {
                scale: 1;
            }

            .fitting .campaign_dl {
                font-size: 14px;
                margin: 16px 0 0 0;
            }

            .fitting .campaign_desc {
                font-size: 12px;
                margin-top: 16px;
            }

            .fitting .campaign_title {
                font-weight: 400;
                line-height: 140%;
                letter-spacing: 0px;
                font-size: 24px;
                margin-bottom: 40px;
            }

            .fitting .campaign_desc h4 {
                font-size: 14px;
            }

            .fitting .campaign02 {
                margin-top: 40px;
            }

            .fitting .rule_body {
                font-size: 14px;
            }

            .fitting .rule_body b {
                font-size: 16px;
            }
        }
    
   /* 202510_ReserveArea */
        .fitting .reserveArea {
            background-color: var(--tr-white);
            padding: 144px 220px;
        }

        .fitting .reserveArea .description {
            text-align: center;
        }

        .fitting .reserveArea {
            font-family: "Noto Sans";
            width: 100%;
            text-align: center;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            display: flex;
            flex-direction: column;
            color: var(--tr-red);
        }

        .fitting .reserveArea *:hover {
            opacity: 1;
        }

        .fitting .reserveArea .appDL {
            margin-top: 104px;
            background: var(--tr-gray);
            padding: 40px 0;
        }

        .fitting .reserveArea a {
            margin-top: 24px;
            width: 100%;
        }

        .fitting .reserveArea p {
            font-size: 22px;
            margin-bottom: 40px;
        }

        .fitting .linkArea .reserveArea button {
            width: 100%;
            background-color: var(--tr-red);
            color: var(--tr-white);
            font-size: min(1.5vw, 20px);
            padding: 30px 0;
            white-space: nowrap;
            border: var(--tr-red) 2px solid;
            box-sizing: border-box;
            transition: all 0.3s ease;
        }

        /* .fitting .reserveArea button:hover {
            background-color: var(--tr-white);
            color: var(--tr-red);
          } */

        .fitting .linkAppDL_pc {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 15%;
        }

        .fitting .linkAppDL_inner {
            width: 240px;
            align-items: center;
            display: flex;
            flex-direction: column;
        }

        .fitting .linkAppDL_inner img {
            width: 75%;
            height: auto;
            object-fit: cover;
        }

        .fitting .linkAppDL_sp {
            display: none;
        }

        @media screen and (max-width: 768px) {
            .fitting .linkAppDL_pc {
                display: none;
            }

            .fitting .linkAppDL_sp {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;
            }

            .fitting .reserveArea {
                padding: 80px 7%;
            }

            .fitting .reserveArea a {
                margin-top: 0;
            }

            .fitting .reserveArea p {
                font-size: 15px;
                margin-top: 0px;
                margin-bottom: 16px;
            }

            .fitting .reserveArea button {
                font-size: 15px;
                padding: 22px 0;
            }

            /* .fitting .reserveArea button:hover {
              background-color: var(--tr-red);
              color: var(--tr-white);
            } */
            .fitting .reserveArea .description {
                text-align: left;
            }

            .fitting .reserveArea .appDL {
                margin-top: 32px;
                background: var(--tr-white);
                padding: 0;
            }

            .fitting .reserveArea .appDL a {
                background-color: var(--tr-red);
                color: var(--tr-white);
                border: var(--tr-red) 2px solid;
            }

            /* .fitting .reserveArea .appDL button:hover {
              background-color: var(--tr-white);
              color: var(--tr-red);
            } */
            .fitting .reserveArea h2 {
                margin-bottom: 40px;
                padding-bottom: 0;
            }
        }
    
   /* 202510_ProductArea */
        .fitting .productArea {
            background-color: var(--tr-white);
            margin: 144px 15% 144px 15%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 64px;
        }

        .fitting .productArea h2,
        .fitting .linkArea h2 {
            font-family: "Shippori Mincho";
            color: var(--tr-red);
            font-size: 38px;
            font-style: normal;
            text-align: center;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: -1.9px;
        }

        .fitting .productArea .product_wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 40px;
            width: 100%;
        }

        .fitting .productArea .product_wrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .fitting .productArea .link_bestseller {
            font-family: "Noto Sans";
            font-size: 20px;
            font-style: normal;
            display: flex;
            justify-content: center;
            flex-direction: column;
            font-weight: 700;
            line-height: 130%;
            background-color: var(--tr-red);
            color: var(--tr-white);
            width: 100%;
            text-align: center;
            padding: 30px 0;
        }

        .fitting .productArea .link_bestseller:hover {
            opacity: 1;
        }

        .fitting .productArea .link_bestseller_wrapper {
            width: 100%;
            display: flex;
            gap: 24px;
            flex-direction: column;
        }

        @media screen and (max-width: 768px) {
            .fitting .productArea {
                margin: 80px 7% 80px 7%;
                gap: 40px;
            }

            .fitting .productArea h2 {
                font-size: 24px;
                font-weight: 400;
                letter-spacing: 0px;
            }

            .fitting .productArea .product_wrapper {
                display: flex;
                flex-direction: column;
                gap: 24px;
                max-width: 100%;
            }

            .fitting .productArea .product_wrapper img {
                width: 100%;
                height: auto;
                object-fit: cover;
            }

            .fitting .productArea .link_bestseller {
                font-size: 15px;
                padding: 22px 0;
                height: 60px;
                /* margin-bottom: 80px; */
            }

            .fitting .productArea h2,
            .fitting .linkArea h2 {
                font-size: 24px;
                font-style: normal;
                text-align: center;
                font-weight: 400;
                line-height: 140%;
                letter-spacing: 0px;
            }
        }
    
    /* 202510_Tab_Menu */
        #contents_tab {
            scroll-margin-top: 123px;
        }

        @media screen and (max-width: 1032px) {
            #contents_tab {
                scroll-margin-top: 53px;
            }
        }

        .fitting .tab_menu {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            font-style: normal;
            font-weight: 500;
        }

        .fitting .tab_menu>label {
            font-family: "Shippori Mincho";
            color: var(--tr-red);
            flex: 1 1;
            order: -1;
            min-width: 125px;
            padding: 34px 1em;
            background-color: var(--tr-gray);
            text-align: center;
            cursor: pointer;
            line-height: 140%;
            /* font-size: 38px; */
            margin-bottom: 0;
            font-size: 2.6vw;
            letter-spacing: -1.9px;
            transform-origin: bottom;
            transition: scale 0.15s ease;
            border-radius: 15px 15px 0 0;
            border-top: 1px solid var(--tr-red);
            border-left: 1px solid var(--tr-red);
        }

        .fitting .tab_menu>#label_fitting {
            border-left: 1px solid var(--tr-red);
            border-right: 1px solid var(--tr-red);
        }

        .fitting .tab_menu>label:not(:checked) {
            border-bottom: 1px solid var(--tr-red);
            background-color: var(--tr-gray);
            color: var(--tr-red);
        }

        .fitting .tab_menu>label:has(:checked) {
            border-bottom: 0px;
            background-color: var(--tr-red);
            color: var(--tr-white);
        }

        /*.fitting .tab_menu > label > span {
            background: linear-gradient(transparent 50%, #c7001f22 50%);
            background-repeat: no-repeat;
          }
           .fitting .tab_menu > label:not(:checked) > span {
            background-size: 0% 100%;
          }
          .fitting .tab_menu > label:has(:checked) > span {
            transition: background-size 0.5s;
            background-size: 100% 100%;
          } */
        .fitting .tab_menu input {
            display: none;
        }

        .fitting .tab_menu>div {
            display: none;
            width: 100%;
        }

        .fitting .tab_menu label:has(:checked)+div {
            display: block;
        }

        .fitting .tab_content {
            background-color: var(--tr-white);
        }

        @media screen and (max-width: 768px) {
            .fitting .tab_menu>label {
                padding: 12px 0.5em;
                line-height: 130%;
                font-size: 14px;
                letter-spacing: 0px;
                border-radius: 15px 15px 0 0;
            }
        }
    
    /* 202510_Tab_Move */
        .fitting .tab_move_wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 40px;
            text-align: center;
            width: 100%;
            padding: 104px 15% 144px 15%;
        }

        .fitting #tab_content_reserve .tab_move_wrapper {
            background-color: var(--tr-gray);
            z-index: 10;
            position: relative;
        }

        .fitting .tab_move_wrapper a {
            width: 100%;
            max-width: 490px;
            font-weight: 700;
            line-height: 100%;
        }

        .fitting .tab_move_wrapper button {
            width: 100%;
            font-family: "Noto Sans";
            color: var(--tr-red);
            background-color: var(--tr-white);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            flex-shrink: 0;
            text-align: center;
            border: 2px solid var(--tr-red);
            padding: 29px 0;
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .fitting .tab_move_wrapper a:hover {
            /* scale: 1.05; */
            opacity: 1;
        }

        .fitting .tab_move_wrapper button svg {
            fill: transparent;
            stroke-width: 2px;
            width: 21px;
            height: 10px;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.2s ease;
        }

        .fitting .tab_move_wrapper button:hover svg {
            transform: translateY(-50%) translateY(-5px);
        }

        @media screen and (max-width: 768px) {
            .fitting .tab_move_wrapper {
                margin: 0px;
                padding: 40px 7% 80px 7%;
                gap: 16px;
            }

            .fitting .tab_move_wrapper button {
                padding: 23px 0;
                font-size: 15px;
            }

            .fitting .tab_move_wrapper button svg {
                right: 20px;
                width: 18px;
                height: 8px;
            }

            .fitting .tab_move_wrapper button:hover svg {
                transform: translateY(-50%);
            }
        }
    
   /* 202510_Flowting_XRepo */
        .fitting #xrepo {
            display: inline-block;
            position: fixed;
            right: 10px;
            top: 80%;
            transform: translateY(-50%);
            z-index: 9999;
            width: 160px;
            aspect-ratio: 1;
        }

        .fitting .xrepo_wrapper {
            position: relative;
            aspect-ratio: 1;
            width: 100%;
        }

        .fitting .xrepo_wrapper a {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            border: none;
            background: transparent;
            animation: all 0.3s ease;
        }

        .fitting .xrepo_wrapper a:hover {
            opacity: 1;
            scale: 1.1;
        }

        .fitting .xrepo_wrapper button {
            width: 25%;
            aspect-ratio: 1;
            /* background: rgba(0, 0, 255, 0.5); */
            border-radius: 50%;
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            justify-content: center;
            align-items: center;
            border: none;
            background: transparent;
            cursor: pointer;
        }

        @media screen and (max-width: 768px) {
            .fitting #xrepo {
                width: 88px;
                top: unset;
                bottom: 0px;
                transform: translateY(-100%);
            }

            .fitting .xrepo_wrapper a:hover {
                scale: 1;
            }
        }
    