@charset "utf-8";

/*---------- Common ----------*/
:root {
  --scrollbar: 0;
}

body {
    overflow-x: hidden;
}

.lp-pc {
    display: inline;
}
.lp-sp {
    display: none;
}

#dh-lp-wrapper{
    width: calc(100vw - var(--scrollbar));
    overflow: hidden;
    letter-spacing: 0.015em;
    position: relative;
    left: -50vw;
    margin-left: 50%;
    width: 100vw;
    color: #000;
}
#dh-lp-wrapper a{
    color: #000;
    text-decoration:none;
}
#dh-lp-wrapper a:hover img,
#dh-lp-wrapper a:hover {
    opacity: 0.8;
    text-decoration: none;
    transition: 0.5s;
}
#dh-lp-wrapper a:active {
    text-decoration: none;
}
#dh-lp-wrapper h1,
#dh-lp-wrapper h2,
#dh-lp-wrapper h3,
#dh-lp-wrapper h4,
#dh-lp-wrapper p{
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    font-family: "segoe-ui", "kozuka-gothic-pro", sans-serif;
}
#dh-lp-wrapper img{
    width: 100%;
}
#dh-lp-wrapper button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
#dh-lp-wrapper .lp-contents{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 120px;
}

@media screen and (max-width: 767px){
    #dh-lp-wrapper .lp-contents{
        margin: 0 auto 15%;
    }
    .lp-pc {
        display: none;
    }
    .lp-sp {
        display: inline;
    }
    #dh-lp-wrapper {
        font-size: 14px;
    }
}



/*----------- lp_top -----------*/
#dh-lp-wrapper .lp_top{
    margin: 0 0 185px;
}
#dh-lp-wrapper .lp_top h1{
    margin: 0 0 156px;
}
#dh-lp-wrapper .lp_top h2{
    font-size: 86px;
    font-weight: 800;
    letter-spacing: 0.01em;
    margin: 0 0 36px;
}
#dh-lp-wrapper .lp_top h3{
    font-size: 33px;
    margin: 0 0 127px;
}
#dh-lp-wrapper .lp_top p{
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 166%;
}

/*----------- main_contents -----------*/
#dh-lp-wrapper .main_contents{
    padding: 0 62px;
}
#dh-lp-wrapper .main_contents .style_block{
    position: relative;
    margin: 0 auto 45px;
    position: relative;
}
#dh-lp-wrapper .main_contents .img_box{
    display: flex;
    align-items: center;
    column-gap: 45px;
    position: relative;
    z-index: 1;
}
#dh-lp-wrapper .main_contents .img_container{
    position: relative;
}
#dh-lp-wrapper .main_contents .lp-acc-no{
    display: inline-block;
    font-size: 33px;
    font-weight: 600;
    position: absolute;
    top: 63px;
    left: -50px;
    transform: rotate(90deg);
    z-index: 1;
}
#dh-lp-wrapper .main_contents .lp-acc-no.lp-no-02{
    left: auto;
    right: -50px;
}
#dh-lp-wrapper .main_contents .lp-acc-no.lp-no-02.lp-no-txt{
    top: 115px;
    right: -125px;
}
#dh-lp-wrapper .main_contents .lp-acc-no.lp-no-02.lp-no-txt span{
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
}


#dh-lp-wrapper .look-main {
    position: relative;
    transition: 0.3s all ease;
    line-height: 0;
}
#dh-lp-wrapper .look-main:before {
    content: ' ';
    display: block !important;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
}
#dh-lp-wrapper .look-main:hover {
    opacity: 0.6;
    transition: 0.5s;
}
#dh-lp-wrapper .look-main .modal-btn {
    display: block;
    position: absolute;
    right: 3%;
    bottom: 3%;
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
}
#dh-lp-wrapper .look-main .modal-btn .bar1 {
    display: block;
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #fff;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#dh-lp-wrapper .look-main .modal-btn .bar2 {
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#dh-lp-wrapper .first_block{
    margin-bottom: 5%;
    max-width: 1440px;
}
#dh-lp-wrapper .first_block .img_container{
    width: 100%;
    margin: 0 auto;
}
#dh-lp-wrapper .first_block p{
    margin-bottom: 0.5em;
    line-height: 2.2em;
    font-size: 14px;
    font-weight: bold;
}


