@charset "UTF-8";

/******************************************************************************
*
* [共通]動画
*
******************************************************************************/

#bg_mov {
    background: #000;
    width: 100%;
    max-width: 600px;
    height: 100vh;
    margin: auto;
    position: relative;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#bg_mov video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

#bg_mov #msk {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.1);
}

/**/

header,
article {
    position: relative;
    z-index: 10;
}



/******************************************************************************
*
* [共通]FV
*
******************************************************************************/

.hero_area {
    padding-bottom: 30px;
}

.hero_area .logo {
    width: 90px;
    position: absolute;
    top: 25px;
    left: 15px;
}

.hero_area .copy {
    width: 60px;
    margin-left: auto;
    padding-top: 30px;
}

.hero_area .point {
    margin-top: 100px;
}



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

article.gift {
    background: #bb9a94;
    background: rgba(33, 56, 42, 0.9);
    position: relative;
}

article.gift .wrap {
    position: relative;
}

article.gift h2 {
    width: 70%;
    margin: 0 auto 50px;
}

article.gift .other {
    width: 90%;
    margin: 15px auto 0;
}


/******************************************************************************
*
* [共通]撮影
*
******************************************************************************/

#photograph p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.5;
}

#photograph .gallery {
    width: 85%;
    margin: auto;
}


/******************************************************************************
*
* [共通]残す
*
******************************************************************************/

#leave .logo {
    width: 25%;
    margin: 0 auto 80px;
}

#leave .copy {
    width: 60px;
    width: 100%;
    margin: 80px auto;
}

#leave p {
    text-align: center;
}

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

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

#leave dl {
    margin-bottom: 100px;
}

#leave dl:last-child {
    margin-bottom: 0;
}

#leave dl dt {
    margin-bottom: 10px;
    padding-left: 10px;
}

#leave dl dt .sub {
    font-size: 12px;
    color: #999;
}

#leave dl dt h3 {
    font-size: 26px;
    letter-spacing: 0.1em;
}

/*差分*/

#leave dl:nth-child(even) dt {
    text-align: right;
    padding: 0;
    padding-right: 10px;
}



/******************************************************************************
*
* [共通]強み
*
******************************************************************************/

#strengths {
    background: #21382A;
}

#strengths h2 {
    width: 60%;
    margin: 0 auto 40px;
}

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

#strengths dl:nth-child(n+2) {
    margin-top: 50px;
}

#strengths dl dd {
    text-align: center;
    background: #fff;
    padding: 40px;
    background-image: url(../images250707/bg2.jpg);
}

#strengths dl dd .sub {
    font-size: 12px;
    color: #999;
}

#strengths dl dd h3 {
    font-size: 24px;
    margin: 5px 0 30px;
}

#strengths dl dd p {
    font-size: 15px
}



/******************************************************************************
*
* [共通]プラン
*
******************************************************************************/

#plan h2 {
    width: 50%;
    max-width: 160px;
    margin: 0 auto 50px;
}

#plan ul.list li:nth-child(n+2) {
    margin-top: 80px;
}



/******************************************************************************
*
* [共通]ロケーション
*
******************************************************************************/

#location {
    background-color: #f1f1e7;
}

#location h2 {
    width: 60%;
    margin: 0 auto 50px;
}

#location .map {
    width: 100%;
    margin: 0 auto 30px;
}

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

#location ul.list {
    display: flex;
    flex-wrap: wrap;
}

#location ul.list li {
    width: 48%;
    margin-right: 4%;
}

#location ul.list li:nth-child(even) {
    margin-right: 0;
}

#location ul.list li:nth-child(n+3) {
    margin-top: 30px;
}


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

#flow h2 {
    width: 60%;
    margin: 0 auto 50px;
}

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

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

#flow .list dl:nth-child(n+2) {
    margin-top: 60px;
}

#flow .list dl:nth-child(odd) {
    flex-flow: row-reverse;
}

#flow .list dl dt {
    width: 54%;
    position: relative;
    top: -18px;
}

#flow .list dl dd {
    width: 42%;
}

#flow .list dl dt .num {
    font-size: 100px;
    line-height: 1;
    color: #f4efea;
    margin-bottom: -40px
}

#flow .list dl dt h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 5px 0 10px;
    position: relative;
}

#flow .list dl dt p {
    font-size: 14px;
    position: relative;
}



/******************************************************************************
*
* [共通]笑う
*
******************************************************************************/

