@charset "utf-8";

/* CSS Document */
/*----------lp----------*/
.dh_lp_wrapper {
    max-width: 1024px;
    width: 95%;
    overflow: hidden;
    margin: 2px auto 30px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #535353;
}

.dh_lp_wrapper ul {
    padding-left: 0;
}

.dh_lp_wrapper a {
    text-decoration: none;
    color: #555;
    transition: all 0.5s;
}

.dh_lp_wrapper a:hover {
    opacity: 0.7;
}

.dh_lp_wrapper a.link-none {
    pointer-events: none;
    text-decoration: none;
}

.dh_lp_wrapper img {
    max-width: 100%;
}

.dh_lp_wrapper h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.dh_lp_wrapper .leadtext {
    margin: 60px auto 80px;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

/*---------item_section---------*/
.dh_lp_wrapper .item_section {
    max-width: 1024px;
    margin: 0 auto 80px;
    position: relative;
}

.dh_lp_wrapper .item_section_main{
    margin-bottom: 80px;
}

.dh_lp_wrapper .item_section_main .item_section_img{
    position: relative;
    padding-bottom: 32.6751%;
    margin-bottom: 60px;
}

.dh_lp_wrapper .item_section_main .item_section_img img {
    width: 63%;
    display: block;
}

.dh_lp_wrapper .item_section_main .item_section_img img:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1;
}

.dh_lp_wrapper .item_section_main .item_section_description {
    margin-bottom: 60px;
}

.dh_lp_wrapper .item_section_main .item_section_description .itemlead {
    margin: 0 0 40px;
    letter-spacing: 0.08em;
}

.dh_lp_wrapper .item_section_look {
    display: flex;
    gap: 3%;
}

/*----------credit----------*/
.dh_lp_wrapper .credit {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
}

.dh_lp_wrapper .credit li {
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
}

.dh_lp_wrapper .credit li:last-of-type {
    margin-bottom: 0;
}

.dh_lp_wrapper .credit li .onesize {
    margin: 0 0 0 10px;
}

.dh_lp_wrapper .credit span {
    font-size: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
    font-weight: normal;
    padding: 0 4px 0;
    margin: 0 4px 0 10px;
}

.dh_lp_wrapper .credit span.regular {
    background: #404040;
}

.dh_lp_wrapper .credit span.large {
    background: #999999;
}

/*----------btn_area----------*/
.dh_lp_wrapper .btn_area {
    margin: 140px auto;
    text-align: center;
}

.dh_lp_wrapper a.lp_btn {
    width: 90%;
    max-width: 580px;
    margin: 0 auto 50px auto;
    padding: 18px 0;
    background-color: #353535;
    color: #fff;
    display: block;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none;
}

/*----------bnr_area----------*/
.dh_lp_wrapper .bnr_area {
    margin: 180px auto;
    max-width: 780px;
}
.dh_lp_wrapper .bnr_area a{
    margin: 40px auto 0;
    display: block;
}

@media screen and (min-width:601px) {
    .dh_lp_wrapper .sp {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .dh_lp_wrapper .pc {
        display: none;
    }
    .dh_lp_wrapper .sp {
        display: block;
    }
}

@media screen and (max-width:600px) {

/*----------lp----------*/
    .dh_lp_wrapper {
        width: 100%;
    }

    .dh_lp_wrapper .leadtext {
        margin: 30px auto 40px;
        font-size: 13px;
        line-height: 2;
    }

/*---------item_section---------*/
    .dh_lp_wrapper .item_section {
        margin-bottom: 60px;
    }

    .dh_lp_wrapper .item_section_main{
        margin-bottom: 0;
    }

    .dh_lp_wrapper .item_section_main .item_section_img {
        margin-bottom: 30px;
        padding-bottom: 49.707%;
    }

    .dh_lp_wrapper .item_section_main .item_section_img img {
        width: 80%;
    }

    .dh_lp_wrapper .item_section_main .item_section_description {
        margin-bottom: 0;
    }

    .dh_lp_wrapper .item_section_main .item_section_description .itemlead {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .dh_lp_wrapper .item_section_look {
        margin: 0 auto 40px;
        flex-wrap: wrap;
        width: 90%;
    }

    .dh_lp_wrapper .item_section_look > li {
        margin: 60px auto 0;
    }

/*----------credit----------*/
    .dh_lp_wrapper .credit {
        font-size: 12px;
        letter-spacing: 0.05em;
        margin-top: 30px;
    }

    .dh_lp_wrapper .credit li {
        line-height: 1.8;
    }

    .dh_lp_wrapper .credit span {
        padding: 0 5px 0;
        margin: 0 4px 0 10px;
        font-size: 11px;
    }

/*----------btn_area----------*/
    .dh_lp_wrapper .btn_area {
        width: 95%;
        margin: auto;
    }
    .dh_lp_wrapper a.lp_btn {
        width: 100%;
        font-size: 14px;
        margin: 0 auto 20px auto;
    }

/*----------bnr_area----------*/
    .dh_lp_wrapper .bnr_area {
        width: 95%;
        margin: 20% auto 0;
    }
}