@media screen and (max-width: 767px){
    #dh-lp-wrapper .lp_top{
        margin: 0 0 15%;
    }
    #dh-lp-wrapper .lp_top h1{
        margin: 0 0 10%;
    }
    #dh-lp-wrapper .lp_top h2{
        font-size: 30px;
        margin: 0 0 4%;
    }
    #dh-lp-wrapper .lp_top h3{
        font-size: 18px;
        margin: 0 0 10%;
    }
    #dh-lp-wrapper .lp_top p{
        padding: 0 20px;
        font-size: 13px;
    }

    #dh-lp-wrapper .main_contents{
        margin-bottom: 53px;
        padding: 0 20px;
    }
    /*#dh-lp-wrapper .main_contents .style_block.sec-02{
        margin: 0 auto 10px;
    }*/
    #dh-lp-wrapper .style_block .img_box{
        column-gap: 0;
    }
    #dh-lp-wrapper .style_block .img_box.fx-column{
        flex-direction: column;
        row-gap: 10px;
    }
    #dh-lp-wrapper .look-main .modal-btn {
        width: 20px;
        height: 20px;
        bottom: 2%;
    }
    #dh-lp-wrapper .look-main .modal-btn .bar1 {
        width: 1px;
        height: 20px;
    }
    #dh-lp-wrapper .look-main .modal-btn .bar2 {
        width: 20px;
        height: 1px;
    }
    #dh-lp-wrapper .style_block .img_container{
        width: 48%;
    }
    #dh-lp-wrapper .style_block ul{
        position: initial;
        margin: 40px auto;
        padding: 0 20px;
    }
    #dh-lp-wrapper .style_block ul li{
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    #dh-lp-wrapper .style_block ul li .buy_btn{
        margin-top: 0px;
    }
    #dh-lp-wrapper .main_contents .lp-acc-no{
        font-size: 15px;
        top: 6px;
        left: -19px;
    }
    #dh-lp-wrapper .main_contents .lp-acc-no.lp-no-02{
        right: -20px;
    }
    #dh-lp-wrapper .main_contents .lp-acc-no.lp-no-02.lp-no-txt{
        right: -78px;
        top: 56px;
    }
    #dh-lp-wrapper .main_contents .lp-acc-no.lp-no-02.lp-no-txt span{
        font-size: 10px;
    }
}


/*----------- modal_pop -----------*/
#dh-lp-wrapper .modal_pop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    overflow: scroll;
    overflow-x: hidden;
}
#dh-lp-wrapper .bg {
    display: block !important;
    background-color: #fff;
    width: 100%;
    height: 159vh;
    position: fixed;
    top: -50%;
}
#dh-lp-wrapper .modal_pop_main {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
}
#dh-lp-wrapper .modal-upside {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: -45px;
}
#dh-lp-wrapper .modal-upside .close-btn {
    display: block;
    position: fixed;
    width: 45px;
    height: 45px;
    margin-left: auto;
    top: 20px;
    right: 20px;
    z-index: 5;
}
#dh-lp-wrapper .modal-upside .close-btn .bar1 {
    display: block;
    position: absolute;
    width: 1px;
    height: 50px;
    left: 50%;
    background-color: #000;
    transform: translate(-50%, -50%)rotate(45deg);
}
#dh-lp-wrapper .modal-upside .close-btn .bar2 {
    display: block;
    position: absolute;
    width: 1px;
    height: 50px;
    left: 50%;
    background-color: #000;
    transform: translate(-50%, -50%)rotate(-45deg);
}
#dh-lp-wrapper .modal-down-side {
    display: flex;
    align-items: flex-start;
    position: relative;
}
#dh-lp-wrapper .modal-down-side div.modal-img-area{
    width: 55%;
    height: auto;
}
#dh-lp-wrapper .modal-down-side div.modal-img-area img{
/*    margin-top: -15%;*/
}
#dh-lp-wrapper .modal-down-side div.modal-cresit-area{
    width: 45%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}
