@charset "utf-8";
/* ============================================================
   ▼ fs_original.css（管理画面）から移動したPC専用スタイル
   移動日: 2026-09-18
   判定基準: SPが同一セレクタ・同一プロパティで上書き済み、またはSP非表示要素の子孫
   ※ この位置（従来のpc_style.cssより前）を維持すること（上書き順の維持のため）
   ============================================================ */
body {
    min-width: 1140px;
}
.fs-l-page .notice a {
    padding: 7px 0;
}
.tick_header {
    min-height: 180px;
    padding-bottom: 25px;
}
.fs-l-page .tick_header .logo_area {
    padding: 20px 0;
    width: 1100px;
}
.fs-l-page .tick_header .logo {
    width: 7%;
}
.logo_area .head_contact {
    display: flex;
}
.logo_area .head_contact .tel {
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 2em;
}
.logo_area .head_contact .tel span {
    font-weight: normal;
    letter-spacing: 0;
    font-size: 0.5em;
    display: block;
    margin-top: 7px;
}
.logo_area .head_contact .link {
    font-weight: bold;
    background: #D00003;
    color: #FFFFFF;
    padding: 18px 40px;
    display: block;
    letter-spacing: 0.1em;
}
.base-container {
    position: relative;
    width: 100%;
}
#mega_menu {
    width: 1100px;
    margin: 0 auto;
}
/*.menu-child_ul {
    list-style-type: disc;
}
.menu-child_li {
    width: 200px;
    margin: 0 auto;
    line-height: 2;
}*/
#mega_menu .menu_area {
    margin-left: auto;
}
#mega_menu .menu_area ul li .icon_link img {
    max-width: 20px;
}
#mega_menu .menu_area .form_area form {
    display: flex;
    gap: 10px; /* ← ここがポイント */
}
#mega_menu .menu_area .form_area form button {
    width: 20px;
}
.menu-parent #brand-cat ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.menu-parent #brand-cat ul li {
    width: 30%;
    margin-bottom: 30px;
}
.menu-parent #brand-cat ul li img {
    width: 100%;
}
.menu-parent #condition-cat ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}
.menu-parent #condition-cat ul li {
    width: 30%
}
.menu-parent #condition-cat ul li img {
    width: 100%;
    margin-bottom: 10px;
}
.menu-parent #condition-cat ul li p {
    text-align: center;
}
.menu-parent #gender-cat ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}
.menu-parent #gender-cat ul li {
    width: 30%
}
.menu-parent #gender-cat ul li img {
    width: 100%;
    margin-bottom: 10px;
}
.menu-parent #gender-cat ul li p {
    text-align: center;
}
.menu-parent #store-cat {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}
#mega_menu .menu-parent #price_search .header_price_search {
    width: 555px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mega_menu .menu-parent #price_search .header_price_search li button {
    background: #ccbda7;
    padding: 5px 25px;
    border-radius: 7px;
    color: #FFFFFF;
}
.fs-l-page .top_insta {
    padding: 100px 0 150px;
}
.fs-l-page .top_insta .simply-scroll-list li {
    width: 250px;
}
.fs-l-page .top_insta .new_btn, .fs-l-page .top_youtube .new_btn {
    margin-top: 85px;
}
.fs-l-page .top_insta .new_btn a, .fs-l-page .top_youtube .new_btn a {
    width: 200px;
    padding: 15px 0;
}
.hl {
    margin-bottom: 60px;
}
.hl h4 {
    font-size: 1.9em;
}
.fs-l-page .top_info {
    padding: 80px 0;
}
.fs-l-page .top_info .top_info_wrap {
    width: 1100px;
    margin: 0 auto 60px;
    display: flex;
}
.fs-l-page .top_info .top_info_wrap .image {
    width: 48%;
}
.fs-l-page .top_info .top_info_wrap .text {
    width: 49%;
}
.fs-l-page .top_info .top_info_wrap .text section .title {
    font-size: 1.4em;
}
.fs-l-page .top_info .top_info_wrap .text .sns_icon {
    width: 35%;
}
.fs-l-page .top_info iframe {
    display: block;
    width: 1100px;
}
.fs-l-page .tick_footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1100px;
    margin: 50px auto;
}
.fs-l-page .tick_footer .wrap .brand_menu {
    width: 65%;
}
.fs-l-page .tick_footer .wrap .store_menu {
    width: 31%;
}
.fs-l-page .tick_footer .wrap div .title {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
    color: #FFF;
}
.tick_footer .wrap .brand_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}
.tick_footer .wrap .brand_menu ul li {
    width: 32%;
    line-height: 180%;
}
.tick_footer .wrap .brand_menu ul li a {
    color: #FFF;
}
.tick_footer .wrap .store_menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}
.tick_footer .wrap .store_menu ul li {
    margin-bottom: 15px;
}
.tick_footer .wrap .store_menu ul li a {
    color: #FFF;
}
.mv_area .mv_slide {
    margin-top: 30px;
}
.mv_area .mv_slide .slick-slide {
    margin: 0 20px 20px;
}
.slick-dots li button:before {
    font-size: 22px !important;
}
/* slick左矢印位置 */
.mv_area .slick-prev {
    left: 15px;
}
/* slick右矢印位置 */
.mv_area .slick-next {
    right: 15px;
}
.fs-l-page .top_pickup_brand {
    padding: 100px 0;
}
.fs-l-page .top_pickup_brand ul {
    width: 1100px;
}
.fs-l-page .top_pickup_brand ul li {
    width: 32%;
    margin-bottom: 2%;
}
.fs-l-page .fs-l-main .top_news {
    margin: 0 0 100px;
}
.fs-l-page .fs-l-main .top_news ul {
    width: 700px;
}
.fs-l-page .fs-l-main .top_news ul li {
    width: 700px;
    padding: 15px 0;
}
.fs-l-page .fs-l-main .top_new_arrival {
    padding: 100px 0;
}
.fs-l-page .fs-l-main .top_new_arrival .wrap {
    width: 1100px;
}
.fs-l-page .fs-l-main .top_new_arrival .wrap .item {
    width: 24%;
    margin-bottom: 7%;
}
.fs-l-page .fs-l-main .top_new_arrival .wrap .item .title {
    width: 95%;
    margin: 0 auto 10px;
}
/* -------------------------------------
SNSコンテンツ
------------------------------------- */
.top_youtube {
    width: 1100px;
    margin: 0 auto 150px;
}
.top_youtube .thumbnail {
    width: 1100px;
}
.top_youtube .thumbnail div img {
    margin-bottom: 13px;
}
.top_youtube .thumbnail div .title {
    margin-bottom: 10px;
}
.top_youtube .thumbnail .slick-prev, .top_youtube .thumbnail .slick-next, .top_youtube .short .slick-prev, .top_youtube .short .slick-next {
    width: 40px;
    height: 80px;
}
.top_youtube .content_title {
    margin-bottom: 30px;
}
/* -------------------------------------
商品ページ設定 
------------------------------------- */
.fs-c-breadcrumb {
    width: 1100px;
    margin: 25px auto;
}
.fs-l-main #fs_form .fs-l-productLayout.fs-system-product {
    display: flex;
    width: 1100px;
    margin: 0 auto 80px;
}
.fs-l-main #fs_form .fs-l-productLayout.fs-system-product .left_side {
    width: 47%;
}
.fs-l-main #fs_form .fs-l-productLayout.fs-system-product .right_side {
    width: 47%;
}
.fs-l-main #fs_form .fs-l-productLayout.fs-system-product .right_side .fs-c-productNameHeading.fs-c-heading {
    font-size: 1.2em;
    margin-bottom: 20px;
}
/*商品番号*/
.fs-l-productLayout.fs-system-product .right_side .fs-c-productNumber {
    margin-bottom: 15px;
}
.fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
    padding: 7px 20px !important;
    font-size: 0.9em !important;
    margin-bottom: 15px;
}
/*金額下の余白*/
.fs-l-productLayout.fs-system-product .right_side .fs-c-productPrices.fs-c-productPrices--productDetail {
    margin-bottom: 20px;
}
.right_side .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--addToCart--detail.fs-c-button--primary {
    padding: 18px 0;
    margin-bottom: 20px;
}
.fs-system-product .fs-c-productNotice.fs-c-productNotice--outOfStock {
    margin-bottom: 50px;
}
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer .fs-c-button--addToWishList--detail.fs-c-button--particular {
    margin-bottom: 20px;
    background-position: 140px 11px;
    padding: 10px;
}
.right_side .fs-c-productPostage {
    margin-bottom: 20px;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
    width: 22% !important;
    margin-bottom: 22px;
}
.fs-c-productCarouselMainImage__expandButton button {
    padding: 5px 10px;
    top: -29px;
}
.right_side .tick_item_html .item_payment {
    width: 100%;
    margin-bottom: 20px;
}
.right_side .tick_item_html .item_payment {
    display: flex;
}
.right_side .tick_item_html .item_payment .title {
    width: 24%;
}
.right_side .tick_item_html .item_payment .pay_type {
    width: 38%;
}
.right_side .tick_item_html .item_payment .pay_type ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 12px;
}
.right_side .tick_item_html .item_payment .pay_type ul li {
    background: #FFFFFF;
    font-size: 0.9em;
    padding: 3px 15px;
}
.right_side .tick_item_html .item_payment .pay_type ul li span {
    background: #FFFFFF;
    padding: 3px 13px;
}
.right_side .tick_item_html .item_payment .button_area {
    width: 38%;
}
.right_side .tick_item_html .item_payment .button_area button {
    width: 100%;
}
.tick_item_desc.pc {
    display: block;
}
.tick_item_desc.sp {
    display: none;
}
.fs-c-productList {
    width: 1100px;
}
.fs-c-productList__list {
    width: 1100px;
    margin: 30px auto;
}
.fs-c-productList__list__item {
    width: 22%;
}
.fs-c-productList__controller {
    display: flex;
}
@media (min-width: 769px) {
    /* 1) slick の表示窓を「中身に合わせて伸びる」ようにする */
    #fs_productCarouselMainImage.slick-slider .slick-list, #fs_productCarouselMainImage.slick-slider .slick-track, #fs_productCarouselMainImage.slick-slider .slick-slide, #fs_productCarouselMainImage .fs-c-productCarouselMainImage__image {
        height: auto !important; /* 固定高を解除 */
        max-height: none !important;
    }
    /* 2) 画像は“はみ出さない”サイズ内で中央に収める（縦横どちらでも切らない） */
    #fs_productCarouselMainImage .fs-c-productCarouselMainImage__image {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    #fs_productCarouselMainImage .fs-c-productCarouselMainImage__image > img {
        max-width: 100% !important; /* 横は枠内に収める */
        height: auto !important; /* 比率維持 */
        max-height: calc(100vh - 220px) !important; /* 画面を超えない安全上限（必要に応じて調整） */
        object-fit: contain !important; /* どちら側でもトリミングしない */
        transform: none !important;
    }
}
.fs-c-subSection__title {
    margin-bottom: 50px;
}
.fs-c-inputTable {
    width: 70%;
    margin: 0 auto 7%;
    margin-bottom: 30px;
}
.fs-c-inputTable tr td select {
    width: 350px;
}
.submit_area input[type="submit"] {
    padding: 18px 40px;
    margin: 0 auto 60px;
}
#fs_form .fs-c-inputInformation__button button {
    padding: 18px 40px;
    margin: 0 auto 60px;
}
.fs-c-buttonContainer.fs-c-buttonContainer--memberRegister .fs-c-button--memberRegister.fs-c-button--primary .fs-c-button__label {
    padding: 18px 0;
    margin: 0 auto 60px;
}
.fs-c-fsLogin.fs-c-inputInformation {
    margin-bottom: 10px;
}
.fs-c-inputInformation__message {
    margin-bottom: 30px;
}
.fs-c-agreementField.fs-c-additionalCheckField {
    margin: 0 auto 30px;
}
.fs-c-privacyPolicyAgreeField, .memberPolicyAgree {
    margin-bottom: 50px;
}
.fs-l-main .fs-c-guestPurchase .fs-c-buttonContainer.fs-c-buttonContainer--guestPurchase a {
    padding: 2% 0;
}
/* -------------------------------------
コンタクト、会社概要
------------------------------------- */
.new_page_contents {
    padding: 100px 0 0;
}
.new_page_contents .new_contact_text {
    width: 700px;
    margin: 0 auto 100px;
}
.new_contact_wrap {
    margin-bottom: 100px;
}
.new_contact_wrap .new_contact_table {
    width: 900px;
    margin-bottom: 60px;
}
.new_contact_wrap .new_contact_table th {
    width: 30%;
    padding: 2%;
}
.new_contact_wrap .new_contact_table th span {
    font-size: 0.8em;
}
.new_contact_wrap .new_contact_table td {
    width: 70%;
    padding: 2%;
}
.new_contact_wrap .new_contact_table input[type="text"], .new_contact_wrap .new_contact_table input[type="email"] {
    border: 1px solid #CCC;
    padding: 1% 2%;
    width: 100%;
}
.new_contact_wrap .new_contact_table textarea {
    width: 100%;
    border: 1px solid #CCC;
    padding: 2%;
}
.new_contact_wrap .new_submit_area {
    text-align: center;
}
.new_contact_wrap .new_submit_area input[type="submit"] {
    background: #B29544;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    width: 200px;
    padding: 15px 0;
    transition: 0.5s;
    border: 2px solid #B29544;
}
.new_contact_wrap .new_submit_area input[type="submit"]:hover {
    background: #FFF;
    color: #B29544;
    text-align: center;
    border: 2px solid #B29544;
}
.new_page_contents .new_contact_text .dai_name {
    width: 200px;
}
/* ---------------------------------------------- */
/*お買い物ガイド
/* ---------------------------------------------- */
.new_page_contents .guide_wrap {
    width: 1100px;
    margin: 0 auto 80px;
}
.new_page_contents .guide_wrap .guide_title {
    margin-bottom: 25px;
}
.new_page_contents .guide_wrap .block {
    margin-bottom: 60px;
}
.new_page_contents .guide_wrap .block .head_line {
    margin-bottom: 10px;
}
.new_page_contents .guide_wrap .block .card_list {
    width: 500px;
    margin-bottom: 10px;
}
.new_page_contents .guide_wrap .block .card_list li {
    margin-right: 10px;
}
.new_page_contents .new_btn {
    display: inline-block;
    padding: 15px 30px;
}
.new_page_contents .input-tbl {
    width: 900px;
    margin-bottom: 60px;
}
.new_page_contents .mt-m {
    margin-bottom: 100px;
}
.new_page_contents #result-area {
    margin: 150px auto 60px;
}
.new_page_contents #result-area #result .result_tbl {
    width: 1100px;
    margin-bottom: 60px;
}
.new_page_contents #result-area .memo.mt-s {
    text-align: center;
}
.new_page_contents .input-tbl tr td #bonus_heiyo {
    border: 1px solid #CCC;
    padding: 2%;
    width: 90%;
}
/* -------------------------------------
FAQ
------------------------------------- */
.new_question_wrap {
    margin-bottom: 100px;
}
.question_list {
    width: 900px;
}
.question_list dt {
    padding: 16px;
}
.question_list dt p {
    line-height: 1.35;
}
.new_page_contents .recruit_mv .wrap {
    width: 1100px;
    height: 80vh;
}
.new_page_contents .recruit_mv .wrap h1 {
    width: 300px;
    font-size: 3.2em;
}
.new_page_contents .recruit_comment {
    padding: 150px 0;
    width: 1100px;
}
.new_page_contents .recruit_comment .title {
    margin-bottom: 50px;
}
.new_page_contents .recruit_comment .comment {
    text-align: center;
    width: 700px;
}
.new_page_contents .recruit_guide_area table {
    width: 1000px;
}
.new_page_contents .recruit_guide_area table tr th {
    width: 19%;
}
.new_page_contents .recruit_guide_area table tr td {
    width: 69%;
}
.new_page_contents .recruit_works {
    margin-bottom: 150px;
}
.new_page_contents .recruit_works .wrap {
    width: 1100px;
    margin: 0 auto;
}
.new_page_contents .recruit_works .wrap .image {
    width: 40%;
}
.new_page_contents .recruit_works .wrap .image img {
    width: 100%;
    border-radius: 5%;
}
.new_page_contents .recruit_works .wrap .text {
    width: 56%;
    line-height: 180%;
}
.new_page_contents .recruit_fit {
    margin-bottom: 150px;
}
.new_page_contents .recruit_fit .wrap {
    width: 900px;
    margin: 0 auto;
}
.new_page_contents .recruit_fit .wrap .image {
    width: 48%;
}
.new_page_contents .recruit_fit .wrap .image img {
    width: 100%;
}
.new_page_contents .recruit_fit .wrap .text {
    width: 48%;
    line-height: 180%;
}
.new_page_contents .recruit_interview {
    margin-bottom: 150px;
}
.new_page_contents .recruit_interview .wrap {
    width: 1100px;
    margin: 0 auto;
}
.new_page_contents .recruit_interview .wrap .image {
    width: 48%;
    position: relative;
}
.new_page_contents .recruit_interview .wrap .image .name {
    padding: 15px 50px;
}
.new_page_contents .recruit_interview .wrap .image .name span {
    font-size: 2em;
}
.new_page_contents .recruit_interview .wrap .text {
    width: 48%;
}
.new_page_contents .recruit_interview .wrap .text .block {
    margin-bottom: 50px;
}
.new_page_contents .recruit_btn {
    margin-bottom: 150px;
}
.new_page_contents .recruit_btn a {
    padding: 15px 0;
}
.fs-l-cart__contentsArea {
    width: 1100px;
}
.fs-l-cart__contentsArea #fs-totalsArea-wrapper .fs-c-estimatedDeliveryDate {
    margin: 20px 0 60px;
}
#fs-checkout-payHere-container .fs-c-purchaseHere.fs-c-cartPayment .fs-c-purchaseHere__message {
    font-size: 1.5em;
}
.fs-c-purchaseHere {
    display: flex;
    margin-bottom: 60px;
}
.fs-c-cartPayment__button a {
    display: inline-block;
    padding: 15px 40px;
    width: 300px; /* 同じ大きさに固定 */
}
.fs-l-page .fs-l-main .fs-c-continueShopping a {
    padding: 10px 50px;
}
.fs-l-checkout__mainColumn {
    width: 1100px;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__title, #fs-addressInfo-container .fs-c-checkout-shippingInfo.fs-c-checkout-preview .fs-c-checkout-shippingInfo__title, #fs_orderTotalContainer h2 {
    margin-bottom: 50px;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body {
    display: flex;
    padding: 3%;
    margin-bottom: 70px;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo {
    display: flex;
    width: 93%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name {
    width: 15%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name ruby rt {
    margin-bottom: 6px;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__email {
    width: 23%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__address {
    width: 39%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__tel {
    width: 15%;
}
#fs-buyerInfo-container .fs-c-checkout-buyerInfo .fs-c-checkout-buyerInfo__body #fs_button_changeBuyer {
    width: 5%;
    text-align: right;
}
/*お届け内容*/
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption {
    margin-bottom: 50px;
}
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption dt {
    margin-bottom: 10px;
}
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__title {
    margin-bottom: 10px;
}
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__body .fs-c-checkout-shippingAddress {
    margin-bottom: 15px;
}
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__control {
    margin-bottom: 50px;
}
.fs-c-checkout-shippingInfo .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__control button {
    padding: 8px 35px;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__title {
    margin-bottom: 10px;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__outline {
    margin-bottom: 50px;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__outline .fs-c-checkout-shippingDetail__deliveryDateInfo {
    margin-bottom: 12px;
}
.fs-c-checkout-shippingDetail__outline .fs-c-checkout-shippingDetail__parcel .fs-c-checkout-shippingParcel.case-noLabel {
    padding: 2%;
}
.fs-c-checkout-shippingParcel.case-noLabel .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product {
    box-sizing: border-box;
}
.fs-c-checkout-shippingParcel.case-noLabel .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productImage {
    width: 10%;
}
.fs-c-checkout-shippingParcel.case-noLabel .fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productImage img {
    width: 100%;
}
.fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo {
    width: 89%;
}
.fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo .fs-c-checkout-shippingParcel__productName {
    width: 65%;
    line-height: 180%;
}
.fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo .fs-c-checkout-shippingParcel__unitPrice {
    width: 28%;
    margin-bottom: 0 !important;
}
.fs-c-checkout-shippingParcel__productList .fs-c-checkout-shippingParcel__product .fs-c-checkout-shippingParcel__productInfo .fs-c-checkout-shippingParcel__quantity {
    width: 5%;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__detail {
    margin-bottom: 50px;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__detail .fs-c-checkout-shippingDetail__deliveryDetail {
    margin-bottom: 50px;
}
.fs-c-checkout-shippingDetail__button button {
    padding: 8px 35px;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__fee {
    margin-bottom: 50px;
}
#fs-paymentList-container .fs-c-checkout-paymentInfo__title {
    margin-bottom: 10px;
}
#fs-paymentList-container .fs-c-checkout-paymentInfo__body {
    margin-bottom: 50px;
}
#fs-orderContents-container .fs-c-checkout-orderInfo__title {
    margin-bottom: 10px;
}
#fs-orderContents-container .fs-c-checkout-orderInfo .fs-c-checkout-orderInfo__body .fs-c-cartTable .fs-c-cartTable__dataCell .fs-c-cartTable__product {
    align-items: center;
    text-align: left;
}
#fs-orderContents-container .fs-c-buttonContainer.fs-c-buttonContainer--changeSmall a {
    padding: 8px 35px;
    border: 1px #CCC solid;
    margin: 15px 0;
    display: inline-block;
}
/*返品特約*/
.fs-l-main .fs-l-checkout__mainColumn .fs-c-returnedSpecialContract {
    margin-bottom: 50px;
}
#fs_orderTotalContainer {
    width: 1100px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable {
    width: 40%;
    margin: 0 auto 80px !important;
}
#fs_orderTotalContainer .fs-c-orderTotalTable tr th {
    width: 40%;
}
#fs_orderTotalContainer .fs-c-orderTotalTable tr td {
    padding: 3%;
    width: 40%;
}
/*注文ボタン*/
#fs_button_placeOrder {
    text-align: center;
    margin-bottom: 100px;
}
#fs_button_placeOrder button {
    padding: 15px 40px;
    width: 300px;
}
#fs_button_placeOrder button:hover {
    opacity: 0.6;
}
/* -------------------------------------
チェックアウト
------------------------------------- */
.fs-l-main .fs-c-checkoutSuccess.fs-c-subSection .fs-c-checkoutSuccess__message.fs-c-subSection__message {
    width: 1100px;
    margin: 0 auto;
    line-height: 180%;
}
.fs-l-main .tick_item_melit {
    padding: 100px 0 80px;
}
.fs-l-main .tick_item_melit .comment {
    width: 600px;
    margin: 0 auto 60px;
}
.fs-l-main .tick_item_melit .list {
    display: flex;
    width: 1100px;
}
.fs-l-main .tick_item_melit .list li {
    width: 32%;
    padding: 2% 2% 3%;
}
.fs-l-main .tick_item_melit .list li img {
    margin-bottom: 30px;
}
.fs-l-main .tick_item_melit .list li .title {
    margin-bottom: 15px;
}
.fs-l-main .tick_item_melit .list li .text {
    margin-bottom: 30px;
}
.fs-l-page .fs-l-main .fs-c-accountService {
    width: 1100px;
    margin: 0 auto 100px;
    gap: 30px;
}
.fs-l-page .fs-l-main .fs-c-accountService li {
    width: 30%;
}
.fs-l-page .fs-l-main .fs-c-accountService li a {
    padding: 8% 0;
}
.fs-l-page .fs-l-main .fs-c-wishlistProduct {
    width: 1100px;
    margin: 0 auto;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
    margin-bottom: 50px;
}
.fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    gap: 30px;
    width: 1100px;
    margin-bottom: 50px;
}
.fs-l-main .fs-c-wishlistProduct .fs-c-wishlistProduct__footer a {
    padding: 2% 0;
}
.fs-l-page .fs-l-main .fs-c-registerSuccessMessage {
    width: 700px;
    margin: 0 auto 80px;
}
.fs-l-page .fs-l-main .fs-c-registerSuccessMessage p {
    margin-bottom: 30px;
}
.fs-l-page .fs-l-main .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a {
    width: 200px;
    margin: 0 auto 50px;
    padding: 2% 0;
}
.fs-l-main #fs_form .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--change a {
    margin: 0 auto 80px;
    padding: 2% 0;
}
.fs-l-main .fs-c-addressBookList__form .fs-c-addressBookList__addButton.fs-c-buttonContainer.fs-c-buttonContainer--addAddressbook a {
    margin: 0 auto 30px;
    padding: 2% 0;
}
.fs-l-main .fs-c-addressBookList__form .fs-c-addressBookList__count.fs-c-addressBookCount {
    margin-bottom: 20px;
}
.fs-l-page .fs-l-main .fs-c-addressBookList__message.fs-c-noResultMessage {
    margin-bottom: 80px;
}
.fs-l-main .fs-c-addressBookList__form .fs-c-addressBookList__list.fs-c-listTable {
    width: 1100px;
    margin: 0 auto 80px;
}
.fs-l-main .fs-c-addressBookList__form .fs-c-addressBookList__list.fs-c-listTable tr td {
    padding: 1% 2%;
}
.fs-c-buttonContainer.fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation.fs-c-button--secondary .fs-c-button__label {
    padding: 1% 0;
    margin-bottom: 15px;
}
/* -------------------------------------
new_item
------------------------------------- */
.fs-l-main .new_arrival_area {
    padding: 100px 0 90px;
}
.fs-l-main .new_arrival_area .wrap {
    width: 1100px;
}
.fs-l-main .new_arrival_area .wrap .item {
    width: 23%;
    margin-bottom: 80px;
}
.fs-l-main .new_arrival_area .wrap .item img {
    margin-bottom: 10px;
}
.fs-l-main .new_arrival_area .wrap .item .title {
    margin-bottom: 10px;
}
.fs-l-page .fs-l-main .fs-c-history {
    width: 1100px;
    margin: 0 auto 80px;
    display: flex;
}
.fs-l-main .fs-c-history .fs-c-history__info {
    width: 27%;
    padding: 2%;
}
.fs-l-main .fs-c-history .fs-c-history__listContainer {
    width: 70%;
    padding: 2%;
}
.fs-l-main .fs-c-history .fs-c-history__info #fs_form .fs-c-dropdown {
    margin-bottom: 10px;
}
.fs-c-history__info .fs-c-history__infoSummary .fs-c-history__term {
    margin-bottom: 10px;
}
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo {
    margin-bottom: 15px;
}
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl {
    width: 20%;
}
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__header__button.fs-c-buttonContainer.fs-c-buttonContainer--viewOrderHistoryDetail a {
    margin-bottom: 50px;
}
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
    margin-bottom: 50px;
}
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__productImage {
    width: 20%;
}
.fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__productImage img {
    width: 100%;
}
.fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName {
    width: 45%;
}
.new_kaitori_mv {
    background: url("https://tick.itembox.design/item/page/kaitori_mv.webp") center center no-repeat;
}
.new_kaitori_mv .sp_back {
    display: none;
}
.new_kaitori_mv .wrap_02 {
    width: 1100px;
    height: 80vh;
}
.new_kaitori_mv .wrap_02 h1 {
    position: absolute;
}
.new_kaitori_list {
    width: 900px;
    padding: 100px 0 30px;
}
.new_kaitori_list .text {
    width: 700px;
    margin: 0 auto 80px;
}
.new_kaitori_reazon {
    width: 100%;
    padding-top: 100px;
}
.new_kaitori_reazon .wrap {
    width: 1100px;
    display: flex;
}
.new_kaitori_reazon .wrap .point {
    width: 32%;
}
.new_kaitori_reazon .wrap .point .title {
    padding: 15px 0;
}
.new_kaitori_reazon .wrap .point .comment {
    padding: 20px;
}
.fs-l-main .kaitori_list {
    width: 1100px;
    gap: 25px;
    margin: 0 auto 100px;
}
.fs-l-main .kaitori_list .item {
    width: 22%;
    margin-bottom: 20px;
}
.fs-l-main .kaitori_list .item img {
    margin-bottom: 15px;
}
.fs-l-main .guarantee_mv {
    background-position: center top;
    position: relative;
}
.fs-l-main .guarantee_mv .wrap {
    width: 1100px;
    height: 80vh;
}
.fs-l-main .guarantee_mv .wrap h1 {
    width: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.fs-l-main .guarantee_intro {
    padding: 50px 0 100px;
}
.fs-l-main .guarantee_intro .wrap {
    width: 1100px;
    display: flex;
}
.fs-l-main .guarantee_intro .wrap .img {
    width: 48%;
}
.fs-l-main .guarantee_intro .wrap .img img {
    width: 100%;
}
.fs-l-main .guarantee_intro .wrap .comment01 {
    width: 48%;
}
.fs-l-main .guarantee_intro .wrap .comment01 p strong {
    margin-bottom: 20px;
}
.fs-l-main .guarantee_intro .wrap .comment01 .cap {
    margin-top: 15px;
}
.fs-l-main .guarantee_wrap {
    padding: 0 0 120px;
}
.fs-l-main .guarantee_wrap .text {
    width: 1100px;
}
.fs-l-main .guarantee_wrap .text h3 {
    margin-bottom: 30px;
}
.fs-c-estimatedDeliveryDate__button .fs-c-button--changeLocation.fs-c-button--plain .fs-c-button__label {
    width: 200px;
    padding: 10px 0;
    margin-top: 15px;
}
.fs-c-modal--changeLocation .fs-c-inputTable--inModal > tbody {
    padding: 3%;
}
.fs-c-modal--changeLocation .fs-c-inputTable--inModal > tbody > tr {
    width: 400px;
}
.fs-c-modal--changeLocation .fs-c-buttonContainer button {
    width: 150px;
    padding: 12px 0;
}
.fs-l-main .mv_rinen {
    padding: 100px 7%;
}
.fs-l-main .mv_rinen .ja {
    padding: 2% 0;
}
.fs-l-main .mv_rinen .bg {
    font-size: 39em;
    top: -6%;
}
.fs-l-page .fs-l-main .rinen_block_01 {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0 150px;
    display: flex;
}
.fs-l-page .fs-l-main .rinen_block_01 .image {
    width: 57%;
}
.fs-l-page .fs-l-main .rinen_block_01 .text {
    width: 40%;
}
.fs-l-page .fs-l-main .rinen_block_01 .text .title {
    font-size: 5vw;
}
.fs-l-page .fs-l-main .rinen_block_01 .text .midashi {
    padding: 40px 0;
}
.fs-l-page .fs-l-main .rinen_block_02 {
    width: 1100px;
    padding: 50px 0 100px;
    display: flex;
}
.fs-l-page .fs-l-main .rinen_block_02 .image {
    width: 48%;
}
.fs-l-page .fs-l-main .rinen_block_02 .text {
    width: 48%;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .title {
    font-size: 5vw;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .midashi {
    font-size: 1.6em;
    padding: 40px 0;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .comment {
    line-height: 180%;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .comment strong {
    margin-top: 20px;
    margin-bottom: 5px;
}
.fs-l-page .fs-l-main .rinen_block_02 .text .comment strong span {
    font-weight: normal;
    font-size: 0.6em;
    margin-left: 20px;
}
.fs-l-page .fs-l-main .recruit_mv {
    min-height: 90vh;
    background-position: top center;
}
.fs-l-page .fs-l-main .recruit_mv h2 {
    font-size: 8vw;
}
.fs-l-page .fs-l-main .recruit_mv h2 span {
    font-size: 0.2em;
}
.fs-l-page .fs-l-main .recruit_intro {
    padding: 100px 0;
}
.fs-l-page .fs-l-main .recruit_intro p {
    width: 800px;
}
.fs-l-main .recruitment .wrap {
    width: 1100px;
    display: flex;
}
.fs-l-main .recruitment .wrap .block {
    width: 48%;
    margin-bottom: 4%;
}
.fs-l-main .recruitment .wrap .block .title {
    margin-bottom: 15px;
}
.fs-l-main .recruitment .wrap .block .comment {
    margin-bottom: 25px;
}
.fs-l-main .recruitment .wrap .block a {
    width: 300px;
    padding: 15px 0;
}
.recruitment_table {
    width: 70%;
    margin: 0 auto 90px;
}
.recruitment_table tr th {
    padding: 2% 3%;
    width: 25%;
}
.recruitment_table tr td {
    padding: 2% 3%;
    width: 75%;
}
.recruitment_block {
    margin-top: 120px;
}
/* -------------------------------------
    商品問い合わせ
------------------------------------- */
.fs-c-modal__inner .fs-c-modal__header .fs-c-modal__title {
    text-align: center;
    font-size: 1.9em;
    margin-top: 7%;
    letter-spacing: 0.7px;
    font-family: 'Cinzel', serif;
    width: 100%;
}
.fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct {
    display: flex;
    border: 1px solid #CCC;
    width: 80%;
    margin: 5% auto 7%;
    box-sizing: border-box;
}
/* 商品画像 */
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productImage.fs-c-productImage {
    width: 15%;
}
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productImage.fs-c-productImage img {
    width: 100%;
}
/* 商品タイトル */
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productName.fs-c-productName {
    width: 83%;
    line-height: 180%;
}
.fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryMessage {
    text-align: center;
    margin-bottom: 3%;
}
.fs-c-modal__contents .fs-c-inputInformation form .fs-c-inquiryEditField .fs-c-inputTable.fs-c-inputTable--inModal tbody tr .fs-c-inputTable__headerCell {
    padding: 2%;
    width: 100%;
    border: none;
}
.fs-c-modal__contents .fs-c-inputInformation form .fs-c-inquiryEditField .fs-c-inputTable.fs-c-inputTable--inModal tbody tr .fs-c-inputTable__dataCell {
    width: 100%;
    border: none;
}
.fs-c-modal__contents .fs-c-inputInformation form .fs-c-inquiryEditField .fs-c-inputTable.fs-c-inputTable--inModal tbody tr .fs-c-inputTable__dataCell input {
    box-sizing: border-box;
    padding: 1% 2%;
}
.fs-c-modal__contents .fs-c-inputInformation form .fs-c-inquiryEditField .fs-c-inputTable.fs-c-inputTable--inModal {
    border: none;
    width: 83% !important;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--sendInquiry .fs-c-button--sendInquiry.fs-c-button--standard {
    background: #000000;
    color: #FFFFFF;
    width: 30%;
    text-align: center;
    display: block;
    margin: 0 auto 7%;
    padding: 2% 0;
}
.fs-l-page .a_lustre_mv {
    width: 1100px;
    min-height: 450px;
}
.fs-l-page .a_lustre_comment {
    margin-bottom: 5%;
}
.fs-l-page .a_lustre_comment .sale_period {
    margin-bottom: 2%;
}
.fs-l-page .fs-l-main .spc_mv {
    width: 1100px;
    margin: 0 auto 5%;
    min-height: 450px;
}
.fs-l-main .spc_content h2 {
    text-align: center;
    line-height: 180%;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 2%;
}
.fs-l-main .spc_content .info {
    width: 50%;
    margin: 0 auto 5%;
}
.fs-l-main .spc_content .comment {
    width: 50%;
}
.spc_info ul {
    width: 1100px;
    margin: 0 auto 150px;
    display: flex;
}
.spc_info ul li {
    width: 30%;
}
.spc_info ul li .frame {
    padding: 15% 5%;
}
.spc_info ul li .frame figure {
    width: 20%;
}
.spc_info ul li .frame .title {
    margin-bottom: 7%;
    font-size: 1.3em;
}
.fs-l-page .fs-l-main .spc_comment {
    width: 1100px;
    margin: 0 auto 100px;
    display: flex;
}
.fs-l-page .fs-l-main .spc_comment figure {
    width: 45%;
}
.fs-l-page .fs-l-main .spc_comment figure img {
    width: 100%;
}
.fs-l-page .fs-l-main .spc_comment .comment_wrap {
    width: 48%;
}
.fs-l-page .fs-l-main .spc_comment .comment_wrap .title {
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 5%;
}
.fs-l-page .fs-l-main .spc_comment .comment_wrap .comment {
    line-height: 180%;
}
.fs-l-main .spc_youtube .wrap {
    width: 900px;
    margin: 0 auto;
}
.spc_youtube .comment_wrap {
    width: 900px;
    margin: 0 auto 5%;
}
.spc_youtube .comment_wrap .comment {
    line-height: 180%;
}
.fs-c-productPrices--productDetail .fs-c-productPrice--selling {
    align-items: baseline;
}
.fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
    font-size: initial;
}
.fs-c-productPrice--listed, .fs-c-productPrice--listed .fs-c-productPrice__main, .fs-c-productPrice--listed .fs-c-productPrice__main__label, .fs-c-productPrice--listed .fs-c-productPrice__main__price, .fs-c-productPrice--listed .fs-c-price__value, .fs-c-productPrice--listed .fs-c-productPrice__addon--listed {
    font-size: 16px;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price {
    font-size: 23px; /* ここを変えると大きさ調整できます */
}
.fs-c-productPrice--selling .fs-c-productPrice__addon {
    font-size: 14px;
    margin-top: 10px; /* 下の段に押し出す原因なので消す */
}
.fs-c-productPrice--listed {
    font-size: 14px;
}
/* ======================== 
	セール用の動画
======================== */
.fs-l-main .top_campaign {
    padding: 100px 0 50px;
}
.fs-l-main .top_campaign .wrap {
    gap: 30px;
}
.fs-l-main .top_campaign .video_item {
    width: 48%;
}
.fs-l-main .top_campaign .video_caption {
    font-size: 14px;
    text-align: center;
    font-size: 1.2em;
}
.fs-c-modal__inner .fs-c-modal__contents .fs-c-stockNotificationsProduct {
    margin-bottom: 3%;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-stockNotificationsProduct__productImage.fs-c-productImage {
    width: 12%;
}
.fs-c-modal__contents .fs-c-stockNotificationsProduct .fs-c-stockNotificationsProduct__productName.fs-c-productName {
    width: 85%;
}
.fs-c-modal__inner .fs-c-modal__contents .fs-c-stockNotificationsMessage {
    margin-bottom: 3%;
}
form .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--subscribeToArrivalNotice .fs-c-button--subscribeToArrivalNotice.fs-c-button--standard {
    padding: 2% 3%;
}
.fs-l-page .fs-l-main .point_page_mv {
    background-position: center top;
    height: 70vh;
}
.fs-l-page .fs-l-main .point_page_mv h1 {
    font-size: 3em;
}
.fs-l-page .fs-l-main .point_intro {
    padding: 150px 0;
}
.fs-l-page .fs-l-main .point_intro .comment {
    text-align: center;
}
.fs-l-page .fs-l-main .point_image {
    width: 1100px;
}
.fs-l-page .fs-l-main .point_image img {
    width: 100%;
}
.fs-l-page .fs-l-main .point_get_area {
    width: 1100px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fs-l-page .fs-l-main .point_get_area .comment {
    width: 48%;
}
.fs-l-page .fs-l-main .point_get_area .image {
    width: 48%;
}
.fs-l-page .fs-l-main .point_get_area .comment .text {
    margin-bottom: 80px;
}
.fs-l-page .fs-l-main .point_get_area .comment .title {
    margin-bottom: 15px;
}
.fs-l-page .fs-l-main .point_image_area_01 {
    width: 90%;
    box-sizing: border-box;
    align-items: flex-end;
    margin: 0 auto 300px;
    gap: 2%;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_01 {
    width: 48%;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_01 img {
    width: 100%;
    bottom: -150px;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_02 {
    width: 25%;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_02 img {
    width: 80%;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_03 {
    width: 25%;
}
.fs-l-page .fs-l-main .point_image_area_01 .img_03 img {
    width: 100%;
    bottom: -80px;
}
.fs-l-page .fs-l-main .point_use_area {
    width: 1100px;
    margin: 0 auto 150px;
    flex-direction: row-reverse
}
.fs-l-page .fs-l-main .point_use_area .comment {
    width: 48%;
}
.fs-l-page .fs-l-main .point_use_area .image {
    width: 48%;
}
.fs-l-page .fs-l-main .point_use_area .comment .text {
    margin-bottom: 80px;
}
.fs-l-page .fs-l-main .point_use_area .comment .title {
    margin-bottom: 15px;
}
.fs-l-page .fs-l-main .point_use_area .comment ul {
    list-style: none;
    padding-left: 0;
    line-height: 180%;
}
.fs-l-page .fs-l-main .point_confirm .comment ul {
    width: 900px;
    margin: 0 auto 100px;
}
.top_about_store .wrap {
    padding: 72px 0; /* 好みで */
}
.top_about_store {
    min-height: 80vh; /* PCの高さ（好みで） */
}
.top_about_store .wrap {
    width: 1100px; /* 既存に合わせて */
}
/* -------------------------------------
    投稿系
------------------------------------- */
.fs-l-main .new_page_contents .post_wrap {
    width: 800px;
    margin: 0 auto 150px;
}
.new_page_contents .post_wrap h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
}
.new_page_contents .post_wrap .time {
    margin-bottom: 50px;
}
.new_page_contents .post_wrap .image_area {
    max-width: 100%;
}
.fs-p-accountInfo {
    width: 1100px;
    margin: 60px auto 50px;
    padding: 40px 50px;
    align-items: center;
}
.fs-p-accountInfo__accountName__name {
    font-size: 1.6em;
}
.fs-p-accountInfo__point__point__available__number {
    font-size: 2em;
}
.fs-l-page .fs-l-main .fs-c-accountService {
    width: 1100px;
    margin: 0 auto 80px;
    gap: 20px;
}
.fs-l-page .fs-l-main .fs-c-accountService li {
    width: calc(33.333% - 14px);
}
.fs-l-page .fs-l-main .fs-c-accountService li a {
    padding: 35px 0;
    font-size: 0.9em;
}
.fs-p-card {
    width: 1100px;
    margin: 0 auto 100px;
    padding: 40px 50px;
}
.fs-p-card__title {
    font-size: 1.2em;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.fs-p-card__footer a {
    display: inline-block;
    padding: 12px 40px;
}
/* ============================================================
   ▲ 移動分ここまで ／ ▼ 以下、従来の pc_style.css
   ============================================================ */
/* CSS Document */
/* ===========================
   ポイント履歴ページ
=========================== */
/* 全体レイアウト */
.fs-c-history {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 40px !important;
    width: 1100px !important;
    margin: 60px auto 100px !important;
}
.fs-c-history__info {
    width: 28% !important;
    flex-shrink: 0 !important;
}
.fs-c-pointSummary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.fs-c-pointSummary dt {
    font-size: 0.78em;
    color: #888;
    padding: 12px 0 4px;
    border-bottom: 1px solid #ede9e4;
    grid-column: 1;
}
.fs-c-pointSummary dd {
    font-size: 0.78em;
    padding: 12px 0 4px;
    border-bottom: 1px solid #ede9e4;
    text-align: right;
    grid-column: 2;
}
.fs-c-pointSummary__label--availablePoint {
    font-weight: bold;
    color: #333 !important;
    font-size: 0.85em !important;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    font-size: 1.8em;
    font-weight: bold;
    color: #ccbda7;
}
/* 右：履歴リスト */
.fs-c-history__listContainer {
    width: 70% !important;
    flex: 1 !important;
}
/* 年度セレクト */
.fs-c-history__termCtrl {
    margin-bottom: 20px;
}
.fs-c-history__termCtrl .fs-c-dropdown__menu {
    border: 1px solid #e0d9d0;
    padding: 8px 15px;
    background: #fff;
    font-size: 0.9em;
    cursor: pointer;
    outline: none;
}
/* 件数表示 */
.fs-c-listControl {
    font-size: 0.85em;
    color: #999;
    margin-bottom: 15px;
}
/* テーブル */
.fs-c-pointListTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}
.fs-c-pointListTable thead tr {
    background: #f5f2ef;
    border-bottom: 2px solid #ccbda7;
}
.fs-c-pointListTable thead th {
    padding: 14px 15px;
    text-align: center;
    font-weight: normal;
    color: #666;
    letter-spacing: 0.05em;
    font-size: 0.85em;
}
.fs-c-pointListTable tbody tr {
    border-bottom: 1px solid #ede9e4;
    transition: 0.2s;
}
.fs-c-pointListTable tbody tr:hover {
    background: #faf8f6;
}
.fs-c-pointListTable tbody td {
    padding: 16px 15px;
    text-align: center;
    vertical-align: middle;
    color: #444;
    line-height: 160%;
}
/* ＋マーク */
.fs-c-symbol--plus {
    color: #ccbda7;
    font-weight: bold;
    margin-right: 3px;
}
/* マイページトップボタン */
.fs-c-buttonContainer--myPageTop {
    text-align: center;
    margin-bottom: 80px;
}
.fs-c-button--myPageTop .fs-c-button__label {
    display: inline-block;
    transition: 0.3s;
    letter-spacing: 0.1em;
    font-size: 0.9em;
}
.fs-c-button--myPageTop:hover .fs-c-button__label {
    opacity: 0.7;
}
/* パンくず */
.fs-c-breadcrumb {
    width: 1100px;
    margin: 25px auto;
    font-size: 0.8em;
    color: #999;
}
/* ===========================
   ロレックス新着スライダー
=========================== */
.rolex_new_slider {
    padding: 100px 0 60px;
}
.rolex_new_slider .hl {
    margin-bottom: 40px;
}
.rolex_new_slider .rolex_slider_wrap {
    width: 1100px;
    margin: 0 auto;
}
.rolex_new_slider .rolex_slider_wrap .item {
    padding: 0 10px;
    box-sizing: border-box;
}
.rolex_new_slider .rolex_slider_wrap .item a {
    display: block;
    transition: 0.5s;
    text-decoration: none;
    color: #333;
}
.rolex_new_slider .rolex_slider_wrap .item a:hover {
    opacity: 0.6;
}
.rolex_new_slider .rolex_slider_wrap .item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.rolex_new_slider .rolex_slider_wrap .item .title {
    font-size: 0.85em;
    line-height: 160%;
    margin-bottom: 8px;
    text-align: left;
}
.rolex_new_slider .rolex_slider_wrap .item .item_price {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    color: #333;
}
/* slick矢印 */
.rolex_new_slider .slick-prev, .rolex_new_slider .slick-next {
    z-index: 10;
    width: 40px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    top: 40%;
    transform: translateY(-50%);
}
.rolex_new_slider .slick-prev {
    left: -20px;
}
.rolex_new_slider .slick-prev:before {
    content: '◀';
    color: #212121;
}
.rolex_new_slider .slick-next {
    right: -20px;
}
.rolex_new_slider .slick-next:before {
    content: '▶';
    color: #212121;
}
.rolex_new_slider .slick-dots {
    margin-top: 15px;
    position: relative;
    bottom: auto;
}
.rolex_new_slider .slick-dots li button:before {
    font-size: 22px !important;
}
/* ===========================
   LIVE接客
=========================== */
.oc-wrap *, .oc-wrap *::before, .oc-wrap *::after {
    box-sizing: border-box;
}
.oc-wrap {
    margin: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    color: #2d2e3d;
    background: #ffffff;
    line-height: 1.9;
    font-weight: 300;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.oc-wrap .container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
}
.oc-wrap .container-narrow {
    max-width: 960px;
}
/* ===== TYPOGRAPHY ===== */
.oc-wrap .eyebrow {
    font-family: "Cinzel", serif;
    font-size: 11px;
    letter-spacing: 0.4em;
    color: #9c7d3d;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 24px;
}
.oc-wrap .eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #9c7d3d;
    vertical-align: middle;
    margin-right: 14px;
    margin-bottom: 3px;
}
/* ===== HERO ===== */
.oc-wrap .hero {
    position: relative;
    min-height: 92vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border-bottom: 1px solid #e8e4dc;
    overflow: hidden;
}
.oc-wrap .hero-text {
    display: flex;
    align-items: center;
    padding: 80px 64px;
    background: #ffffff;
    position: relative;
}
.oc-wrap .hero-text-inner {
    max-width: 480px;
    animation: oc-heroFadeIn 1.4s ease-out;
}
@keyframes oc-heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.oc-wrap .hero-image {
    position: relative;
    background: #f5efe4;
    overflow: hidden;
}
.oc-wrap .hero-image-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.oc-wrap .hero-image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.oc-wrap .hero-watch-svg {
    width: 70%;
    max-width: 380px;
    opacity: 0.8;
    animation: oc-watchFloat 6s ease-in-out infinite;
}
@keyframes oc-watchFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
.oc-wrap .image-label {
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 11px;
    color: #6e5826;
    letter-spacing: 0.2em;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 12px;
    border: 1px solid rgba(156, 125, 61, 0.18);
}
.oc-wrap .hero-title {
    font-family: "Noto Serif JP", serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 12px;
    letter-spacing: 0.08em;
    color: #1f2030;
}
.oc-wrap .hero-title .accent {
    color: #6e5826;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}
.oc-wrap .hero-subtitle-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
    color: #6e5826;
    font-weight: 400;
    margin: 24px 0 0;
    letter-spacing: 0.12em;
}
.oc-wrap .hero-divider {
    width: 60px;
    height: 1px;
    background: #9c7d3d;
    margin: 36px 0;
}
.oc-wrap .hero-tagline {
    font-size: 13px;
    color: #6b6557;
    letter-spacing: 0.3em;
    margin: 0 0 40px;
}
.oc-wrap .cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.oc-wrap .cta-row-center {
    justify-content: center;
}
/* ===== BUTTONS ===== */
.oc-wrap .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 17px 36px;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.25em;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #1f2030;
    background: transparent;
    color: #1f2030;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    text-indent: 0.25em;
}
.oc-wrap .btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1f2030;
    transform: translateX(-101%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}
.oc-wrap .btn:hover {
    color: #ffffff;
}
.oc-wrap .btn:hover::before {
    transform: translateX(0);
}
.oc-wrap .btn-primary {
    background: #1f2030;
    color: #ffffff;
}
.oc-wrap .btn-primary::before {
    background: #6e5826;
}
/* ===== SECTION COMMON ===== */
.oc-wrap .section {
    padding: 120px 0;
    position: relative;
}
.oc-wrap .section-beige {
    background: #f5efe4;
}
.oc-wrap .section-beige-soft {
    background: #faf6ee;
}
.oc-wrap .section-header {
    text-align: center;
    margin-bottom: 80px;
}
.oc-wrap .section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #1f2030;
}
.oc-wrap .section-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 16px;
    color: #6e5826;
    margin-top: 14px;
    font-weight: 400;
    letter-spacing: 0.15em;
}
/* ===== 2. 3 START PATTERNS ===== */
.oc-wrap .pattern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.oc-wrap .pattern-card {
    background: #ffffff;
    border: 1px solid #e8e4dc;
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
}
.oc-wrap .pattern-card:hover {
    border-color: #9c7d3d;
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(31, 32, 48, 0.08);
}
.oc-wrap .pattern-image {
    height: 200px;
    background: #f5efe4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(156, 125, 61, 0.18);
}
.oc-wrap .pattern-image svg {
    width: 50%;
    height: 50%;
    color: #6e5826;
    opacity: 0.7;
}
.oc-wrap .pattern-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.oc-wrap .pattern-body {
    padding: 36px 32px 40px;
    text-align: center;
}
.oc-wrap .pattern-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 14px;
    color: #6e5826;
    margin-bottom: 16px;
    letter-spacing: 0.2em;
}
.oc-wrap .pattern-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: 0.15em;
    color: #1f2030;
}
.oc-wrap .pattern-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 14px;
    color: #6e5826;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.oc-wrap .pattern-desc {
    font-size: 13px;
    color: #6b6557;
    line-height: 2;
    margin: 0;
}
/* ===== 3. TOOLS ===== */
.oc-wrap .tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
}
.oc-wrap .tool-card {
    text-align: center;
    padding: 48px 24px;
    border: 1px solid #e8e4dc;
    transition: all 0.5s ease;
    background: #ffffff;
}
.oc-wrap .tool-card:hover {
    border-color: #9c7d3d;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(31, 32, 48, 0.06);
}
.oc-wrap .tool-logo {
    height: 40px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oc-wrap .tool-logo img {
    max-height: 100%;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.oc-wrap .tool-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
    color: #1f2030;
}
.oc-wrap .tool-note {
    font-size: 12px;
    color: #6b6557;
    letter-spacing: 0.2em;
}
/* ===== 4. FEATURES ===== */
.oc-wrap .feature-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 100px;
}
.oc-wrap .feature-block:last-child {
    margin-bottom: 0;
}
.oc-wrap .feature-block.reverse {
    direction: rtl;
}
.oc-wrap .feature-block.reverse > * {
    direction: ltr;
}
.oc-wrap .feature-image {
    aspect-ratio: 4 / 3;
    background: #f5efe4;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oc-wrap .feature-image svg {
    width: 60%;
    height: 60%;
    color: #6e5826;
    opacity: 0.75;
}
.oc-wrap .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.oc-wrap .feature-image-label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 11px;
    color: #6e5826;
    letter-spacing: 0.2em;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 12px;
}
.oc-wrap .feature-text {
    padding: 0 16px;
}
.oc-wrap .feature-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 48px;
    font-weight: 300;
    color: #6e5826;
    line-height: 1;
    margin-bottom: 16px;
}
.oc-wrap .feature-num::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #9c7d3d;
    margin-top: 16px;
}
.oc-wrap .feature-title {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 18px;
    letter-spacing: 0.12em;
    color: #1f2030;
    line-height: 1.5;
}
.oc-wrap .feature-desc {
    font-size: 15px;
    color: #6b6557;
    line-height: 2.1;
    margin: 0;
}
/* ===== 5. STEP FLOW ===== */
.oc-wrap .step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.oc-wrap .step-grid::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(to right, transparent, #9c7d3d 20%, #9c7d3d 80%, transparent);
}
.oc-wrap .step-item {
    text-align: center;
    position: relative;
    padding: 0 12px;
}
.oc-wrap .step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #9c7d3d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 22px;
    color: #6e5826;
    box-shadow: 0 0 0 6px #faf6ee;
}
.oc-wrap .step-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.15em;
    color: #1f2030;
}
.oc-wrap .step-desc {
    font-size: 12px;
    color: #6b6557;
    letter-spacing: 0.1em;
}
/* ===== 6. ASSURANCE ===== */
.oc-wrap .assurance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.oc-wrap .assurance-card {
    background: #ffffff;
    padding: 56px 36px;
    text-align: center;
    border: 1px solid #e8e4dc;
    transition: all 0.5s ease;
}
.oc-wrap .assurance-card:hover {
    border-color: #9c7d3d;
    box-shadow: 0 12px 32px rgba(31, 32, 48, 0.06);
}
.oc-wrap .assurance-icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5efe4;
    color: #6e5826;
}
.oc-wrap .assurance-icon-wrap svg {
    width: 32px;
    height: 32px;
}
.oc-wrap .assurance-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.15em;
    color: #1f2030;
}
.oc-wrap .assurance-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #6e5826;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.15em;
}
.oc-wrap .assurance-desc {
    font-size: 13px;
    color: #6b6557;
    line-height: 2;
    margin: 0;
}
/* ===== 7. TESTIMONIALS ===== */
.oc-wrap .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 960px;
    margin: 0 auto;
}
.oc-wrap .testimonial-card {
    padding: 48px 40px;
    border: 1px solid #e8e4dc;
    position: relative;
    background: #ffffff;
}
.oc-wrap .testimonial-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f5efe4;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e5826;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-style: italic;
}
.oc-wrap .testimonial-quote {
    font-size: 16px;
    line-height: 2.1;
    margin: 0 0 24px;
    color: #2d2e3d;
    font-weight: 400;
    position: relative;
}
.oc-wrap .testimonial-quote::before {
    content: '"';
    font-family: "Cormorant Garamond", serif;
    font-size: 56px;
    line-height: 0;
    color: #9c7d3d;
    opacity: 0.4;
    position: absolute;
    top: 8px;
    left: -8px;
}
.oc-wrap .testimonial-meta {
    font-family: "Cormorant Garamond", serif;
    font-size: 13px;
    color: #6e5826;
    letter-spacing: 0.15em;
    border-top: 1px solid #e8e4dc;
    padding-top: 18px;
    font-weight: 500;
}
.oc-wrap .testimonial-meta-jp {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    color: #6b6557;
    margin-top: 6px;
    letter-spacing: 0.15em;
    font-weight: 300;
}
/* ===== 8. FAQ ===== */
.oc-wrap .faq-list {
    max-width: 800px;
    margin: 0 auto;
}
.oc-wrap .faq-item {
    border-bottom: 1px solid #e8e4dc;
    padding: 28px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: padding 0.4s ease;
}
.oc-wrap .faq-item:hover {
    padding-left: 12px;
}
.oc-wrap .faq-q {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #1f2030;
    font-weight: 400;
}
.oc-wrap .faq-q .faq-marker {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    color: #6e5826;
    margin-right: 18px;
    font-size: 18px;
    font-weight: 500;
}
.oc-wrap .faq-toggle {
    color: #6e5826;
    font-size: 20px;
    font-weight: 300;
}
/* ===== 9. FINAL CTA ===== */
.oc-wrap .final-section {
    padding: 140px 0;
    text-align: center;
    background: #f5efe4;
    position: relative;
    overflow: hidden;
}
.oc-wrap .final-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent 60%);
    pointer-events: none;
}
.oc-wrap .final-content {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}
.oc-wrap .final-ornament {
    width: 80px;
    height: 1px;
    background: #9c7d3d;
    margin: 0 auto 32px;
    position: relative;
}
.oc-wrap .final-ornament::before, .oc-wrap .final-ornament::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #9c7d3d;
    border-radius: 50%;
    transform: translateY(-50%);
}
.oc-wrap .final-ornament::before {
    left: -10px;
}
.oc-wrap .final-ornament::after {
    right: -10px;
}
.oc-wrap .final-title {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 24px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    color: #1f2030;
}
.oc-wrap .final-title .accent {
    color: #6e5826;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
}
.oc-wrap .final-sub {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 18px;
    color: #6e5826;
    margin: 0 0 16px;
}
.oc-wrap .final-hours {
    font-size: 13px;
    color: #6b6557;
    letter-spacing: 0.3em;
    margin: 0 0 56px;
}
.fs-l-productLayout.fs-system-product .right_side .item_remote_banner {
    width: 100%;
    margin-bottom: 20px;
}
/* ===========================
   保証ページ
=========================== */
/* ===== RESET & BASE ===== */
.gr-wrap *, .gr-wrap *::before, .gr-wrap *::after {
    box-sizing: border-box;
}
.gr-wrap {
    margin: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    color: #3d2f24;
    background: #ffffff;
    line-height: 1.9;
    font-weight: 300;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.gr-wrap .container {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
}
.gr-wrap .container-narrow {
    max-width: 880px;
}
/* ===== TYPOGRAPHY ===== */
.gr-wrap .eyebrow {
    font-family: "Cinzel", serif;
    font-size: 11px;
    letter-spacing: 0.4em;
    color: #b9a373;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 24px;
}
.gr-wrap .eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #b9a373;
    vertical-align: middle;
    margin-right: 14px;
    margin-bottom: 3px;
}
/* ===== HERO ===== */
.gr-wrap .hero {
    position: relative;
    padding: 180px 0 160px;
    /* ▼ 背景画像 - 差し替え時はここを変更 */
    background-image:
        linear-gradient(rgba(64, 47, 36, 0.55), rgba(64, 47, 36, 0.55)), url('https://tick.itembox.design/item/page/guarantee/mv_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #ccbda7;
    color: #fef8ea;
}
.gr-wrap .hero-content {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    animation: gr-heroFadeIn 1.4s ease-out;
}
@keyframes gr-heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.gr-wrap .hero-ornament {
    width: 120px;
    height: 1px;
    background: #d4c294;
    margin: 0 auto 36px;
    position: relative;
}
.gr-wrap .hero-ornament::before, .gr-wrap .hero-ornament::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #d4c294;
    border-radius: 50%;
    transform: translateY(-50%);
}
.gr-wrap .hero-ornament::before {
    left: -10px;
}
.gr-wrap .hero-ornament::after {
    right: -10px;
}
.gr-wrap .hero .eyebrow {
    color: #d4c294;
}
.gr-wrap .hero .eyebrow::before {
    background: #d4c294;
}
.gr-wrap .hero-title {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 12px;
    letter-spacing: 0.1em;
    color: #fef8ea;
}
.gr-wrap .hero-subtitle-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
    color: #d4c294;
    font-weight: 400;
    margin: 24px 0 0;
    letter-spacing: 0.12em;
}
.gr-wrap .hero-lead {
    font-size: 15px;
    color: rgba(254, 248, 234, 0.92);
    line-height: 2.1;
    margin: 40px auto 0;
    max-width: 600px;
}
/* ===== SECTION COMMON ===== */
.gr-wrap .section {
    padding: 120px 0;
    position: relative;
}
.gr-wrap .section-beige {
    background: #fef8ea;
}
.gr-wrap .section-beige-soft {
    background: #fef8ea;
}
.gr-wrap .section-header {
    text-align: center;
    margin-bottom: 72px;
}
.gr-wrap .section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #402f24;
}
.gr-wrap .section-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 16px;
    color: #8a7553;
    margin-top: 14px;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.gr-wrap .section-lead {
    font-size: 14px;
    color: #7a6856;
    margin-top: 20px;
    line-height: 2;
}
/* ===== 1. 保証期間カード ===== */
.gr-wrap .period-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}
.gr-wrap .period-card {
    background: #ffffff;
    border: 1px solid #ccbda7;
    padding: 56px 40px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
}
.gr-wrap .period-card:hover {
    border-color: #b9a373;
    box-shadow: 0 16px 40px rgba(64, 47, 36, 0.08);
}
.gr-wrap .period-card.featured {
    background: #402f24;
    color: #ffffff;
}
.gr-wrap .period-card.featured .period-label, .gr-wrap .period-card.featured .period-label-en {
    color: #d4c294;
}
.gr-wrap .period-card.featured .period-value {
    color: #ffffff;
}
.gr-wrap .period-card.featured .period-unit {
    color: #d4c294;
}
.gr-wrap .period-card.featured .period-desc {
    color: rgba(255, 255, 255, 0.7);
}
.gr-wrap .period-label {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    color: #8a7553;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
}
.gr-wrap .period-label-en {
    font-family: "Cinzel", serif;
    font-size: 11px;
    color: #b9a373;
    letter-spacing: 0.3em;
    margin-bottom: 28px;
}
.gr-wrap .period-value-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}
.gr-wrap .period-value {
    font-size: 72px;
    font-weight: 400;
    color: #402f24;
    line-height: 1;
}
.gr-wrap .period-unit {
    font-size: 20px;
    color: #8a7553;
    letter-spacing: 0.1em;
}
.gr-wrap .period-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0.15em;
}
.gr-wrap .period-desc {
    font-size: 13px;
    color: #7a6856;
    line-height: 1.9;
    margin: 0;
}
/* ===== 2. 基本ポリシー ===== */
.gr-wrap .policy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 960px;
    margin: 0 auto;
}
.gr-wrap .policy-card {
    background: #ffffff;
    border: 1px solid #ccbda7;
    overflow: hidden;
    transition: all 0.5s ease;
}
.gr-wrap .policy-card:hover {
    border-color: #b9a373;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(64, 47, 36, 0.08);
}
.gr-wrap .policy-image {
    aspect-ratio: 16 / 9;
    background: #ccbda7;
    overflow: hidden;
    position: relative;
}
.gr-wrap .policy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.gr-wrap .policy-image-label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 11px;
    color: #8a7553;
    letter-spacing: 0.18em;
    background: rgba(254, 248, 234, 0.9);
    padding: 5px 12px;
}
.gr-wrap .policy-body {
    padding: 36px 36px 40px;
}
.gr-wrap .policy-num {
    font-size: 14px;
    color: #8a7553;
    margin-bottom: 12px;
    letter-spacing: 0.2em;
}
.gr-wrap .policy-title {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 16px;
    letter-spacing: 0.12em;
    color: #402f24;
    line-height: 1.5;
}
.gr-wrap .policy-title::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #b9a373;
    margin-top: 14px;
}
.gr-wrap .policy-text {
    font-size: 14px;
    color: #3d2f24;
    line-height: 2;
    margin: 0;
}
.gr-wrap .policy-text strong {
    font-weight: 500;
    color: #8a7553;
}
/* ===== 3. 保証対象外 ===== */
.gr-wrap .excluded-intro {
    max-width: 720px;
    margin: 0 auto 48px;
    padding: 24px 32px;
    background: #fef8ea;
    border-left: 3px solid #b9a373;
    text-align: left;
}
.gr-wrap .excluded-intro p {
    margin: 0;
    font-size: 14px;
    color: #3d2f24;
    line-height: 2;
}
.gr-wrap .excluded-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    max-width: 880px;
    margin: 0 auto;
}
.gr-wrap .excluded-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 16px;
    padding: 20px 24px;
    background: #ffffff;
    border: 1px solid #ccbda7;
    align-items: center;
}
.gr-wrap .excluded-mark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fef8ea;
    color: #8a7553;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.gr-wrap .excluded-text {
    font-size: 13px;
    color: #3d2f24;
    line-height: 1.7;
}
/* ===== 4. 注意点 ===== */
.gr-wrap .notice-list {
    max-width: 800px;
    margin: 0 auto;
}
.gr-wrap .notice-item {
    padding: 24px 32px;
    background: #ffffff;
    border: 1px solid #ccbda7;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 20px;
    align-items: flex-start;
}
.gr-wrap .notice-item:last-child {
    margin-bottom: 0;
}
.gr-wrap .notice-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 24px;
    color: #8a7553;
    line-height: 1.2;
}
.gr-wrap .notice-content {
    font-size: 14px;
    color: #3d2f24;
    line-height: 2;
}
.gr-wrap .notice-content strong {
    font-weight: 500;
    color: #8a7553;
}
/* ===== 5. 返品・交換 ===== */
.gr-wrap .return-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
    font-size: 15px;
    color: #3d2f24;
    line-height: 2.1;
}
.gr-wrap .return-block {
    max-width: 880px;
    margin: 0 auto 32px;
    background: #ffffff;
    border: 1px solid #ccbda7;
    padding: 48px 56px;
}
.gr-wrap .return-block:last-child {
    margin-bottom: 0;
}
.gr-wrap .return-block.alert {
    border-color: #b9a373;
    background: #fef8ea;
}
.gr-wrap .return-block-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccbda7;
}
.gr-wrap .return-block.alert .return-block-header {
    border-bottom-color: rgba(185, 163, 115, 0.4);
}
.gr-wrap .return-block-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fef8ea;
    color: #8a7553;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gr-wrap .return-block-icon svg {
    width: 20px;
    height: 20px;
}
.gr-wrap .return-block-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.12em;
    color: #402f24;
}
.gr-wrap .return-block-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #8a7553;
    margin-top: 4px;
    letter-spacing: 0.1em;
    display: block;
}
.gr-wrap .return-block p {
    font-size: 14px;
    color: #3d2f24;
    line-height: 2.1;
    margin: 0 0 16px;
}
.gr-wrap .return-block p:last-child {
    margin-bottom: 0;
}
.gr-wrap .return-block strong {
    font-weight: 500;
    color: #8a7553;
}
.gr-wrap .return-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
    position: relative;
}
.gr-wrap .return-step {
    background: #ffffff;
    text-align: center;
    border: 1px solid #ccbda7;
    overflow: hidden;
}
.gr-wrap .return-step-image {
    aspect-ratio: 4 / 3;
    background: #ccbda7;
    overflow: hidden;
    position: relative;
}
.gr-wrap .return-step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.gr-wrap .return-step-body {
    padding: 20px 16px 24px;
}
.gr-wrap .return-step-num {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: #8a7553;
    margin-bottom: 8px;
    letter-spacing: 0.2em;
}
.gr-wrap .return-step-title {
    font-size: 14px;
    font-weight: 500;
    color: #402f24;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
}
.gr-wrap .return-step-desc {
    font-size: 12px;
    color: #7a6856;
    line-height: 1.7;
}
.gr-wrap .return-step-desc strong {
    color: #8a7553;
}
/* ===== 6. お問い合わせCTA ===== */
.gr-wrap .cta-section {
    padding: 120px 0;
    background: #fef8ea;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.gr-wrap .cta-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 60%);
    pointer-events: none;
}
.gr-wrap .cta-content {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}
.gr-wrap .cta-title {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    color: #402f24;
}
.gr-wrap .cta-title .accent {
    color: #8a7553;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
}
.gr-wrap .cta-text {
    font-size: 14px;
    color: #3d2f24;
    line-height: 2;
    margin: 0 0 40px;
}
.gr-wrap .cta-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.gr-wrap .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 17px 36px;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.25em;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #402f24;
    background: transparent;
    color: #402f24;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    text-indent: 0.25em;
}
.gr-wrap .btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #402f24;
    transform: translateX(-101%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}
