@charset "UTF-8";

body {
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--sd-navy);
}



.slick-slideshow {
    display: none !important;
}



.container {
    width: 100% !important;
    max-width: 100% !important;
}

#main-contents {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

#leftContents {
    display: none !important;
}

#makebanner {
    width: 100% !important;
    max-width: 100% !important;
}

#makebanner table,
#makebanner tbody,
#makebanner tr,
#makebanner td {
    width: 100% !important;
    max-width: 100% !important;
}

.summer-down-lp {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow-x: hidden !important;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    --sd-navy: #15283a;
    --sd-ivory: #f5f1ea;
    --sd-blue: #e9f0f3;
    --sd-gold: #b69b72;
    --sd-white: #fff;
    background: var(--sd-ivory);
    color: var(--sd-navy);
    font-family: "akzidenz-grotesk", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", arial, YuGothic, 游ゴシック, Meiryo, メイリオ, sans-serif;
    overflow: hidden;
    line-height: 2;
}


.summer-down-lp img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* HERO */
.sd-hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    padding: 6vw;
    box-sizing: border-box;
}

.sd-hero-image {
    position: absolute;
    inset: 0;
}

.sd-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(255 255 255) 0%, rgb(222 239 255 / 0%) 38%, rgba(21, 40, 58, .12) 72%, rgb(255 255 255 / 0%) 100%);
}

.sd-hero-image img {
    height: 100%;
    animation: sdZoom 4s ease forwards;
}

.sd-hero-copy {
    position: relative;
    z-index: 2;
    color: #4f6c9a;
}

.sd-label,
.sd-number {
    font-size: 20px !important;
    letter-spacing: .15em;
    color: var(--sd-gold);
    margin-bottom: 24px;
}

.sd-hero-copy h1 {
    position: relative;
    font-size: 5.5rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .02em;
    margin: 0;
}

.sd-lead {
    font-size: 25px;
    letter-spacing: .2em;
    margin: 32px 0 0 10px;
    font-weight: 500;
}

/* MARQUEE */
.sd-marquee {
    overflow: hidden;
    white-space: nowrap;
    background: #85a2bd96;
    color: #f7f1e7;
    padding: 20px 0;
}

.sd-marquee-track {
    display: flex;
    width: max-content;
    animation: sdMarqueeLoop 32s linear infinite;
}

.sd-marquee-track span {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .3em;
}

.sd-marquee-light {
    background: #f5f1ea;
    color: #15283a;
    border-top: 1px solid rgba(21, 40, 58, .18);
    border-bottom: 1px solid rgba(21, 40, 58, .18);
}

.sd-marquee-light .sd-marquee-track span {
    color: rgba(21, 40, 58, .88);
}

.sd-marquee-track-reverse {
    animation-direction: reverse;
}

/* INTRO */
.sd-intro {
    padding: 160px 8vw;
    text-align: center;
}

.sd-intro h2,
.sd-blue-title h2 {
    font-size: 4rem;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 0 0 40px;
}

.sd-intro p {
    font-size: 16px;
    letter-spacing: .08em;
}

/* STORY */
.sd-story {
    padding: 130px 6vw 150px;
    text-align: left;
}

.sd-story-inner {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.sd-story-title {
    margin-bottom: 0;
}

.sd-story-title span,
.sd-blue-title span {
    display: block;
    font-size: 30px;
    letter-spacing: .24em;
    color: var(--sd-gold);
    margin-bottom: 18px;
}

.sd-story-title h2 {
    font-size: clamp(34px, 5vw, 90px);
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 0 0 28px;
    width: 80%;
}

.sd-story-title p,
.sd-blue-title p {
    font-size: 12px;
    letter-spacing: .24em;
}

.sd-story .sd-story-text {
    max-width: 520px;
    margin: 54px 0 0;
    text-align: left;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: .07em;
}

.sd-story-image {
    overflow: hidden;
    position: relative;
}

.sd-story-image img {
    height: 720px;
    width: 100%;
    object-fit: cover;
    transform: scale(1.06);
    transition: transform 1.8s ease;
}

.sd-story-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #f5f1ea;
    transform: translateX(0);
    transition: transform 1.6s cubic-bezier(.77, 0, .18, 1);
    z-index: 2;
}

