@charset "utf-8";

/*-------------------
   common
-------------------*/
#container .wrapper {
    color: #545454;
    font: 1em/1.7 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: .1em;
}

#container .wrapper h1 {
    color: #6b635b;
    font: 2.5em / 1.1 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: normal;
    padding-top: 6%;
    text-align: center;
}

#container .wrapper h2 {
    color: #6b635b;
    font: 2.0em/ 1.1 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: normal;
    padding-top: 7%;
    text-align: center;
}

#container .wrapper h3 {
    font: 1.5em / 1.5 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-feature-settings: "palt";
    text-align: center;
}

#container .brand-innerWrap h3 {
    background-color: #c3b6b4;
    border-radius: 10vw;
    color: #fff;
    margin: 5% auto 6%;
    width: 85%;
}

#container .wrapper h4 {
    color: #b28a3c;
    font: 1.5em/ 1.0 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-feature-settings: "palt";
    padding-bottom: 3%;
    text-align: center;
}

#container .wrapper img {
    height: auto;
    max-width: 100%;
}

#container .flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 93%;
}

#wrap .kome {
    font-size: 0.75em;
    margin-left: 0;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/beautybrand_cosme/fv_sp.jpg) no-repeat;
    background-color: #f0f0f0;
    background-size: 100%;
    height: 100%;
}

#container .mainvisual .title-desc {
    color: #b28a3c;
    font: 1.3em / 1.2 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-feature-settings: "palt";
    margin: 2% 0;
    text-align: center;
}

/* swiper*/
#container .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

#container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

#container .swiper-slide {
    width: auto;
    height: 85vw;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0 2vw;
    padding: 0;
    display: flex;
    align-items: end;
}

#container .swiper-slide img {
    width: auto;
    height: 55%;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

/*-------------------
text-box 
-------------------*/
#container .text-box {
    background-color: #918482;
    padding: 4% 5%;
}

#container .text-box .des {
    align-items: center;
    color: #fff;
    font-feature-settings: "palt";
    justify-content: center;
    text-align: center;
}

/*-------------------
   section1
-------------------*/
#container .positioning_map p {
    align-items: center;
    padding: 0 5%;
    text-align: center;
}

#container .mapBox {
    position: relative;
    text-align: center;
}

.mapBox .back {
    margin: 3% auto 0;
    width: 90%;
}

/* mapIcon */
.mapBox .mapIcon {
    position: absolute;
    width: 13vw;
}

.mapBox .sp-program {
    right: 8vw;
    top: 6vw;
}

.mapBox .cellogy {
    right: 18vw;
    top: 13vw;
}

.mapBox .medisthe {
    right: 27.5vw;
    top: 20vw;
}

.mapBox .mortia {
    right: 62vw;
    top: 27vw;
}

.mapBox .vitamin {
    right: 32vw;
    top: 41vw;
}

.mapBox .collagen {
    right: 54vw;
    top: 56vw;
}

.mapBox .CICA {
    right: 73vw;
    top: 56vw;
}

.mapBox .todays {
    right: 54vw;
    top: 41vw;
}

.mapBox .olocos {
    right: 38.5vw;
    top: 27vw;
}

/* brandList */
#container .brand_box {
    line-height: 1.3rem;
    margin: 35px 10px 0;
    width: calc(100% / 2 - 20px);
}

#container .brand_box:last-child {
    margin-bottom: 40px;
}

#container .brand_box .brand-catch {
    color: #b28a3c;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: normal;
    margin: 5% 0 6%;
    text-align: center;
}

#container .brand_box h4 {
    color: #535353;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: normal;
    padding: 9% 0 7%;
}


#container .brand_box span {
    font-size: 0.6em;
}

#container .brand_box .body {
    height: 17vw;
}

#container .item-desc {
    color: #535353;
    font-size: 0.8em;
    font-feature-settings: "palt";
    line-height: 1.8em;
    letter-spacing: normal;
    margin: 0 2% 7%;
}


