@charset "utf-8";

/*-------------------
   clearfix
-------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------------------
   common
-------------------*/
.wrapper {
    font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    padding: 0 0;
    position: relative;
}

.wrapper * {
    box-sizing: border-box;
}

.wrapper a {
    color: inherit;
    display: block;
}

.wrapper img {
    height: auto;
    max-width: 100%;
}

#container .flex {
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
/*  全体指定 スマホ縦 i5 i5SE　350pxまで  */

/*--やじるし--*/
#container .buy-btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 10%;
}

/*-- 画面外にいる状態 --*/
.fadein {
    opacity: 0;
    transform: translate(0, 30px);
    transition: ease-in 400ms;
}

/*-- 画面内に入った状態 --*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

#container section {
    margin: 0 auto;
    padding: 0 0;
}

#container {
    overflow: hidden;
}

#container .wrapper {
    font-family: "Roboto", "源真ゴシック", "源ノ角ゴシック", "Koruri", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", "Meiryo UI", sans-serif !important;
}

#container .wrapper p {
    margin: 0;
}

/*----------
 mainvisual
----------*/
#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/7beauty-ar/fv-sp.jpg) top 0px left 0px no-repeat;
    background-size: 100%;
    background-color: #fff;
    text-align: center;
    margin: 0 0 30px;
    padding: 70px 40px 0;
    position: relative;
}

#container p.toptext {
    color: #333;
    font-size: 1.0rem;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 0;
}

#container p.sp-iphone {
    top: 170px;
    left: 50px;
    position: absolute;
    width: 110%;
}

#container p.pc-iphone {
    display: none;
}

#container .topbottom-text-box {
    margin-top: 250px;
}

#container .br-pc {
    display: none;
}
#container .newAR .sp-only{
    margin: 3% auto;
}
#container .newAR .pc-only{
    display: none;
}

/*--- sec1 ---*/
#container h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}

#container h3 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 20px;
}

#container em.color {
    color: #947beb;
}

#container h3 .small {
    font-size: 1.0rem;
}

#container .box dl {
    text-align: center;
    margin: 0 0 40px;
}

#container .box dt {
    margin: 0 0 20px;
}

#container .box dd {
    margin: 0 20px;
}

#container .box dd p.des {
    padding: 0 30px;
}

#container h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 5px;
}

#container p.des {
    color: #000;
    font: 0.9rem/1.5 "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#container em.come {
    font-size: 0.9rem;
}

/*-- recomme-box --*/
#container .recomme-box {
    padding: 40px 0 1px;
}

#container .recomme-box h2 em.color {
    font-weight: bold;
}

#container .recomme-box h3 {
    border-bottom: solid 1px #000;
    font-weight: bold;
    margin: 30px 0 10px;
    padding-bottom: 10px;
}

/*---- pc-box ----*/
#container .pc-box {
    display: none;
    font-family: "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

#container .pc-box .box {
    border: solid 1px #8677bd;
    padding: 10px;
}

#container .pc-box .box dd ul,
#container .box-1 dd ul {
    font-size: 1.0rem;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}

#container .box-1 h4 {
    color: #fff;
    background-color: #b9b9b9;
    font-size: 1.2rem;
    font-family: "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    text-align: center;
    margin: 0 0 10px;
    padding: 2px;
}

#container .box-1 h5 {
    font-size: 1.2rem;
}

#container .box-2 {
    font-size: 1.0rem;
    line-height: 1.5;
    margin: 0 10px 20px;
}

/*---- step-box ----*/
#container .sec3 {
    background-color: #f1f1f1;
    padding: 40px 20px;
}

#container p.step {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}

#container .step-box dl {
    text-align: center;
    margin: 0 0 40px;
}

#container .step-box h3 {
    font-size: 1.4rem;
}

#container .step-box p.des {
    margin: 0 10px 20px;
}

/*--- modal-box ---*/
#container .nav-btn {
    display: none;
}

#container .modal {
    display: none;
    top: 0;
    position: fixed;
    margin-left: -20px;
    width: 100%;
    height: 100%;
}

#container .modal__bg {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
}

#container .modal__content {
    background: #fff;
    font-family: "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    position: absolute;
    padding: 20px;
    width: 80%;
    height: 500px;
}

/*---- sec4 ----*/
#container .sec4 {
    margin: 40px 10px;
}

#container .sec4 h3 {
    background-color: #8677bd;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}

#container .lineup-box {
    display: flex;
    flex-wrap: wrap;
    font-family: "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

#container .lineup-box dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 10px;
    width: calc(100% / 2);
}
#container .lineup-box dt{
    position: relative;
}
#container .lineup-box dt .new-icon{
    position: absolute;
    top: -10px;
    width: 35px;
    z-index: 1;
}
#container .lineup-box dt img {
    margin-bottom: 10px;
}

#container .lineup-box .price {
    color: #f33434;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
}

#container .lineup-box .price em {
    color: #333333;
    font-size: .7em;
}

#container .lineup-box h4 {
    font-size: 0.8rem;
    height: 50px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#container .lineup-box dd a,
#container .top-btn a {
    border: solid 1px #8677bd;
    border-radius: 5px;
    color: #8677bd;
    display: block;
    font: bold 0.9rem/2.5 "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    position: relative;
    margin: 5px auto;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

#container .lineup-box dd a:hover,
#container .top-btn a:hover {
    filter: alpha(opacity=90);
    transition: ease-in 0.1s;
    background: #8677bd;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

#container .top-btn {
    margin: 10px 0;
}

#container .ps-qr {
    display: none;
}

/*----scroll----*/
.scroll {
    opacity: 0;
    transition: all 1.5s ease;
}

