/** Shopify CDN: Minification failed

Line 39:14 Unexpected "<"
Line 1446:14 Expected ":"
Line 1585:18 Expected ":"

**/
@charset "utf-8";
/* CSS Document */

/* ===========================================================================

base

=========================================================================== */

/*  Made by Elly Loel - https://ellyloel.com/  */
*{margin:0;padding:0;line-height:calc(.25rem + 1em + .25rem)}*,::after,::before{box-sizing:border-box}:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}html{block-size:100%;-webkit-text-size-adjust:none}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type=file])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit;word-spacing:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}h1{font-size:2em}:where(ul,ol){list-style:none}a:not([class]){text-decoration-skip-ink:auto;text-decoration:none}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){text-decoration:none;cursor:pointer;touch-action:manipulation}:where(input[type=file]){cursor:auto}:where(input[type=file])::-webkit-file-upload-button,:where(input[type=file])::file-selector-button{cursor:pointer}@media (prefers-reduced-motion:no-preference){html:focus-within{/*scroll-behavior:smooth*/}:focus-visible{transition:outline-offset 145ms cubic-bezier(.25, 0, .4, 1)}:where(:not(:active)):focus-visible{transition-duration:.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type=button],input[type=submit],input[type=reset]),:where(input[type=file])::-webkit-file-upload-button,:where(input[type=file])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type=button],input[type=submit],input[type=reset])[disabled]{cursor:not-allowed}

