@charset "UTF-8";

/*====================================

    ----------------------------------
        Color
    ----------------------------------

    Main     : #96153b;


    ----------------------------------
        Font
    ----------------------------------


    ----------------------------------
        Structure
    ----------------------------------

      0. 共通（ページ内）
      1. メインビジュアル
      2. コンセプト

      
      8. フッター

====================================*/


/*===============================

共通（ページ内）

================================*/



/*===============================

ローディング

================================*/


/* Loading背景画面設定　*/
#splash {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #FFCF00;
    text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
    width: 60%;
}



/*===============================

メインビジュアル

================================*/

#main-visual {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    display: table;
    margin-top: 60px;
}

@media screen and (min-width:960px) {
    #main-visual {
        height: 550px;
    }
}

#main-visual video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}

#main-visual img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    max-width: inherit;
    object-fit: cover;
}

/*===============================

コンセプト

================================*/

#concept {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 90px;
}

#concept:after {
    content: "";
    clear: both;
    display: block;
}

#concept .title {
    text-align: center;
    margin-bottom: 50px;
}

#concept .title h1 {
    font-size: 5vw;
    margin-bottom: 50px;
}

@media screen and (min-width:1200px) {
    #concept .title h1 {
        font-size: 6.0rem;
    }
}

@media screen and (max-width:960px) {
    #concept .title h1 {
        font-size: 7vw;
    }
}

.sp_br {
    display: none;
}

@media screen and (max-width:960px) {
    .sp_br {
        display: block;
    }
}

#concept .container {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

#concept .container .text {
    position: relative;
    margin: 0 auto;
}

#concept .container .text p {
    margin-bottom: 30px;
    color: #777;
}


/*===============================

ラインナップ

================================*/

#lineup {
    position: relative;
    margin: 0 auto;
    background-color: #f1f2f5;
    padding-top: 80px;
    padding-bottom: 90px;
}

#lineup:after {
    content: "";
    clear: both;
    display: block;
}

#lineup .title {
    text-align: center;
    margin-bottom: 50px;
}


#lineup .container {
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

#lineup .container .box {
    position: relative;
    width: 46%;
    margin-bottom: 120px;
    display: block;
    float: left;
    background-color: #FFF;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 70px;
}

@media screen and (max-width:560px) {
    #lineup .container .box {
        width: 100%;
        margin-bottom: 80px;
    }
}

#lineup .container .box h3 {
    font-size: 2.8rem;
    margin-bottom: 15px;
}

#lineup .container .box p {
    color: #777;
    margin-bottom: -50px;
}

@media screen and (max-width:960px) {
    #lineup .container .box p {
        margin-bottom: -20px;
    }
}

#lineup .container .box .image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin: 0 auto -30px;
    z-index: 0;
}

@media screen and (max-width:960px) {
    #lineup .container .box .image {
        margin: 0 auto -10px;
    }
}

#lineup .container .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    z-index: 0;
}

#lineup .container .box span {
    position: relative;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 100px;
    background-color: #96153b;
    color: #FFF;
    z-index: 1;
}


/*===============================

フィーチャー

================================*/


#feature {
    position: relative;
    padding-top: 120px;
    padding-bottom: 110px;
}

#feature .title {
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width:560px) {
    #feature .title {
        margin-bottom: 30px;
    }
}

#feature .container {
    position: relative;
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

#feature .container .box {
    width: 30%;
    text-align: center;
}

@media screen and (max-width:960px) {
    #feature .container .box {
        width: 100%;
        margin-bottom: 70px;
        text-align: left;
    }

}

#feature .container .box .image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
}


#feature .container .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

#feature .container .box h3 {
    margin-bottom: 20px;
    text-align: center;
}

#feature .container .box span {
    color: #777;
}


/*===============================

インスタグラム

================================*/

.insta-background {
    background-color: #f1f2f5;
}

#ig {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

#ig .title {
    text-align: center;
    margin-bottom: 60px;
}

#ig .btn {
    width: 50%;
    max-width: 1000px;
    margin: 80px auto 0;
    clear: both;
    text-align: center;
    position: relative;
}


#ig .btn span {
    display: inline-block;
    width: 90%;
    color: #FFF;
    background-color: #96153b;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}


#ig .btn span img {
    height: 18px;
    position: relative;
    padding-right: 8px;
}


/*===============================

フッター

================================*/


#footer-section {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
    #footer-section {
        padding-bottom: 100px;
    }

}

.footer {
    width: 90%;
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

.footer .container {
    margin: 0 auto;
    text-align: center;
}

.footer .container img {
    width: 200px;
    margin-bottom: 20px;
}

/* リスト */

.footer ul.list {
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer ul.list li {
    padding: 10px;
    margin: 10px 20px;
    font-size: 1.3rem;
}

@media screen and (max-width: 960px) {
    .footer ul.list li {
        display: block;
        text-align: center;
        width: 100%;
        padding: 3px;
        margin: 5px 10px;
    }
}