:root{
    --bg: url("../img/page/img_bg.jpg");
    --overlay-opacity: 0.92;
    --text: #111;
}

*, *::before, *::after { box-sizing: border-box; }

html, body { height: 100%; }

body{
    margin: 0;
    color: var(--text);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
    letter-spacing: 0.02em;
    background: #f6f6f6;
	font-family: Noto Sans JP;
}

.noto-sans {
	font-family: Noto Sans JP;
}
.hero{
    position: relative;
}

.reveal-on-scroll {
    opacity: 1;
}
.reveal-on-scroll > * {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    will-change: opacity, transform;
}
.reveal-on-scroll.reveal-self {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    will-change: opacity, transform;
}
.reveal-on-scroll.reveal-self > * {
    opacity: 1;
    transform: none;
    transition: none;
}
.reveal-on-scroll.is-visible > * {
    opacity: 1;
    transform: translateY(0);
}
.reveal-on-scroll.reveal-self.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .reveal-on-scroll,
    .reveal-on-scroll > *,
    .reveal-on-scroll.is-visible > * {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* 背景画像 */
.hero::before{
    content:"";
    position:fixed;
inset:0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
    transform: scale(1.02);
    z-index: 0;
}

.hero::after{
    content:"";
    position:fixed;
    inset:0;
    background:
    radial-gradient(1200px 600px at 50% 55%,
        rgba(255,255,255,var(--overlay-opacity)) 0%,
        rgba(255,255,255,0.70) 45%,
        rgba(255,255,255,0.25) 72%,
        rgba(255,255,255,0.05) 100%),
    linear-gradient(180deg,
        rgba(255,255,255,0.35) 0%,
        rgba(255,255,255,0.55) 70%,
        rgba(255,255,255,0.95) 100%);
    z-index: 1;
}

.content{
    position: relative;
    z-index: 2;
    text-align: center;

    padding: 24px 16px;
    width: 100%;

    transform: translateY(6px);
}

.logo{
    display: block;
    height: auto;
    width: 100%;

    max-width: min(90vw, 520px);

    margin: 0 auto 24px;
}

.date{
  font-family: "Stardos Stencil", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: clamp(28px, 4vw, 44px);
  margin: 0;
  opacity: 0.8;
}

.listen-box {
    padding: 20px 2.142857rem;
    background-image: url("../img/page/img_bg_buy.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#main .cv-name-box {
    margin-bottom: 0;
}
.listen-box-p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
}
.listen-img-box {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.listen-img-content {
    width: calc(50% - 0.25rem);
}
.listen-img-content,
#main .purchase a.h-o-07 {
    position: relative;
    display: block;
    overflow: hidden;
}
.listen-img-content::after,
#main .purchase a.h-o-07::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
@media (hover: hover) {
    .listen-img-content:hover::after,
    #main .purchase a.h-o-07:hover::after {
        opacity: 1;
    }
}
.img_intro_wrapper {
    width: 74%;
    margin: 0 auto;
}
.news_credit_wrapper {
    padding: 2.714286rem 1.071429rem 2.285714rem;
    background: #FAF6FF;
}
.bgc-ocher {
    color: #fff;
    background-color: #B98EEA;
    padding: 0 4px;
    font-weight: 600;
    display: inline-block;
}
.ta-c {
     text-align: center;
}
.fw-b {
    font-weight: 600;
}
.fw-n {
    font-weight: 400;
}
.c-darkBlue {
    color: #333333;
}
.mt-20 {
    margin-top: 2rem;
}
.mt-15 {
    margin-top: 1.5rem;
}
.mt-10 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 0.5rem;
}
.mt-1 {
    margin-top: 0.1rem;
}
#main .purchase img {
    width: 100%;
    height: auto;
}
#main .purchase a {
    width: calc(50% - 0.25rem);
}
#main .purchase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    padding: 0;
}
.c-w {
    color: #fff;
}
.sub_span {
    background-color: #000;
    width: 40px;
    padding: 4px 2px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.sub_p {
    width: calc(100% - 40px);
    padding-left: 12px;
}
.sub_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.audio-figure {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
.audio-figure audio {
    height: 32px;
    margin-top: 4px;
}
.slider_header {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}
#main .comPhoto .slider_heading {
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    margin: 0;
    line-height: 1.35;
}
#main .comPhoto .slider_sub_text {
    font-size: 18px;
    margin: 4px 0 0;
    line-height: 1.35;
}
.sec03 .slick-dots li {
    margin: 0;
}
.sec03 .slick-dots {
    bottom: 6px;
}
.sec03 .slick-dots li button:before {
    font-size: 9px;
    color: #d8c7eb;
    opacity: 1;
}
.sec03 .slick-dots li.slick-active button:before {
    color: #B98EEA;
    opacity: 1;
}
.products-detail-heading {
    font-size: 1.142rem;
}
.sub_ul {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, 3.5vw, 8px);
}
#main .comPhoto p.sub_p {
    margin-bottom: 0;
}
#main .comPhoto .sub > p:first-child {
    text-shadow:
        0 0 2px rgba(255, 255, 255, 1),
        0 0 2px rgba(255, 255, 255, 1),
        0 0 6px rgba(255, 255, 255, 0.95),
        0 0 6px rgba(255, 255, 255, 0.95),
        0 0 10px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.8);
}
#main .comPhoto .sub > p.mt-5 {
    margin-top: 0;
}

