/* 変数 */
:root {
    --handwriting: 'Playball', cursive;
    --sanserif: 'Marcellus', serif;
    --serif: 'Cormorant', serif;
    --mintgreen: #44948B;
    --lightmintgreen: #76A8A3;
    --lightgray: #878787;
    --beige: #F5F5F3;
    --blue: #123E58;

}


/* スタイル */
.li-brand-title {
    display: none;
}

.section-eyecatch {
    margin-top: 0;
    max-width: none;
    width: 100%;
}

.section-breadcrumb {
    display: none;
}

.sb-link-silde {
    display: none;
}

main {
    max-width: none;
    margin-top: 80px;

}

@media (max-width:1800px) {
    main {
        margin-top: 120px;
    }
}


.fv {
    background: url("/images/wd2024/check.png")repeat;
}


.fv-bg {

    padding-top: calc(35%*266/1920);

}

.fv-heart {
    position: absolute;
    right: -22px;
    top: -7px;
    z-index: 0;
    width: 100px;
}

._top {
    /* background: url("/images/wd2024/fvbg-top.png")no-repeat; */
    background-size: cover;
}

._bottom {
    /* background: url("/images/wd2024/fvbg-bottom.png")no-repeat; */
    background-size: cover;
}

.main-view {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.main-view-sp {
    display: none;
}

.img-wrap {
    width: 50%;
}

.img-wrap img {
    width: 100%;

}

.txt-wrap {
    margin-left: -115px;
    width: 50%;
    position: relative;
}

.txt-wrap h2 {
    font-size: 124px;
    text-align: center;
    font-family: var(--handwriting);
    color: #1290a2;
    text-wrap: nowrap;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.txt-wrap h2 span {
    display: block;
    text-align: center;
    font-family: var(--handwriting);
    font-size: 46px;
    color: #1290a2;
}

.txt-wrap p {
    color: #5f5f5f;
    line-height: 3;
    margin-top: 55px;
    font-weight: 600;
    font-size: 16px;
}

.beige-bg {
    background: var(--beige);
}

.main-brand {
    margin: 0 auto;
    padding: 110px 20px;
    max-width: 1200px;
    text-align: center;

}

.border-b {
    height: 3px;
    width: 100%;
    background: #dcd1c0;

}

.border-l {
    height: 1px;
    width: 100%;
    background: #dcd1c0;
    margin: 5px 0;
}

.main-img {
    position: relative;
    margin: 40px auto 0 auto;
    max-width: 870px;


}

.brand-img {
    width: 100%;

}

.brand-number {
    position: absolute;
    z-index: 1;
    top: -41px;
    left: -2px;
}


.main-brand h3,
.other-brand h3 {
    text-align: center;
    font-family: var(--sanserif);
    color: var(--mintgreen);
    font-size: 54px;
    margin: 40px 0;
}

.main-brand h3 span,
.other-brand h3 span {
    display: block;
    color: var(--lightgray);
}

.brand-story {
    text-align: left;
    max-width: 850px;
    margin: 0 auto 40px;
    line-height: 2;
}

.main-brand-model {
    display: flex;
    margin: 0 auto 100px;
    max-width: 1000px;
    align-items: center;
    justify-content: space-between;
}

.model-img {
    width: 45%;
}

.model-img img {
    width: 100%;
}

.model-txt {
    width: 45%;
    text-align: center;
}

.model-txt h4 {
    font-weight: bold;
    font-size: 24px;
}

.model-txt h4 span {
    display: block;
    font-family: var(--sanserif);
    color: var(--lightgray);
    letter-spacing: 0.1em;
}

.model-txt-inner {
    text-align: left;
    line-height: 2;
    max-width: 400px;
    margin: 50px auto 50px;

}

.model-btn a {
    color: #FFF;
    display: block;
    background: var(--lightmintgreen);
    line-height: 2.5;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    transition: 0.3s;
    border: 2px solid var(--lightmintgreen);
}

.model-btn a:hover {
    background: #fff;
    color: var(--lightmintgreen);

}

.model-btn {
    width: 230px;
    margin: auto;
}

.other-model {
    display: flex;
    margin: 130px auto 50px;
    max-width: 1000px;

    justify-content: space-evenly;
}

.other-model li {
    background: #FFF;
    border-radius: 50%;
    list-style: none;
    width: 210px;
    height: 210px;
    position: relative;
    transition: 0.3s;
}

.other-model li:hover {
    background: #e9e9d5;
}

.other-model li img {
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%, -50%);
}

.other-model li a p {
    font-size: 22px;
    margin-top: 12px;
    text-wrap: nowrap;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.1;
    font-weight: bold;
    width: max-content;
}

.other-model li a p span {
    display: block;
    font-family: var(--sanserif);
    color: var(--lightgray);
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.view a {
    font-family: var(--sanserif);
    position: relative;
    font-size: 34px;
    letter-spacing: 0.1em;
    color: #7d7d7d;
}


.view a:hover {
    color: var(--lightmintgreen);
}

.view a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0%;
    width: 100%;
    height: 2px;
    background: var(--lightmintgreen);
    transition: all .3s;
    transform: scale(0.5, 1);
    transform-origin: center top;/
}

.view a:hover::after {
    transform: scale(1, 1);
}

.ranking-ttl {
    font-family: var(--sanserif);
    font-size: 50px;
    letter-spacing: 0.1em;
    color: var(--blue);
    margin-top: 110px;
    margin-bottom: 80px;
}

.ranking-ttl span {
    display: block;
    color: var(--lightgray);
}

.ranking-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    max-width: 1000px;
    position: relative;
    z-index: 1;
}