:root {
  --navy-deep: #081838;
  --navy: #0A2244;
  --gold: #F6EAB8;
  --white: #ffffff;
  --grey-txt: #848484;
  --pain:linear-gradient(180deg, #1F2F4C 0%, #172643 100%);
  --gold-txt: #FFF5BA;
  --white-muted: rgba(240,237,230,0.45);
  --line-green: #06C755;
  --font: 'Noto Sans JP', sans-serif;
  --font-shippori: "Shippori Mincho";
}

.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}
.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.rubik {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.eb-garamond {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.toppan{
    font-family: "toppan-bunkyu-mincho-pr6n", serif;
    font-weight: 400;
    font-style: normal;
}
html {
    font-size: 62.5%;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    background: var(--navy-deep);
    color: var(--white);
    font-family: var(--font);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* ── STAR BG ── */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
	html {
		font-size: 2.5vw;
	}
}
@media only screen and (max-width: 1301px) {
    html{
        font-size: 2.5vw;
        -webkit-overflow-scrolling: touch;
    }
	body {
		font-size: 1.65rem;
		overflow-x: hidden;
        width: 100%;
	}
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}
@media (min-width: 1301px) {
    .inner-900{
        max-width: 98rem;
        margin: auto;
        padding: 0 4rem;
    }
	.pc {
		display: block !important;
	}

	.sp {
		display: none !important;
	}
}

/* ── STICKY BAR ── */
.sticky-bar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 200;
    background: rgba(8,24,56,0.55);
    backdrop-filter: blur(1.6rem);
    padding: 1rem 1rem 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-100%);
    transition: transform 0.35s ease;
}
.sticky-bar.visible { transform: translateY(0); }
.sticky-logo{
    max-width: 32vw;
}
.sticky-logo img{
    width: 100%;
}
.sticky-cta {
    display: inline-flex; align-items: center; gap: 0.6rem;
    background: var(--line-green); color: #fff;
    border: none; border-radius: 2.4rem;
    padding: 0.8rem 1.8rem; font-size: 1.2rem; font-weight: 700;
    font-family: var(--font); cursor: pointer; text-decoration: none;
    white-space: nowrap; letter-spacing: 0.02em;
}
.sticky-cta svg{
    width: 1.6rem;
    height: 1.6rem;
}
@media (min-width: 1301px) {
    .sticky-bar {
      padding: 3rem;
    }
    .sticky-logo{
        max-width: 20rem;
    }
    .sticky-cta {
      gap: 0.6rem;
      padding: 1.6rem 2.4rem;
      font-size: 1.4rem;
    }
}
/* ── HERO ── */
.hero {
    position: relative; z-index: 1;
    min-height: 100svh;
    height: 100svh;
    background: linear-gradient(180deg, #080f20 0%, #0d1b3e 40%, #1a2d5a 100%);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    height: 100%;
}
.hero img{
    margin: auto;
}
.hero.ptn1 {
    background-image: url("/cdn/shop/files/bg_hero_1.webp?v=1780478113");
}
.hero.ptn2 {
    background-image: url("/cdn/shop/files/bg_hero_2.webp?v=1780478113");
}
.hero-logo{
    margin-left: auto;
    margin-bottom: 4rem;
}
.hero-logo-wrap{
    width: 20vw;
}
.hero-head{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ptn2 .hero-head{
    margin-right: auto;
    align-items: flex-start;
}
.hero-eyebrow{
    width: 56vw;
    margin: auto;
    margin-bottom: 2rem
}
.ptn2 .hero-eyebrow{
    width: 51vw;
    margin-left: 1rem;
}
.hero-main-title{
    width: 75vw;
}
.ptn2 .hero-main-title{
    width: 65vw;
}
.hero-body{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
}
.hero-product-wrap{
    position: relative;
    width: 36vw;
}
.hero-caption{
    width: 46vw;
    position: absolute;
    left: calc(100% + 2rem);
}
.hero-product-image-shadow{
    position: absolute;
    width: 128.5%; /* 402 / 313 ≒ 1.285 */
    left: 50%;
    top: 77%;
    transform: translate(-50%, -50%);
    z-index: -1;
    mix-blend-mode: overlay;
    pointer-events: none;
}
.hero-product-image-logo{
    width: 85%;
    margin: auto;
    margin-top: 2rem;
}
.hero-subtitle-small{
    width: 31vw;
    flex: 1 1 31vw;
    max-width: 40vw;
}
.hero-foot{
}
.hero-disclaimer{
    font-size: 0.9rem;
    font-family: "toppan-bunkyu-mincho-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
}
.ptn1 .hero-disclaimer{
    color: #b2b8d6;
}
.ptn2 .hero-disclaimer{
    color: #d6c8b2;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width: 1300px) and (min-width: 768px){
    .hero-logo{
        margin-bottom: 2rem;
    }
    .hero-eyebrow{
        width: 45vw;
    }
    .hero-main-title{
        width: 60vw;
    }
    .hero-body{
        margin-bottom: 1rem;
        padding-left: 2rem;
    }
    .hero-product-wrap{
        width: 32vw;
    }
    .hero-caption{
        width: 35vw;
        left: calc(100% + 2rem);
    }
    .hero-product-image-logo{
        margin-top: 3rem;
    }
    .hero-subtitle-small{
        width: 13rem;
        flex: 1 1 13rem;
        max-width: 13rem;
    }
    .hero-disclaimer{
        font-size: 0.8rem;
    }
}
@media (min-width: 1301px) {
    .hero-wrap {
        padding: 4rem;
        max-width: 1360px;
        margin: auto;
        align-items: flex-start;
    }
    .hero.ptn1 {
        background-image: url("/cdn/shop/files/bg_hero_1_pc.webp?v=1780478114");
    }
    .hero.ptn2 {
        background-image: url("/cdn/shop/files/bg_hero_2_pc.webp?v=1780478113");
    }
    .hero-logo{
        margin-left: auto;
        margin-bottom: 4rem;
    }
    .hero-logo-wrap{
        width: 18rem;
    }
    .hero-head{
        align-items: flex-start;
    }
    .hero-eyebrow{
        width: 40rem;
        margin: inherit;
        margin-bottom: 4rem;
    }
    .ptn2 .hero-eyebrow{
        width: 46rem;
    }
    .hero-main-title{
        width: 50rem;
        margin: inherit;
    }
    .ptn2 .hero-main-title{
        width: 56rem;
    }
    .hero-body{
        margin-bottom: 10rem;
        padding-left: 8rem;
    }
    .hero-product-wrap{
        width: 22rem;
    }
    .hero-caption{
        width: 23rem;
        left: calc(100% + 4rem);
    }
    .ptn2 .hero-caption{
        width: 30rem;
    }
    .hero-product-image-logo{
        margin-top: 4rem;
    }
    .hero-subtitle-small{
        width: 27rem;
        flex: 1 1 27rem;
        max-width: 27rem;
    }
    .hero-disclaimer{
        font-size: 1.3rem;
    }
}
/* ── CTA BLOCK ── */
.cf-block {
    position: relative; z-index: 1;
    background-image: url("/cdn/shop/files/bg_CTA.webp?v=1780478113");
    background-size: cover;
    padding: 2.8rem 2rem 2.4rem;
}
.cf-date {
    text-align: center;
    font-family: var(--font-shippori);
    font-size: 1.3rem; font-weight: 500;
    margin-bottom: 1.6rem; letter-spacing: 0.04em;
}
.cf-date span {  margin-right: 0.15rem; }
.cd-date-en{
    font-size: 150%;
}
.cf-makuake-row {
    display: flex; align-items: center; gap: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    max-width: 75vw;
    margin: auto;
    margin-bottom: 2rem;
}
.cf-off-badge {
    flex-shrink: 0;
    width: 23%;
}
.cf-off-badge img{ width: 100%;}
.makuake-name a { display: inline-block;}
.makuake-name img { width: 100%;}
.makuake-sub { font-size: 0.9rem; color: var(--white); margin-top: 2px; }
.makuake-sub-color{ color: var(--gold-txt); margin: 0 0.1rem;}
.cf-line-hint {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    margin-bottom: 0.5rem;
    letter-spacing: 0.06em;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    position: relative;
}
.cf-line-hint::before,.cf-line-hint::after {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1px;
    background: var(--white);
}
.cf-line-hint::before {
    transform: rotate(55deg);
    left: -1.5em;
}
.cf-line-hint::after {
    transform: rotate(-55deg);
    right: -1.5em;
}
.btn-line-main {
    display: flex; align-items: center; justify-content: center; gap: 1rem;
    width: 100%;
    aspect-ratio: 690 / 184;
    font-size: 1.6rem; font-weight: 700;
    font-family: var(--font); cursor: pointer; text-decoration: none;
    letter-spacing: 0.04em;
    background: #06C755;
    border-bottom: solid 2px #03AD48;/*少し濃い目の色に*/
    box-shadow: inset 0 4px 0 rgba(255,255,255,0.2), 0 4px 4px rgba(0, 0, 0, 0.19);
    /*box-shadow: 0 2px 1.2rem rgba(255,255,255,0.35);*/
    border-radius: 6rem;
    transition: opacity 0.2s, transform 0.2s;
    position: relative;
}
.btn-line-main svg{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 690 / 184;
    filter: drop-shadow(0 0 12px rgba(255,255,255,.08));
}
.btn-line-main:after{
    content: "";
    width: 1rem;
    height: 1.8rem;
    aspect-ratio: 10 / 20;
    background-image:url("/cdn/shop/files/ico_arrow.svg?v=1780478113");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-line-main:hover { opacity: 0.92; transform: translateY(-2px); }
.btn-line-main .name-block { display: flex; flex-direction: column; gap: 1px; position: relative; color: var(--white); justify-content: center; align-items: center;}
.btn-line-main .product-name { font-size: 1.6rem;}
.btn-line-main .action-text { font-size: 2rem; font-weight: 900; }
.btn-line-main .action-text-line { margin:0 0.25em;}
.line-icon-svg { width: 28px; height: 28px; fill: #fff; flex-shrink: 0; }

@media (min-width: 1301px) {
    .cf-block {
        background-image: url("ttps:/cdn/shop/files/bg_CTA_pc.webp?v=1780478113");
        padding: 5.6rem 4rem 4.8rem;
        background-size: cover;
        background-position: bottom;
    }
    .cf-date {
        font-size: 2.6rem;
        margin-bottom: 3.2rem;
    }
    .cf-date span {  margin-right: 0.3rem; }
    .cf-makuake-row {
        gap: 2rem;
        border-radius: 2rem;
        padding: 3rem 4rem 3rem 3rem;
        max-width: 60rem;
        margin-bottom: 4rem;
    }
    .makuake-sub { font-size: 1.6rem; margin-top: 0.4rem;text-align: center;}
    .makuake-sub-color{ margin: 0 0.4rem;}
    .cf-line-hint {
        font-size: 2rem;
        margin-bottom: 1rem;
        gap: 1.2rem;
    }
    .btn-line-main {
      gap: 1rem;
      aspect-ratio: 800 / 137;
      font-size: 1.6rem;
      box-shadow: 0 2px 1.2rem rgba(255,255,255,0.35);
      border-radius: 2rem;
      max-width: 80rem;
      margin: auto;
    }
    .btn-line-main:after{
        width: 2rem;
        right: 3rem;
    }
    .btn-line-main svg{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        aspect-ratio: 800 / 137;
    }
    .btn-line-main:hover { transform: translateY(-0.4rem); }
    .btn-line-main .name-block { gap: 0.2rem;}
    .btn-line-main .product-name { font-size: 2.8rem;}
    .btn-line-main .action-text { font-size: 3.4rem;}
    .line-icon-svg { width: 5.6rem; height: 5.6rem; fill: #fff; flex-shrink: 0; }    
}


/* ── INTRO ── */
.section-intro {
    position: relative; z-index: 1;
    padding: 5.6rem 2rem 4.8rem;
    text-align: center;
    background: linear-gradient(180deg, #0f1e42 0%, #0d1b3e 100%);
    background-image: url("/cdn/shop/files/bg_intro.webp?v=1780478113");
    aspect-ratio: 750 / 1385;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.intro-title {
    font-family: var(--font-shippori);
    font-size: 2.3rem;
    font-weight: 500; line-height: 1.55;
    margin-bottom: 4.5rem;
}
.intro-product-name { display: inline-flex; gap: 0.75rem; align-items: center; position: relative;}
.intro-product-sublogo{
font-size: 1.6rem; font-weight: 500; color: var(--gold);
}
.intro-product-name:after{
    content: "";
    background-image: url(/cdn/shop/files/logo_intro.svg?v=1780534232);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 0.2rem;
    display: inline-block;
    position: absolute;
    bottom: -2rem;
    left: 0;
    right: 0;
    margin: auto;
}
.intro-product-logo{
    max-width: 17rem;
}
.intro-product-logo img{
    width: 100%;
    height: auto;
}
.product-img-center {
    width: 70%; max-width: 16.5rem; margin: 0 auto 2.4rem;
    aspect-ratio: 1;
}
.product-img-center::after {
    content: '';
    position: absolute;
    bottom: -1.2rem; left: 10%; right: 10%;
    height: 40px;
    background: radial-gradient(ellipse, rgba(100,140,220,0.2) 0%, transparent 70%);
    filter: blur(8px);
}
.intro-body { font-size: 1.2rem; color: var(--white); line-height: 1.9; }
.final-logo-brand{
    width: 32vw;
}
@media (min-width: 1301px) {
    .section-intro {
        padding: 14rem 4rem 12rem;
        background-image: url("/cdn/shop/files/bg_intro_bg.webp?v=1780478114");
        aspect-ratio: auto;
        background-position: center;
    }
    .intro-title {
        font-size: 3.6rem;
        margin-bottom: 12rem;
    }
    .intro-product-name {
        gap: 1.5rem;
        margin-bottom: 4rem;
    }
    .intro-product-sublogo{
    font-size: 2.6rem;
    }
    .intro-product-name:after{
    bottom: -2rem;
    }
    .intro-product-logo{
    max-width: 20rem;
    }
    .product-img-center {
        width: 26rem;
        max-width: 26rem;
        margin: 0 auto 10rem;
    }
    .product-img-center::after {
      content: '';
      position: absolute;
      bottom: -1.2rem; left: 10%; right: 10%;
      height: 40px;
      background: radial-gradient(ellipse, rgba(100,140,220,0.2) 0%, transparent 70%);
      filter: blur(8px);
    }
    .intro-body { font-size: 1.8rem; }
    .final-logo-brand {
        width: 14rem;
        margin-top: 4rem;
    }
}


/* ── SECTION HEADER ── */
.sec-header { margin-bottom: 6rem; }
.sec-eyebrow { font-size: 1.1rem; font-weight: 500; color: var(--gold-txt); }
.sec-title-jp { font-size: 1.6rem; font-weight: 700; color: var(--white); }
.sec-desc { font-size: 1.4rem; color: var(--white); line-height: 1.75; margin-top: 2rem;}

@media (min-width: 1301px) {
    .sec-header { margin-bottom: 12rem; }
    .sec-eyebrow { font-size: 4rem; margin-bottom: 0.5rem;}
    .sec-title-jp { font-size: 3.2rem;}
    .sec-desc { font-size: 2rem; margin-top: 6rem;}
}
/* ── SUMMARY ITEM ── */
.summary-section {
    position: relative;
    z-index: 1;
    background-image: url("/cdn/shop/files/bg_summary.webp?v=1780478113");
    background-size: 100%;
    background-repeat: repeat;
    background-position: center;
    padding: 8.5rem 0 6rem 1.5rem;
}
.summary-list-wrap{
    padding-left: 4rem;
    margin-bottom: 6rem;
}
.summary-headline {
    padding: 0 1.5rem 0 0;
    text-align: left;
    margin-bottom: 1.5rem;
}
.summary-titleimg{ display: inline-block; width: 15rem; margin-bottom: 1rem;}
.summary-titleimg img{ width: 100%; }
.summary-headline .bracket { font-size: 1.2rem; font-weight: 500; color: var(--white);line-height: 1.75;}
.summary-headline-ttl { font-family: var(--font-shippori); font-size: clamp(22px, 5vw, 28px); font-weight: 500; line-height: 1.3; margin-bottom: 1rem;}
.summary-img {
padding-left: 2.5rem;
width: 100%; aspect-ratio: 580/338; object-fit: cover;
display: block;
}
.summary-img img{
    width: 100%;
}

@media (min-width: 1301px) {
    .summary-inner{
        max-width: 80%;
        margin-left: auto;
    }
    .summary-section {
        padding: 14rem 0 6rem 0;
    }
    .summary-list-wrap{
        padding-left: 10%;
        margin-bottom: 12rem;
        display: flex;
        justify-content: space-between;
        gap: 4rem;
    }
    .summary-headline {
        padding: 0;
        margin-bottom: 0;
    }
    .summary-titleimg{ width: 30rem; margin-bottom: 2rem;}
    .summary-headline .bracket { font-size: 2rem;}
    .summary-headline-ttl { font-size: 4rem; margin-bottom: 2rem;}
    .summary-img {
        padding-left: 0;
        width: 50%;
    }
}


/* FEATURES ITEM */
.feature-section{
    position: relative;
    padding-bottom: 12rem;
}
.feature-section:before{
    content: "";
    background-image:url("/cdn/shop/files/sec_deep_sp.svg?v=1780478113");
    width: 100%;
    height: 5rem;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -5rem;
    z-index: 1;
}
.feature-section.navy:before{
    background-image:url("/cdn/shop/files/sec_deep_sp.svg?v=1780478113");
}
.feature-section.deep{
    background: var(--navy-deep);
}
.feature-section.navy{
    background: var(--navy);
}
.feature-number-block {
  position: relative;
}
.feature-heading{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2.2rem;
    line-height: 1.5;
}
.feature-heading img{
    width: 80vw;
    margin: auto;
}
.feature-img-wrap{
    margin-bottom: 4rem;
}
.feature-img-wrap img{
    width: 100%;
}
.img-placeholder {
    width: 100%; aspect-ratio: 4/3;
    background: linear-gradient(135deg, #1a2d5a 0%, #0d1b3e 100%);
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
}
.img-placeholder-label {
    font-size: 11px; color: rgba(255,255,255,0.2);
    letter-spacing: 0.08em; z-index: 1;
}
.img-placeholder::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 60%, rgba(100,140,220,0.08) 0%, transparent 70%);
}

.img-placeholder-tall { aspect-ratio: 3/4; }
.img-placeholder-sq { aspect-ratio: 1; border-radius: 50%; max-width: 200px; margin: 0 auto; }

.feature-body {
    padding: 0 2.4rem;
    color: var(--white);
    margin-bottom: 4rem;
}
.feature-body h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.feature-body h4 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.feature-body p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.feature-pcflex{
    display: none;
}
@media (min-width: 1301px) {
    .feature-section{
        padding-bottom: 24rem;
    }
    .feature-section:before{
        background-image:url("/cdn/shop/files/sec_deep_sp.svg?v=1780478113");
        height: 8rem;
        top: -8rem;
    }
    .feature-section.navy:before{
        background-image:url("/cdn/shop/files/sec_navy_pc.svg?v=1780478113");
    }
    .feature-number-block img{
        margin: auto;
    }
    .feature-heading{
        margin-bottom: 8rem;
        font-size: 4.4rem;
    }
    .feature-heading img{
        width: 50rem;
        margin: auto;
    }
    .feature-img-wrap{
        margin-bottom: 12rem;
    }
    .feature-img-wrap img{
        width: 100%;
    }
    .feature-img-wrap.m1200{
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
    }
    .feature-body {
        max-width: 1200px;
        padding: 0 4.8rem;
        margin: auto;
        margin-bottom: 8rem;
    }
    .feature-body h3 {
        font-size: 3.6rem;
        margin-bottom: 4rem;
    }
    .feature-body p {
        font-size: 1.8rem;
        margin-bottom: 4rem;
    }
    .feature-pcflex{
        display: flex;
        max-width: 1200px;
        padding: 6rem 4.8rem;
        margin: auto;
        margin-bottom: 8rem;
        align-items: center;
    }
    .feature-pcflex2{
        padding: 0 4.8rem;
        align-items: flex-start;
    }
    .feature-pcflex .feature-body{
        padding: 0;
        margin-bottom: 0;
    }
    .feature-pcflex .feature-img-wrap{
        flex: 1 1 40%;
    }
    .feature-pcflex-wrap{
        flex: 1 1 60%;
    }
    .feature-pcflex2 .feature-img-wrap{
        flex: 1 1 50%;
    }
    .feature-pcflex2 .feature-pcflex-wrap{
        flex: 1 1 40%;
    }
}


/* Volume */
.feature-vol-wrap{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.feature-vol img{
    width: 100%;
}

@media (min-width: 1301px) {
    .feature-vol-wrap{
        flex-direction: row;
        gap: 4rem;
    }
    .feature-vol img{
        width: 100%;
    }
}
.feature-app-wrap{
    position: relative;
    z-index: 0;
    padding: 2.5rem;
    margin-top: 10rem;
    margin-bottom: 14rem;
}
.feature-app-wrap:after{
    content:"";
    display: block;
    position: absolute;
    width: 125%;
    height: 113%;
    background: linear-gradient(180deg, #8EC1FD 0%, #D3B1F7 100%);
    opacity: 0.7;
    transform: rotate(-5.41deg);
    z-index: -1;
    top: -5%;
    left: -12%;
    right: 0;
    /* bottom: 0; */
    margin: auto;
}
.app-bl-head{
    display: flex;
    justify-content: center;
    gap: 2rem;
    position: relative;
    z-index: 0;
    margin-bottom: -24vw;
}
.app-bl-head img{
    width: 30vw;
    margin-left: 2vw;
}
.feature-app-wrap h3{
    line-height: 1.75;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-top: 12vw;
}
.app-bl-body{
    position: relative;
    z-index: 1;
}
.app-bl-cont{
    padding: 2rem;
    background: var(--white);
    border-radius: 1.2rem;
    margin-bottom: 0.5rem;
}
.app-headline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}
.app-headline-ttl{
}
.app-headline-ttl h4{
    color: #000000;
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.app-headline-ttl h4 span{
    color: var(--white);
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.075em;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0.25rem 0.65rem;
    background: linear-gradient(90deg, #4E7AE4 0%, #BF81ED 100%);
    border-radius: 1rem;
}
.app-headline-ttl p{
    font-size: 1.2rem;
    font-weight: 600;
    color: #634DC6;
}
.app-desc{
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--grey-txt);
}
.app-headline-icon{
    max-width: 15vw;
}
.app-headline-icon img{
    width: 100%;
}
.app-bl-foot{
    margin-top: 6rem;
    text-align: center;
}
.app-bl-foot img{
    max-width: 15vw;
    margin: auto;
}
.app-bl-foot p{
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
}
@media (min-width: 1301px) {
    .app-pc-wrap{
        display: flex;
        justify-content: space-between;
        max-width: 113rem;
        margin: auto;
        gap: 2rem;
        margin-top: 8rem;
    }
    .feature-app-wrap{
        position: relative;
        z-index: 0;
        padding: 2.5rem;
        margin-top: 20rem;
        margin-bottom: 36rem;
    }
    .feature-app-wrap:after{
        content:"";
        display: block;
        position: absolute;
        width: 125%;
        height: 113%;
        background: linear-gradient(180deg, #8EC1FD 0%, #D3B1F7 100%);
        opacity: 0.7;
        transform: rotate(-5.41deg);
        z-index: -1;
        top: -5%;
        left: -12%;
        right: 0;
        /* bottom: 0; */
        margin: auto;
    }
    .app-bl-head{
        flex: 1 1 33rem;
        max-width: 33rem;
        align-items: flex-end;
        gap: 2rem;
        margin-bottom: 0;
    }
    .app-bl-head img{
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .feature-app-wrap h3{
        font-size: 4rem;
        margin-top: 10rem;
        text-align: center;
    }
    .app-bl-body{
        flex: 1 1 50%;
        position: relative;
        z-index: 1;
    }
    .app-bl-cont{
        padding: 4rem;
        background: var(--white);
        border-radius: 2.4rem;
        margin-bottom: 1rem;
    }
    .app-headline{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    .app-headline-ttl{
    }
    .app-headline-ttl h4{
        font-size: 3.2rem;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    .app-headline-ttl h4 span{
        font-size: 2.8rem;
        padding: 0.5rem 1.3rem;
        border-radius: 2rem;
    }
    .app-headline-ttl p{
        font-size: 2.4rem;
    }
    .app-desc{
        font-size: 1.8rem;
    }
    .app-headline-icon{
        max-width: 10rem;
    }
    .app-bl-foot{
        margin-top: 12rem;
    }
    .app-bl-foot img{
        max-width: 15rem;
    }
    .app-bl-foot p{
        margin-top: 3rem;
        font-size: 3.2rem;
    }
}
    
/* ── PAIN SECTION ── */
.pain-section:before {
    content: "";
    background-image: url("/cdn/shop/files/bg_pain_before.svg?v=1780478113");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100vw;
    aspect-ratio: 750 / 116;
    display: block;
    left: 0;
    position: absolute;
    top: -1rem;
}
.pain-section:after {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-right: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    transform: rotate(45deg);
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    margin: auto;
}
.pain-section {
    position: relative; z-index: 1;
    background: var(--pain);
    padding: 16rem 3rem 13rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}
.pain-head{
    margin-bottom: 10rem;
    text-align: center;
}
.pain-eyebrow {
    text-align: center;
    font-size: 1.3rem;
    color: var(--gold-txt);
    letter-spacing: 0.1em;
    margin-bottom: 1.6rem;
}
.pain-title {
    text-align: center;
    font-size: clamp(2.2rem, 6vw, 3.2rem);
    font-weight: 500;
    line-height: 1.35;
    display: inline-block;
    position: relative;
}
.pain-title:after{
    content: "";
    position: absolute;
    background-image: url("/cdn/shop/files/pain_title_01.webp?v=1780478113");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 95%;
    height: 0.65rem;
    bottom: -0.5em;
    left: 0;
    right: 0;
    margin: auto;
}

.pain-case {
    margin-bottom: 3.2rem;
    position: relative;
    height: 85vw;
}
.pain-case-label {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--gold-txt);
    margin-bottom: 8px;
}
.pain-case-text {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.85;
}
.pain-case-text span{
    font-size: 120%;
}
.pain-case.right { text-align: right; }

.pain-img-wrap{
    position: absolute;
    z-index: -1;
}
.case1 .pain-img-wrap{
    top: -15%;
    width: 136%;
    right: 10%;
    left: 0;
}
.case2 .pain-img-wrap{
    width: 123%;
    left: -21%;
    right: 0;
    top: 14%;
}
.case3 .pain-img-wrap{
    width: 130%;
    top: -12%;
    right: -20%;
    left: 0;
    margin: auto;
}
.pain-foot p{
    font-size: 2.1rem;
    text-align: center;
    line-height: 1.75;
    font-weight: 500;
    background: linear-gradient(90deg, #FFE4BC 0%, #FDCFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 1301px) {
    .pain-section:before {
        background-image: url("/cdn/shop/files/bg_pain_before_pc.svg?v=1780478113");
        aspect-ratio: 1443 / 110;
        top: -1rem;
    }
    .pain-section:after {
        width: 2rem;
        height: 2rem;
        top: 2rem;
    }
    .pain-section {
      padding: 30rem 3rem 30rem;
    }
    .pain-head{
        margin-bottom: 20rem;
    }
    .pain-eyebrow {
        font-size: 2.6rem;
        margin-bottom: 3rem;
    }
    .pain-title {
        font-size: 4.4rem;
    }
    .pain-title:after{
        height: 0.9rem;
    }
    .pain-body{
        position: relative;
        max-width: 120rem;
        margin: auto;
        min-height: 86rem;
    }
    .pain-case {
        margin-bottom: 3.2rem;
        height: auto;
        position: absolute;
    }
    .pain-case-label {
        font-size: 2.5rem;
        margin-bottom: 1.6rem;
    }
    .pain-case-text {
        font-size: 2.5rem;
        text-align: left;
    }
    .pain-img-wrap{
        position: absolute;
        z-index: -1;
    }
    .pain-img-wrap img{
        width: 100%;
    }
    .pain-case.case1{
        top: 0;
        left: 0;
    }
    .pain-case.case2{
        right: 15%;
        top: 6%;
    }
    .pain-case.case3{
        top: 48%;
        right: 0;
        left: 15%;
        margin: auto;
    }
    .case1 .pain-img-wrap{
        width: 50rem;
    }
    .case2 .pain-img-wrap{
        width: 59rem;
        left: auto;
        right: -53%;
        top: 45%;
    }
    .case3 .pain-img-wrap{
        width: 54rem;
        top: -79%;
        right: auto;
        left: 2%;
        margin: auto;
    }
    .pain-foot p{
        font-size: 4.2rem;
    }
}

/* ── propose ── */
.propose-head {
    background-image: url("/cdn/shop/files/bg_propose.webp?v=1780478113");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100vw;
    aspect-ratio: 750 / 882;
}
.propose-head-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem 3.5rem;
}
.propose-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 2;
}
.propose-eyebrow {
    font-size: 2.3rem;
    color: var(--gold-txt);
    letter-spacing: 0.1em;
    margin-bottom: 1.6rem;
}
.propose-grad {
    background: linear-gradient(90deg, #FFE4BC 0%, #FDCFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.propose-desc{
    font-size: 1.5rem;
    line-height: 1.75;
}
.propose-body{
    padding: 5rem 2.5rem;
    background-color: #445366;
    background-image: url("/cdn/shop/files/bg_propose_2.webp?v=1780478114");
    background-size: contain;
    background-position: bottom;
    aspect-ratio: 750 / 1616;
}
.propose-body-copy{
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
.propose-body-copy-small{
    font-size: 1.3rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin-bottom: 0.75em;
}
.propose-body-copy-small img{
    display: inline-block;
    width: 45vw;
    margin-right: 0.5em;
    vertical-align: bottom;
}
.propose-body-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 4rem;
}
.propose-scene{
    position: relative;
    padding-left: 7rem;
    padding-top: 4rem;
    width: 70vw;
}
.propose-img-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 8rem;
    height: 8rem;
    z-index: -1;
}
.propose-scene-label{
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: var(--gold-txt);
    margin-bottom: 1rem;
}
.propose-scene-text{
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #E1E1E1;
}
.propose-foot{
    position: relative;
    z-index: 1;
    background: var(--navy-deep);
    margin-top 4rem;
    padding-bottom: 12rem;
}
.propose-foot:before{
    content: "";
    background-image: url("/cdn/shop/files/bg_proposefoot_before.svg?v=1780478112");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100vw;
    aspect-ratio: 750 / 156;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: -8rem;    
}
.propose-foot-copy-small{
    font-size: 1.5rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}
.propose-foot-copy{
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
.propose-foot-inner{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
}
.propose-case{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    justify-content: space-around;
    padding: 2rem 10rem 2rem 0;
    background-size: contain;
    background-position: right;
    aspect-ratio: 613 / 246;
    width: 80vw;
    margin: auto;
}
.propose-case.case1{
    background-image: url("/cdn/shop/files/img_propose_7.webp?v=1780478113");
}
.propose-case.case2{
    background-image: url("/cdn/shop/files/img_propose_8.webp?v=1780478113");
}
.propose-case.case3{
    background-image: url("/cdn/shop/files/img_propose_9.webp?v=1780478114");
}
.propose-case-img-wrap{
    width: 3.2rem;
}
.propose-case-text{
    font-size: 1.2rem;
    line-height: 1.75;
}
@media (min-width: 1301px) {
    .propose-head {
        background-image: url("/cdn/shop/files/bg_propose_pc.webp?v=1780478114");
        aspect-ratio: 1440 / 882;
        padding: 11rem 3.5rem;
    }
    .propose-head-inner{
        max-width: 120rem;
        margin: auto;
    }
    .propose-title {
        font-size: 4.7rem;
    }
    .propose-eyebrow {
        display: block;
        font-size: 5.4rem;
        margin-top: 4rem;
    }
    .propose-desc{
        font-size: 3rem;
    }
    .propose-body{
        padding: 18rem 5rem;
        background-image: url("/cdn/shop/files/bg_propose_2_pc.webp?v=1780478114");
        aspect-ratio: 1440 / 1616;
    }
    .propose-body-copy{
        font-size: 3.2rem;
    }
    .propose-body-copy-small{
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
    .propose-body-copy-small img{
        width: 30rem;
    }
    .propose-body-inner{
        display: flex;
        flex-direction: row;
        gap: 10rem;
        margin-top: 12rem;
        justify-content: center;
    }
    .propose-scene{
        position: relative;
        padding-left: 0;
        padding-top: 4rem;
        width: 40rem;
    }
    .propose-img-wrap{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 16rem;
        height: 16rem;
        margin-bottom: 4rem;
    }
    .propose-scene-label{
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .propose-scene-text{
        font-size: 1.8rem;
    }

    .propose-foot{
        margin-top 8rem;
        padding-bottom: 32rem;
    }
    .propose-foot:before{
        background-image: url("/cdn/shop/files/bg_proposefoot_before_pc.svg?v=1780478113");
        aspect-ratio: 1440 / 148;
        top: -12rem;    
    }
    .propose-foot-copy-small{
        font-size: 3rem;
        margin-bottom: 8rem;
    }
    .propose-foot-copy{
        font-size: 3.2rem;
    }
    .propose-foot-inner{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6rem;
        margin-top: 8rem;
    }
    .propose-case{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: center;
        padding: 2rem 10rem 2rem 0;
        aspect-ratio: 500 / 346;
        max-width: 35%;
        width: 35%;
        margin: auto;
    }
    .propose-case-img-wrap{
        width: 6.4rem;
    }
    .propose-case-text{
        font-size: 1.8rem;
        line-height: 1.75;
    }
}

/* ── BRAND ── */
.brand-section {
    background: var(--white);
}
.brand-head{
    padding: 8rem 2.5rem 6rem;
    color: black;
}
.brand-section h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(2rem, 5.5vw, 26px);
    line-height: 1.5;
    margin-bottom: 4rem;
    text-align: center;
}
.brand-head-txt {
    font-size: 1.2rem;
    line-height: 1.8;
}
.brand-section .final-logo-brand{
    width: 40vw;
    margin: auto;
    margin-top: 4rem;
}
.brand-body {
    padding: 8rem 4.25rem;
    background: #F6F6F6;
    font-size: 1.2rem;
    color: black;
    line-height: 1.5;
    font-family: "Shippori Mincho", serif;
}
.brand-history-title {
    font-size: 1.8rem;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 6rem;
}
.history-item {
    margin-bottom: 6rem;
}
.history-product-img{
    margin: auto;
    margin-bottom: 4rem;
    text-align: center;
}
.history-product-img img{
    width: 100%
}
.item1 .history-product-img {
    max-width: 20vw;
}
.item2 .history-product-img {
    max-width: 36vw;
}
.item3 .history-product-img {
    max-width: 32vw;
}
.history-name {
    font-family: "EB Garamond", serif;
    font-size: 1.9rem;
    font-weight: 400;
    margin-bottom: 6px;
}
.history-meta {
    font-size: 1rem;
    color: var(--grey-txt);
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}
.history-desc {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
}
@media (min-width: 1301px) {
    .brand-head{
        max-width: 88rem;
        margin: auto;
        padding: 16rem 4rem 12rem;
    }
    .brand-section h2 {
        font-size: 4.4rem;
        margin-bottom: 8rem;
    }
    .brand-head-txt {
        font-size: 2rem;
    }
    .brand-section .final-logo-brand{
        width: 27rem;
        margin-top: 8rem;
    }
    .brand-body {
        padding: 16rem 4.25rem;
        font-size: 2.4rem;
    }
    .brand-history-title {
        font-size: 3.6rem;
        margin-bottom: 12rem;
    }
    .history-item {
        max-width: 80rem;
        margin: auto;
        margin-bottom: 12rem;
    }
    .history-product-img{
        margin-bottom: 8rem;
    }
    .item1 .history-product-img {
        max-width: 22rem;
    }
    .item2 .history-product-img {
        max-width: 39rem;
    }
    .item3 .history-product-img {
        max-width: 34rem;
    }

    .history-name {
        font-size: 3.8rem;
        margin-bottom: 1.2rem;
    }
    .history-meta {
        font-size: 2rem;
        margin-bottom: 1.2rem;
    }
    .history-desc {
        font-size: 2.4rem;
    }    
}


/* ── FOOTER ── */
footer {
    position: relative;
    z-index: 1;
    background: #080f20;
    padding: 2.4rem 2rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}
footer p{
    text-align: center;
    font-size: 1.1rem;
    color: var(--white-muted);
    line-height: 1.8;
}
.footer-body{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 4rem;
}
.footer-logo{
    width: 24vw;
    padding-top: 0.6rem;
}
.footer-link-wrap{
    text-align: left;
}
.footer-link-list a{
    color: white;
    font-size: 1.1rem;
}
@media (min-width: 1301px) {
    footer {
      padding: 4rem 8rem;
    }
    .footer-body{
        margin-bottom: 8rem;
    }
    .footer-logo{
        width: 20rem;
        padding-top: 0.6rem;
    }
    .footer-link-wrap{
    }
    .footer-link-list{
        margin-bottom: 1rem;
    }
    .footer-link-list a{
        color: white;
        font-size: 1.3rem;
    }
}
/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }