#contents {
    width: 100%;
    margin: 0 auto;
    font-family: 'メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

#contents * {
    box-sizing: border-box;
}

#contents a {
    text-decoration: none;
}

#contents a:hover {
    text-decoration: none;
}

#contents .sp {
    display: none;
}

#contents .pc {
    display: block;
}

#contents .center {
    margin-left: auto;
    margin-right: auto;
}

#contents .center_t {
    text-align: center;
}

#contents .f_l {
    float: left;
}

#contents .clearfix::after {
    content: " ";
    display: block;
    clear: both;
}


/*PC---------------------------------------------------------------------------------------------------------------*/

/*各種見出しの設定---------------------------------------------*/



#contents .prodct {
    width: 100%;
    background-color: #FDFDE1;
}


/*TITLE---------------------------------------------*/

/*title_wide100*/
#contents .title_wide {
    background: #B81C2B;
    text-align: center;
}

#contents .title_wide img {
    width: 100%;
    max-width: 1500px;
}



/*PRODUCT---------------------------------------------*/

#contents .prodct_wrap {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#contents .gift_wrap {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#contents h3 {
    padding: 50px 0;
}


#contents .prodct dl {
    margin-bottom: 80px;
}

#contents .prodct dt {
    margin-bottom: 50px;
}

#contents .prodct .pr {
    padding-right: 26px;
}

#contents .prodct .img img {
    width: 1024px;
}

#contents .prodct .detail {
    font-size: 16px;
    line-height: 150%;
    margin-top: 30px;
    padding-bottom: 50px;
}

#contents .gift {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    font-size: 16px;
    line-height: 150%;
}

#contents .pkg {
    width: 80%;
    height: 370px;
    display: table;
    margin-bottom: 50px;
}

#contents .pkg p {
    width: 50%;

    display: table-cell;
    vertical-align: middle;
}

#contents .pkg_txt {
    display: table;
    height: 370px;
}

#contents .pkg_txt_in {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}


#contents .tbl-r02 {
    width: 100%;
}

#contents .day {
    margin-bottom: 50px;
}


#contents .btn--orange,
#contents a.btn--orange {
    color: #fff !important;
    background-color: #DD0000;
    padding: 20px 100px;
    font-size: 24px;
}

#contents .btn--orange:hover,
#contents a.btn--orange:hover {
    color: #fff;
    background: #E26D6D;
}





/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    #contents img {
        width: 100%;
        height: auto;
    }

    #contents .main {
        width: 100%;
        padding: 20px 0 40px;
    }


    /*TITLE---------------------------------------------*/

    /*title_wide100*/
    #contents .title_wide img {
        width: 100%;
        max-width: 100%;
    }

    /*title_short*/
    #contents .title_short img {
        width: 100%;
    }

    /*PRODUCT---------------------------------------------*/

    #contents .prodct_wrap,
    #contents .img,
    #contents .gift,
    #contents .pkg p {
        width: 100%;
    }

    #contents .gift_wrap,
    #contents .detail,
    #contents .day {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #contents .prodct_wrap h3 {
        padding: 20px 0;
    }

    #contents .prodct_wrap h3 img {
        width: 70%;
    }

    #contents .prodct_wrap dl {
        width: 100%;
        margin-bottom: 35px;
    }

    #contents .prodct_wrap dt {
        margin-bottom: 10px;
    }

    #contents .prodct_wrap dt img {
        width: 100%;
    }

    #contents .prodct_wrap dd img {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    #contents .img img {
        width: 85% !important;
        margin-left: auto;
        margin-right: auto;

    }

    #contents .prodct f_l {
        clear: both;
    }

    #contents .prodct .pr {
        padding-right: 0;
    }

    #contents .gift {
        padding-top: 20px;
    }

    #contents .pkg {
        width: 80%;
        height: auto;
        display: table;
        margin-bottom: 20px;
    }

    #contents .day {
        margin-bottom: 20px;
    }

    #contents .pkg_txt {
        height: auto;
    }

    .btn--orange,
    a.btn--orange {
        font-size: 100%;
    }




}

/*テーブル---------------------------------------------*/


#contents p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}

#contents table {
    margin: 20px auto;
}

#contents .tbl-r02 th {
    background: #ededed;
    border: solid 1px #ccc;
    color: #000;
    padding: 10px;
    width: 160px;
}

#contents .tbl-r02 td {
    border: solid 1px #ccc;
    padding: 10px;
}

@media screen and (max-width: 640px) {
    #contents .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }

    #contents .tbl-r02 {
        width: 80%;
    }

    #contents .tbl-r02 th,
    #contents .tbl-r02 td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
}




@media print {
    @page {
        margin: 19.05mm;
    }

    body {
        width: 1500px;
        transform: scale(0.5, 0.5);
        transform-origin: left top;
        overflow: visible !important;
        -webkit-print-color-adjust: exact;
    }
}

.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}