/* Typography rhythm: heading/body/support */
#main .headLine01,
#main .headLine02,
#main .products-detail .products-detail-heading {
    line-height: 1.6;
}

#main .comSec01 .txt,
#main .products-detail p,
#main .products-detail li,
#main .special .jsBox p,
#main .news-list,
#main .news-list .news-topic,
#main .credit-text {
    line-height: 1.6;
}

#main .products-detail .fw-n,
#main .comSec02 .linkUl li .name,
#main .comSec02 .linkUl li .name span,
#main .news-date1 {
    line-height: 1.5;
}

/* Products detail: normalize vertical rhythm */
#main .products-detail .headLine02 {
    margin-top: 24px;
    margin-bottom: 0;
}
#main .products-detail .headLine02 + .purchase,
#main .products-detail .headLine02 + .pd-story,
#main .products-detail .headLine02 + .ttl {
    margin-top: 12px;
}
#main .products-detail .products-detail-heading {
    margin-top: 8px;
}
#main .products-detail .pd-jacket {
    margin-top: 16px;
}
#main .products-detail .pd-story ul {
    margin-top: 8px;
}
#main .products-detail .pd-audio {
    margin-top: 16px;
}
#main .products-detail .pd-story li .pd-audio {
    margin-top: 6px;
}
#main .products-detail .pd-audio + .pd-audio {
    margin-top: 8px;
}
#main .products-detail .track-no {
    color: #B98EEA;
    font-weight: 600;
}
#main .products-detail .ttl {
    margin: 12px 0;
}
#main .products-detail .audio-figure {
    margin: 0;
}
#main .products-detail .pd-shop-note {
    margin-top: 12px;
}
#main .products-detail .ttl + .jsBox {
    margin-top: 8px;
    margin-bottom: 24px;
}
#main .products-detail .ttl + .jsBox:last-of-type {
    margin-bottom: 8px;
}
#main .products-detail .infoBox {
    background-color: #fff;
    padding: 44px 36px;
    margin-bottom: 40px;
}
#main .products-detail .infoBox:last-of-type {
    margin-bottom: 0;
}
#main .special.products-detail {
    background-color: #f4ebff;
}
.arrow-mark {
    text-decoration: none;
}
#main .products-detail .jsBox a {
    display: block;
    text-decoration: none;
}
#main .products-detail .jsBox a .link-text {
    text-decoration: underline;
}
#main .special .ttl {
    overflow: hidden;
}
#main .special .ttl::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.22);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
@media (hover: hover) {
    #main .special .ttl:hover::before {
        opacity: 1;
    }
}
#special .jsBox {
    padding-bottom: 8px;
}
#main #special {
    background-image: url(../img/page/img_bg_special.jpg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
}
#special .special-inner {
    background-color: transparent;
    padding: 0;
}
#special .sub {
    background-color: #fff;
    padding: 44px calc(1.071429rem + 16px);
}
#special .sub + .sub {
    margin-top: 40px;
}
#main #special .sub:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
}

