@charset "UTF-8";

/******************************************************************************
*
* [共通]ヘッダー
*
******************************************************************************/

header.hero_area {
    width: 100%;
    height: auto;
    position: relative;
}

header.hero_area::before {
    content: "";
    display: block;
    padding-top: 1080px;
}

header.hero_area .hero_area_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/main/fv.jpg);
    background-size: cover;
    background-position: center;
}

/*ボタン*/

header.hero_area .hero_area_inner .btn {
    width: 80%;
    max-width: 550px;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: auto;
}

header.hero_area .hero_area_inner .btn aside {
    width: 80%;
    margin: 5px auto 0;
}


/******************************************************************************
*
* [共通]特典
*
******************************************************************************/

#gift {
    background-image: url(../images/bg5.jpg);
    /*background-color: #000;
    background-size: 80%;*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#gift h2.lead {
    width: 80%;
    max-width: 520px;
    margin: 0 auto 70px;
}

#gift .list {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}


/******************************************************************************
*
* [共通]流れ
*
******************************************************************************/

article.flow h2.lead {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 50px;
}


/******************************************************************************
*
* [共通]悩み
*
******************************************************************************/

/*---------------------
* 1
---------------------*/

#trouble1 {
    background-color: #dfdfdf;
    background-image: url(../images/bg6.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 100px;
}

#trouble1 h2.lead {
    width: 85%;
    margin: 0 auto 35px;
}

/*---------------------
* 2
---------------------*/

#trouble2 {
    padding-bottom: 100px;
    background-color: #fff;
    background-image: url(../images/bg7.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

#trouble2 .arrow {
    position: relative;
    top: -50px;
    width: 400px;
    margin: auto;
}

#trouble2 h2.lead {
    width: 80%;
    max-width: 460px;
    margin: 0 auto 50px;
}

#trouble2 p.p1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}

#trouble2 p.p2 {
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

/*歴史*/

#trouble2 .history {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
}

#trouble2 .history .c {
    width: 48.5%;
}


/******************************************************************************
*
* [共通]プロフィール
*
******************************************************************************/

#prof {
    background: linear-gradient(45deg, rgba(255, 23, 89, 1) 0%, rgba(0, 96, 247, 1) 100%);
    position: relative;
}

#prof .arrow {
    width: 80px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

#prof h2.lead {
    width: 62%;
    margin: 30px auto 60px;
}

#prof .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

#prof .box .ava {
    width: 45%;
}

#prof .box .txt {
    width: 50%;
}

#prof .box .txt .name {
    width: 80%;
}

#prof .box .txt p {
    color: #fff;
    font-size: 18px;
    line-height: 2;
}

/*---------------------
* メディア1
---------------------*/

#media1 .en {
    width: 200px;
    margin: auto;
}

#media1 h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin: 10px 0 50px
}

/*リスト*/

#media1 .list {
    display: flex;
    justify-content: space-between;
}

#media1 .list dl {
    width: 31%;
    border: solid 1px #ccc;
    padding: 15px;
}

#media1 .list dl dt {
    margin-bottom: 10px;
}

#media1 .list dl dd h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 13px;
}

#media1 .list dl dd p {
    font-size: 14px;
}

/*企業*/

#media1 .company {
    padding: 30px 0;
    margin: 60px 0;
    border-top: solid 1px #cdd9dd;
    border-bottom: solid 1px #cdd9dd;
}

#media1 .company .more {
    width: 120px;
    margin: 30px auto 0;
}

/*本*/

#media1 .book {
    margin-top: 80px;
}

#media1 .book .name {
    width: 80%;
    max-width: 450px;
    margin: 0 auto 50px;
}

#media1 .book .main {
    width: 80%;
    max-width: 500px;
    margin: auto;
}

#media1 .book p {
    width: 80%;
    max-width: 500px;
    margin: auto;
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
}

/*CM*/

#media1 .cm {
    padding: 80px 0 0;
    margin: 80px 0 0;
    border-top: solid 1px #cdd9dd;
}

#media1 h2.lead {
    width: 80%;
    max-width: 420px;
    margin: 0 auto 50px;
}

#media1 .txt {
    width: 80%;
    max-width: 390px;
    margin: 0 auto 50px;
}