article#smile {
    background: #fff;
}

#smile .copy {
    width: 60px;
    margin: 0 auto;
    padding: 100px 0;
}



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


/*644px以下*/

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

    /*---------------------
    * [共通]動画
    ---------------------*/

    #youtube {
        width: 1000vw;
        height: 270vw;
    }

    /*---------------------
    * [共通]FV
    ---------------------*/

    .hero_area {
        padding-bottom: 20px;
    }

    .hero_area .logo {
        width: 65px;
        top: 20px;
        left: 10px;
    }

    .hero_area .copy {
        width: 35px;
        padding-top: 20px;
        margin-right: 8px;
    }

    .hero_area .point {
        margin-top: 80px;
    }

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

    article.gift {
        padding: 25px 0;
    }

    article.gift h2 {
        width: 70%;
        margin: 0 auto 25px;
    }

    article.gift .main {
        width: 95%;
        margin: auto;
    }

    article.gift .other {
        width: 100%;
        margin: 10px auto 0;
    }

    /*---------------------
    * [共通]撮影
    ---------------------*/

    #photograph p {
        margin-bottom: 50px;
        font-size: 12px;
    }

    #photograph .gallery {
        width: 100%;
    }

    /*---------------------
    * [共通]残す
    ---------------------*/

    #leave .logo {
        width: 30%;
        margin: 0 auto 60px;
    }

    #leave .copy {
        width: 50px;
        width: 100%;
        margin: 60px auto;
    }

    /*リスト*/

    #leave dl {
        margin-bottom: 70px;
    }

    #leave dl dt {
        margin-bottom: 5px;
        padding-left: 5px;
    }

    #leave dl dt .sub {
        font-size: 10px;
    }

    #leave dl dt h3 {
        font-size: 20px;
    }

    /*差分*/

    #leave dl:nth-child(even) dt {
        padding: 0;
        padding-right: 5px;
    }

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

    #strengths h2 {
        width: 65%;
        margin: 0 auto 40px;
    }

    /*リスト*/

    #strengths dl:nth-child(n+2) {
        margin-top: 30px;
    }

    #strengths dl dd {
        padding: 20px;
    }

    #strengths dl dd .sub {
        font-size: 10px;
    }

    #strengths dl dd h3 {
        font-size: 20px;
        margin: 5px 0 20px;
    }

    #strengths dl dd p {
        font-size: 12px
    }

    /*---------------------
    * [共通]プラン
    ---------------------*/

    #plan h2 {
        width: 70%;
        max-width: 110px;
        margin: 0 auto 40px;
    }

    #plan ul.list li:nth-child(n+2) {
        margin-top: 60px;
    }

    /*---------------------
    * [共通]ロケーション
    ---------------------*/

    #location h2 {
        width: 70%;
        margin: 0 auto 40px;
    }

    #location .map {
        width: 100%;
        margin: 0 auto 22px;
    }

    /*リスト*/

    #location ul.list {
        display: flex;
        flex-wrap: wrap;
    }

    #location ul.list li {
        width: 48.5%;
        margin-right: 3%;
    }

    #location ul.list li:nth-child(n+3) {
        margin-top: 15px;
    }

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

    #flow h2 {
        width: 75%;
        margin: 0 auto 50px;
    }

    /*リスト*/

    #flow .list dl {
        display: block;
    }

    #flow .list dl:nth-child(n+2) {
        margin-top: 40px;
    }

    #flow .list dl dt {
        width: 90%;
        top: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    #flow .list dl dd {
        width: 90%;
        margin-top: 15px;
    }

    #flow .list dl dt .num {
        font-size: 65px;
        margin-bottom: 0;
        margin-right: 15px;
    }

    #flow .list dl dt h3 {
        font-size: 20px;
        margin: 0;
        position: relative;
        top: 13px
    }

    #flow .list dl:nth-child(2) dt h3,
    #flow .list dl:nth-child(4) dt h3 {
        position: relative;
        top: 25px;
    }

    #flow .list dl dt p {
        width: 100%;
        font-size: 13px;
        margin-top: 20px;
    }

    #flow .list dl:nth-child(even) dt,
    #flow .list dl:nth-child(even) dd {
        margin-left: auto;
    }

    /*---------------------
    * [共通]笑う
    ---------------------*/

    #smile .copy {
        width: 50px;
        padding: 70px 0;
    }


}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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