@charset  "UTF-8";

/* ====================
common
==================== */
.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.LineupContents {
    max-width: 100%;
}

.mainImage {
    position: relative;
    width: 100%;
}

:root {
    --text-brown: #544739;
    --background-gray: #FAF9F9;
    --background-white: #fff;
    --point: #383C3C;
}

@media screen and (min-width:769px) {
    .footer {
        margin-top: 80px;
    }
    
}

/* ====================
LineupContents
==================== */
.mainImageTitle {
    text-align: center;
    font-family: Cormorant Garamond;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 2.4rem;
    color: #fff;
    background-color:rgba(56, 60, 60, 0.8);
    position: absolute;
    bottom: -20px;
    right: 0;
    width:65%;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    }

h2 {
    font-family: "vdl-penletter", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 100px;
    font-size: 1.4rem;
    text-align: center;
    color: #5f6464;
}

h1 {
    font-size: 1.8rem;
    text-align: center;
    color: var(--text-brown);
    margin-top: 5px;
}

.LineupContentsTopic {
    margin-top: 30px;
}

.LineupContentsTopic__text {
    color: var(--text-brown);
    font-size: 1.6rem;
    margin: 25px 9.3% 80px;
    line-height:2;
}

h3 {
    font-size: 1.8rem;
    text-align: center;
    color: var(--text-brown);
    margin-top: 5px;  
}

.select {
    color: var(--text-brown);
    font-size: 1.5rem;
    margin: 0 9.3% 5px;
    text-align: left;
}

.select__txt {
    font-size: 1.3rem;
    margin: 9px 9.3% 80px;
    text-align: left;

}

.clothingAlterationsContent {
    color: var(--text-brown);
    text-align: left;
    margin: 9px 9.3% 80px;
    font-size: 1.5rem;
}

.item {
    text-align: center;
}

.item li {
    margin-bottom: 10px;
    }

.item li:last-child{
    margin-bottom: 60px;
}

.lineUp_shopBtn {
    width: 200px;
    height: 38px;
    background-color: var(--point);
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
    padding: 7px 23px 9px 28px;
    margin: 30px auto 0;
    position: relative;
}

.lineUp_shopBtn::after {
    content: "";
    display: block;
    background-image: url(../images/stash_arrow-up-light.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: solid 1px #383C3C;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.lineUp_shopBtn:hover {
    opacity: 0.9;
    background-color: #446E72;
    box-shadow: 0px 12px 24px #383C3C90;
    transition: 0.3s;
}

@media screen and (min-width:769px) {
    .LineupContents {
        max-width: 1200px;
        margin: 30px auto;
        padding: 0 5%;
    }

  
    .mainImageTitle {
        width: 370px;
        font-size: 3.5rem;
        font-weight: 400;
        position: absolute;
        right: 0;
        /* top: 75%; */
        bottom: -30px;
        padding:30px 0;
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .mainImage {
        width:75%;
        margin: 0 auto;
        position:relative;
    }

    .mainImage img {
        width:100%;
        max-width:720px;
        height:auto;
        display:block;
    }

    h2 {
        font-size: 1.6rem;
    }

    h1 {
        font-size: 2rem;
    }

    .LineupContentsTopic {
    margin-top: 150px;
    }


    .LineupContentsTopic__text {
        max-width: 690px;
        margin: 49px auto 80px;
    }

    .select {
        font-size: 1.7rem;
        max-width: 600px;
        margin: 9px auto 5px;
    }

    .select__txt {
        font-size: 1.5rem;
        max-width: 600px;
        margin: 9px auto 80px;
    }

    .clothingAlterationsContent {
        max-width: 600px;
        margin: 9px auto 80px;
    }

    .item {
        display: flex;
        justify-content: center;
    }

    .item img {
        width:100%;
        display:block;
    }

    .item {
        display:flex;
        gap:48px;
    }
    
    .lineUp_shopBtn {
    width: 260px;
    height: 70px;
    background-color: var(--point);
    font-family: "Open Sans";
    font-size: 2.3rem;
    font-weight: 500;
    /* letter-spacing: 2%; */
    color: #fff;
    box-sizing: border-box;
    padding: 18px 45px 18px 39px;
    margin: 47px auto 0;
    position: relative;
    display: flex;
    align-items: center;

    }

.lineUp_shopBtn::after {
    content: "";
    display: block;
    background-image: url(../images/stash_arrow-up-light.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #383C3C;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.lineUp_shopBtn:hover {
    opacity: 0.9;
    background-color: #446E72;
    box-shadow: 0px 12px 24px #383C3C90;
    transition: 0.3s;
}

}