/* Products cards: tighten internal spacing */
#main .comSec02 .linkUl li a {
    padding: 0.75rem 0.75rem 0.5rem;
    position: relative;
    overflow: hidden;
}
#main .comSec02 .linkUl li .photo {
    margin-bottom: 0.25rem;
    aspect-ratio: var(--product-card-jacket-ratio, 1 / 1);
    overflow: hidden;
    background-color: #fff;
}
#main .comSec02 .linkUl li .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
/* When all 4 jackets are official wide images, add `jacket_official` to <body> */
body.jacket_official #main .comSec02 .linkUl li .photo {
    --product-card-jacket-ratio: 640 / 360;
}
#main .comSec02 .linkUl li .name {
    margin-bottom: 8px;
}
#main .comSec02 {
    padding-bottom: 1rem;
}
#main .comSec02 .linkUl .liStyle3,
#main .comSec02 .linkUl .liStyle4 {
    padding-bottom: 12px;
}
@media (hover: hover) {
    #main .comSec02 .linkUl li a::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.24);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease;
    }
    #main .comSec02 .linkUl li a:hover::after {
        opacity: 1;
    }
}
@media all and (max-width: 960px) {
    #special .sub {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    #special .sub + .sub {
        margin-top: 24px;
    }
    #main {
        padding-top: 0;
    }
    .cv-name-group {
        background-color: #fff;
    }
    #main .cv-name-box {
        background-color: #fff;
        padding-bottom: 16px;
    }
    .cv-name .small2 {
        font-size: 20px;
    }
    .cv-name .big2 {
        font-size: 22px;
    }
    .hero::before {
        z-index: -1;
    }
    .hero::after {
		display: none;
	}
    .headLine01 {
        font-size: 16px;
        font-weight: 600;
    }
    .headLine01,
    .headLine02 {
        font-size: 16px;
    }
    #main .products-detail .products-detail-heading {
        font-size: 16px;
        line-height: 1.6;
    }
    #main .products-detail .products-detail-heading .fw-n {
        font-size: 14px;
        line-height: 1.5;
    }
    #main .comPhoto p,
    #main .comPhoto .slider_sub_text {
        font-size: 14px;
    }
    #main .comPhoto p {
        line-height: 1.6;
    }
    #main .comSec01 .txt {
        font-size: 14px;
    }
    #main .comSec01.bgIntro .txt {
        font-size: 12px;
    }
    .big2 {
        font-weight: 600;
    }
    .listen-box-p {
        font-size: 16px;
        line-height: 1.4;
    }
    .listen-box {
        padding: 16px 2.142857rem;
    }
    .listen-img-box {
        margin-top: 8px;
    }
    #main .comPhoto .slider_heading {
        font-size: 16px;
    }
    #main .sec03 .jsBox {
        padding-bottom: 24px;
    }
    .sec03 .slick-dots {
        bottom: -18px;
    }
    .news-group,
    .credit-text {
        font-size: 14px;
    }
    .news-list,
    .news-list .news-topic,
    .news-date1 {
        font-size: 14px;
        line-height: 1.6;
    }
    .comSec02 .linkUl li .name {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .comSec02 .linkUl li .name span {
        font-size: 14px;
    }
    .link-ul-arrow img {
        width: 14px !important;
    }
    #main .comPhoto .sub_ul {
        gap: 4px;
    }
    #main .comPhoto .sub_span {
        line-height: 1.3;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    #main .comPhoto p.sub_p {
        line-height: 1.45;
        padding-left: 10px;
    }
    .sec03 .slick-dots li button:before {
        font-size: 10px;
    }
    .big2 {
        font-size: clamp(18px, 4.5vw, 24px);
    }
    #main .special .ttl {
        min-height: 56px;
        padding: 10px 44px 10px 20px;
    }
    #main .products-detail .infoBox {
        padding: 32px 22px;
        margin-bottom: 24px;
    }
    #main .products-detail .ttl + .jsBox {
        margin-top: 6px;
        margin-bottom: 18px;
    }
    #main .products-detail .ttl + .jsBox:last-of-type {
        margin-bottom: 6px;
    }
}

@media all and (min-width: 961px) {
    /* PC mirrors SP scale (x1.25): 16px=0.870rem / 14px=0.761rem / 12px=0.652rem */
    #main .cv-name-box {
        margin-bottom: 16px;
    }

    .sub_span {
        width: 52px;
        padding: 6px 2px;
        font-size: 0.761rem;
    }
    .sub_p {
        width: calc(100% - 52px);
    }

    /* 16px tier */
    #main .listen-box-p,
    #main .headLine01,
    #main .headLine02,
    #main .products-detail .products-detail-heading,
    #main .products-detail .products-detail-heading .normal_text,
    #main .comSec02 .linkUl li .name,
    #main .comPhoto .slider_heading {
        font-size: 0.87rem;
    }

    /* 14px tier */
    #main .comPhoto p,
    #main .comPhoto .slider_sub_text,
    #main .comSec01 .txt,
    #main .products-detail .day,
    #main .products-detail p,
    #main .products-detail li,
    #main .products-detail .fw-n,
    #main .special .jsBox p,
    #main .news-list,
    #main .news-list .news-topic,
    #main .news-date1,
    #main .credit-text,
    #main .comSec02 .linkUl li .name span {
        font-size: 0.761rem;
    }

    /* 12px tier (exception) */
    #main .comSec01.bgIntro .txt {
        font-size: 0.761rem;
    }

    /* rhythm */
    #main .products-detail .products-detail-heading {
        margin-top: 0.348rem;
    }
    #main .products-detail .day,
    #main .products-detail .fw-n,
    #main .comSec02 .linkUl li .name span,
    #main .news-date1 {
        line-height: 1.5;
    }
    #main .products-detail .products-detail-heading .normal_text,
    #main .comPhoto p,
    #main .news-list,
    #main .credit-text,
    #main .listen-box-p {
        line-height: 1.6;
    }
    #main .products-detail .jsBox a {
        font-size: 0.761rem;
        line-height: 1.6;
    }

    /* PC button tuning */
    #main .special .ttl {
        min-height: 72px;
        padding: 12px 52px 12px 24px;
        border-radius: 999px;
        font-size: 0.87rem;
    }
    #main .special .ttl::after {
        right: 24px;
        width: 16px;
        height: 10px;
    }
}