/* ボタン */
#container .content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#container .brand_box .buy_btn {
    background: #918482;
    color: #FFF;
    display: inline-block;
    font-size: 0.85em;
    line-height: 2.3em;
    letter-spacing: normal;
    margin-top: auto;
    padding: 3px 30px;
    position: relative;
    text-align: center;
}

#container .brand_box .buy_btn::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left-color: #fff;
    content: "";
    height: 5px;
    margin: auto;
    position: absolute;
    right: 12px;
    top: 13px;
    text-align: center;
    transform: rotate(45deg);
    transition: all .3s;
    width: 5px;
}

#container .brand_box .kome {
    font-size: 0.85em;
}

/*-------------------
   section2
-------------------*/
#container .ranking {
    background-color: #f1f1f1;
    padding: 2% 0 10%;
}

#container .ranking-desc {
    color: #535353;
    font-size: 0.75em;
    font-feature-settings: "palt";
    line-height: 1.8em;
    letter-spacing: normal;
    padding-top: 10%;
}

#container .ranking-desc em {
    font-weight: bold;
}

#container .rank-img {
    border-radius: 10px;
}

#container .ranking_list_facial {
    line-height: 1.3rem;
    margin: 35px 10px 0;
    width: calc(100% / 3 - 20px);
}

#container .ranking_list_body {
    line-height: 1.3rem;
    margin: 35px 10px 0;
    width: calc(100% / 3 - 20px);
}

#container .buttons {
    text-align: center;
}

.buttons .button {
    border: 1px solid #c3b6b4;
    background-color: #f1f1f1;
    border-radius: 50px;
    color: #c3b6b4;
    font: 1.0em / 1.5 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    margin: 3% 1% 0;
    padding: 2% 0;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    width: 42vw;
}

/* 選択状態（アクティブ） */
.buttons .button.active {
    background-color: #c3b6b4;
    color: #fff;
}

#container .more-action-button {
    background: #918482;
    color: #FFF;
    display: block;
    font-size: 0.85em;
    line-height: 2.3em;
    letter-spacing: normal;
    margin: 7vw auto 0;
    padding: 3px 25px;
    position: relative;
    text-align: center;
    width: 37vw;
}

.more-action-button::before,
.more-action-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 1px;
    background-color: #FFF;
    transition: transform 0.2s ease;
    transform-origin: center;
}

.more-view::before {
    transform: translateY(-50%) rotate(0deg);
}

.more-view::after {
    transform: translateY(-50%) rotate(90deg);
}

.more-close::before {
    transform: translateY(-50%) rotate(0deg);
}

.more-close::after {
    display: none;
}

#container .brand-innerWrap .brand_body {
    margin-bottom: 0;
}

/*-------------------
   section3
-------------------*/
#container .other_brand {
    background-color: #e9e4e4;
    padding: 2% 5% 10%;
    text-align: center;
}

#container .other_brand p {
    line-height: 1.6em;
    padding-top: 5%;
    text-align: center;
}

.other_brand_box {
    padding: 2%;
    width: calc(100%/2);
}

#container .other_brand .flex {
    padding-top: 2%;
    width: 100%;
}

#container .other_brand h3 {
    color: #6b635b;
    font-size: 1.0rem;
    padding-top: 3%;
}

#container .other_brand .brand-List_btn {
    background: #918482;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.2em;
    line-height: 2.3em;
    letter-spacing: normal;
    margin: 5% 0;
    padding: 5px 55px;
    position: relative;
}

#container .other_brand .brand-List_btn a {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

#container .other_brand .brand-List_btn a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    left: 243px;
    top: 15px;
    transform: rotate(45deg);
    transition: all .3s;
    width: 8px;
}

@media screen and (min-width:480px) and (max-width:960px) {

    /*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
    /*-------------------
    480px-  mainvisual
    -------------------*/
    #container .wrapper h1 {
        font-size: 4.5em;
    }

    #container .wrapper h2 {
        font-size: 2.8em;
    }

    #container .wrapper h3 {
        font-size: 2.1em;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    #container .wrapper h4 {
        font-size: 2.2em;
        line-height: 0.9em;
        padding-bottom: 15px;
    }

    #container .brand_box span {
        font-size: 0.5em;
    }

    #container .brand_box .kome {
        font-size: 0.8em;
    }

    #container .br_sp {
        display: none;
    }

    /*-------------------
   mainvisual
-------------------*/
    #container .mainvisual .title-desc {
        font-size: 2.5em;
        line-height: 1.3;
    }

    #container .swiper-slide {
        margin-right: 25px;
    }

    #container .text-box .des {
        font-size: 1.5em;
        line-height: 1.8;
    }

    /*-------------------
   section1
-------------------*/
    #container .positioning_map p {
        font-size: 1.4em;
        line-height: 1.9;
    }

    #container .flex {
        margin: 0 auto 35px;
        width: 90%;
    }

    #container .brand_box {
        text-align: center;
    }

    #container .item-desc {
        font-size: 1.0em;
        margin: 0 15px 15px;
        text-align: left;
    }

    #container .mapBox .back {
        margin-bottom: 35px;
    }

    #container .brand_box .brand-catch {
        font-size: 1.2em;
        margin: 15px 0;
    }

    #container .brand_box .buy_btn {
        font-size: 1.3em;
        letter-spacing: inherit;
        padding: 5px 65px;
    }

    #container .brand_box .buy_btn::after {
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        height: 10px;
        right: 25px;
        top: 20px;
        width: 10px;
    }

    #container .brand_box .body {
        height: 8vw;
    }

    /*-------------------
   section2
-------------------*/
    #container .ranking {
        padding-top: 13px;
    }

    #container .buttons .button {
        font-size: 1.5em;
        margin: 25px 10px 20px;
        padding: 7px 0;
        width: 280px;
    }

    #container .ranking_list_facial {
        text-align: center;
    }

    #container .ranking-desc {
        font-size: 1.0em;
        padding-top: 15px;
        text-align: left;
        margin: 0 25px;
    }

    #container .more-action-button {
        font-size: 1.2em;
        width: 35vw;
    }

    .more-action-button::before,
    .more-action-button::after {
        right: 20px;
        width: 13px;
    }

    #container .brand-innerWrap .brand_body {
        margin-bottom: 0;
    }

    /*-------------------
   section3
-------------------*/
    #container .other_brand p {
        font-size: 1.4em;
        line-height: 1.9em;
        padding-top: 30px;
    }

    #container .other_brand {
        padding-top: 15px;
    }

    #container .other_brand h3 {
        font-size: 2.0em;
        line-height: 1.2em;
        padding-bottom: 10px;
    }

    #container .other_brand .flex {
        margin-bottom: 0;
    }

    #container .other_brand .brand-List_btn {
        font-size: 1.6em;
        margin: 25px 0 0;
        padding: 5px 85px;
    }

    #container .other_brand .brand-List_btn a::after {
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        height: 10px;
        left: 335px;
        top: 20px;
        width: 10px;
    }
}

