html,body{
    width: 100%;
    height: 100%;
}
.center_div{
    text-align: center;
}

.home_page_container{
    width: 100%;
    height: 100%;
    /*margin-top: 105px;*/
    font-family: Noto Sans CJK JP!important;
}
.store_christmas_banner{
    position: relative;
}
.banner_button{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 8px 20px;
    background: #352627;
    /*border: 1px solid #FFFFFF;*/
    border-radius: 22px;
    display: inline-block;
    position: absolute;
    bottom: 60px;
}
.banner_pc{display: block}
.banner_m{display: none}
.banner_button:hover{
    background: #E83A69;
}
.one_button{
    left: 22%;
}
.two_button{
    left: 36%;
}
/*霍ｳ霓ｬ謖蛾聴*/
.jump_point_content{
    width: 100%;
    height: auto;
    /*padding: 40px 0 80px 0;*/
    /*background: url("../image/banner_bg.png") no-repeat;*/
    /*background-size: 100% auto;*/
    position: relative;
    background-color: #E5CFE2;
}
.jump_point_content img{
    width: 100%;
    height: auto;
}
.jump-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .jump-content{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
}
@media (min-width: 1025px) {
    .jump-content{
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
.jump-title{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
}
.jump-title .title-hd{
    color: #F6E639;
}
.jump-list{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jump-list:first-child{
    border-right: 1px solid #D7D4D4;
}
.jump-list .point-a:last-child{
    margin-left: 30px;
}
.point_button{
    padding: 8px 20px;
    background: #E83A69;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.point_button:hover{
    background: #ff4c7c;
}
.point-a{
    position: relative;
}
.jump-button .point_button~.title-icon{
    width: 50px;
    position: absolute;
    top: -14px;
    left: -18px;
}
.jump-button{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
/*霍ｳ霓ｬ謖蛾聴 end*/

.main_content{
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
    background-size: 100% 100%;
    padding-bottom: 60px;
}
.main_container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.one_container{
    padding-top: 60px;
}
.bg_img{
    margin-bottom: 40px;
}
.bg_img img{
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 6px #c39cb9;
}

.second_main_container{
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
    background-color: #fff;
}


/*隨ｬ荳驛ｨ蛻� *蝠�刀蛻苓｡ｨ*/
.flex_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.flex-column-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product_box{
    background: #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.product_img{
    padding: 40px;
    border: 1px solid #352627;
    border-radius: 10px 10px 15px 10px;
    position: relative;
}
.product_box .name_text{
    padding-top: 20px;
    display: inline-block;
    min-height: 80px;
}
@media (min-width: 769px) {
    .product_box .name_text{
        padding-left: 40px;
        padding-right: 40px;
    }
}
.product_box .product_name{
    font-size: 14px;
    font-weight: 400;
    color: #2B1F20;
    border-bottom: 1px solid #666;
    line-height: 30px;
    padding-bottom: 5px;
}
.product_img .product_images{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
.product_img .discount_icon{
    position: absolute;
    bottom: 0;
    right: 0;
}
.price_content{
   padding-bottom: 20px;
    padding-top: 5px;
}
.price_content .product_price{
    color: #E83A69;
    font-size: 18px;
    font-weight: bold;
}
.price_content .price{
    font-size: 24px;
}
.price_content .price small{
    font-size: 24px;
}
.price_line{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-decoration: line-through;
}

.btn_small{
    width: 55%;
}
.btn_primary{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    background: #352627;
    border-radius: 19px;
    margin: 0 auto;
}
.btn_primary:hover{
    background-color: #E83A69;
}
.chrome img{
    box-shadow: 5px 5px 6px #ccc;
}
/*蝠�刀蛻苓｡ｨend*/

/*莨俶Β蛻ｸ豢ｻ蜉ｨ鬘ｵ髱｢*/
.three_container_wrapper{
    padding-top: 80px;
}
.coupons_content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
/*蠑ｹ遯�*/
.popup_home_box_content{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    padding: 40px;
    background: rgba(0,0,0,.5);
    z-index: 999999999;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: none;
    border-radius: 5px;
    text-align: center;
    line-height: 2;
}
.coupons_list{
    width: 49%;
    margin-bottom: 20px;
}
.coupons_list:nth-child(2){
    margin-left: 20px;
}
.coupons_list:nth-child(4){
    margin-left: 20px;
}
.copy_coupons{
    cursor: pointer;
}
.line_art_content{
    position: relative;
    transition: all .5s;
    cursor: pointer;
    margin-top: 60px;
}
.line_art_content:hover .line_art_img{
    opacity: 1;
}
.line_art_content img{
    width: 100%;
    height: auto;
}
.line_art_content .line_art_img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown_content{
    width: 534px;
    height: 204px;
    padding: 20px 40px;
    background: #000000;
    opacity: 0.67;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
}
.download_title{
    font-size: 36px;
    font-weight: 900;
}
.download_text{
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}
.download_button{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
    padding: 5px 15px;
    background: rgba(218, 21, 76, 0.64);
    border: 1px solid #FFFFFF;
    border-radius: 17px;
}
.popup_art_content{
    width: 90%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    padding: 40px;
    background: #fff;
    z-index: 999999999;
    color: #1B1B1B;
    border-radius: 5px;
    text-align: center;
    display: none;
}
.popup_art_content .download_submit_title{
    color: #1B1B1B;
    font-size: 22px;
    font-weight: bold;
}
.download_submit_content{
    padding-top: 20px;
}
.popup_art_content .submit_button{
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    /*margin-top: 30px;*/
    padding: 5px 30px;
    background: #E83A69;
    /*border: 1px solid #FFFFFF;*/
    border-radius: 17px;
    color: #fff;
}
.popup_art_content .download_close{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    /*margin-top: 30px;*/
    padding: 5px 20px;
    border: 1px solid #352627;
    border-radius: 17px;
    color: #1B1B1B;
    margin-left: 10px;
}
/*莨俶Β蛻ｸ豢ｻ蜉ｨ鬘ｵ髱｢end*/

/*隸�ｮｺ鬘ｵ髱｢*/
.four_container{padding-top: 120px}
.kr21_ny_module3{width: 100%;height: auto;box-sizing: border-box;}
.kr21_ny_m3_k1{width: 100%;height: auto;position: relative;}
.kr21_nym3_img{margin: 0 auto;margin-bottom: 40px;box-sizing: border-box;text-align: center;position: relative;z-index: 2;}
.kr21_nym3_img img{width: 100%;}
/* posi */
.kr21_nym3_img2{width: 100%;position: absolute;top: 46%;left: 0;}
.kr21_nym3_img2 img{width: 100%;}
.kr21_nym3_img2::before{content: '';background:#775EA4;position: absolute;left: 0%;z-index: 1;right: 0;top: 100%;bottom: -300px;}
.kr21_ny_m3_k2{width: 100%;background:#775EA4;position: relative;z-index: 3;padding-bottom: 100px;}
.kr21_ny_m3_k2_w12{max-width: 1200px;padding:  0 20px; box-sizing: border-box; margin: 0 auto;height: auto;}
.kr21_nym3_text1{width: 80%;margin: 0 auto; text-align: center;height: auto;margin-bottom: 40px;}
.kr21_nym3_text1_ppp{display: inline-block;margin-bottom: 25px;position: relative;}
.kr21_nym3_img_p {font-size: 30px;text-align: center;color: #FFFFFF;font-weight: 900;line-height: 1;position: relative;z-index: 2;}
.kr21_nym3_img_p span{color: #FFF100;}
.kr21_nym3_text1_ppp::before{content: '';background:#5B429B;position: absolute;left: -4%;z-index: 1;right:-4%;top: 50%;bottom: -50%;height: 20px}
.kr21_ny_m3_btn{width: 30%;margin: 0 auto;margin-bottom: 25px;text-align: center;}
.kr21_ny_m3_k2_step{max-width: 1040px;margin: 0 auto;height: auto;margin-bottom: 100px;box-sizing: border-box;}
.kr21_nym3_step1{width: 100%;height: auto;display: flex;}
.nym3_step1_1{width: 50%;display: flex;margin-right: 3%;margin-bottom: 30px;}
.nym3_step1_1:last-child{margin-right: 0;}
.nym3_step1_span span{display: inline-block;font-size: 24px;font-weight: bold;color: #fff;padding: 20px 40px;box-sizing: border-box;margin-right: 30px;background: #EBA71D;border-radius: 10px}
.nym3_step1_div{font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 1.9;}
.nym3_step1_em em{display: inline-block;width: 70px;height: 70px;line-height: 65px;text-align: center;font-style: normal;background: #5B429B;margin-right: 30px;font-size: 24px;font-weight: bold;color: #F8B551;border-radius: 50%;}
.nym3_step1_div span{font-weight: bold;font-size: 24px;}
.nym3_step1_div a{display: inline-block;text-decoration: none;color: #FFF100;}
.kr21_nym3_step2{width: 100%;height: auto;display: flex;}
.kr21_ny_m3_Giveaway-wrap,
.kr21_ny_m3_banner-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto 131px;
}
.kr21_ny_m3_banner-wrap {
    margin: 0 auto 81px;
}


.kr21_ny_m3_Giveaway-badge,
.kr21_ny_m3_banner-badge {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 0;
}

.kr21_ny_m3_Giveaway-badge img,
.kr21_ny_m3_banner-badge img {
    display: block;
    width: auto;
    max-width: 320px;
    height: 60px;
}

.kr21_ny_m3_Giveaway {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 95px 39px 68px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.kr21_ny_m3_Giveaway-row {
    display: flex;
    width: 100%;
}

.kr21_ny_m3_Giveaway-row--top {
    gap: 30px;
}

.kr21_ny_m3_Giveaway-row--bottom {
    gap: 26px;
}

.m3_Giveaway_item {
    flex: 1;
    min-width: 0;
}

.m3_Giveaway_card {
    width: 100%;
    line-height: 0;
}

.m3_Giveaway_card img {
    width: 100%;
    height: auto;
    display: block;
}

.giveaway-goods-box {
    padding-top: 16px;
    text-align: center;
}

.giveaway-goods-box .goods-name {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
}

.giveaway-goods-box .goods-list {
    font-weight: 400;
    line-height:36px;
    font-size: 20px;
color: #666666;
}

.kr21_ny_m3_banner {
    width: 100%;
    box-sizing: border-box;
    line-height: 0;
}

.kr21_ny_m3_banner .pc {
    display: block;
    width: 100%;
    height: auto;
}

.kr21_ny_m3_banner .mo {
    display: none;
    width: 100%;
    height: auto;
}
.kr21_nym3_text2{width: 100%;height: auto;background: #EEF4F9;border-radius: 10px;padding: 50px 20px 50px 40px;box-sizing: border-box;}
.kr21_nym3_text2_p{font-size: 20px;font-weight: 400;color: #1B1B1B;line-height: 1.8;}
.kr21_nym3_text2_p span{color: #CD1313;}

.post-content{
    margin-bottom: 60px;
    position: relative;
}
.left-content{
    position: absolute;
    top: 36px;
    right: 0;
    width: 37%;
    text-align: center;
}
.post-content .post-title{
    background: #EBE0C8;
    border-radius: 29px;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    padding: 11px;
    width: 60%;
    position: relative;
}
.post-content .post-title::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #EBE0C8;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}
.post-content img{
    width: 100%;
    height: auto;
}

.post-content .goods-list-box{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}
.post-content .goods-list-item{
    width: 48%;
    margin-bottom: 20px;
    text-align: center;
}
.post-content .goods-list-item img{
    max-width: 148px;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.post-content .goods-list-item img:hover{
    transform: scale(1.1);
}
.post-content .goods-list-item p{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}
.post-content .time-box{
    background: #D41919;
    border-radius: 23px;
    padding: 5px;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    width: 65%;
    display: inline-block;
    margin-top: 30px;
}
.post-content .time-text{
    font-size: 20px;
    font-weight: 400;
    color: #D41919;
    text-align: center;
    margin-top: 8px;
}
.post-content .time-text span{
    font-size: 32px;
    font-weight: bold;
}
.mo{
    display: none;
}
@media screen and (max-width: 1240px ){
    .kr21_nym3_img_p {font-size: 30px;}
    .kr21_ny_m3_btn { width: 33%; font-size: 28px;}
    .nym3_step1_span span {font-size: 22px; margin-right: 25px;}
    .nym3_step1_div span {font-weight: bold;font-size: 22px;}
    .nym3_step1_em em {margin-right: 25px;font-size: 22px;}
    .kr21_ny_m3_Giveaway-badge img,
    .kr21_ny_m3_banner-badge img {
        /* max-width: 260px; */
        height: 58px;
    }
    .kr21_nym3_text2 {padding: 50px 20px 50px 40px;}
    .post-content .goods-list-item{
        margin-bottom: 0;
    }
    .left-content{
        top: 16px;
    }
    .giveaway-goods-box .goods-list {
        font-size: 16px;
        line-height: 32px;
    }
}
@media screen and (max-width: 1024px) {
    .mo{
        display: block;
    }
    .pc{
        display: none;
    }
    .kr21_ny_m3_banner .pc {
        display: none;
    }
    .kr21_ny_m3_banner .mo {
        display: block;
    }
    .left-content{
        top: 50%;
        right: initial;
        left: 50%;
        transform: translate(-50%,0);
        width: 70%;
    }
    .post-content .goods-list-item{
        margin-bottom: 20px;
    }
    .post-content .time-box{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 992px ){
    .kr21_nym3_img {width: 80%;height: auto;}
    .kr21_nym3_img_p {font-size: 26px;}
    .kr21_nym3_text1 { margin-bottom: 35px;}
    .kr21_ny_m3_btn {width: 35%;font-size: 26px;}
    .nym3_step1_span span { font-size: 20px; margin-right: 20px;    padding: 16px 28px;}
    .nym3_step1_div span { font-size: 18px;}
    .nym3_step1_div {font-size: 14px; line-height: 1.8;}
    .kr21_nym3_text2 { padding: 40px 20px 50px 40px;}

}
@media screen and (max-width: 768px ){
    .kr21_nym3_text1 {width: 100%;}
    .kr21_nym3_img { width: 84%;}
    .kr21_nym3_img2::before {bottom: -350px;}
    .kr21_nym3_img_p {font-size: 24px;}
    .kr21_ny_m3_btn {width: 38%;font-size: 22px;}
    .kr21_nym3_step1 {flex-wrap: wrap;}
    .nym3_step1_1 {width: 100%;margin-right: 0;}
    .nym3_step1_1:last-child{width: 94%;margin-left: 6%;}
    /* .kr21_ny_m3_Giveaway { padding: 40px 16px 24px; gap: 24px; } */
    .kr21_ny_m3_Giveaway-row { flex-direction: column; }
    .kr21_ny_m3_Giveaway-row--top,
    .kr21_ny_m3_Giveaway-row--bottom { gap: 20px; }
    .giveaway-goods-box .goods-name { font-size: 15px; }
    .giveaway-goods-box .goods-list { font-size: 13px; }
    .kr21_ny_m3_Giveaway-badge img,
    .kr21_ny_m3_banner-badge img {height: 52px; }
    .kr21_nym3_text2 { padding: 30px 20px 30px;}
    .kr21_nym3_text2_p {font-size: 16px;}
    .kr21_ny_module1 {padding: 30px 0 16px;}
    .post-content{
        margin-bottom: 30px;
    }
    .left-content{
        width: 100%;
        background-color: #FBF5E9;
        padding-bottom: 20px;
    }
    .post-content {
        margin-bottom: 100px;
    }
    .m3_Giveaway_card img {
        max-height: 183px;
    }
    .kr21_ny_m3_Giveaway {
        gap: 20px;
    }
}
@media screen and (max-width: 600px ){
    .kr21_nym3_img_p { font-size: 20px;}
    .kr21_ny_m3_btn {width: 40%;font-size: 20px;}
    .nym3_step1_span span { font-size: 18px; margin-right: 20px; padding: 14px 25px;}
    .nym3_step1_em em {margin-right: 25px;font-size: 20px;width: 60px;height: 60px;line-height: 60px;}
    .nym3_step1_1 { width: 99.5%;}
    .nym3_step1_1:last-child{width: 93%;margin-left: 7%;}
    .kr21_ny_m3_k2 { padding-bottom: 80px;}
    .post-content .goods-list-item{
        margin-bottom: 0;
    }
    .post-content .time-box{
        margin-top: 20px;
        font-size: 18px;
        padding: 3px;
        margin-bottom: 10px;
    }
    .left-content{
        width: 100%;
    }
    .post-content .post-title{
        font-size: 20px;
        padding: 5px;
    }
    .post-content .goods-list-box{
        margin-top: 20px;
    }
    .post-content .goods-list-item p{
        font-size: 12px;
        margin-top: 5px;
    }
    .post-content .post-title::after{
        border-top: 10px solid #EBE0C8;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -10px;
        left: calc(50% - 10px);
    }
    .post-content .time-text{
        font-size: 14px;
    }
    .post-content .time-text span{
        font-size: 20px;
    }
}
@media screen and (max-width: 480px ){
    .kr21_nym3_img_p { font-size: 16px;}
    .kr21_nym3_img { margin-bottom: 25px;}
    .kr21_nym3_text1_ppp { margin-bottom: 20px;	}
    .kr21_ny_m3_btn {width: 50%; font-size: 18px;}
    .nym3_step1_span span {font-size: 16px; padding: 12px 20px;width: 76px}
    .nym3_step1_div span {font-size: 16px;}
    .nym3_step1_em em {margin-right: 20px;font-size: 18px;width: 55px; height: 55px;line-height: 55px;}
    .nym3_step1_div {font-size: 12px; line-height: 1.8;}
    .kr21_nym3_text2_p {font-size: 14px;line-height: 1.8;}
    .kr21_ny_m3_Giveaway {     padding: 70px 28px 40px; }
    .kr21_ny_m3_banner-wrap { margin-bottom: 20px; }
    .kr21_ny_m3_Giveaway-badge img,
    .kr21_ny_m3_banner-badge img { height: 40px; }
    .kr21_ny_m3_k2 { padding-bottom:60px;}
    .kr21m2_zbox {margin-bottom: 25px;}
    .kr21m2_zbox {padding: 10px;}
    .kr21m2_zbox_img { margin-bottom: 10px;}
    .kr21m2_zbox_p {font-size: 14px;margin-bottom: 10px;}
    .kr21m2_zbox_p span { margin-left: 0px;}
    .nym3_step1_1:last-child{width: 91.5%;margin-left: 8.5%;}
    .post-content {
        margin-bottom: 130px;
    }
    .m3_Giveaway_card img {
        max-height: 123px;
    }
    .kr21_ny_m3_k2_step {
        margin-bottom: 89px;
    }
    .kr21_ny_m3_Giveaway-wrap {
        margin: 0 auto 121px;
    }
    .kr21_ny_m3_banner-wrap {
        margin: 0 auto 81px;
    }
}
@media screen and (max-width: 400px ){
    .kr21_nym3_img_p { font-size: 11px;}
    .kr21_nym3_img {margin-bottom: 20px;}
    .kr21_nym3_text1_ppp {margin-bottom: 10px;}
    .kr21_nym3_text1 {margin-bottom: 25px;}
    .kr21_ny_m3_btn {width: 100%; padding: 12px;font-size: 18px;}
    .nym3_step1_span span { font-size: 14px; padding: 10px 16px;}
    .nym3_step1_div span {font-size: 14px;}
    .nym3_step1_1 { width: 100%;}
    .nym3_step1_em em {margin-right: 20px;font-size: 16px;width: 50px;height: 50px;line-height: 50px;}
    .kr21_nym3_text2 { padding: 20px 15px 20px;}
    .kr21_nym3_text2_p {font-size: 13px;}
    .kr21_ny_m3_k2 { padding-bottom: 40px;}
}

/*鬘ｵ髱｢譛蜷手＃邉ｻ譁ｹ蠑�*/
/* 蜈ｬ蜻頑�� */
 p{margin: 0;padding: 0;}
 .board_box{width: 48%;height: auto;background: #FFFFFF;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);border-radius: 30px;box-sizing: border-box;padding: 30px;transition: all .5s;margin-top: 60px}
 .board_box:hover{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
 #pointFour .board_box_inquire{color: #00A0E9;font-size: 16px;font-weight: bold;line-height: 1;margin-bottom: 20px!important;}
 .board_box_inquire span{font-size: 18px;color: #7D7D7D;font-weight: normal;}
 .board_box_inquire2{color: #00A0E9;font-size: 16px;font-weight: bold;line-height: 1.6;display: flex;align-items: center;}
 .board_box_inquire2 img{width: 30px;margin-right: 8px;}
 .box_mailto_tel{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
 .mailto_tel{width: 50%; font-size: 18px;color: #7D7D7D;font-weight: 500 ;line-height: 1; margin-bottom:16px ;}/**/
 .mailto_tel a{text-decoration: none;color: #7D7D7D;}
 .mailto_tel_p{width: 50%; font-size: 16px;color: #7D7D7D;font-weight: normal ;line-height: 1;margin-bottom: 8px!important;}
 .mailto_tel_p a{text-decoration: none;color: #7D7D7D!important;}
 .margin_top{margin-top: 10px;}
 .box_mailto_100{width: 100%;}/**/
@media screen and (max-width: 1200px ){
     .board_box { padding: 25px;}
     .mailto_tel {font-size: 16px;}
     .box_mailto_100{width: 100%;}
}
@media screen and (max-width: 992px ){
     .board_box { padding: 20px;}
     .margin_top {margin-top: 8px;}
     .mailto_tel_p {width: 100%;}
     .mailto_tel{width: 100%; }/**/
     .box_mailto_100{width: 100%;}/**/
}
@media screen and (max-width: 768px ){
     .board_box { width: 100%;margin-bottom: 30px;}
     .board_box:last-child{margin-bottom: 0;}
     .mailto_tel_p {width: 50%;}
     .mailto_tel {width: 50%;}
     .box_mailto_100{width: 100%;}/**/
}
@media screen and (max-width:600px ){
     .mailto_tel_p {width: 100%;}/**/
     .mailto_tel { width:100%;font-size: 14px;	}
     .mailto_tel_p {font-size: 14px; }
     .board_box_inquire {margin-bottom: 15px;}
     .box_mailto_100{width: 100%;}/**/
}
@media screen and (max-width: 480px ){
     .mailto_tel_p {width: 100%;}
     .box_mailto_100{width: 100%;line-height: 1.6}/**/
}
@media screen and (max-width: 400px ){
     .board_box_inquire {font-size: 14px;}
     .board_box_inquire span {font-size: 15px;line-height: 1.6}
     .board_box_inquire2 {font-size: 14px;}
     .board_box {border-radius: 20px;}
     .box_mailto_100{width: 100%;}/**/
}
/* 蜈ｬ蜻頑�� */
/*鬘ｵ髱｢譛蜷手＃邉ｻ譁ｹ蠑銃nd*/

/*隸�ｮｺ鬘ｵ髱｢end*/


/*隨ｬ荳驛ｨ蛻� second product list*/
.second-product-list{
    width: 32%;
}


/*隨ｬ莠碁Κ蛻�*/

/*隨ｬ荳蛾Κ蛻�*/
.security_content{
    width: 100%;
    height: auto;
    background: #5B429B;
    border: 1px solid #473180;
    padding: 20px 60px;
    margin-top: 60px;
}
.security_list{
    text-align: center;
}
.security_list img{
    padding-bottom: 10px;
}
.security_list p{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
}
.bg_pro{
    display: block;
}
.mobile_pro{
    display: none;
}
@media (max-width: 1024px) {
    .coupons_list{width: 48%}
    .popup_home_box_content{padding: 10px}
}
@media (min-width: 576px) and (max-width: 768px) {
    .banner_button{
        bottom: 15px;
    }
    .one_button{
        left: 15%;
    }
    /*.jump-content{*/
    /*    top: 10px;*/
    /*}*/
    /*.jump-title{font-size: 14px}*/
    /*.jump-button{padding-top: 10px}*/
    /*.point_button{padding: 5px 20px;font-size: 12px}*/
/*    蝠�刀*/
    .price_content .product_price{font-size: 14px}
    .price_content .price{font-size: 20px}
    .price_content .price small{font-size: 20px}
    .price_line{font-size: 16px}
    /*.two_product_content .second-product-list:first-child .price_content{margin-top: 30px}*/
    .coupons_list{width: 48%}
}
@media screen and (max-width: 1024px) {
    .jump-button{padding-top: 10px}
    .two_button{left: 40%}
    .one_button {
        left: 22%;
    }
    .banner_button{bottom: 30px}
    /*.two_product_content .second-product-list:nth-child(5) .price_content{margin-top: 30px}*/
}
@media screen and (max-width: 767px){
    .banner_bg_img{display: none}
    .jump-content{background-color: #352627;flex-wrap: wrap;padding: 20px 0}
    .jump-list{width: 100%;padding-bottom: 10px}
    .jump-list:first-child{border-right: none;border-bottom: 1px solid #D7D4D4;}
    .jump-list:last-child{padding-top: 10px}
}
@media screen and (max-width: 576px) {
    .banner_pc{display: none}
    .banner_m{display: block}
    .banner_button{
        bottom: 20px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .one_button{
        left: 20%;
    }
    .two_button{left: 50%}

    .second-product-list{width: 48%}
    .product_img{padding: 10px;border-radius: 10px}
    .product_img .discount_icon{width: 35%}
    .love_icon{width: 10%}
    .product_box .name_text{min-height: 110px}
    .price_content .product_price{font-size: 12px}
    .price_content .price{font-size: 13px}
    .price_content .price small{font-size: 12px}
    .price_line{font-size: 12px}
    .btn_small{width: 88%}
    .btn_primary{font-size: 16px;padding: 5px 10px;}
    /*.two_product_content .second-product-list:nth-child(3) .price_content{margin-top: 30px}*/
    .coupons_list{width: 100%}
    .coupons_list:nth-child(2){
        margin-left: 0;
    }
    .coupons_list:nth-child(4){
        margin-left: 0;
    }
    .dropdown_content{width: 70%;height: 60%;padding: 10px}
    .download_title{font-size: 16px}
    .download_text{font-size: 10px;padding-top: 5px}
    .download_button{font-size: 12px;margin-top: 5px}
    .pt60{padding-top: 30px}
    .line_art_content{margin-top: 20px }
    .four_container{padding-top: 60px}
    /*.two_product_content .second-product-list:nth-child(5) .price_content{margin-top: 0}*/
    .popup_home_box_content{font-size: 14px;padding: 5px}
    .popup_art_content{width: 100%;padding: 10px}
    .popup_art_content .download_submit_title{font-size: 12px}
    .popup_art_content .submit_button{font-size: 14px;padding: 5px 15px;border-radius: 5px;}
    .popup_art_content .download_close{font-size: 12px;padding: 5px 10px;border-radius: 5px;}
}
@media screen and (max-width: 768px){
    /*banner*/

    .jump-content{
        top: 10px;
    }
    .jump-title{font-size: 14px}
    .jump-button{padding-top: 10px}
    .point_button{padding: 5px 20px;font-size: 12px}
    .main_content{
        background: #E5CFE2;
        background-size: 100% 100%;
    }
    .content_title{
        padding-bottom: 20px;
    }
   .flex_content{
       justify-content: space-around;
   }
    .bt_img img{
        width: 100%;
        height: auto;
    }
    .bg_pro{
        display: none;
    }
    .mobile_pro{
        display: block;
    }
    .security_content{
        padding: 20px 20px 0 20px;
    }
    .security_list{
        width: 50%;
        margin-bottom: 20px;
    }
    .sns_btn{
        display: none;
    }
}