.sd-story-image.sd-show::after {
    transform: translateX(100%);
}

.sd-story-image.sd-show img {
    transform: scale(1);
}

/* BLUE SECTION */
.sd-blue-section {
    background: #85a2bd96;
    color: #15283a;
    padding: 120px 6vw 150px;
    position: relative;
}

.sd-blue-title {
    margin-bottom: 60px;
    text-align: center;
}

.sd-wide-image img {
    height: 680px;
}

.sd-blue-text {
    position: absolute;
    bottom: 225px;
    margin: 0 0 0 35px;
    font-size: 16px;
    line-height: 3;
    letter-spacing: .05em;
    color: #15283a;
    width: 41%;
    text-align: left;
    font-weight: 450;
}

/* POINT */
.sd-function {
    padding: 140px 6vw;
    background: var(--sd-blue);
}

.sd-function>h2 {
    font-size: 2rem;
    line-height: .9;
    font-weight: 200;
    color: #b69b72;
}

.sd-function-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
}

.sd-function-list div {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(21, 40, 58, .12);
    padding: 20px 30px;
    min-height: 200px;
}

.sd-function-list span {
    font-size: 12px;
    letter-spacing: .24em;
    color: var(--sd-gold);
}

.sd-function-list h3 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .08em;
    margin: 30px 0 18px;
}

.sd-function-list p {
    font-size: 14px;
    letter-spacing: .06em;
}

/* LINE UP */
.sd-lineup {
    padding: 150px 6vw 300px;
    background: #f8f5ee;
    color: #15283a;
}

.sd-lineup-head {
    text-align: center;
    margin-bottom: 80px;
}

.sd-lineup-head h2 {
    font-size: 4rem;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 0 0 34px;
}

.sd-lineup-head p {
    font-size: 15px;
}

.sd-lineup-p {
    font-size: 15px;
    margin: 70px 140px;
}

.sd-lineup-brand {
    display: flex;
    padding: 70px 30px 0;
    border-top: 2px solid #b7b7b7;
    margin: 180px 0 0;
    align-items: center;
    justify-content: center;
}

.sd-lineup-brand2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 90%;
    align-items: center;
}

.sd-lineup-brand-logo {
    max-width: 300px;
    height: auto !important;
    object-fit: contain !important;
    display: block;
    flex-shrink: 0;
}

.sd-lineup-brand-about {
    font-size: .9rem;
    font-weight: 400;
    padding: 0 0 0 40px;
    text-align: left;
}

.sd-lineup-brand-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.sd-lineup-brand-flag-img {
    width: 100px !important;
    max-width: 100px;
    height: auto !important;
    object-fit: contain !important;
    display: block;
    flex-shrink: 0;
}

.sd-lineup-brand-flag-p {
    font-size: .7rem !important;
    color: #b69b72;
}





/*=========================
Choose Your Comfort
==========================*/

.sd-comfort-guide {
    max-width: 900px;
    margin: 120px auto 120px;
    text-align: center;
}

.sd-comfort-label {
    color: #b69b72;
    letter-spacing: .35em;
    font-size: 13px;
    margin-bottom: 24px;
}

.sd-comfort-guide h3 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: .08em;
    margin-bottom: 36px;
}

.sd-comfort-text {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: .08em;
}



/*=========================
AIRY / COMFORT
==========================*/

.sd-lineup-group {
    margin: 250px 0 150px;
}

.sd-lineup-group-head {
    text-align: center;
    margin-bottom: 30px;
}

.sd-group-en {
    display: block;
    color: #b69b72;
    font-size: 18px;
    letter-spacing: .45em;
    margin-bottom: 20px;
}

.sd-lineup-group-head h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: .08em;
    margin: 0 0 10px;
}

.sd-lineup-group-head p {
    font-size: 15px;
    line-height: 2.2;
}



/*=========================
Divider
==========================*/

.sd-lineup-divider {
    width: 420px;
    height: 1px;
    margin: 120px auto;
    background:
        linear-gradient(90deg,
            transparent,
            #b69b72,
            transparent);
}




.sd-lineup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px 28px;
    padding: 80px 20px;
    text-align: left;
}

.sd-lineup-item {
    display: block;
    color: #15283a;
    text-decoration: none;
    transition: transform .4s ease;
    cursor: pointer;
}

