@font-face {
    src: url(./gift/fonts/Hiragino_Kaku_Gothic_ProN_W6.otf);
    font-family: hiragino-kaku;
}
.text-center {
    text-align: center;
}

/* #aroma */
#aroma_section .tg_textwidget p {
    /* font-size: 13px; */
    font-size: 12px;
    font-family: hiragino-kaku-w3;
}

#aroma_section .tg_title_top{
    color: #ACA153;
    margin: 0px 0px 20px 0px;
    font-size: 40px;
    line-height: 50px;
}
#aroma_section .tg_title_top + .section_subtitle {
    margin-bottom: 50px;
}
#aroma_section .tg_title_it_aroma {
    text-align: center;
    margin: 0px 0px 15px 0px;
}
#aroma_section .tg_aroma_item figure {
    height: 150px;
    margin: 0px 0px 15px 0px;
}
#aroma_section .tg_title_it_aroma b {
    font-family: 'Trajan Pro';
    display: block;
    margin: 0px 0px 5px 0px;
    font-weight: 400;
    font-size: 18px;
}
#aroma_section .tg_title_it_aroma span {
    font-family: trajan;
    font-size: 13px;
}
#aroma_section .section_title.tg_title_top {
    margin-top: 20px;
}
#aroma_section .aromaContent .aromaChild img {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #aroma_section .tg_aroma_item figure {
        height: initial;
    }
    #aroma_section .aromaContent .aromaChild figure img {
        margin-bottom: 0;
    }
}

/* smart gift */
.tg_smart_gift {
    background: #EDEDE4;
}
.tg_smart_gift .container {
    max-width: 1230px;
    margin: 0 auto;
    width: calc(100% - 30px);
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: hidden;
    padding-bottom: 80px;
}
.tg_smart_gift .tg_title_top {
    text-align: center;
    margin: 0px 0px 50px 0px;
}
.tg_smart_gift .tg_title_top h2 {
    color: #ACA153;
    margin: 0px 0px 20px 0px;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Trajan Pro';
}
.tg_smart_gift .tg_title_top p {
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
    font-weight: 600;

}
.tg_wrap_sgift .tg_obyfor_voucher {
    position: relative;
    margin: 0px 0px 40px 0px;
}
.tg_wrap_sgift .tg_obyfor_voucher figure {
    max-width: 600px;
}
.tg_wrap_sgift {
    max-width: 800px;
    display: table;
    margin: 0px auto;
    width: 100%;
}
.tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget {
    width: 200px;
    height: 200px;
    position: absolute;
    background: #ACA153;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 40px;
    right: 30px;
}
.tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget span {
    color: #fff;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
}
.tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.tg_smart_gift .tg_gift_price {
    max-width: 640px;
    display: table;
    width: 100%;
}
.tg_smart_gift .tg_gift_price ul li {
    display: flex;
    margin: 0px 0px 40px 0px;
    align-items: center;
}
.tg_smart_gift .tg_gift_price ul li img {
    display: inline-block;
    width: 100px;
}
.tg_smart_gift .tg_gift_price ul li span {
    font-size: 18px;
    width: 50%;
    text-align: right;
    font-weight: 600;

}
.tg_smart_gift .tg_gift_price ul li strong {
    margin: 0px 0px 0px auto;
    font-size: 22px;
    font-weight: 600;

}
.tg_smart_gift .tg_gift_price ul li strong cite {
    font-style: normal;
    font-size: 30px;
}
@media (max-width: 767px) {
    .tg_smart_gift .container {
        padding-bottom: 40px;
    }
    .tg_smart_gift .tg_title_top p {
        font-size: 15px;
        line-height: 23px;
    }
    .tg_smart_gift .tg_gift_price ul li {
        flex-direction: column;
        align-items: flex-start;
        margin: 0px 0px 30px 0px;
    }
    .tg_smart_gift .tg_gift_price ul li span {
        font-size: 15px;
        width: 100%;
        text-align: left;
        margin: 0px 0px 13px 0px;
    }
    .tg_smart_gift .tg_gift_price ul li strong {
        margin: 0px;
        font-size: 15px;
        line-height: 1;
    }
    .tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget {
        width: 120px;
        height: 120px;
        top: 0px;
        right: 0px;
    }
    .tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget span {
        font-size: 8px;
        margin: 0px 0px 5px 0px;
    }
    .tg_wrap_sgift .tg_obyfor_voucher .tg_textwidget p {
        font-size: 10px;
        margin: 0px;
        line-height: 17px;
    }
}

.tg_smart_gift-btn {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    background-color: #ACA153;
    color: #fff;
    max-width: 350px;
    width: 100%;
    padding: 15px;
    border-radius: 200px;
    transition: .3s;
    box-sizing: border-box;
}
.tg_smart_gift-btn:hover {
    opacity: .7;
}
