@charset "UTF-8";

body {
    margin: 0px;
    padding: 0px;
    color: #412E27;
    box-sizing: border-box;
}

.container {
    width: 100% !important;
}

.schlossberg-breadcrumb {
    font-size: .7rem;
    padding: 10px 0 0 50px;
}

.schlossberg-breadcrumb a {
    text-decoration: none;
}


/* ローディング画面 */
.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dbc2aa;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease;
}

.splash.hidden {
    opacity: 0;
    pointer-events: none;
}

.loadingpage-logo {
    width: 500px;
}

.logo {
    font-size: 3rem;
    font-weight: bold;
    opacity: 0;
    animation: fadeIn 2s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}



/* メインページ */

.main {
    background-image: url(../images/CHARLOTTE3.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.top {
    display: none;
    text-align: left;
    padding: 60px 50px 300px;
}

.top-brandlogo {
    width: 200px;
}

.top.show {
    display: block;
    animation: fadeUp 2s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.about-brand {
    margin-top: 25px;
    line-height: 2rem;
    text-align: left;
    font-size: .8rem;
    width: 50%;
}

.FWtitle {
    display: block;
    margin: 0 auto;
    padding: 400px 0;
    width: 500px;
}




.MEVIN-main {
    display: flex;
    background-image: url(../images/MELVIN-beige.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.ARAMIS-main {
    display: flex;
    background-image: url(../images/ARAMIS.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.CHARLOTTE-main {
    display: flex;
    background-image: url(../images/CHARLOTTE3.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.SANTA-main {
    display: flex;
    background-image: url(../images/SANTA.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.MEVIN-main-product-title {
    width: 45%;
}


.MEVIN-main-product-name {
    padding: 140px 0 0 40px;
    width: 400px;
}

.MEVIN-main-product-name-jp {
    font-size: .9rem;
    padding-left: 70px;
}

.about-MEVIN {
    padding-left: 70px;
}

.about-MEVIN-p {
    font-size: .8rem;
    line-height: 1.9rem;
}

.Fabric-Quality,
.Details {
    padding: 20px 0;
    list-style: none;
}

.Fabric-Quality2,
.Details2 {
    border-bottom: 1px solid;
}

.Fabric-Quality3,
.Details3 {
    padding: 20px 0;
}







.MELVIN-main-img {
    width: 70%;
}

.MELVIN-TOP {
    width: 100%;
    overflow: hidden;
    padding-top: 300px;
}

.MELVIN-TOP-img {
    display: flex;
    /* 横並び */
    justify-content: center;
    align-items: center;

}

.MELVIN-TOP-img img {
    width: 33.333%;
    /* 3枚で100%幅 */
    opacity: 0;
    /* 初期は非表示 */
    transform: translateY(80px);
    /* 下に隠しておく */
    transition: all 0.8s ease;
    /* アニメーション */
}

.MELVIN-TOP-img img.show {
    opacity: 1 !important;
    transform: translateY(0);
    /* 下からスライドしてくる */
}


.Size-Price {
    padding: 250px 0;
    text-align: center;
}

.Size-Price2 {
    border-bottom: 1px solid;
    font-size: 1.5rem;
    padding-bottom: 6px;
}


/* ボタン装飾CSS */

.button019 {
    text-align: center;
}

.button019 a {
    background: #0000008a;
    border-radius: 50px;
    position: relative;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 130px;
    padding: 10px 30px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    font-size: .8rem;
    margin-bottom: 50px;
}

.button019 a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button019 a:hover {
    background: #6bb6ff;
    color: #FFF;
}

.button019 a:hover:after {
    right: 1.4rem;
}

.fadeUp {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.fadeUp.active {
    opacity: 1;
    transform: translateY(0);
}


.container1,
.container2,
.container4 {
    padding: 100px 0 300px;
}


.container3 {
    padding: 700px 0 300px;

}

.about-artworks {
    text-align: left;
    line-height: 4rem;
    padding: 0 15%;
    font-size: 0.9rem;
    position: relative;
}

.santa-bg {
    position: absolute;
    top: 31%;
    right: 5%;
    z-index: -1;
}

.artworks-img {
    margin-right: 10px;
}

.artworks-img2 {
    margin-left: 10px;
}

.CHARLOTTE-main-product-name {
    padding: 140px 0 0 40px;
    width: 500px;
}

.SANTA-main-product-name {
    padding: 140px 0 0 40px;
    width: 500px;
}






/* ------ スクロールダウン アイコン ------ */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down {
    position: fixed;
    /* ← absolute から fixed に変更 */
    bottom: 40px;
    /* 画面下からの距離 */
    right: 2%;
    /* 画面右からの距離 */
    animation: arrowmove 1s ease-in-out infinite;
    z-index: 999;
    /* 他の要素の上に表示 */
}

.scroll_down a {
    position: absolute;
    left: -24px;
    bottom: 30px;
    color: #000;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    width: 24px;
    height: 24px;
    text-decoration: none;
}

.text {
    display: block;
    margin-top: 66px;
    margin-left: -3px;
    font-size: 8px;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
}

.arrow {
    position: absolute;
    width: 28px;
    height: 5px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.arrow:first-child {
    animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #000;
}

.arrow:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.arrow:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.brand-logo {
    display: block;
    width: 200px;
    margin: 0 auto 200px;
}

.footer {
    text-align: center;
    padding: 100px 0 300px;
}

.button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.button a img {
    display: block;
    width: 108px;
    /* 元のサイズでもOK */
    height: auto;
}

.button a:hover {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    border-color: transparent;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.button a:hover img {
    filter: brightness(0) invert(1);
    /* ホバー時はロゴを白っぽく */
}







.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);
}







.scroll-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

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