@charset "utf-8";

*{
    font-family: "Josefin Sans","Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    /* font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal; */
    /* margin: 0; */
    color: #595959;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
    /* height: auto; */
}

li {
    list-style: none;
}
.flex{
    display: flex;
}
h2{
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 50px;
}
/* h2::before{
    content: "";
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 600;
    background: linear-gradient(70deg, #D3A2D1 0%, #C2D5F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.title_gra{
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 600;
    background: linear-gradient(70deg, #D3A2D1 0%, #C2D5F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a{
    text-decoration: none;
    transition: 300ms;
}
a:hover{
    color: #a8a8a8;
}
.wrapper{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
section{
    margin-bottom: 80px;
    background: #fff;
    padding: 100px 0;
}
body{
    background: url("../img/fv.jpg") fixed top center/cover no-repeat;
}

/*　　　　　ヘッダー　　　　　*/
header{
    width: 100vw;
    position: fixed;
    z-index: 10000000;
    backdrop-filter: blur(20px);
    /* filter: blur(20px); */
}
header .wrapper{
    height: 103px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}
.btnOpen,.btnClose{
    display: none;
}

header ul {
    align-items: center;
}
header li {
    margin-right: 40px;
}
.contactBtn{
    display: inline-block;
    padding: 8px 35px;
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
    transition: 300ms;
}
.contactBtn:hover{
    filter: drop-shadow(0 0 20px rgba(0,0,0,0.2));
}
.btn{
    display: none;
}
header a {
    line-height: 1.5;
}
#fv{
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}

/* main{
    background: url("../img/fv.jpg") fixed top center/cover no-repeat;
} */

/*　　　　　FV　　　　　*/
#fv{
    width: 100vw;
    backdrop-filter: blur(20px);
    padding: 50vh 0 10vh;
}
/* #fv h2::before{
    content: "vision";
} */
#fv h2 {
    margin-bottom: 24px;
}

/*      サービス      */
/* #service h2::before{
    content: "service";
} */
.tag{
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    background: #c6c6c6;
    border-radius: 10px;
}
#service li{
    margin-bottom: 50px;
}
#service li:last-child{
    margin-bottom: 0;
}

/*      制作の流れ      */

.flow1,.flow2,.flow3,.flow4,.flow5{
    width: 87px;
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.1em;
    padding: 5px 30px;
    height: 48px;
    margin-right: 20px;
}
.flow1{
    background: url("../img/order_flow_1.png") no-repeat top/100%;
}
.flow2{
    background: url("../img/order_flow_2.png") no-repeat top/100%;
}
.flow3{
    background: url("../img/order_flow_3.png") no-repeat top/100%;
}
.flow4{
    background: url("../img/order_flow_4.png") no-repeat top/100%;
}
.flow5{
    background: url("../img/order_flow_5.png") no-repeat top/100%;
}
.flow1 + p,.flow2 + p,.flow3 + p,.flow4 + p,.flow5 + p{
    font-size: 22px;
}
#order_flow li{
    margin-bottom: 30px;
}
#order_flow li > p{
    width: 60.5%;
}
#order_flow div[class="flex"]{
    width: 40%;
    align-items: center;
    height: fit-content;
}


/*      料金一覧      */
#price h2,#price h2 + p{
    margin-bottom: 20px;
}
.price_list .flex{
    align-items: center;
}
.price_list li{
    margin-bottom: 30px;
}
.price_list li > div{
    width: 35%;
}
.price_list img{
    width: 147px;
    margin-right: 20px;
}
.price_list img + p{
    font-size: 22px;
}


/*      プロフィール      */
#profile p{
    margin-bottom: 30px;
}
#profile .sns{
    gap: 30px;
}


/*      お問い合わせ      */
#contact p{
    margin-bottom: 40px;
}
#contact .button a{
    display: inline-block;
    border: #595959 solid 2px;
    border-radius: 50px;
    background-color: #fff;
    padding: 12px 40px;
}
#contact .button a:hover{
    border: #a8a8a8 solid 2px;
}

#contact .button span{
    translate: 0 5px;
    margin-left: 5px;
    transition: 300ms;
}
#contact .button span:hover{
    color: #a8a8a8;
}


/*        フッター       */
footer{
    margin-top: 80px;
    padding: 10px 0;
    text-align: center;
    background: #fff;
}


@media screen and (max-width: 990px){
    *{
        line-height: 1.7;
    }
    h2{
        font-size: 25px;
    }
    .title_gra{
        font-size: 16px;
    }

    /*      ヘッダー      */
    .btnOpen,.btnClose{
        display: inline-block;
        padding: 10px 15px;
        background: rgba(255,255,255,0.5);
        border-radius: 20px;
        filter: drop-shadow(0 0 20px rgba(0,0,0,0.4));
    }
    header .wrapper{
        height: auto;
    }
    header img{
        width: 44.2vw;
    }
    header .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 0;
        position: relative;
        z-index: 300;
    }
    header .flex{
        display: block;
        margin-top: 100px;
    }
    header ul li {
        text-align: center;
        margin-bottom: 40px;
        margin-right: 0;
    }
    
    .btnClose{
        display: none;
    }
    .sp-nav {
        position: fixed;
        right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
        top: 0;
        width: 70%; /* 出てくるスライドメニューの幅 */
        height: 100vh;
        background-color: #fff;
        transition: all 0.5s;
        z-index: 200;
        overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    } 
    /*ハンバーガーがクリックされたら右からスライド*/
    .open .sp-nav {
        right: 0;
    }
    .open .btnOpen{
        display: none;
    }
    .open .btnClose{
        display: block;
        position: relative;
        z-index: 400;
    }


    /*      制作の流れ      */
    #order_flow li[class="flex"]{
        display: block;
    }

    #order_flow div[class="flex"]{
        width: 100%;
    }
    #order_flow li > p{
        width: 100%;
    }
    .flow1, .flow2, .flow3, .flow4, .flow5{
        width: 40px;
        height: auto;
    }
    .flow1{
    background: url("../img/SP_orderflow_1.png") no-repeat top/100%;
    }
    .flow2{
        background: url("../img/sp_orderflow_2.png") no-repeat top/100%;
    }
    .flow3{
        background: url("../img/sp_orderflow_3.png") no-repeat top/100%;
    }
    .flow4{
        background: url("../img/sp_orderflow_4.png") no-repeat top/100%;
    }
    .flow5{
        background: url("../img/sp_orderflow_5.png") no-repeat top/100%;
    }
    .price_list li[class="flex"]{
        display: block;
        width: 100%;
    }
    .price_list li > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .price_list img{
        width: 100px;
    }
}


 /*      404      */
 .notFound p{
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
 }