.sd-lineup-img {
    overflow: hidden;
    background: #e9f0f3;
    margin-bottom: 24px;
}

.sd-lineup-img img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform .8s ease, filter .8s ease, opacity .4s ease;
}

.sd-lineup-item h3,
.sd-lineup-item p {
    transition: opacity .4s ease;
}

.sd-lineup-item:hover {
    transform: translateY(-8px);
}

.sd-lineup-item:hover .sd-lineup-img img {
    transform: scale(1.06);
    filter: brightness(.96);
    opacity: .75;
}

.sd-lineup-item:hover h3,
.sd-lineup-item:hover p {
    opacity: .8;
}

.sd-item-label {
    font-size: 11px;
    letter-spacing: .24em;
    color: #b69b72;
    margin-bottom: 10px;
}

.sd-lineup-item h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .08em;
    margin: 0 0 8px;
}

.sd-item-detail {
    font-size: 14px;
    letter-spacing: .08em;
    margin: 0 0 15px;
    color: rgb(83 83 83);
    border-bottom: 1px dotted;
    padding-bottom: 5px;
}

.sd-item-price {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .22em;
    margin: 0;
}

.sd-item-tax {
    font-size: .6rem;
}

/* CTA */
.sd-lineup-more {
    margin-top: 100px;
    text-align: center;
}

.sd-lineup-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 10px 34px;
    border: 1px solid #15283a;
    color: #15283a;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .15em;
    font-weight: 500;
    transition: .45s cubic-bezier(.19, 1, .22, 1);
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.sd-lineup-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #5c7c9ba3;
    transform: translateX(-100%);
    transition: .45s cubic-bezier(.19, 1, .22, 1);
    z-index: 0;
}

.sd-lineup-btn span,
.sd-lineup-btn svg {
    position: relative;
    z-index: 1;
    transition: .4s;
}

.sd-lineup-btn:hover {
    color: #fff;
}

.sd-lineup-btn:hover::before {
    transform: translateX(0);
}

.sd-lineup-btn svg {
    width: 24px;
}

/* COVER */
.sd-cover {
    padding: 150px 0 170px;
    background: #f5f1ea;
    color: #15283a;
}

.sd-cover-head {
    text-align: center;
    margin-bottom: 70px;
}

.sd-cover-head h2 {
    font-size: clamp(34px, 5vw, 74px);
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 0 0 28px;
}

.sd-cover-head p {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .24em;
}

.sd-cover-hero {
    overflow: hidden;
    margin-bottom: 90px;
    position: relative;
}

.sd-cover-hero img,
.sd-cover-video {
    width: 100%;
    height: 600px;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}

.sd-cover-grid {
    display: flex;
    gap: 34px;
    justify-content: center;
}

.sd-cover-grid a:hover {
    opacity: .5;
}

.sd-cover-item {
    width: 400px;
}

.sd-cover-item p br {
    display: none;
}

.sd-cover-img {
    overflow: hidden;
    margin-bottom: 34px;
}

.sd-cover-img img {
    width: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.sd-cover-item:hover .sd-cover-img img {
    transform: scale(1.06);
}

.sd-cover-item h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .08em;
    margin: 0 0 20px;
}

.sd-cover-item p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .06em;
    margin: 0;
}

/* ENDING */
.sd-ending {
    position: relative;
    margin-top: 100px;
    padding: 500px 8vw 100px;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(to bottom,
            #f5f1ea 0%,
            #d8e4ef 18%,
            #8aa6c0 45%,
            #446585 100%);
    overflow: visible;
}

.sd-ending::before {
    content: "SUMMER DOWN";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(70px, 13vw, 180px);
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .045);
    white-space: nowrap;
    pointer-events: none;
}

.sd-ending-text {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}

.sd-ending-text p {
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: .08em;
    margin: 0 0 28px;
}

.sd-ending-text p:last-child {
    margin-bottom: 0;
}

.sd-ending-label {
    position: relative;
    z-index: 1;
    font-size: 13px;
    letter-spacing: .28em;
    color: #FFF;
    margin: 0 0 28px;
}

.sd-ending-label-h2 {
    font-size: 3rem;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: .04em;
    margin: 0 0 40px;
}