#media1 .thum {
    width: 70%;
    margin: 0 auto;
}

/*---------------------
* パートナー
---------------------*/

#partner {
    background: #f2f2f2;
    background-image: url(../images/bg4.jpg);
    background-size: cover;
    background-position: center;
}

#partner .en {
    width: 300px;
    margin: auto;
}

#partner h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin: 10px 0 50px
}

#partner .list {
    width: 60%;
    margin: auto;
    mix-blend-mode: multiply;
}

/*他*/

#partner .other {
    margin-top: 50px;
}

#partner .other ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#partner .other ul li {
    background: #fff;
    border-radius: 5px;
    margin: 0 5px;
    padding: 5px 15px 5px 30px;
    background-image: url(../images/prof/icon.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    margin-bottom: 10px;
}

/*---------------------
* 結果
---------------------*/

#result h2 {
    width: 84%;
    margin: 80px auto;
}

#result .list dl {
    margin-bottom: 100px;
}

#result .list dl:last-child {
    margin-bottom: 0;
}

#result .list dl dt {
    width: 85%;
    margin: 0 auto 30px;
}

#result .list dl dd {
    width: 75%;
    margin: auto;
}

#result p {
    margin: 50px auto 0;
    font-size: 18px;
}


/******************************************************************************
*
* [共通]店舗
*
******************************************************************************/

#shop .wrap {
    border-top: solid 1px #cdd9dd;
    padding-top: 80px;
}

#shop h2.lead {
    width: 80%;
    max-width: 380px;
    margin: 0 auto 80px;
}

/*---------------------
* 2
---------------------*/

#shop2 {
    background: #f2f2f2;
    position: relative;
    background-image: url(../images/bg4.jpg);
    background-size: cover;
    background-position: center;
}

#shop2:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 45px solid #f2f2f2;
    border-top: 0;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: auto;
}

#shop2 .com {
    width: 70%;
    margin: 0 auto 40px;
}

#shop2 h2.lead {
    width: 85%;
    margin: 0 auto 80px;
}

#shop2 p {
    font-size: 18px;
}

#shop2 .account {
    width: 80%;
    margin: 50px auto;
}

/*ボタン*/

.common_btn {
    width: 80%;
    max-width: 560px;
    margin: auto;
    margin-top: 50px;
}

.common_btn aside {
    width: 80%;
    margin: 8px auto 0;
}

/*---------------------
* 3
---------------------*/

#shop3 {
    background: #000;
    padding-bottom: 120px;
}

#shop3 .icon {
    width: 110px;
    margin: 0 auto 30px;
}

#shop3 h2.lead {
    width: 80%;
    max-width: 450px;
    margin: auto;
}

#shop3 p {
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 50px 0;
}


/******************************************************************************
*
* [共通]時代
*
******************************************************************************/

#era {
    background: linear-gradient(0deg, rgba(221, 211, 233, 1) 0%, rgba(229, 209, 233, 1) 49.38%, rgba(242, 206, 234, 1) 100%);
    padding: 0;
}

#era .wrap {
    background: #fff;
    padding: 120px 0 60px;
    position: relative;
}

#era .wrap:before,
#era .wrap:after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
}

#era .wrap:before {
    left: -49px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#era .wrap:after {
    right: -49px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/*テキスト*/

#era h2.lead {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 50px;
}

#era p.p1 {
    text-align: center;
    font-size: 20px;
}

#era p.p2 {
    font-size: 18px;
    width: 100%;
    max-width: 700px;
    margin: auto;
}

#era .list {
    width: 90%;
    max-width: 600px;
    margin: 50px auto;
}

#era .arrow {
    width: 450px;
    margin: 50px auto 0;
}

/*グラフ*/

#era .graph {
    width: 90%;
    max-width: 700px;
    margin: 40px auto;
}


/******************************************************************************
*
* [共通]間違い
*
******************************************************************************/

#mistake {
    background: #000;
}

#mistake h2.lead {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 50px;
}

#mistake .list {
    display: flex;
    justify-content: space-between;
}

#mistake .list .c {
    width: 19%;
    border-radius: 10px;
    overflow: hidden;
}

#mistake p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;

}

/*---------------------
* 安心
---------------------*/

