@charset "UTF-8";

.maam-pajama-feature {
    background: #f5f1ea;
    color: #2f2924;
    font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    overflow: hidden;
}

.maam-pajama-feature * {
    box-sizing: border-box;
}

.mp-label {
    font-size: 11px;
    letter-spacing: .15em;
    color: #9a7a55;
    margin-bottom: 18px;
}

.mp-hero {
    position: relative;
    min-height: 140vh;
    padding: 90px 6%;
    background:
        linear-gradient(rgba(255, 255, 255, .38), rgba(255, 255, 255, .5)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .9), transparent 32%),
        linear-gradient(135deg, #f8f3ea 0%, #e2d6c8 100%);
    overflow: hidden;
}

.mp-sunlight {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 12%, rgba(255, 255, 255, .85), transparent 18%),
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .55) 18%, transparent 34%),
        linear-gradient(125deg, transparent 20%, rgba(255, 255, 255, .38) 42%, transparent 57%),
        linear-gradient(135deg, transparent 38%, rgba(255, 255, 255, .32) 62%, transparent 76%);
    pointer-events: none;
    animation: mpLight 7s ease-in-out infinite alternate;
}

@keyframes mpLight {
    from {
        opacity: .6;
        transform: translateX(-12px);
    }

    to {
        opacity: 1;
        transform: translateX(12px);
    }
}

.mp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(140, 120, 90, .16) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: .16;
}

.mp-hero-text {
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 5;
    width: 40%;
}

.donna-logo {
    width: 370px;
    margin: 30px 0;
}

.mp-hero-text h1 {
    font-size: 3.3rem;
    line-height: .95;
    font-weight: 400;
    letter-spacing: .2rem;
    margin: 0 0 10px;
    font-family: "Times New Roman", serif;
}

.mp-hero-title-ja {
    font-size: .8rem;
    margin-bottom: 100px;
}

.mp-hero-text-p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 100px;
}

.mp-hero-photo {
    position: absolute;
    right: 10%;
    top: 4%;
    width: 35%;
    background: #fffaf4;
    padding: 12px;
    box-shadow: 0 28px 55px rgba(70, 55, 40, .17);
    transform: rotate(2deg);
    z-index: 4;
    overflow: hidden;
}

.mp-hero-photo img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.mp-small-photo {
    position: absolute;
    left: 50%;
    bottom: 15%;
    width: 25%;
    background: #fffaf4;
    padding: 10px;
    box-shadow: 0 20px 42px rgba(70, 55, 40, .14);
    transform: rotate(-5deg);
    z-index: 6;
    overflow: hidden;
}

.mp-small-photo img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.mp-intro {
    width: min(780px, 86%);
    margin: 400px auto 200px;
    text-align: center;
}

.mp-intro-title-ja {
    font-size: .8rem;
    margin-bottom: 50px !important;
}

.mp-intro h2,
.mp-copy h2,
.mp-section-title h2,
.mp-gown-title h2,
.mp-product-info h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px;
}

.mp-intro p,
.mp-copy p,
.mp-gown-title p {
    font-size: 1rem;
    line-height: 2.25;
    letter-spacing: 2px;
}

.mp-copy-p {
    font-size: 15px !important;
    margin: 0;
    color: #9a7a55 !important;
    letter-spacing: .2rem;
}

.mp-label-p {
    font-size: 15px !important;
    margin: 0;
    color: #9a7a55 !important;
    letter-spacing: .2rem;
    margin-bottom: 20px;
}

.mp-collage {
    position: relative;
    width: min(1120px, 100%);
    min-height: 950px;
    margin: 0 auto 130px;
    padding: 40px;
}

.mp-paper {
    position: absolute;
    left: 7%;
    top: 20%;
    width: 48%;
    height: 620px;
    background:
        linear-gradient(rgba(154, 122, 85, .14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(154, 122, 85, .14) 1px, transparent 1px),
        rgba(255, 250, 244, .72);
    background-size: 68px 52px;
    border: 1px solid rgba(154, 122, 85, .2);
    z-index: 1;
}

.mp-photo {
    background: #fffaf4;
    padding: 12px;
    box-shadow: 0 24px 48px rgba(70, 55, 40, .16);
    position: absolute;
    z-index: 4;
    overflow: hidden;
}

.mp-photo img,
.mp-photo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #fffaf4;
}

