@charset "UTF-8";

/* common */
:root {
    --primary-Black: #1c1b1b;
    --primary-gray: #e9e5e4;
    --contentPadding: 6.4%;
    --lightblue: #ecf3f3;
    --Beige: #eeede7;
    --lightyellow: #fcf9f1;
    --lightpink: #f3eceb;
    --btnmain: #32313d;
    --btnsub: #f3f0ea;
}

html {
    font-size: 62.5%
}

body {
    font-family: 
        "EB Garamond",
        "Shippori Mincho",
        "Bodoni Moda",
        "Jost",
        "Noto Sans JP",
        serif;
    font-style: normal;
    color: #000;
    background-color: #fff;
    line-height: 1.5;
}

img {
    max-width: 100vw;
    height: auto;
}


/* pc */
@media screen and (min-width:834px) {
    .spBr {
        display: none;
    }

}


/*==========================
scrollTop
==========================*/
.topBtn {
    position: fixed;
    height: 50px;
    text-decoration: none;
    font-weight: 400;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #000;
    padding: 0 0 0 35px;
    border-top: solid 1px #000;
    right: 4%;
    bottom: 4%;
    font-family: "EB Garamond";
    display: none;
}

.topBtn::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px #000;
    transform: rotate(35deg);
    transform-origin: left top;
}

/* アニメーションスタートの遅延時間を決めるCSS */
.delay-time01{
animation-delay: 0.1s;
}

.delay-time02{
animation-delay: 0.5s;
}

.delay-time03{
animation-delay: 1s;
}


.delay-time04{
animation-delay: 1.5s;
}



/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/

.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
    }

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

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


/*==========================
fadeIn
==========================*/

/* 横スクロール防止（アニメのはみ出し対策） */
html, body {
    overflow-x: hidden;
}
.fadeIn {
    transform: translate(0 80px);
    opacity: 0;
    transition: 1s;
}

.fadeIn.animated {
    transform: translate(0 0);
    opacity: 1;
}

/*==========================
slideFromLeft 
==========================*/

.slideFromLeft {
  opacity: 0;
  transform: translateX(-50px); /* 画面左側に50pxずらしておく */
  transition: all 0.8s ease-out; /* アニメーションの時間と動き方を指定 */
}

/* Improve animated element rendering to avoid visual overflow during transitions */
.slideFromLeft,
.slideFromRight,
.fadeIn,
.fadeUp {
        will-change: transform, opacity;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        /* promote to its own layer to reduce repaint overflow artifacts */
        transform-origin: 0 0;
}

/* animatedクラスが付与されたときの表示状態 */
.slideFromLeft.animated {
  opacity: 1;
  transform: translateX(0); /* 元の位置に戻す */
}

/* slideFromRight: 右から入るバリアント（slideFromLeft のミラー） */
.slideFromRight {
    opacity: 0;
    transform: translateX(50px); /* 画面右側に50pxずらしておく */
    transition: all 0.8s ease-out;
}

.slideFromRight.animated {
    opacity: 1;
    transform: translateX(0);
}



/*==========================
common link
==========================*/

