*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "Shippori Mincho", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}

header {
    background-image: url(images/fv_back_PC.jpg);
    height: 0;
    padding-top: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
}


h1 {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 21px;
    font-weight: 400;
    width: 350px;
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;


}

.logo {
    width: 119px;
    vertical-align: -6px;
}

.line {
    font-size: 48px;
    display: block;
    border-top: #fff solid 1px;
    margin-top: 10px;
}

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

    header {
    background-image: url(images/fv_back_SP.jpg);
    height: 37vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
    h1 {
        font-size: 15px;
        width: 261px;
        top: 14%;

    }
    .logo {
    width: 83px;
    vertical-align: -6px;
}
    .line {
        font-size: 34px;
        display: block;
        border-top: #fff solid 1px;
        margin-top: 10px;
    }
}

/* main */

main {
    background-color: #3F3A39;
    padding-bottom: 50px;
}

h2 {
    font-size: 21px;
    text-align: center;
    padding-top: 50px;
    font-weight: 400;
}

.ttl_ex {
    display: block;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 50px;
}

section {
    width: 87%;
    margin: auto;
}

ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.pd_box {
    width: 48%;
    /* background-color: red; */
}

h3 {
    width: 60px;
    height: 23px;
    color: #fff;
    line-height: 23px;
    text-align: center;
    background-color: #5B6356;
    font-size: 11px;
    margin: auto;
    font-weight: 300;
    border: 5px;
}

.pd_type_wrap {


}


.flexBox {
    display: flex;
    background-color: #000;
    margin: auto;
    text-align: center;
    
}

.pd_type {
    display: inline-block;
    width: 61px;
    color: #fff;
    border: solid 1px #fff;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    font-weight: 300;
}

.pd_name {
    text-align: center;
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 11px;
    font-weight: 700;
}

.pd_type span {
    display: inline;
}

.pd_box video {
    width: 100%;
    margin-bottom: 15px;
}
.video {
    width: 100%;
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    transition: 0.5s;
}
.video:hover {
    opacity: 70%;
}
.video img {
    width: 100%;
}

ol {
    margin-top: 50px;
    width: 70%;
    margin: auto;
}

.step_list {
    margin-left: 20px;
    margin-bottom: 10px;
}

.button {
    width: 70%;
    height: 26px;
    background-color: #5B6356;
    color: #fff;
    line-height: 26px;
    text-align: center;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    margin: 30px  auto;
}

@media screen and (max-width: 768px) {
    .ttl_ex {
    display: block;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 50px;
    width: 88%;
    margin: auto;
    font-weight: 300;
    }

    h2 {
        margin-bottom: 20px;
    }

    section {
        padding-top: 40px;
    }

    ul {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
        list-style: none;
    }

    .pd_box {
        width: 100%;
        padding-bottom: 27px;
        /* background-color: red; */
    }

    ol {
        margin-top: 50px;
        width: 100%;
        margin: auto;
    }

    .sp_ttl {
        display: flex;
        margin-bottom: 20px;
    }

    .pd_name {
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 700;
    }
    h3 {
        margin: 0;
            width: 61px;
        height: 23px;
        color: #fff;
        line-height: 23px;
        text-align: center;
        background-color: #5B6356;
        font-size: 11px;
        font-weight: 300;
        border: 1px #5B6356 solid;
    }

    .pd_type {
    display: inline-block;
    width: 61px;
    color: #fff;
    border: solid 1px #fff;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    margin-left: 10px;
    }


}

/* footer */

.snsBox {
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    height: 80px;
    box-sizing: border-box;
    padding-top: 20px;
}

.snsButton {
    display: block;
    width: 45%;
    height: 39px;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    text-align: center;
    line-height: 39px;
    border-radius: 9px;
    border: solid 2px #5B6356;
    text-decoration: none;
    color: #5B6356;
    font-weight: 500;
}

.snsButton img {
    width: 14px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -1px;
}

small {
    display: block;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .snsBox {
    width: 87%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    height: 80px;
    box-sizing: border-box;
    padding-top: 20px;
    }
    .snsButton {
    display: block;
    width: 47%;
    height: 39px;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    text-align: center;
    line-height: 39px;
    border-radius: 9px;
    border: solid 2px #5B6356;
    text-decoration: none;
    color: #5B6356;
    font-weight: 500;
    }
}