.gr-wrap .btn:hover {
    color: #ffffff;
}
.gr-wrap .btn:hover::before {
    transform: translateX(0);
}
.gr-wrap .btn-primary {
    background: #402f24;
    color: #ffffff;
}
.gr-wrap .btn-primary::before {
    background: #8a7553;
}
.gr-wrap .cta-shop {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(185, 163, 115, 0.4);
    font-size: 13px;
    color: #7a6856;
    letter-spacing: 0.15em;
    line-height: 2;
}
.gr-wrap .cta-shop strong {
    color: #402f24;
    font-weight: 500;
}
/* ===========================
   メンテナンスページ
=========================== */
/* ===== RESET & BASE ===== */
.wc-wrap *, .wc-wrap *::before, .wc-wrap *::after {
    box-sizing: border-box;
}
.wc-wrap {
    margin: 0;
    font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #3d2f24;
    background: #ffffff;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.wc-wrap .container {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
}
.wc-wrap .container-narrow {
    max-width: 880px;
}
/* ===== TYPOGRAPHY ===== */
.wc-wrap .eyebrow {
    font-family: "Cinzel", serif;
    font-size: 11px;
    letter-spacing: 0.4em;
    color: #b9a373;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 24px;
}
.wc-wrap .eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #b9a373;
    vertical-align: middle;
    margin-right: 14px;
    margin-bottom: 3px;
}
/* ===== HERO ===== */
.wc-wrap .hero {
    position: relative;
    padding: 180px 0 160px;
    /* ▼ 背景画像 - 差し替え時はここを変更 */
    background-image:
        linear-gradient(rgba(64, 47, 36, 0.55), rgba(64, 47, 36, 0.55)), url('https://tick.itembox.design/item/page/maintenance/mv_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #ccbda7;
    color: #fef8ea;
}
.wc-wrap .hero-content {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    animation: wc-heroFadeIn 1.4s ease-out;
}
@keyframes wc-heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.wc-wrap .hero-ornament {
    width: 120px;
    height: 1px;
    background: #d4c294;
    margin: 0 auto 36px;
    position: relative;
}
.wc-wrap .hero-ornament::before, .wc-wrap .hero-ornament::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #d4c294;
    border-radius: 50%;
    transform: translateY(-50%);
}
.wc-wrap .hero-ornament::before {
    left: -10px;
}
.wc-wrap .hero-ornament::after {
    right: -10px;
}
.wc-wrap .hero .eyebrow {
    color: #d4c294;
}
.wc-wrap .hero .eyebrow::before {
    background: #d4c294;
}
.wc-wrap .hero-title {
    font-family: "Noto Serif JP", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 12px;
    letter-spacing: 0.1em;
    color: #fef8ea;
}
.wc-wrap .hero-subtitle-en {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
    color: #d4c294;
    font-weight: 400;
    margin: 24px 0 0;
    letter-spacing: 0.12em;
}
.wc-wrap .hero-lead {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 14px;
    color: rgba(254, 248, 234, 0.92);
    line-height: 2.1;
    margin: 40px auto 0;
    max-width: 560px;
}
/* ===== SECTION COMMON ===== */
.wc-wrap .section {
    padding: 120px 0;
    position: relative;
}
.wc-wrap .section-beige {
    background: #fef8ea;
}
.wc-wrap .section-header {
    text-align: center;
    margin-bottom: 72px;
}
.wc-wrap .section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #402f24;
}
.wc-wrap .section-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 16px;
    color: #8a7553;
    margin-top: 14px;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.wc-wrap .section-lead {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 14px;
    color: #7a6856;
    margin-top: 20px;
    line-height: 2;
}
/* ===== 2. リード文 ===== */
.wc-wrap .intro-section {
    padding: 100px 0;
    background: #fef8ea;
    text-align: center;
}
.wc-wrap .intro-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 24px;
}
.wc-wrap .intro-text {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    line-height: 2.4;
    color: #402f24;
    font-weight: 300;
    letter-spacing: 0.08em;
}
/* ===== 3. 毎日のお手入れ ===== */
.wc-wrap .daily-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 960px;
    margin: 0 auto;
}
.wc-wrap .daily-card {
    background: #ffffff;
    border: 1px solid #ccbda7;
    overflow: hidden;
    transition: all 0.5s ease;
}
.wc-wrap .daily-card:hover {
    border-color: #b9a373;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(64, 47, 36, 0.08);
}
.wc-wrap .daily-image {
    aspect-ratio: 4 / 3;
    background: #ccbda7;
    overflow: hidden;
    position: relative;
}
.wc-wrap .daily-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.wc-wrap .daily-image-label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 11px;
    color: #8a7553;
    letter-spacing: 0.18em;
    background: rgba(254, 248, 234, 0.9);
    padding: 5px 12px;
}
.wc-wrap .daily-body {
    padding: 32px 28px 36px;
    text-align: center;
}
.wc-wrap .daily-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 14px;
    color: #8a7553;
    margin-bottom: 12px;
    letter-spacing: 0.2em;
}
.wc-wrap .daily-title {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 14px;
    letter-spacing: 0.15em;
    color: #402f24;
}
.wc-wrap .daily-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #8a7553;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.wc-wrap .daily-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 13px;
    color: #7a6856;
    line-height: 2;
    margin: 0;
}
/* ===== 4. お手入れの道具 ===== */
.wc-wrap .tools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 880px;
    margin: 0 auto;
}
.wc-wrap .tool-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 24px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #ccbda7;
    align-items: center;
    transition: all 0.5s ease;
}
.wc-wrap .tool-card:hover {
    border-color: #b9a373;
    box-shadow: 0 12px 32px rgba(64, 47, 36, 0.06);
}
.wc-wrap .tool-image {
    aspect-ratio: 1 / 1;
    background: #ccbda7;
    overflow: hidden;
}
.wc-wrap .tool-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.wc-wrap .tool-info {
    padding: 4px 0;
}
.wc-wrap .tool-name {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
    color: #402f24;
}
.wc-wrap .tool-name-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 12px;
    color: #8a7553;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