.scroll.show {
    opacity: 1;
    transform: none;
    animation: 1.0s fadeIn;
}

.s-bottom {
    /*下からふわっと*/
    transform: translate(0, 20px);
}

.s-right {
    /*右からふわっと*/
    transform: translate(50px, 0);
}

/*-----moviebox-----*/
#container .movie {
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
}

#container .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#container .movie-box p.text1 {
    color: #8677bd;
    font-size: 1.0rem;
    text-align: center;
    margin: 0 0 5px;
}

@media screen and (min-width:350px) and (max-width:480px) {

    /*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
    #container .mainvisual {
        margin: 0 0 60px;
    }

    #container .topbottom-text-box {
        margin-top: 270px;
    }

    #container .modal {
        margin-left: -20px;
    }

    #container .sec4 h3 {
        font-size: 1.0rem;
        padding: 10px;
    }
}

@media screen and (min-width:480px) {

    /*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
    #container .mainvisual {
        background: url(/contents/shop/sevenbeauty/img/freepage/7beauty-ar/fv-pc.jpg) top 0px left 90% no-repeat;
        background-size: 120%;
        margin: 0 0 270px;
        padding: 90px 40px 0;
        height: 880px;
    }

    #container p.toptext {
        font-size: 1.3rem;
    }

    #container h1 {
        margin: 0 auto;
        width: 60%;
    }

    #container p.pc-iphone {
        display: block;
        top: 230px;
        left: 130px;
        position: absolute;
        width: 65%;
    }

    #container p.sp-iphone {
        display: none;
    }

    #container .topbottom-text-box {
        margin-top: 340px;
    }

    #container .topbottom-text-box p.des {
        text-align: center;
    }

    #container .br-pc {
        display: block;
    }

    #container h2 {
        font-size: 2.0rem;
        margin: 0 0 30px;
    }

    #container .box {
        display: flex;
        flex-wrap: wrap;
        margin: 0 30px;
    }

    #container .box dl {
        margin: 0 0 40px;
        padding: 0 30px;
        width: calc(100% / 2);
    }

    #container .box dd p.des {
        padding: 0;
    }

    #container .recomme-box h3 {
        font-size: 1.4rem;
        margin: 20px 0 10px;
    }

    #container p.step {
        font-size: 1.5rem;
        margin: 0 0 20px;
    }

    #container .step-box h3 {
        font-size: 1.6rem;
    }

    #container .step-box h3 br {
        display: none;
    }

    #container .step-box p.des {
        margin: 0 auto 20px;
        width: 80%;
    }

    #container .modal__content {
        height: 700px;
    }

    #container .sec4 h3 {
        font-size: 1.4rem;
        padding: 10px;
    }

    #container .lineup-box dl {
        width: calc(100% / 3);
    }
    #container .lineup-box dt .new-icon{
    width: 45px;
}

    #container .top-btn {
        margin: 20px 0;
    }

    #container .top-btn a {
        font-size: 1.2rem;
        width: 70%;
    }

    /*-----moviebox-----*/
    #container .movie {
        margin: 0 auto;
        height: 310px;
        width: 80%;
    }
}

@media screen and (min-width:960px) {

    /*　小・大画面デスクトップ　960pxからはここを読み込む　*/
    #container .width {
        margin: 0 auto;
        width: 1040px;
    }

    #container .mainvisual {
        background: url(/contents/shop/sevenbeauty/img/freepage/7beauty-ar/fv-pc.jpg) top 0px left 50% no-repeat;
        background-size: 105%;
        margin: 0 auto 300px;
        width: 1040px;
        height: 880px;
    }

    #container p.toptext {
        font-size: 2rem;
        margin: 0 auto 20px;
    }

    #container h1 {
        width: 50%;
    }

    #container p.pc-iphone {
        top: 240px;
        left: 180px;
    }

    #container .topbottom-text-box {
        margin-top: 410px;
    }
#container .newAR .sp-only{
    display: none;
}
#container .newAR .pc-only{
    display: block;
    margin: 3% auto 0;
}
    #container h2 {
        font-size: 2.2rem;
    }

    #container h3 {
        font-size: 1.6rem;
    }

    /*--- pc-box ---*/
    #container .pc-box {
        display: block;
        padding: 60px;
    }

    #container .pc-box h2 {
        color: #8677bd;
    }

    #container .pc-box .box {
        display: block;
        padding: 40px;
    }

    #container .pc-box .box dl {
        width: 100%;
    }

    #container .pc-box .box dl.qr-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #container .pc-box .box dl.qr-box dt {
        margin: 0;
        width: 50%;
    }

    #container .box-1 {
        display: flex;
    }

    #container .box-1 h4 {
        padding: 5px;
    }

    /*--- step-box ---*/
    #container .step-box {
        display: flex;
    }

    #container .step-box dl {
        padding: 30px;
        width: calc(100% / 3);
    }

    #container .step-box h3 {
        font-size: 1.4rem;
    }

    #container .step-box h3 br {
        display: block;
    }

    #container .step-box p.des {
        height: 180px;
        width: 100%;
    }

    #container .nav-btn {
        display: block;
    }

    #container .js-modal-open {
        display: none;
    }

    #nav1 {
        display: block;
        margin-top: -50px;
        padding-top: 50px;
    }

    #container .lineup-box dl {
        margin: 0 0 40px;
        width: calc(100% / 5);
    }

    #container p.ps-qr {
        display: block;
        margin: 0 auto 10px;
        width: 70%;
    }

    /*-----moviebox-----*/
    #container .movie {
        margin: 0 auto 40px;
        height: 420px;
        width: 70%;
    }

    #container .movie-box p.text1 {
        font-size: 1.2rem;
    }
}