.mp-photo video {
    transform: scale(1.02);
    transform-origin: center;
}

.mp-photo-large {
    left: 14%;
    top: 25%;
    width: 35%;
    height: 550px;
    transform: rotate(-2deg);
}

.mp-photo-fabric {
    right: 15%;
    top: 0;
    width: 40%;
    height: 470px;
    transform: rotate(3deg);
}

.mp-copy {
    position: absolute;
    right: 4%;
    bottom: 18%;
    width: 39%;
    z-index: 6;
}

.mp-tag {
    position: absolute;
    left: 36%;
    top: 79%;
    width: 230px;
    padding: 20px 24px;
    background: rgba(255, 250, 244, .92);
    border: 1px solid #b79a73;
    color: #4b3d32;
    font-size: 13px;
    line-height: 1.7;
    box-shadow: 0 12px 25px rgba(70, 55, 40, .12);
    z-index: 7;
}

.mp-tag span {
    display: block;
    color: #9a7a55;
    font-size: 10px;
    letter-spacing: .22em;
    margin-bottom: 8px;
}

.mp-detail {
    padding: 200px 6% 300px;
    background:
        linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .78)),
        linear-gradient(135deg, #f8f3ea, #e9dece);
}

.mp-section-title {
    text-align: center;
    margin-bottom: 75px;
}

.mp-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    max-width: 1120px;
    margin: 0 auto;
}

.mp-detail-card {
    background: rgba(255, 250, 244, .7);
    padding: 12px 12px 28px;
    box-shadow: 0 18px 38px rgba(70, 55, 40, .1);
    overflow: hidden;
}

.mp-detail-card img,
.detail-video-wrap {
    width: 100%;
    aspect-ratio: 3 / 4;
    display: block;
    margin-bottom: 24px;
    background: #fffaf4;
}

.mp-detail-card img {
    object-fit: cover;
}

.detail-video-wrap {
    position: relative;
    overflow: hidden;
    width: calc(95% + 14px);
    aspect-ratio: 3 / 4;
    background: #fffaf4;
    line-height: 0;
}

.detail-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mp-detail-card h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 8px 12px;
}

.mp-detail-card p {
    font-size: 13px;
    line-height: 2;
    margin: 0 8px;
}

.mp-comfort {
    min-height: 150vh;
}

.mp-comfort-photo {
    left: 20%;
    top: 24%;
    width: 42%;
    height: 610px;
    transform: rotate(2deg);
}

.mp-comfort-copy {
    right: 9%;
    top: 71%;
    bottom: auto;
}

.mp-vertical {
    position: absolute;
    right: 28%;
    top: 30%;
    writing-mode: vertical-rl;
    font-size: 19px;
    line-height: 1.9;
    letter-spacing: .16em;
    color: #7f6245;
    z-index: 8;
}

.mp-gown {
    position: relative;
    padding: 130px 6%;
    background:
        linear-gradient(rgba(246, 243, 238, .7), rgba(246, 243, 238, .85)),
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .9), transparent 25%),
        linear-gradient(135deg, #eee5d9, #d8c8b4);
}

.mp-gown-title {
    max-width: 760px;
    margin: 0 auto 80px;
    text-align: center;
}

.mp-gown-visual {
    position: relative;
    max-width: 1040px;
    min-height: 720px;
    margin: 0 auto;
}

.mp-gown-visual-p {
    text-align: center;
}

.mp-gown-main {
    left: 10%;
    top: 0;
    width: 42%;
    height: 640px;
    transform: rotate(-2deg);
}

.mp-gown-sub {
    right: 8%;
    top: 130px;
    width: 34%;
    height: 500px;
    transform: rotate(4deg);
}

.mp-brand {
    width: min(820px, 86%);
    margin: 140px auto;
    text-align: center;
}

.mp-brand h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.mp-brand p {
    font-size: 1rem;
    line-height: 2.5 !important;
    letter-spacing: 2px;
    text-align: left;
}