.sd-ending-divider {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    pointer-events: none;
}

.sd-chevron {
    position: relative;
    width: 46px;
    height: 70px;
}

.sd-chevron span {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 26px;
    border-right: 1px solid rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .9);
    transform: translateX(-50%) rotate(45deg);
    opacity: .2;
}

.sd-chevron span:nth-child(1) {
    top: 0;
    animation: chevronGlow 2.2s infinite;
}

.sd-chevron span:nth-child(2) {
    top: 18px;
    animation: chevronGlow 2.2s .25s infinite;
}

.sd-chevron span:nth-child(3) {
    top: 36px;
    animation: chevronGlow 2.2s .5s infinite;
}

/* HOME BUTTON */
.circle_btn05 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 100px auto;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transition: .5s;
}

.circle_btn05 .circle_btn05-txt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 72px 0 0;
    color: #fff;
    text-decoration: none;
    z-index: 2;
    transition: transform .5s cubic-bezier(.39, .575, .565, 1);
}

.circle_btn05 .circle_btn05-icon {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

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

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

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

.circle_btn05 .circle_btn05-circle-itm {
    background: #fff;
    height: 48px;
}

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

.circle_btn05 .circle_btn05-icon .circle_btn05-arrow svg path {
    stroke: #fff;
    stroke-width: 2;
    transition: .3s;
}

.circle_btn05:hover .circle_btn05-txt {
    transform: translateX(-12px);
}

.circle_btn05:hover .circle_btn05-icon .circle_btn05-circle {
    transform: rotate(360deg);
}

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

/* ANIMATION */
.sd-fade {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1.1s ease, transform 1.1s ease;
}

.sd-fade.sd-show {
    opacity: 1;
    transform: translateY(0);
}

@keyframes sdZoom {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

@keyframes sdMarqueeLoop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes chevronGlow {
    0% {
        opacity: .15;
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }

    35% {
        opacity: 1;
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, .95));
    }

    100% {
        opacity: .15;
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }
}

/* ==========================
   iPad
========================== */
@media screen and (min-width: 769px) and (max-width: 1024px) {

    .sd-hero {
        min-height: 700px;
        padding: 60px;
    }

    .sd-hero-copy h1 {
        font-size: 4.2rem;
    }

    .sd-lead {
        font-size: 20px;
        letter-spacing: .14em;
    }

    .sd-intro {
        padding: 120px 7vw;
    }

    .sd-story {
        padding: 100px 7vw 120px;
    }

    .sd-story-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .sd-story-title {
        text-align: center;
    }

    .sd-story-title h2 {
        width: 100%;
    }

    .sd-story .sd-story-text {
        max-width: 700px;
        margin: 40px auto 0;
        text-align: center;
    }

    .sd-story-image img {
        height: 560px;
    }

    .sd-blue-section {
        padding: 100px 7vw 120px;
    }

    .sd-wide-image img {
        height: 520px;
    }

    .sd-blue-text {
        position: static;
        width: 100%;
        margin: 50px 0 0;
        line-height: 2.6;
        text-align: left;
    }

    .sd-function {
        padding: 110px 7vw;
    }

    .sd-function-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sd-lineup {
        padding: 120px 7vw 140px;
    }

    .sd-lineup-head h2 {
        font-size: 3.4rem;
    }

    .sd-lineup-p {
        margin: 60px 30px;
    }

    .sd-lineup-brand {
        flex-direction: column;
        gap: 50px;
        padding: 60px 0 0;
        margin: 120px 0 0;
    }

    .sd-lineup-brand2 {
        width: 100%;
    }

    .sd-lineup-brand-about {
        padding: 0;
        max-width: 720px;
        text-align: center;
    }

    .sd-lineup-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 46px 24px;
        padding: 70px 0;
    }

    .sd-cover {
        padding: 120px 7vw 140px;
    }

    .sd-cover-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 42px 30px;
    }

    .sd-cover-item {
        width: 100%;
    }

    .sd-cover-video {
        height: auto;
    }

    .sd-ending {
        padding: 220px 7vw 100px;
    }

    .sd-ending-divider {
        top: 100px;
    }

    .sd-ending-label-h2 {
        font-size: 2.4rem;
    }
}