#safe {
    background-image: url(../images/bg8.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
}

#safe .but {
    width: 90px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

#safe h2.lead {
    width: 80%;
    margin: 80px auto 50px;
}


/******************************************************************************
*
* [共通]理由
*
******************************************************************************/

#reason {
    background-image: url(../images/bg9.jpg);
    background-size: 100%;
    background-position: center top;
}

#reason .wrap.min {
    max-width: 750px;
}

#reason h2.lead {
    width: 75%;
    margin: 0 auto 50px;
}

#reason .list dl {
    margin-bottom: 80px;
}

#reason .list dl:last-child {
    margin-bottom: 0;
}

#reason .list dl dt {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

#reason .list dl dt .num {
    width: 55px;
    position: absolute;
    top: 0;
    left: 18px;
}

#reason .list dl dd {
    background: #fff;
    padding: 40px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 92%;
    margin: -80px auto 0;
    position: relative;
    border-radius: 10px;
}

#reason .list dl dd h3 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 40px;
}

#reason .list dl dd h3 i {
    background: linear-gradient(90deg, #ff1759 0%, #843aa5 40%, #0060f7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#reason .list dl dd p {
    font-size: 20px;
}


/******************************************************************************
*
* [共通]コンテンツ
*
******************************************************************************/

#content {
    background-image: url(../images/bg10.jpg);
    background-size: cover;
    background-position: center top;
}

#content h2.lead {
    width: 80%;
    max-width: 550px;
    margin: 20px auto 60px;
}

#content aside {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 0.05em;
    color: #808080;
}


/******************************************************************************
*
* [共通]よくある質問
*
******************************************************************************/

#faq {
    background: linear-gradient(45deg, rgba(255, 23, 89, 1) 0%, rgba(0, 96, 247, 1) 100%);
}

#faq h2.lead {
    width: 150px;
    margin: 0 auto 40px;
}

/*---------------------
* FAQリスト
---------------------*/

.faq_list ul li {
    padding: 30px 30px 25px;
    background: #fff;
    border: solid 1px #e5e0d6;
    margin-bottom: 15px;
    border-radius: 40px;
}

.faq_list ul li:last-child {
    margin-bottom: 0;
}

/*リスト内部*/

.faq_list dl dt,
.faq_list dl dd {
    display: flex;
    justify-content: space-between;
}

.faq_list dl dt {
    position: relative;
    cursor: pointer;
}

.faq_list dl dt .icon {
    position: absolute;
    top: -3px;
    right: 0;
    color: #808080;
}

.faq_list dl dt .icon:before {
    content: "＋";
}

.faq_list dl dt.on .icon:before {
    content: "ー";
}

.faq_list dl dd {
    margin-top: 15px;
    border-top: solid 1px #e5e0d6;
    padding-top: 15px;
}

.faq_list dl dt .txt {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -3px;
    padding-right: 40px;
}

.faq_list dl i {
    width: 22px;
    height: 22px;
    background-size: cover;
}

.faq_list dl i.q {
    background-image: url(../images/faq/q.png);
}

.faq_list dl i.a {
    background-image: url(../images/faq/a.png);
}

.faq_list dl .txt {
    width: 92%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 14px;
}

.faq_list dl dd .txt {
    padding-top: 0;
}





/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*960px以下*/

@media only screen and (max-width: 960px) {

    /*---------------------
    * [共通]ヘッダー(SP用に幅固定)
    ---------------------*/

    header.hero_area::before {
        padding-top: 170%;
    }

    header.hero_area .hero_area_inner {
        background-image: url(../images/main/fv_sp.jpg);
    }

    /*ボタン*/

    header.hero_area .hero_area_inner .btn {
        width: 90%;
        bottom: 4%;
    }

    header.hero_area .hero_area_inner .btn aside {
        width: 90%;
    }
}

/*644px以下*/