@media screen and (min-width:960px) {

    /*　小・大画面デスクトップ　960pxからはここを読み込む　*/
    /*-------------------
    960px-  mainvisual
    -------------------*/
    #container .wrapper h1 {
        font-size: 5.0em;
        padding-top: 110px;
    }

    #container .wrapper h2 {
        font-size: 3.0em;
        padding-top: 80px;
    }

    #container .wrapper h3 {
        font-size: 2.2em;
    }

    #container .brand-innerWrap h3 {
        margin: 25px auto 15px;
        width: 880px;
    }

    #container .wrapper h4 {
        font-size: 2.2em;
        line-height: 0.9;
        padding: 30px 0 5px
    }

    #container .br_sp {
        display: none;
    }

    #container .br_spip {
        display: none;
    }

    /*-------------------
   mainvisual
-------------------*/
    #container .mainvisual {
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%), url(/contents/shop/sevenbeauty/img/freepage/beautybrand_cosme/fv_pc.jpg) no-repeat;
        background-size: 100%;
    }

    #container .mainvisual .title-desc {
        font-size: 2.5em;
        margin: 6px 0 70px;
    }

    #container .swiper-slide {
        height: 340px;
        margin: 0 15px;
    }

    #container .swiper-slide img {
        height: 100%;
    }

    #container .text-box {
        font-size: 1.5em;
        line-height: 2em;
        margin-top: 10px;
        padding: 30px 0;
    }

    /*-------------------
   section1
-------------------*/
    #container .positioning_map h4 {
        padding-bottom: 15px;
    }

    #container .positioning_map p {
        font-size: 1.5em;
        line-height: 1.8;
    }

    #container .mapBox {
        margin: 0 auto;
        padding-top: 5px;
        width: 1010px;
    }

    #container .mapBox .back {
        margin-bottom: 70px;
    }

    #container .mapBox .mapIcon {
        width: 125px;
    }

    .mapBox .sp-program {
        right: 85px;
        top: 70px;
    }

    .mapBox .cellogy {
        right: 190px;
        top: 140px;
    }

    .mapBox .medisthe {
        right: 290px;
        top: 210px;
    }

    .mapBox .olocos {
        right: 390px;
        top: 280px;
    }

    .mapBox .mortia {
        right: 650px;
        top: 280px;
    }

    .mapBox .vitamin {
        right: 330px;
        top: 430px;
    }

    .mapBox .collagen {
        right: 560px;
        top: 575px;
    }

    .mapBox .CICA {
        right: 735px;
        top: 575px;
    }

    .mapBox .todays {
        right: 560px;
        top: 430px;
    }

    #container .flex {
        padding-bottom: 30px;
        text-align: center;
        width: 1100px;
    }

    #container .brand_box {
        margin: 0 10px 60px;
        text-align: center;
        width: calc(100% / 3 - 20px);
    }

    #container .brand_box .brand-catch {
        font-size: 1.2em;
        line-height: 1.5em;
        margin-bottom: 15px;
    }

    #container .brand_box span {
        font-size: 0.55em;
    }

    #container .item-desc {
        font-size: 1.1em;
        height: 93px;
        line-height: 1.8em;
        margin: 8px 25px;
        text-align: left;
    }

    #container .brand_box .body {
        height: 73px;
    }

    #container .brand_box .kome {
        font-size: 0.8em;
    }

    #container .brand_box .buy_btn {
        font-size: 1.3em;
        letter-spacing: inherit;
        margin-top: 0;
        padding: 3px 70px;
    }

    #container .brand_box .buy_btn::after {
        height: 10px;
        right: 30px;
        top: 17px;
        width: 10px;
    }

    #container .brand-innerWrap .brand_body {
        margin-bottom: 45px;
    }

    /*-------------------
   section2
-------------------*/
    #container .ranking {
        padding: 0 0 70px;
    }

    .buttons .button {
        font-size: 1.6em;
        margin: 30px 15px;
        padding: 6px 0;
        width: 300px;
    }

    #container .ranking_list_facial {
        width: calc(100% / 5 - 20px);
    }

    #container .ranking_list_body {
        width: calc(100% / 5 - 20px);
    }

    #container .ranking-desc {
        font-size: 1.0em;
        margin: 0 28px;
        text-align: left;
    }

    #container .more-action-button {
        font-size: 1.3em;
        margin: 25px auto;
        padding: 4px 20px;
        width: 280px;
    }

    .more-action-button::before,
    .more-action-button::after {
        right: 25px;
        width: 13px;
    }

    /*-------------------
   section3
-------------------*/
    #container .other_brand {
        padding: 0 0 10px;
    }

    #container .other_brand p {
        font-size: 1.5em;
        padding-top: 35px;
    }

    #container .other_brand .flex {
        padding: 5px 0 0;
        width: 1100px;
    }

    .other_brand_box {
        width: calc(100% / 3);
    }

    #container .other_brand h3 {
        font-size: 1.8em;
        padding: 13px 0 5px;
    }

    #container .other_brand .brand-List_btn {
        font-size: 1.5em;
        letter-spacing: inherit;
        margin: 30px 0 70px;
        padding: 5px 110px;
    }

    #container .other_brand .brand-List_btn a::after {
        height: 12px;
        left: 345px;
        top: 17px;
        width: 12px;
    }
}