.mp-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7vw;
    align-items: center;
    width: min(1120px, 88%);
    margin: 0 auto;
    padding: 0 0 150px;
}

.mp-product-img {
    background: #fffaf4;
    padding: 12px;
    box-shadow: 0 24px 48px rgba(70, 55, 40, .14);
    overflow: hidden;
}

.mp-product-img img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.mp-product-info dl {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 30px 15px;
    font-size: 14px;
    line-height: 1.9;
    margin: 35px 0;
}

.mp-product-info dd {
    margin: 0 !important;
}

.mp-product-info dt {
    color: #9a7a55;
}

.mp-product-color {
    display: flex;
    gap: 20px;
}

.mp-product-color-container a,
.mp-product-color-figure a {
    display: block;
    transition: opacity 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.mp-product-color-container a:hover,
.mp-product-color-figure a:hover {
    opacity: 0.7;
}

.mp-product-color-img {
    width: 80px !important;
}

.mp-product-color-name {
    font-size: .8rem;
    text-align: center;
}

.mp-btn {
    display: inline-block;
    padding: 15px 44px;
    border: 1px solid #2f2924;
    color: #2f2924;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .16em;
    transition: .35s ease;
}

.mp-btn:hover {
    background: #2f2924;
    color: #fff;
}

/* がくっと下がる動き防止：移動アニメーションは使わず、フェードだけ */
.mp-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 1.2s ease,
        transform 1.2s cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.mp-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* 回転している写真は、表示前から同じ角度を持たせてガクつきを防ぐ */
.mp-hero-photo.mp-reveal {
    transform: translateY(40px) rotate(2deg);
}

.mp-small-photo.mp-reveal {
    transform: translateY(40px) rotate(-5deg);
}

.mp-photo-large.mp-reveal {
    transform: translateY(40px) rotate(-2deg);
}

.mp-photo-fabric.mp-reveal {
    transform: translateY(40px) rotate(3deg);
}

.mp-comfort-photo.mp-reveal {
    transform: translateY(40px) rotate(2deg);
}

.mp-gown-main.mp-reveal {
    transform: translateY(40px) rotate(-2deg);
}

.mp-gown-sub.mp-reveal {
    transform: translateY(40px) rotate(4deg);
}

/* 写真の角度は表示前後で変えない */
.mp-hero-photo.is-visible {
    transform: translateY(0) rotate(2deg);
}

.mp-small-photo.is-visible {
    transform: translateY(0) rotate(-5deg);
}

.mp-photo-large.is-visible {
    transform: translateY(0) rotate(-8deg);
}

.mp-photo-fabric.is-visible {
    transform: translateY(0) rotate(3deg);
}

.mp-comfort-photo.is-visible {
    transform: translateY(0) rotate(2deg);
}

.mp-gown-main.is-visible {
    transform: translateY(0) rotate(-2deg);
}

.mp-gown-sub.is-visible {
    transform: translateY(0) rotate(4deg);
}

.delay-1 {
    transition-delay: .2s;
}

.delay-2 {
    transition-delay: .6s;
}

.delay-3 {
    transition-delay: 1s;
}

.delay-4 {
    transition-delay: .6s;
}



/* ------ ホームへ戻る button ------ */
.circle_btn05 {
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: flex-end;
    margin: 50px 60px 100px 0;
}

.circle_btn05 .circle_btn05-txt {
    height: 48px;
    line-height: 48px;
    padding-right: 60px;
    color: initial;
    text-decoration: none;
}

.circle_btn05 .circle_btn05-icon {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.circle_btn05 .circle_btn05-icon .circle_btn05-circle {
    transition: transform 1s cubic-bezier(.23, 1, .32, 1);
    height: 48px;
}

.circle_btn05 .circle_btn05-icon .circle_btn05-circle svg {
    transition: transform .75s cubic-bezier(.215, .61, .355, 1);
    width: 100%;
    height: 100%;
    position: relative;
}

.circle_btn05 .circle_btn05-icon .circle_btn05-circle svg path {
    stroke-width: 2;
    transition: stroke-width .75s cubic-bezier(.215, .61, .355, 1);
}

.circle_btn05 .circle_btn05-icon .circle_btn05-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
}

.circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke-width: 2;
    stroke: #5e5e5e;
    /* 矢印の色 */
}