@media only screen and (max-width: 644px) {

    /*---------------------
    * [共通]特典
    ---------------------*/

    #gift h2.lead {
        width: 82%;
        margin: 0 auto 30px;
    }

    /*---------------------
    * [共通]流れ
    ---------------------*/

    article.flow h2.lead {
        margin-bottom: 30px;
    }

    /*---------------------
    * [共通]悩み
    ---------------------*/

    /* 1*/

    #trouble1 {
        background-size: 250%;
        padding-bottom: 60px;
    }

    #trouble1 h2.lead {
        width: 70%;
        margin: 0 auto 30px;
    }

    /*2*/

    #trouble2 {
        padding-bottom: 60px;
        background-image: url(../images/bg7_sp.jpg);
    }

    #trouble2 .arrow {
        position: relative;
        top: -32px;
        width: 250px;
        margin: auto;
    }

    #trouble2 h2.lead {
        width: 92%;
        margin: 0 auto 30px;
    }

    #trouble2 p.p1 {
        font-size: 14px;
        margin-bottom: 30px;
    }

    #trouble2 p.p2 {
        text-align: center;
        font-size: 14px;
        margin-top: 30px;
    }

    /*歴史*/

    #trouble2 .history {
        display: block;
        width: 90%;
    }

    #trouble2 .history .c {
        width: 100%;
    }

    #trouble2 .history .c:last-child {
        margin-top: 30px;
    }

    /*---------------------
    * [共通]プロフィール
    ---------------------*/

    #prof {
        padding-top: 60px;
    }

    #prof .arrow {
        width: 55px;
        top: -30px;
    }

    #prof h2.lead {
        width: 85%;
        margin: 20px auto 50px;
    }

    #prof .box {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        margin-bottom: 30px;
    }

    #prof .box .ava {
        width: 44%;
    }

    #prof .box .txt {
        width: 51%;
        padding-right: 4%;
    }

    #prof .box .txt .name {
        width: 100%;
    }

    #prof .box .txt p {
        font-size: 12px;
        line-height: 1.7;
    }

    /*メディア*/

    #media1 .en {
        width: 150px;
    }

    #media1 h2 {
        font-size: 16px;
        margin: 10px 0 30px
    }

    #media1 .list {
        display: block;
    }

    #media1 .list dl {
        width: 90%;
        margin: 0 auto 20px;
        padding: 15px;
    }

    #media1 .list dl:last-child {
        margin-bottom: 0;
    }

    #media1 .company {
        margin: 30px calc(50% - 50vw);
        width: 100vw;
        padding: 20px 0;
    }

    #media1 .company .more {
        width: 80px;
        margin: 20px auto 0;
    }

    #media1 .book {
        margin-top: 50px;
    }

    #media1 .book .name {
        margin: 0 auto 30px;
    }

    #media1 .book p {
        width: 90%;
        font-size: 12px;
        margin-top: 20px;
    }

    /*CM*/

    #media1 .cm {
        padding: 50px 0 10px;
        margin: 50px calc(50% - 50vw) 0;
        width: 100vw;
    }

    #media1 h2.lead {
        width: 70%;
        margin: 0 auto 40px;
    }

    #media1 .txt {
        width: 77%;
        margin: 0 auto 40px;
    }

    #media1 .thum {
        width: 90%;
    }

    /*パートナー*/

    #partner {
        padding-bottom: 25px;
    }

    #partner .en {
        width: 200px;
    }

    #partner h2 {
        font-size: 16px;
        margin: 10px 0 40px
    }

    #partner .list {
        width: 90%;
    }

    #partner .other {
        margin-top: 25px;
    }

    #partner .other ul li {
        font-size: 10px;
        border-radius: 3px;
        margin: 0 3px;
        padding: 5px 10px 6px 20px;
        background-size: 7px;
        background-position: left 8px top 8px;
        margin-bottom: 5px;
    }

    /*結果*/

    #result {
        padding-top: 0;
    }

    #result h2 {
        width: 100%;
        margin: 40px auto 50px;
    }

    #result .gallery {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    #result .list dl {
        margin-bottom: 50px;
    }

    #result .list dl dt {
        width: 100%;
        margin: 0 auto 20px;
    }

    #result .list dl dd {
        width: 100%;
    }

    #result p {
        margin: 30px auto 0;
        font-size: 14px;
    }

    /*---------------------
    * [共通]店舗
    ---------------------*/

    #shop .wrap {
        padding-top: 40px;
    }

    #shop h2.lead {
        width: 80%;
        margin: 0 auto 40px;
    }

    /*2*/

    #shop2:before {
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 22px solid #f2f2f2;
        top: -21px;
    }

    #shop2 .com {
        width: 95%;
        margin: 0 auto 20px;
    }

    #shop2 h2.lead {
        width: 100%;
        margin: 0 auto 40px;
    }

    #shop2 p {
        font-size: 14px;
    }

    #shop2 .account {
        width: 90%;
        margin: 25px auto;
    }

    /*ボタン*/

    .common_btn {
        width: 92%;
        margin-top: 25px;
    }

    .common_btn aside {
        width: 90%;
        margin: 8px auto 0;
    }

    /*3*/

    #shop3 {
        padding-bottom: 60px;
    }

    #shop3 .icon {
        width: 80px;
        margin: 0 auto 30px;
    }

    #shop3 h2.lead {
        width: 280px;
    }

    #shop3 p {
        margin: 30px 0 40px;
    }

    /*---------------------
    * [共通]時代
    ---------------------*/

    #era .wrap {
        width: 90%;
        padding: 30px 0 40px;
    }

    #era .wrap:before,
    #era .wrap:after {
        width: 20px;
    }

    #era .wrap:before {
        left: -19px;
    }

    #era .wrap:after {
        right: -19px;
    }

    /*テキスト*/

    #era h2.lead {
        width: 70%;
        margin: 0 auto 40px;
    }

    #era p.p1 {
        font-size: 14px;
        line-height: 2;
    }

    #era p.p2 {
        font-size: 14px;
        width: 90%;
    }

    #era .list {
        margin: 30px auto;
    }

    #era .arrow {
        width: 280px;
        margin: 30px auto 0;
    }

    /*グラフ*/

    #era .graph {
        width: 95%;
        margin: 20px auto;
    }

    /*---------------------
    * [共通]間違い
    ---------------------*/

    #mistake h2.lead {
        width: 62%;
        margin: 0 auto 30px;
    }

    #mistake .list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #mistake .list .c {
        width: 48%;
        margin-left: 4%;
    }

    #mistake .list .c:nth-child(odd) {
        margin-left: 0;
    }

    #mistake .list .c:nth-child(n+3) {
        margin-top: 15px;
    }

    #mistake p {
        font-size: 16px;
        margin-top: 20px;
    }

    /*安心*/

    #safe {}

    #safe .but {
        width: 55px;
        top: -10px;
    }

    #safe h2.lead {
        width: 100%;
        margin: 50px auto 30px;
    }

    /*---------------------
    * [共通]理由
    ---------------------*/

    #reason {
        background-size: 150%;
    }

    #reason h2.lead {
        width: 75%;
        margin: 0 auto 35px;
    }

    #reason .list dl {
        margin-bottom: 40px;
    }

    #reason .list dl dt {
        border-radius: 8px;
    }

    #reason .list dl dt .num {
        width: 35px;
        left: 15px;
    }

    #reason .list dl dd {
        padding: 20px 14px;
        margin: -30px auto 0;
        border-radius: 7px;
    }

    #reason .list dl dd h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #reason .list dl dd p {
        font-size: 14px;
    }

    /*---------------------
    * [共通]コンテンツ
    ---------------------*/

    #content h2.lead {
        width: 90%;
        margin: 20px auto 30px;
    }

    #content aside {
        font-size: 10px;
        margin-top: 5px;
    }

    /*---------------------
    * [共通]FAQ
    ---------------------*/

    #faq h2.lead {
        width: 100px;
        margin: 0 auto 30px;
    }

    /*リストコンテナ*/

    .faq_list ul li {
        padding: 10px 15px 10px;
        margin-bottom: 10px;
        border-radius: 22px;
    }

    .faq_list dl dt .icon {
        width: 14px;
        top: 1px;
    }

    .faq_list dl dd {
        margin-top: 10px;
        padding-top: 12px;
    }

    .faq_list dl dt .txt {
        font-size: 13.5px;
        top: -1px;
        padding-right: 30px;
    }

    .faq_list dl i {
        width: 20px;
        height: 20px;
    }

    .faq_list dl .txt {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        font-size: 12px;
    }

    .faq_list dl dd .txt {
        padding-top: 0;
    }

}