.link__area {
    display: flex;
    padding: 24px var(--contentPadding);
    flex-direction: column;
    gap: 12px;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.item__area {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.item__name {
    width: calc(100/375 * 100vw);
    color: #000;
    font-family: "Shippori Mincho";
    font-size: calc(15/375 * 100vw);
    line-height: 100%;
    align-self: stretch;
}

.item__price {
    width: calc(130/375 * 100vw);
    color: #000;
    font-family: "Shippori Mincho";
    font-size: calc(12/375 * 100vw);
    line-height: normal;
    display: flex;
    justify-content: flex-end;
}

.size__area {
    width: calc(100/375 * 100vw);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.size {
    display: flex;
    width: calc(19/375 * 100vw);
    padding: 3px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #000;
    color: #000;
    font-family: "Shippori Mincho";
    font-size: calc(11/375 * 100vw);
    line-height: 105%;
}

.btn__detail {
    display: flex;
    padding: 0 3.2%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--btnsub);
    color: #000000;
    font-family: "jost";
    font-size: calc(12/375 * 100vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    border: 1px solid #311f08;

}

.btn__detail--main {
    background-color: var(--btnmain);
    color: #fff;
}

.btn__detail:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #311f08;
}

.sen {
    border: none;
    border-top: 1px solid #bbbbbb;
    width: 100%;
}



.content__head {
    color: #311f08;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: calc(20 / 375 * 100vw);
    font-weight: 700;
    line-height: 200%; /* 48px */
    letter-spacing: 1.2px;
    margin: 0 auto;
}

.content__text {
    color: #000;
    font-family: "Shippori Mincho";
    font-size: calc(14 / 375 * 100vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: -0.01em;
    padding: 0 24px;
}


.section__img--slide {
    display: grid;
    overflow: hidden;
    width: 100%;
}

.imgSlide {
    grid-area: 1 / 1;
    width: 100%;
    height: auto;
    opacity: 0;
    animation: fade 8s ease-in-out infinite;
}

.imgSlide:nth-child(2) {
    animation-delay: 4s;
}

@keyframes fade {
    0% { opacity: 0; } /* 開始時 */
    50% { opacity: 1; } /* 中間 */     
        100% { opacity: 0; }
}





/* pc */
@media screen and (min-width:834px) {
    .item__name {
        width: 150px;
    }

    .size__area {
        width: 150px;
    }

    .content__head {
        font-size: 2.4rem;
        margin: 0;
        text-align: left;
    }

    .content__text {
        font-size: 1.6rem;
        width: 382px;
        padding: 0;
    }


    
    .item__price {
        width: 130px;
        font-size: 1.6rem;
    }

    .item__name {
        width: 150px;
        font-size: 1.6rem;
    }

    .btn__detail {
        padding: 0 24px;
        font-size: 1.3rem;
    }


    .size {
        width: 19px;
        font-size: 1.1rem;
    }
}



/*==========================
TOP
==========================*/

.main {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.mainVisual {
    display: flex;
    background: #BBC3CB;
    position: relative;
    height: 100%; 
    overflow: hidden;
}

.mainVisual__pcimg {
    display: none;
}

.mainVisual__spimg {        
    display: grid;
}

.mainVisual__img--sp {
    width: 100%;
}



.mainVisual__title {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 6.4%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    width: 100%;
    background: linear-gradient(to top, rgba(231, 231, 231, 0.7) 0%, rgba(228, 226, 226, 0.5) 50%, transparent 100%);
}

.mainVisual__titlesec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;

}

.mainVisual__title--subtitle {
    width: 80%;
}

.mainVisual__title--main {
    width: 100%;
}



.logo {
    width: calc(55/375 * 100vw);
    align-self: center;
}



.lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 24px;
    gap: 12px;
    align-self: stretch;
}


.main__txt {
    color: var(--primary-Black);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: calc(14/375 * 100vw);
    line-height: 2;
}

/* スクロールインジケーター */
.scroll-indicator {
    display: flex;
    justify-content: center;
    padding: 24px 0;
}

.scroll-line {
    display: block;
    width: 1px;
    height: 60px;
    background-color: #000;
    position: relative;
    animation: scrollAnim 2s ease-in-out infinite;
}

@keyframes scrollAnim {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}


/* pc */
@media screen and (min-width:834px) {

    .mainVisual {
        height: 100vh;

    }

    .mainVisual__spimg {
        display: none;
    }

    .mainVisual__pcimg {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }

    .mainVisual__title--subtitle {
        width: 25%;
        position: absolute;
        bottom: 40%;
        left: 5%;
        z-index: 2;
    }
    
    .mainVisual__title--main {
        width: 50%;
        position: absolute;
        bottom: 5%;
        left: 5%;
        z-index: 2;
    }
    
    .mainVisual__imgpc {
        display: flex;
        flex-direction: row;
            justify-content: flex-end;
    }
    
    .mainVisual__img--pc1 {
        width: 30%;
        margin-right: -2%;
        z-index: 1;
    }

    .mainVisual__img--pc2 {
        width: 30%;
    }

    .logo {
        position: absolute;
        width: calc( 100 / 1440 * 100vw);
        bottom: 3%;
        right: 3%;
        z-index: 2;
    }


    .lead {
        padding: 48px 24px;
        gap: 24px;
    }

    .scroll-indicator {
        margin-top: 48px;
        padding: 48px 0;
    }

    .scroll-line {
        height: 120px;
    }


    .main__txtSub {
        font-size: 2rem;
    }

    .main__txt {
        font-size: 1.6rem;
        letter-spacing: 0.6px;
    }
}


/*==========================
section layout01
==========================*/

.section__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.section__title {
    --title-tint: #f1eefc;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 36px 0 8px 0;
    margin-top: 48px;
    margin-bottom: 24px;
    background:
        radial-gradient(130% 95% at 10% 8%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 54%),
        radial-gradient(100% 82% at 76% 16%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 60%),
        radial-gradient(118% 92% at 88% 88%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 64%),
        linear-gradient(160deg, color-mix(in srgb, var(--title-tint) 78%, white 22%) 0%, var(--title-tint) 56%, color-mix(in srgb, var(--title-tint) 86%, black 14%) 100%);
}

.section__titleImg {
    position: absolute;
    top: -18%;
    left: 5%;
    width: 20%;
}

.section__title--item01 {
    --title-tint: #f5f7e7;
}

.section__title::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: min(70vw, 980px);
    height: 2px;
    background: linear-gradient(to left, rgba(53, 52, 67, 0.5) 0%, rgba(53, 52, 67, 0) 100%);
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: right center;
    opacity: 0;
}

.section__title.slideFromLeft.animated::after {
    animation: lineRevealFromRight 0.9s ease-out 0.7s forwards;
}

@keyframes lineRevealFromRight {
    0% {
        transform: scaleX(0);
        opacity: 1;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

.section__title--item02 {
    --title-tint: #f1eefc;
}


.section__title--item03 {
    --title-tint: #e7eef7;
}


.section__title--item04 {
    --title-tint: #ebf7e7;
}


.section__title--item05 {
    --title-tint: #f7e7e9;
}



.section__titletxt {
    color: var(--primary-Black);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: calc(18/375 * 100vw);
    line-height: 200%; /* 48px */
    letter-spacing: 1px;
    position: relative;
}

.section__titletxt span {
    text-align: end;
    font-size: calc(24/375 * 100vw);
}


    
.content__text {
    padding: 24px var(--contentPadding);
}


/* pc */
@media screen and (min-width:834px) {
    .section__content{
        gap: 48px;
        align-items: center;
        margin: 0 var(--contentPadding);
    }

    .section__title {
        width: calc(100% + (var(--contentPadding) * 2));
        padding: 96px 0 48px;
        margin-left: calc(var(--contentPadding) * -1);
        margin-right: calc(var(--contentPadding) * -1);
        margin-top: 120px;
        margin-bottom: 96px;
    }

    .section__title::after {
        top: 24px;
        right: 0;
        width: min(60vw, 980px);
    }

    .section__titleImg {
        width: 20%;
        top: -5%;
        left: 12%;
    }

    .section__titletxt {
        font-size: calc(46/1440 * 100vw);
    }

    .section__titletxt span {
        font-size: calc(60/1440 * 100vw);
    }

    .section__imgarea {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 6%;
    }

    .section__img {
        display: grid;
        overflow: hidden;
    }

    .img__section {
        grid-area: 1 / 1;
        width: 100%;
        height: auto;
    }

    .imgarea__left {
        width: 50%;
        max-width: 900px;
    }

    .imgarea__right {
        width: 45%;
        max-width: 900px;
    }

    .content__text--layout01 {
        align-self: start;
        width: 100%;
    }

    .link__area--layout01 {
        width: 44%;
    }

}



/*==========================
section other link
==========================*/
.other__link {
    display: flex;
    padding: 48px 24px 96px 24px;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.other__item {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid var(--primary-Black);
}

.otherItem__txt {
    color: var(--primary-Black);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

/* pc */
@media screen and (min-width:834px) {

    .other__link{
        margin: 0 auto;
        padding: 80px 0 116px;
        gap: 36px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .other__item {
        width: 350px;
        padding: 12px 0;
        margin: 0 auto;
    }

    .otherItem__txt {
        font-size: 1.6rem;
    }
}

/*==========================
footer
==========================*/

.footer {
    display: flex;
    padding: 48px 0;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    background: #F6F6F6;
}

.icon__area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 20vw;
    gap: 20px;
}

.footer__icon {
    width: 100%;
    height: auto;
}

.logo__area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.insta {
    width: 26px;
}

.clossetIcon {
    width: 106px;
}

.footer_block__copy {
    color: #000;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width:834px) {

    .footer {
        padding: 118px 0 60px;
    }

    .icon__area {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }

}