.circle_btn05 .circle_btn05-circle-itm {
    background-color: #5e5e5e;
    /* 丸の色 */
    height: 48px;
}

/* マウスオーバーした際のデザイン */
.circle_btn05:hover .circle_btn05-txt {
    transform: translateX(-12px);
    transition: transform .5s cubic-bezier(.39, .575, .565, 1);
}

.circle_btn05:hover .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(1turn);
    transition: transform .75s cubic-bezier(.23, 1, .32, 1);
}

.circle_btn05:hover .circle_btn05-icon .circle_btn05-circle svg {
    transform: scale(1.5);
}

/* ==============================
   iPad / Tablet 769px〜1024px
   ============================== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .mp-hero {
        min-height: 1080px;
        padding: 80px 5%;
    }

    .mp-hero-text {
        left: 6%;
        top: 7%;
        width: 46%;
    }

    .donna-logo {
        width: 300px !important;
        margin: 24px 0;
    }

    .mp-hero-text h1 {
        font-size: 2.7rem;
    }

    .mp-hero-title-ja {
        margin-bottom: 70px !important;
    }

    .mp-hero-text-p {
        font-size: .92rem !important;
        line-height: 2 !important;
        letter-spacing: 1.4px;
    }

    .mp-hero-photo {
        right: 5%;
        top: 9%;
        width: 39%;
    }

    .mp-small-photo {
        left: 54%;
        bottom: 20%;
        width: 30%;
    }

    .mp-intro {
        margin: 220px auto 150px;
    }

    .mp-collage {
        min-height: 860px;
        padding: 36px;
        margin-bottom: 100px;
    }

    .mp-paper {
        left: 5%;
        top: 22%;
        width: 54%;
        height: 560px;
    }

    .mp-photo-large {
        left: 8%;
        top: 26%;
        width: 36%;
        height: 470px;
    }

    .mp-photo-fabric {
        right: 6%;
        top: 4%;
        width: 44%;
        height: 430px;
    }

    .mp-copy {
        right: 5%;
        bottom: 13%;
        width: 42%;
    }

    .mp-tag {
        left: 27%;
        top: 72%;
    }

    .mp-detail {
        padding: 150px 5% 210px;
    }

    .mp-detail-grid {
        gap: 24px;
    }

    .mp-detail-card h3 {
        font-size: 18px;
    }

    .mp-detail-card p {
        font-size: 12.5px;
    }

    .mp-comfort {
        min-height: 980px;
    }

    .mp-comfort-photo {
        left: 10%;
        top: 18%;
        width: 50%;
        height: 560px;
    }

    .mp-comfort-copy {
        right: 6%;
        top: 55%;
        width: 42%;
    }

    .mp-vertical {
        right: 25%;
        top: 26%;
    }

    .mp-gown {
        padding: 110px 5%;
    }

    .mp-gown-visual {
        min-height: 650px;
    }

    .mp-gown-main {
        left: 5%;
        width: 46%;
        height: 560px;
    }

    .mp-gown-sub {
        right: 4%;
        top: 120px;
        width: 38%;
        height: 450px;
    }

    .mp-brand {
        margin: 120px auto;
    }

    .mp-product {
        width: 90%;
        gap: 5vw;
        padding-bottom: 120px;
    }
}



/* ==============================
   Small Smartphone 〜430px
   ============================== */
@media screen and (max-width: 430px) {
    .mp-hero {
        min-height: 1080px;
    }

    .mp-hero-photo {
        top: 530px;
        width: 74%;
    }

    .mp-small-photo {
        bottom: 120px;
        width: 50%;
    }

    .mp-collage {
        min-height: 1160px;
    }

    .mp-photo-large {
        width: 63%;
        height: 380px;
    }

    .mp-photo-fabric {
        width: 62%;
        height: 350px;
    }

    .mp-copy {
        bottom: 45px;
    }

    .mp-comfort-copy {
        top: 535px;
    }

    .mp-product-info dl {
        grid-template-columns: 64px 1fr;
    }
}