#dh-lp-wrapper .modal-down-side div.modal-cresit-area .modal-cresit-inner{
    vertical-align: middle;
    width: 500px;
    margin: 0 auto;
    height: auto;
    vertical-align: middle;
}
#dh-lp-wrapper ul.cresit-list {
    position: fixed;
    width: 500px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    top: 13em;
    vertical-align: middle;
}
#dh-lp-wrapper ul.cresit-list li {
    display: flex;
    column-gap: 5px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 12px 3px;
    border-bottom: 1px solid #DEDDDE;
}
#dh-lp-wrapper ul.cresit-list li p{
    font-size: 14px;
    font-family: "cardo", "Yu Mincho", "YuMincho", serif;
    line-height: 20px;
    margin: 0;
}
#dh-lp-wrapper ul.cresit-list li p.cresit-item{
    text-align: left;
    line-height: 18px;
}
#dh-lp-wrapper ul.cresit-list li p.cresit-buy{
    width: 140px;
    text-align: right;
}
#dh-lp-wrapper ul.cresit-list li p.cresit-buy a {
    display: inline-block;
}
#dh-lp-wrapper .buy-btn{
    display: inline-block;
    border: 1px solid #000;
    padding: 2px 7px;
    border-radius: 4px;
    background: #000;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #fff;
    margin-left: 16px;
}
#dh-lp-wrapper ul.cresit-list li p.cresit-buy a:nth-of-type(2){
    margin-top: 6px;
}

#dh-lp-wrapper ul.cresit-list li a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
#dh-lp-wrapper .late-txt{
    font-size: 12px;
}

@media screen and (max-width: 1200px) {
    #dh-lp-wrapper ul.cresit-list li{
        width: 85%;
    }
}
@media screen and (max-width: 1024px) {
    #dh-lp-wrapper .modal_pop {
        overflow-y: scroll;
        height: 100%;
    }
    #dh-lp-wrapper .modal_pop_main {
        width: 100%;
        position: absolute;
        padding: 90px 0 0;
        top: 0;
        left: 0;
        transform: initial;
        overflow-y: scroll;
    }
    #dh-lp-wrapper .modal-upside {
        margin-bottom: 0;
    }
    #dh-lp-wrapper .modal-upside .close-btn {
        width: 30px;
        height: 30px;
        top: 55px;
    }
    #dh-lp-wrapper .modal-upside .close-btn .bar1 {
        height: 40px;
    }
    #dh-lp-wrapper .modal-upside .close-btn .bar2 {
        height: 40px;
    }
    #dh-lp-wrapper .modal-down-side{
        flex-direction: column;
    }
    #dh-lp-wrapper .modal-down-side div.modal-img-area{
        width: 100%;
    }
    #dh-lp-wrapper .modal-down-side div.modal-cresit-area{
        width: 100%;
    }
    #dh-lp-wrapper .modal-down-side div.modal-cresit-area .modal-cresit-inner{
        width: 100%;
    }
    #dh-lp-wrapper ul.cresit-list {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 7px;
        padding: 0 6.2%;
        margin: 30px 0 8%;
    }
    #dh-lp-wrapper ul.cresit-list li{
        width: 70%;
        padding: 10px 3px;
    }
    #dh-lp-wrapper ul.cresit-list li p {
        line-height: 13px;
        font-size: 13px;
    }
    #dh-lp-wrapper ul.cresit-list li p.cresit-buy a span{
        padding: 2px 7px;
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    #dh-lp-wrapper ul.cresit-list li{
        width: 90%;
    }
}

/* aタグ無効 */
#dh-lp-wrapper a.disabled,
#dh-lp-wrapper a.disabled:hover,
#dh-lp-wrapper a.disabled:focus,
#dh-lp-wrapper a.disabled:active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  user-select:none;
  touch-callout:none;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
  -moz-user-select:none;
  -moz-touch-callout:none;
  -ms-user-select :none;
  -ms-touch-callout:none;
}
#dh-lp-wrapper a.disabled span.buy-btn {
  border-bottom: none;
  display: none;
}

/* -- 'inview' フェードプラグイン -- */
#dh-lp-wrapper .fadeUp {   
    opacity: 0;
    transition: opacity 1.2s;
}
#dh-lp-wrapper .on.fadeUp {
    opacity: 1;
}