.wc-wrap .tool-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 13px;
    color: #7a6856;
    line-height: 1.9;
    margin: 0;
}
/* ===== 5. やってはいけないこと ===== */
.wc-wrap .avoid-list {
    max-width: 800px;
    margin: 0 auto;
}
.wc-wrap .avoid-intro {
    text-align: center;
    margin-bottom: 48px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 14px;
    color: #7a6856;
    line-height: 2;
}
.wc-wrap .avoid-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    padding: 32px 36px;
    background: #ffffff;
    border: 1px solid #ccbda7;
    margin-bottom: 12px;
    align-items: flex-start;
}
.wc-wrap .avoid-item:last-child {
    margin-bottom: 0;
}
.wc-wrap .avoid-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 36px;
    color: #b9a373;
    line-height: 1;
    text-align: center;
}
.wc-wrap .avoid-num::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #b9a373;
    margin: 12px auto 0;
}
.wc-wrap .avoid-title {
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 12px;
    letter-spacing: 0.1em;
    color: #402f24;
}
.wc-wrap .avoid-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 14px;
    color: #7a6856;
    line-height: 2;
    margin: 0;
}
/* ===== 6. 保管について ===== */
.wc-wrap .storage-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
.wc-wrap .storage-image {
    aspect-ratio: 4 / 3;
    background: #ccbda7;
    overflow: hidden;
    position: relative;
}
.wc-wrap .storage-image img, .wc-wrap .storage-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.wc-wrap .storage-image-label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 11px;
    color: #8a7553;
    letter-spacing: 0.2em;
    background: rgba(254, 248, 234, 0.9);
    padding: 5px 12px;
}
.wc-wrap .storage-text {
    padding: 16px 0;
}
.wc-wrap .storage-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 14px;
    color: #8a7553;
    margin-bottom: 16px;
    letter-spacing: 0.15em;
}
.wc-wrap .storage-title {
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 24px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #402f24;
}
.wc-wrap .storage-title::after {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: #b9a373;
    margin-top: 18px;
}
.wc-wrap .storage-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 14px;
    color: #7a6856;
    line-height: 2.1;
    margin: 0;
}
.wc-wrap .storage-desc strong {
    color: #8a7553;
    font-weight: 500;
}
/* ===== 7. 四季の手入れ ===== */
.wc-wrap .season-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
}
.wc-wrap .season-card {
    background: #ffffff;
    border: 1px solid #ccbda7;
    padding: 36px 24px;
    text-align: center;
    transition: all 0.5s ease;
}
.wc-wrap .season-card:hover {
    border-color: #b9a373;
    transform: translateY(-4px);
}
.wc-wrap .season-jp {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 500;
    color: #402f24;
    margin-bottom: 6px;
    letter-spacing: 0.15em;
}
.wc-wrap .season-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 13px;
    color: #8a7553;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.wc-wrap .season-divider {
    width: 24px;
    height: 1px;
    background: #b9a373;
    margin: 0 auto 20px;
}
.wc-wrap .season-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 12px;
    color: #7a6856;
    line-height: 1.9;
    margin: 0;
}
/* ===== 8. オーバーホール ===== */
.wc-wrap .overhaul-intro {
    text-align: center;
    margin-bottom: 56px;
}
.wc-wrap .overhaul-cycle {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    color: #402f24;
    letter-spacing: 0.1em;
    line-height: 1.7;
}
.wc-wrap .overhaul-cycle .accent {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 36px;
    color: #8a7553;
    margin: 0 8px;
}
.wc-wrap .overhaul-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.wc-wrap .overhaul-step {
    background: #ffffff;
    border: 1px solid #ccbda7;
    padding: 40px 28px;
    text-align: center;
}
.wc-wrap .overhaul-step-num {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 32px;
    color: #b9a373;
    line-height: 1;
    margin-bottom: 12px;
}
.wc-wrap .overhaul-step-num::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #b9a373;
    margin: 14px auto 0;
}
.wc-wrap .overhaul-step-title {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px;
    letter-spacing: 0.12em;
    color: #402f24;
}
.wc-wrap .overhaul-step-desc {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 13px;
    color: #7a6856;
    line-height: 1.9;
    margin: 0;
}
/* ===== 9. 編集後記 ===== */
.wc-wrap .message-section {
    padding: 140px 0;
    background: #fef8ea;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wc-wrap .message-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 60%);
    pointer-events: none;
}
.wc-wrap .message-content {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}
.wc-wrap .message-ornament {
    width: 80px;
    height: 1px;
    background: #b9a373;
    margin: 0 auto 36px;
    position: relative;
}
.wc-wrap .message-ornament::before, .wc-wrap .message-ornament::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #b9a373;
    border-radius: 50%;
    transform: translateY(-50%);
}
.wc-wrap .message-ornament::before {
    left: -10px;
}
.wc-wrap .message-ornament::after {
    right: -10px;
}
.wc-wrap .message-title-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 16px;
    color: #8a7553;
    margin-bottom: 12px;
    letter-spacing: 0.18em;
}
.wc-wrap .message-title {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 40px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    color: #402f24;
}
.wc-wrap .message-text {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    color: #402f24;
    line-height: 2.4;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.08em;
}
/* -------------------------------------
買取サイト誘導ボタン（右端固定）
------------------------------------- */
/* 買取サイト誘導ボタン */
.tick-kaitori-fab {
    width: 52px;
    padding: 20px 0;
    gap: 12px;
    font-size: 14px;
}
.tick-kaitori-fab:hover {
    background: #5a4230;
    opacity: 1;
    box-shadow: -6px 0 18px rgba(64, 47, 36, 0.25);
}
.tick-kaitori-fab-icon svg {
    width: 22px;
    height: 22px;
}
.tick-kaitori-fab-en {
    font-size: 9px;
}