@charset "utf-8";

@media(max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}

@media(min-width: 769px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bold {
    font-weight: bold;
}


.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}


.capitalize {
    text-transform: capitalize;
}

.merci_partner p {
    margin: 20px 0;
}

.mp_main_ttl h2 {
    border-bottom: 1px solid #333;
    display: inline-block;
    padding: 0 1rem 1rem;
    font-size: 6vw;
}

.mb_block {
    margin-top: 80px;
}

.sub_ttl_line_area {
    flex: auto;
}

.sub_ttl_line {
    position: relative;
    top: calc(50% - 1px);
    margin: 0 10px;
    border: none;
    border-top: dashed 1px #333;
}

.sub_ttl {
    align-items: center;
    font-size: 6vw;
}

.catchcopy {
    font-size: 2rem;
}

.mp_btn {
    display: block;
    max-width: 250px;
    margin: 20px auto 0;
    padding: 10px;
    width: 100%;
    border: 1px solid #4b4b4b;
    text-align: center;
    color: #3c3c3c;
    text-decoration: none;
}

.mp_btn:visited {
    color: #3c3c3c;
}

.mp_btn:hover {
    opacity: .6;
    text-decoration: none;
    color: #3c3c3c;
}

.mp_list {
    padding: 2%;
    list-style: inside;
    margin: 0;
    background-color: #e8e8e8;
}

.mp_list li {
    text-indent: -22px;
    padding-left: 22px;
}

.mp_list li +li{
    margin-top: 8px;
}

.mp_order_list_area{
    background-color: #e8e8e8;
}

.mp_order_list_area dl{
    padding: 2%;
}

.mp_order dt:not(:first-of-type){
    margin-top: 24px;
}

.mp_order dd {
    margin-left: 0;
}

.mp_pay {
    margin-top: 48px;
}

.contact_form{
    height: 1020px;
}

.note {
    font-size: 70%;
}

.mp_present h3{
    margin-bottom: 0;
}

@media(min-width: 769px) {
    .merci_partner {
        font-size: 15px;
    }

    .mp_main_ttl h2 {
        font-size: 56px;
    }

    .sub_ttl {
        font-size: 30px;
    }

    .catchcopy {
        font-size: 30px;
        margin: 30px 10px;
    }

}


.mp_anime{
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 2s;
    text-align: left;
}

.bottomfadeIn {
    transition: all 2s;
    opacity: 1!important;
    transform: translate(0, 0)!important;
}