.bluestripe {
    height: 370px;
    content: "";
    display: block;
    width: 100%;
    margin-top: -300px;
    background: url("/images/wd2024/bluestripe.png");
    position: absolute;
    z-index: 0;
}

.ranking-wrap li {
    list-style: none;
    width: 32%;
    height: 360px;
    background: #FFF;
    position: relative;
    border-radius: 0 30px 0 30px;
    transition: 0.3s;

}

.ranking-wrap li:hover {
    background: #EEFEFF;
    transform: translateY(-15px);
}

.ranking-wrap li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ranking-wrap li img {
    width: 100%;
    filter: drop-shadow(2px 4px 2px #dddddd);


}

.ranking-wrap li p {
    font-size: 18px;
    color: var(--blue);
    padding-bottom: 25%;
    font-weight: bold;
}

.ranking-wrap li p span {
    font-size: 16px;
    display: block;
    margin-top: 1em;
    color: #bea483;
    display: none;
}

.ranking-no {
    position: absolute;
    top: -28px;
    left: -26px;
    width: 60px !important;
    z-index: 1;
}

._vancleef {
    margin: 100px auto 0;
}

.white-bg {
    margin-top: 230px;
}

.other-brand {
    display: flex;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.other-brand li {
    width: 44%;
    list-style: none;
    margin-bottom: 60px;
    position: relative;
}


.other-brand li img {
    width: 100%;
}

.other-brand li .brand-number {
    position: absolute;
    width: auto;
    top: -37px;
    left: -26px;
}

.other-brand li p {
    text-align: left;
    margin-bottom: 40px;
}

.select-wrap {
    margin: 40px auto;
    max-width: 1000px;
}

.select-wrap p {
    font-family: var(--sanserif);
    color: var(--blue);
    font-size: 38px;

}

.select-wrap p span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    color: var(--blue);
}

.select-btn {
    display: flex;
    justify-content: space-between;
}

.select-btn li {
    width: 23%;
    border-radius: 40px;
    border: 2px solid var(--mintgreen);
    list-style: none;
    text-align: center;
    margin: 50px 0;
    transition: 0.3s;
}

.select-btn li:hover {
    background: var(--mintgreen);
}



.select-btn li a {

    display: block;
    width: 100%;
    font-weight: bold;
    color: var(--mintgreen);
    font-size: 18px;
    transition: 0.3s;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-btn li a:hover {
    color: #fff;
}


.white-bg {
    padding: 0 20px;
}



/* 0 - 428まで */
@media (max-width:428px) {
    .txt-wrap p {
        font-size: 12px;
        margin-top: 25px;
    }

    .fv-heart {
        top: 5px;
        right: 13px;
    }

    .txt-wrap h2 {
        font-size: 80px;
        line-height: 1.4;
    }

    .other-model {

        justify-content: space-evenly;
    }

    .other-model li {
        width: 100px;
        height: 100px;
    }

    .other-model li img {
        width: 105px;
    }

    .other-model li a p {
        font-size: 11px;
        bottom: -8px;
    }

    .other-model li a p span {
        font-size: 10px;
    }

    .ranking-wrap li {
        margin-bottom: 30px;
        height: 230px;
    }

    .ranking-no {
        width: 50px !important;
        top: -12px;
        left: -5px
    }

    .bluestripe {
        height: 410px;
        margin-top: -460px
    }

    .other-brand {
        flex-direction: column;
        align-items: center;
    }

    .other-brand li {
        width: 90%;
        margin-bottom: 20px;
    }

    .select-btn li a {
        font-size: 16px;
        height: 55px;
    }

    .section-itemlist {
        padding-top: 0;
    }

    .view a {
        font-size: 28px;
    }

    .other-brand li .brand-number {
        width: 57px;
        top: -20px;
        left: -17px
    }
}

/* 0 - 767まで */
@media (max-width:767px) {
    .section-eyecatch {
        padding-top: 0;
    }

    main {
        margin-top: 0;
    }

    .fv-heart {
        width: 70px;

    }

    .main-brand {
        padding: 50px 20px;
    }

    .main-brand h3 {
        font-size: 38px;
        margin: 10px 0;
    }

    .main-img {
        margin: 20px auto;
    }

    .brand-number {
        top: -21px;
        width: 60px;
    }

    .brand-story {
        font-size: 12px;

        margin: 0 auto 20px;
    }

    .main-brand-model {
        flex-direction: column;
        margin: 0 auto 60px;
    }

    .model-img,
    .model-txt {
        width: 90%;
    }

    .model-txt {
        margin-top: 20px;
    }

    .other-model {
        max-width: 440px;
        margin: 30px auto;

    }

    .model-txt-inner {
        margin: 20px auto;
        font-size: 12px;
    }

    .ranking-ttl {
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 40px;
    }

    .ranking-wrap {
        max-width: 540px;
        justify-content: center;
    }

    .ranking-wrap li {
        width: 44%;
        margin: 20px 10px;
    }

    .ranking-wrap li p {
        font-size: 13px;
    }

    ._vancleef {
        margin: 0;
    }

    .beige-bg {
        padding: 0 0 20px 0;
    }

    .white-bg {
        margin-top: 50px;
    }

    .other-brand h3 {
        font-size: 32px;
        margin: 10px 0;
    }

    .model-btn {
        width: 100%;
        max-width: 250px;
    }

    .other-brand li p {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .select-btn {
        flex-wrap: wrap;
    }

    .select-btn li {
        width: 47%;
        margin: 10px 0 0 0;
    }
}


/* 0 - 1000まで */
@media (max-width:1000px) {
    .main-view {
        flex-direction: column;
    }

    .main-view-pc {
        display: none;
    }

    .main-view-sp {
        display: none;
        padding: 0 20px;
    }


    .img-wrap {
        width: 100%;
    }

    .txt-wrap {
        margin-left: 0;

        width: 100%;
        margin-top: 25px;
    }

    .txt-wrap h2 span {
        font-size: 42px;
        line-height: 0.5;
    }


}

/* 429-768まで */
@media (min-width:429px) and (max-width:768px) {

    .txt-wrap {
        width: 429px;
    }

    .txt-wrap h2 {
        line-height: normal;
        font-size: 94px;
    }

    .fv-heart {
        top: 3px;
        right: -4px;

    }

    .model-img {
        max-width: 440px;
    }

    .other-model {

        justify-content: space-between;
    }

    .other-model li {
        width: 130px;
        height: 130px;
    }

    .other-model li img {
        width: 120px;
    }

    .other-model li a p {
        font-size: 15px;
        bottom: 5px;
    }

    .bluestripe {
        height: 360px;
        margin-top: -470px;
    }

    .other-brand li {
        width: 47%;
    }

    .ranking-wrap li {
        height: 260px;
    }

}

/* 768 - 1000まで */
@media (min-width:768px) and (max-width:1000px) {
    .txt-wrap {
        max-width: 550px !important;
    }
}