/* @font-face {
font-family: "meiryo", sans-serif;
font-weight:400;
src: url("/fonts/meiryo.ttc");
}
@font-face {
font-family: "meiryo", sans-serif;
font-weight:600;
src: url("/fonts/meiryob.ttc");
} */
.notice_block {
    width: 90%;
    max-width: 1160px;
    margin: 2.8em auto 1em;
}

.notice_txt {
    position: relative;
    font-size: 1.5rem;
    color: #676767;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}
.experience_payment {
    /* font-family: "Meiryo UI W53 Bold"; */
    font-family: "Meiryo UI W53 Regular";
    background: #fff;
}
.experience_payment section{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.experience_payment .back{
    background: #fffcf6;
    padding: 120px 0;
    min-height: 100vh;
    box-sizing: border-box;
}

.payment_tab_block {
    max-width: 1140px;
    margin: 0 auto 5rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.payment_tab_block .tab_item {
    width: 45%;
    font-family: "Meiryo UI W53 Bold", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    background-color: #f4f4f4;
    color: #aaaaaa;
    line-height: 1;
    border-radius: 0.2em;
}

.payment_tab_block .tab_item a {
    display: block;
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: 1;
    padding: 0.45em 0.3em 0.4em;
}

.payment_tab_block .tab_item.active {
    background-color: #ce0017;
    color: #fff;
}

.payment_step{
    display:flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 626px;
    position: relative;
    margin: 0 auto;
}
.payment_step:before{
    content: '';
    background: #dbdbdb;
    position: absolute;
    left: 50%;
    top: 25px;
    width: 75%;
    height: 2px;
    transform: translateX(-50%);
    z-index: 0;
}
.payment_step li{
    text-align:center;
    width:calc(100% / 4);
    position: relative;
    z-index: 1;
}
.payment_step .num{
    font-size: 28px;
    font-weight: 600;
    width: 53px;
    height: 53px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #d9d9d9;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #d9d9d9;
    box-sizing: border-box;
}
.payment_step p{
    margin-top: 15px;
    color: #d9d9d9;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0px;
}
.payment_step li.check .num{
    border: 3px solid #ce0017;
    background: #ce0017 url('/images/jp/payment/check.png')center no-repeat;
    background-size:100%;
    font-size: 0;
}
.payment_step li.check p{color:#ce0017;}

.payment_box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.payment_box .box{
    border: 2px solid #c1a672;
    border-radius: 20px;
    background: #fff;
    margin-right: 35px;
    width: calc((100% - 43px) / 2);
    overflow: hidden;
}
.payment_box .box .title{
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    color: #000;
    line-height: 1.3;
    background: #fff9ea;
    padding: 20px;
    margin: 0;
}
.payment_box .box .title em{
    font-size:36px;
    color:#313131;
    font-style: initial;
}
.payment_box .box .inner{
    padding: 40px;
    text-align: center;
}
.payment_box .box .inner .imgarea img{
    display:inline-block;
    width:100%;
}
.payment_box .box .inner .textarea{
    text-align: left;
    margin-top: 35px;
}
.payment_box .box .inner .textarea .p01{
    font-size: 32px;
    color: #000;
    font-weight: 900;
    font-family: "Meiryo UI W53 Bold";
}
.payment_box .btn_sale_label {
    position: relative;
    top: -0.15em;
    display: inline-block;
    font-family: "Meiryo UI W53 Regular";
    font-size: 0.7em;
    font-weight: 400;
    /*color: #fff;*/
    line-height: 1;
    background-color: #ffcc00; /* 노란색 */
    border-radius: 3em;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0.4em 0.7em 0.35em;
    animation: marqueeBlink 1s infinite alternate; /* 애니메이션 */
    transition: none;
    box-shadow: 0 0 0.2em rgba(255, 204, 0, 0.8);
}

@keyframes marqueeBlink {
    0% {
        color: #232323; /* 글자색 흰색 */
        box-shadow: 0 0 0.25em rgba(255, 204, 0, 0.9); /* 그림자 있음 */
    }
    50% {
        color: #fff; /* 글자색 어두운 회색 */
        box-shadow: none; /* 그림자 없음 */
    }
    100% {
        color: #232323; /* 글자색 흰색 */
        box-shadow: 0 0 0.25em rgba(255, 204, 0, 0.9); /* 그림자 있음 */
    }
}

.payment_box .box .inner .textarea .cts{
    position: relative;
    padding-left: 15px;
    margin-top: 20px;
}
.payment_box .box .inner .textarea .cts:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.payment_box .box .inner .textarea .cts .name{
    font-size: 20px;
    font-weight: 800;
    font-family: "Meiryo UI W53 Bold";
}
.payment_box .box .inner .textarea .cts .text{
    font-size: 20px;
    color: #676767;
    margin-top: 1.2em;
}
.payment_box .box .warning_txt {
    font-size: 20px;
    color: #676767;
    font-weight: 600;
    margin-top: 1.5em;
    text-indent: -1em;
    margin-left: 1em;
}
.payment_box .box .inner .textarea .price{
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-top: 30px;
}
.payment_box .box .inner .textarea .price:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 30px;
    background-image: linear-gradient(to right, #e7decb 60%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 0;
}
.payment_box .box .inner .textarea .price p{
    font-size: 52px;
    color: #ce0017;
    font-weight: 900;
    font-family: "Meiryo UI W53 Bold";
    letter-spacing: -4px;
}
.payment_box .box .inner .textarea .price p .sale{
    font-size: 41px;
    color: #9d9d9d;
    position: relative;
    line-height: 1;
    display: block;
    background: url('/images/jp/payment/sale_arrow.png')left top 17px no-repeat;
    background-size: 88%;
    text-decoration: none;
}
.payment_box .box .inner .textarea .price .btn_yellow{
    min-width: inherit;
    font-size: 36px;
    font-weight: 900;
    font-family: "Meiryo UI W53 Bold";
    padding: 4px 23px 1px 23px;
    box-shadow: none;
}
.payment_box .box:last-child{margin-right:0;}
.payment_box .box.w1{
    width:100%;
    border-color: #e59999;
    margin: 35px 0;
    margin-right:0;
}
.payment_box .box.w1 .title{
    background: #ffebe9;
    font-size: 46px;
    padding: 35px 20px;
    margin: 0;
}
.payment_box .box.w1 .title em{
    font-size:42px;
}
.payment_box .box.w1 .inner{
    display:flex;
    align-items: center;
    justify-content: center;
}
.payment_box .box.w1 .inner .imgarea{
    width: 429px;
}
.payment_box .box.w1 .inner .textarea{
    width: calc(100% - 429px);
    box-sizing: border-box;
    margin-top: 0;
    padding-left: 40px;
    margin-left: 40px;
    position: relative;
}
.payment_box .box.w1 .inner .textarea:before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    margin-bottom: 30px;
    background-image: linear-gradient(to bottom, #e7decb 60%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 2px 16px;
    background-repeat: repeat-y;
    position: absolute;
    left: 0;
    top: 0;
}
.payment_box .box.w1 .inner .textarea .price{
    align-items: flex-end;
}

.payment_box .box.yellow {
    border-color: #fdd100;
}

.payment_box .box.yellow .title{
    background-color: #fff8d5;
}

.textS2{
    font-size:36px;
    color:#000;
    text-align:center;
    margin-top: 50px;
}
.bold{
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
}
.line_arrow_btn{
    text-align: center;
    display: block;
    margin-top: 10px;
}
.line_arrow_btn a{
    font-size: 30px;
    color: #414141;
    display: inline-block;
    position: relative;
    margin-right: 45px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
}
.line_arrow_btn a:before{
    content: '';
    width:100%;
    height:2px;
    background:#414141;
    position: absolute;
    left:0;bottom:0;
}
.line_arrow_btn a:after{
    content: '';
    width: 37px;
    height: 35px;
    position: absolute;
    right: -45px;
    top: 5px;
    background: url('/images/jp/payment/line_arrow.png')center no-repeat;
    background-size: 100%;
}
.payment02{
    position: relative;
    text-align: center;
    padding-top: 100px;
}
.payment02:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 95px;
    background-image: linear-gradient(to right, #e7decb 60%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
}
.payment02 .img_text{
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment02 .img_text p{
    font-size:40px;
    color:#000;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    margin-left: 25px;
    line-height: 1.3;
}
.payment02 .text_p01{
    font-size: 34px;
    color: #000000;
    margin: 35px 0 15px 0;
}
.payment02 .btn_yellow{
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    padding: 12px 56px 8px 23px;
    min-width: 560px;
    font-size: 54px;
}
.payment03{
    padding:100px 0;
}
.payment03 .textS2{margin-top:0;}

.experience_order .back, .experience_order_check .back, .experience_order_complete .back{background-color: #fff;}
.orderSection .form{
    margin-top:120px;
}
.orderSection .form:first-child{
    margin-top:70px;
}
.orderSection .form .title{
    font-size: 30px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    color: #333333;
    margin-bottom: 20px;
}
.order_table{
    border-top: 1px solid #bebebe;
    position: relative;
}
.order_table table{
    border-top: 3px solid #bebebe;
    width: 100%;
}
.order_table table tr{
    border-bottom:1px solid #bebebe;
}
.order_table table th{
    font-size: 16px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    text-align: left;
    background: #fafafa;
    padding: 23px 30px;
    width: 230px;
    box-sizing: border-box;
}
.order_table table td{
    font-size: 16px;
    color: #999999;
    padding: 23px 30px;
    box-sizing: border-box;
}
.order_table table td input{
    height: 50px;
    border: 1px solid #dddddd;
    padding: 15px;
    font-size: 16px;
    font-family: "Meiryo UI W53 Regular";
    width: 355px;
    margin: 0;
}
.order_table table td input:read-only{
    border-color:#eee;
    background-color: #eee;
}
.address_input>div{
    margin-top:6px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    color: #000;
}
.address_input>div:first-child{
    margin-top:0;
    display: flex;
    align-items: center;
    width: 355px;
}
.address_input>div:first-child input{
    margin: 0 8px;
    width: calc(100% - 114px);
}
.gray_btn{
    background: #666666;
    color: #fff;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    display: inline-block;
    cursor: pointer;
}
.order_table table .pointR{
    font-weight: 500;
    margin-top: 18px;
}
.form .btnarea{
    margin-top: 50px;
}
.btn_red{
    display: inline-block;
    font-size: 26px;
    color: #fff;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    position: relative;
    padding:7px 30px 4px 30px;
    border-radius: 40px;
    background: #cc0000;
}
.btn_red span{
    position: relative;
    display: block;
    padding-right: 21px;
}
.btn_red span:after{
    content: '';
    width: 13px;
    height: 24px;
    background: url('/images/jp/new/arrow.png')center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 10;
}
.btn_red.off{
    background: #999;
}

.yellow_tab{
    display: flex;
    border-top: 3px solid #bebebe;
}
.yellow_tab>li{
    width: 50%;
    background:#f2f2f2;
    padding: 18px 20px;
    cursor: pointer;
}
.yellow_tab>li>span{
    font-size: 22px;
    color: #afafaf;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    text-align: center;
    display: block;
}
.yellow_tab>li.on{
    background:#fbc600;
}
.yellow_tab>li.on>span{
    color: #fff;
}
.tab_contents .order_table table{border-top:0;}
.tab_contents .order_table table th{background-color: #fff;}
.tab_contents .order_table table .pointR{margin-top:0;}
.tab_contents .order_table table .total, .tab_contents .order_table table .total th{background-color: #fff9ea;font-size: 20px;}
.tab_contents .order_table table .total td p{
    font-size: 24px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
}
.btn_td{
    display: flex;
    align-items: center;
}
.btn_td p{
    min-width: 180px;
}
.btn_td .gray_btn{
    height: 45px;
    line-height: 48px;
    position: relative;
    padding:0 29px 0 19px;
}
.btn_td .gray_btn:after{
    content: '';
    width: 7px;
    height: 14px;
    background: url('/images/jp/new/arrow.png')center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 17px;
    z-index: 10;
}
.form .bullet_list li{padding-left: 12px;}
.form .bullet_list li p{
    font-size: 18px;
    margin-top: 8px;
    color: #676767;
}
.bullet_list li:before{
    width: 3px;
    height: 3px;
    top: 11px;
}
.payment_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment_btn .btn_red{
    min-width: 90px;
    text-align: center;
    margin-right: 20px;
}
.payment_btn .btn_red:last-child{
    margin-right: 0 !important;
}
.payment_btn .btn_red span:after{
    top: 6px;
}
.payment_btn .btn_red.prev span{
    padding-right: 0;
    padding-left: 21px;
}
.payment_btn .btn_red.prev span:after{
    transform: rotate(180deg);
    right: auto;
    left: 0;
}
.tab_contents{
    display: none;
}
.tab_contents.current{
    display: block;
}
.table_top{
    border-top: 1px solid #bebebe;
    text-align: left;
    padding: 23px 30px;
}
.table_top li p{
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    font-size:18px;
    margin-top: 4px;
}
.table_top li:first-child p{
    margin-top:0;
}
.oreder_dim{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(49,49,49,.85);
    text-align: center;
    padding: 20px;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 10;
}
.oreder_dim p{
    font-size:28px;
    color:#fff;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
}
.pointY{
    font-style: normal;
    color: #fff100;
}

.order_pop{
    font-family: "Meiryo UI W53 Regular";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
.order_pop .popup {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding-top: 50px;
  border-radius: 25px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.4);
  max-width: 540px;
  box-sizing: border-box;
}
#delivery_fee_pop.order_pop .popup {
    max-width: 630px;
}
.order_pop .popup .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-height: 75vh;
    overflow-y: auto;
    padding: 10px 40px 40px;
}
.table_wrapper {
    overflow-x: auto;
}
.order_pop .shadow{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.order_pop .close_btn{
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('/images/jp/new/pop_close.png') center no-repeat;
    background-size: 100%;
    border: none;
    cursor: pointer;
}
.order_pop .pop_btn{
    margin-top: 30px;
}
.order_pop .pop_btn .btn_red{
    font-size:18px;
    font-size: 18px;
    padding: 12px 20px 10px 20px;
    margin-right: 15px;
}
.order_pop .pop_btn .btn_red span:after{
    display:none;
}
.order_pop .text01{
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #313131;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    margin: 25px 0;
}
.order_pop .text02{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #313131;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    margin: 25px 0;
    line-height: 1.3;
}
.order_pop .text02.sm {
    font-size: 32px;
}
.order_pop .text03{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #313131;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
}

#address_confirm .top{
    width: 100%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 126px;
}
#address_confirm .top p{
    font-size: 22px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    color: #535353;
}
#address_confirm .pointR{
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
}

#delivery_fee_pop .text01{
    margin:0;
}
.tableA{
    border-top: 3px solid #c2c2c2;
    margin-top: 25px;
    width: 542px;
}
.tableA th{
    font-size: 18px;
    color: #535353;
    line-height: 1.4;
    font-weight: 500;
    background: #fafafa;
    padding: 10px;
    border-right: 1px solid #c2c2c2;
    height: 71px;
    box-sizing: border-box;
    border-bottom: 1px solid #c2c2c2;
}
.tableA td{
    font-size: 22px;
    color: #313131;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    text-align: center;
    letter-spacing: -2px;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}
.tableA tr th:last-child, .tableA tr td:last-child{
    border-right: 0;
}

.text_center{
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.text_center .top{
    font-size: 40px;
    color: #333;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
}
.text_center .btm {
    font-size: 30px;
    color: #333;
}
.text_center .btm .sub_desc {
    font-size: 0.8em;
    font-weight: 500;
    color: #666;
    margin-top: 0.1em;
}
.text_center .text01 {
    font-size: 20px;
    margin-top: 40px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
}
.text_center .gray_btn{
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 35px 0 30px;
}
.text_center .gray_btn:after{
    content: '';
    width: 7px;
    height: 14px;
    background: url('/images/jp/new/arrow.png')center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 10;
}

.order_btn_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5px;
    padding-bottom: 1em;
    margin-top: -1em;
}

.order_btn_block .gray_btn {
    position: relative;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 30px;
}

.order_btn_block .gray_btn:after{
    content: '';
    width: 7px;
    height: 14px;
    background: url('/images/jp/new/arrow.png')center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 10;
}

.experience_order_check .order_table table td{
    color:#1a1a1a;
}
.experience_order_check .order_table table td p em{
    font-style: normal;
    letter-spacing: -1px;
}
.experience_order_check .order_table table td p em.bold{
    font-size:17px;
}
.star_bullet li{
    position: relative;
    font-size: 20px;
    color: #313131;
    margin-top: 17px;
    font-weight: 500;
    padding-left: 17px;
    word-break: break-all;
}
.star_bullet li:first-child{
    margin-top:0;
}
.star_bullet li:before{
    content: '*';
    position: absolute;
    left:0;
    top:0;
}
.star_bullet.pl_sm {
    padding-left: 8px;
}
.star_bullet.dot {
    padding-left: 0;
}
.star_bullet.dot li::before {
    content: '·';
    font-weight: 600;
}

#bank_transfer_pop .pop_btn .btn_red{
    font-size: 26px;
    padding: 8px 30px 6px 30px;
}
#bank_transfer_pop .pop_btn .btn_red span{
    padding:0;
}
.big_text{
    font-size: 40px;
    color: #333;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    text-align: center;
    margin: 100px 0;
}
.big_text .subscript {
    display: inline-block;
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0.5em;
}
.experience_order_complete{
    text-align: center;
}
.experience_order_complete .btn_yellow{
    font-size:42px;
}
.experience_order_complete .btn_yellow:after{
    right: -38px;
    top: 18px;
}

.receipt{
    background: #fff;
    min-height: 100vh;
    box-sizing: border-box;
}
.receipt .wrap{
    margin: 0 auto;
    width:595px;
    box-sizing: border-box;
    padding: 50px 50px 80px 50px;
    position: relative;
}
.receipt .info{
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: right;
}
.receipt .info p, .receipt_inner .p{
    font-size: 14px;
    line-height: 1.4;
    color: #464646;
}
.receipt_inner{
    padding-top: 75px;
}
.receipt_inner .top{
    font-size: 40px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    text-align: center;
    margin-bottom: 45px;
}
.receipt_inner .title{
    font-size: 25px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    margin-bottom: 20px;
}
.receipt_inner .title .name{
    font-style: normal;
}
.receipt_inner .order_table{
    border-bottom: 1px solid #bebebe;
    margin-bottom: 45px;
}
.receipt_inner .order_table table th{
    width:100px;
}
.receipt_inner .order_table table td{
    width: calc(100% - 100px);
    color: #1a1a1a;
}
.receipt_inner .order_table table td p em {
    font-style: normal;
    letter-spacing: -1px;
}
.receipt_inner .order_table table tr.btm td{
    font-size: 16px;
    font-family: "Meiryo UI W53 Bold";
    font-weight: 900;
    padding: 20px 20px;
}
.receipt_inner .p{
    margin-top: 25px;
}
.receipt_inner .p span{
    display:block;
}

/* S:survey */
.btn_yellow.survey {
    background-color: #fc8801;
    font-family: "Meiryo UI W53 Bold";
    color: #fff;
    margin-bottom: 1.2em;
    border-radius: 10rem;
    outline: none;
    border: none;
}

.btn_yellow .subscript {
    font-family: "Meiryo UI W53 Regular";
    position: relative;
    font-size: 0.55em;
    text-align: left;
    line-height: 1.35;
    margin: 0 auto;
}

.btn_yellow .subscript.star { padding-left: 0.6em; }
.btn_yellow .subscript.star::before {
    content: '*';
    position: absolute;
    top: 0.2em;
    left: 0;
}

.btn_rounded {
    font-family: "Meiryo UI W53 Bold";
    font-weight: 600;
    border-radius: 30rem;
    padding: 0.2em 0.8em;
    cursor: pointer;
}

.btn_rounded.yellow {
    background-color: #ffcc00;
    color: #fff;
}

.btn_rounded.submit {
    font-size: 2rem;
}

/* style_jp 중복 */
.ck_rounded label {
    cursor: pointer;
    margin: 0 !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    color: #535353;
    line-height: 1.53;
    width: auto !important;
    height: auto !important;
    padding-left: 1.5em !important;
    text-align: left;
    background-image: none !important;
}

.ck_rounded label::before {
    content: '';
    position: absolute;
    top: 0.2em;
    left: 0;
    display: inline-block;
    vertical-align: text-top;
    width: 0.9em;
    height: 0.9em;
    background-color: #fff;
    background-image: none !important;
    border: 2px solid #DADADA;
    border-radius: 0.25em;
    -webkit-transition: border-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: border-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: border-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.ck_rounded input:checked + label::before {
    background-image: none !important;
    background-color: #cc0000;
    border-color: #cc0000;
}

.ck_rounded input:checked + label::after {
    content: '';
    position: absolute;
    top: 0.3em;
    left: 0.365em;
    display: table;
    width: 0.3em;
    height: 0.48em;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: amCheckboxOut;
    animation-name: amCheckboxOut;
}

.ck_rounded input {
    display: none;
}

.ck_rounded input[type="text"] {
    display: inline-block;
    max-width: 70%;
    height: 1.8em;
    padding-left: 0.7em;
    margin-left: 0.2em;
    font-size: 0.9em;
}

.ck_rounded input[type="text"]::placeholder {
    font-size: 0.9em;
    letter-spacing: -0.04em;
}

@-webkit-keyframes amCheckboxOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes amCheckboxOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.question_box {
    max-width: 100%;
    margin-bottom: 1.8em;
}

.question_box .question {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    padding-left: 1em;
    margin-bottom: 0.7em;
}

.question_box .question .num {
    position: absolute;
    left: 0;
}

.question_box .answer_block {
    padding-left: 1em;
}

.question_box .answer_block .ck_rounded {
    margin-bottom: 0.2em;
}

.question_box .answer_block .ck_rounded label {
    display: inline-block;
    width: 100% !important;
    max-width: 100%;
    font-size: 1.2rem;
    word-break: break-all;
}
/* E:survey */

@media (max-width: 1160px) {
    .experience_payment section{
        width: 100%;
        box-sizing: border-box;
        padding: 0 5vw;
    }
    .experience_payment .back {
        padding: 8vw 0;
    }
    .payment_step{
        padding: 0 5vw;
        box-sizing: border-box;
        max-width: 800px;
    }
    .payment_step .num {
        font-size: 2vw;
        width: 5vw;
        height: 5vw;
        line-height: 4.8vw;
    }
    .payment_step p {
        margin-top: 1.2vw;
        font-size: 1.8vw;
    }
    .payment_step:before {
        top: 2.5vw;
        width: 70%;
    }
    .payment_box .box{
        border-radius: 3vw;
        margin-right: 3vw;
        width: calc((100% - 4.2vw) / 2);
    }
    .payment_box .box.w1{
        margin: 4vw 0;
    }
    .payment_box .box .title {
        font-size: 3vw;
        padding: 2vw;
    }
    .payment_box .box .title em{
        font-size: 2.8vw;
    }
    .payment_box .box .inner {
        padding: 4vw 4vw 3vw 4vw;
    }
    .payment_box .box .inner .textarea{
        margin-top:3vw;
    }
    .payment_box .box .inner .textarea .p01 {
        font-size: 2.5vw;
    }
    .payment_box .box .inner .textarea .cts {
        padding-left: 1vw;
        margin-top: 1.5vw;
    }
    .payment_box .box .inner .textarea .cts:before {
        width: 0.5vw;
        height: 0.5vw;
        top: 0.8vw;
    }
    .payment_box .box .inner .textarea .cts .name, .payment_box .box .inner .textarea .cts .text {
        font-size: 1.8vw;
    }
    .payment_box .box .warning_txt {
        font-size: 1.8vw;
    }
    .payment_box .box .inner .textarea .price {
        margin-top: 2.5vw;
        padding-top: 2.5vw;
    }
    .payment_box .box .inner .textarea .price p {
        font-size: 3.5vw;
    }
    .payment_box .box .inner .textarea .price .btn_yellow {
        font-size: 2.5vw;
        padding: 0.5vw 2.5vw 0.3vw 2.5vw;
    }
    .payment_box .box.w1 .title {
        font-size: 4vw;
        padding: 3vw 2vw;
    }
    .payment_box .box.w1 .title em{
        font-size: 3.8vw;
    }
    .payment_box .box.w1 .inner .imgarea {
        width: 30vw;
    }
    .payment_box .box.w1 .inner .textarea {
        width: calc(100% - 30vw);
        padding-left: 4vw;
        margin-left: 4vw;
    }
    .payment_box .box .inner .textarea .price p .sale {
        font-size: 2.8vw;
        background: url('/images/jp/payment/sale_arrow.png')left top 0.8vw no-repeat;
        background-size: 93%;
    }
    .textS2 {
        font-size: 3.2vw;
        margin-top: 6vw;
    }
    .line_arrow_btn {
        margin-top: 1vw;
    }
    .line_arrow_btn a {
        font-size: 2.5vw;
        margin-right: 4vw;
    }
    .line_arrow_btn a:after {
        width: 3.2vw;
        height: 3.2vw;
        right: -4vw;
        top: 0.2vw;
    }
    .experience_payment section.payment02{
        padding-top:8vw;
    }
    .experience_payment section.payment03{
        padding:8vw 5vw;
    }
    .payment02:before {
        margin-bottom: 8vw;
    }
    .payment02 .img_text img{
        width: 21vw;
    }
    .payment02 .img_text p {
        font-size: 3.2vw;
        margin-left: 2vw;
    }
    .payment02 .text_p01 {
        font-size: 2.5vw;
        margin: 3vw 0 2vw 0;
    }
    .payment02 .btn_yellow {
        padding: 1vw 10vw 1vw 8vw;
        font-size: 4vw;
        min-width: inherit;
    }
    .payment02 .btn_yellow span:after{
        top:1.4vw
    }
    .orderSection .form:first-child {
        margin-top: 7vw;
    }
    .orderSection .form .title {
        font-size: 2.5vw;
        margin-bottom: 1.5vw;
    }
    .order_table table th {
        font-size: 1.5vw;
        padding: 2vw 3vw;
        width: 20vw;
    }
    .order_table table td {
        font-size: 1.5vw;
        padding: 2vw 3vw;
    }
    .order_table table td input {
        height: 4.4vw;
        padding: 1.5vw;
        font-size: 1.5vw;
        width: 100%;
        max-width: 355px;
    }
    .address_input>div {
        margin-top: 0.5vw;
        font-size: 1.5vw;
    }
    .address_input>div:first-child{
        width: 100%;
        max-width: 355px;
    }
    .gray_btn {
        font-size: 1.5vw;
        height: 4.4vw;
        line-height: 4.4vw;
        padding: 0 2.5vw;
    }
    .address_input>div:first-child input {
        margin: 0 0.5vw;
        width: calc(100% - 13vw);
    }
    .order_table table .pointR {
        margin-top: 1.2vw;
        font-size: 1.5vw;
    }
    .form .btnarea {
        margin-top: 5vw;
    }
    .btn_red {
        font-size: 2.5vw;
        padding: 1vw 3vw 0.5vw 3vw;
        border-radius: 5vw;
    }
    .btn_red span {
        padding-right: 2vw;
    }
    .btn_red span:after {
        width: 1.1vw;
        height: 2vw;
        top: 0.6vw;
    }
    .orderSection .form {
        margin-top: 10vw;
    }
    .yellow_tab>li {
        padding: 2vw 1.5vw;
    }
    .yellow_tab>li>span {
        font-size: 1.8vw;
    }
    .order_table table td p{
        font-size:1.5vw;
    }
    .btn_td .gray_btn {
        height: 4.4vw;
        line-height: 4.4vw;
        padding: 0 3.5vw 0 2vw;
    }
    .btn_td .gray_btn:after {
        width: 0.7vw;
        height: 1vw;
        right: 2vw;
        top: 1.6vw;
    }
    .tab_contents .order_table table .total, .tab_contents .order_table table .total th {
        font-size: 1.8vw;
    }
    .tab_contents .order_table table .total td p {
        font-size: 2vw;
    }
    .oreder_dim {
        padding: 2vw;
        height: 15.7vw;
    }
    .oreder_dim p {
        font-size: 2.5vw;
    }
    .form .bullet_list li {
        padding-left: 1.2vw;
    }
    .form .bullet_list li p {
        font-size: 1.6vw;
        margin-top: 1vw;
    }
    .bullet_list li:before {
        width: 0.4vw;
        height: 0.4vw;
        top: 1vw;
    }
    .payment_btn .btn_red{
        margin-right:2vw;
    }
    .payment_btn .btn_red span:after {
        top: 0.6vw;
    }
    .payment_btn .btn_red.prev span {
        padding-left: 2vw;
    }
    .table_top {
        padding: 2vw 3vw;
    }
    .table_top li p {
        font-size: 1.5vw;
        margin-top: 0.5vw;
    }
    .text_center{
        margin-bottom: 2vw;
    }
    .text_center .top {
        font-size: 3.5vw;
    }
    .text_center .btm {
        font-size: 2.5vw;
    }
    .order_btn_block .gray_btn,
    .text_center .gray_btn {
        font-size: 1.5vw;
        height: 4.3vw;
        line-height: 4.3vw;
        padding: 0 4vw 0 3vw;
    }
    .order_btn_block .gray_btn::after,
    .text_center .gray_btn:after {
        width: 0.7vw;
        height: 1vw;
        right: 2.5vw;
        top: 1.6vw;
    }
    .experience_order_check .order_table table td p em.bold {
        font-size: 1.7vw;
    }
    .text_center .text01 {
        font-size: 2vw;
        margin-top: 4vw;
    }
    .big_text {
        font-size: 4.2vw;
        margin: 8vw 0;
    }
    .experience_order_complete .btn_yellow {
        font-size: 4vw;
    }
    .experience_order_complete .btn_yellow span:after{
        top:1.2vw;
    }
}

@media (max-width: 750px) {
    .payment_step .num {
        font-size: 3vw;
        width: 7vw;
        height: 7vw;
        line-height: 6.8vw;
    }
    .payment_step p {
        margin-top: 1.8vw;
        font-size: 2.2vw;
    }

    .payment_tab_block .tab_item { font-size: 1.8rem; }

    .payment_box .box {
        margin-right: 0;
        width: 100%;
    }
    .payment_box .box .title {
        font-size: 4vw;
        padding: 3vw 2vw;
    }
    .payment_box .box .title em{
        font-size: 3.8vw;
    }
    .payment_box .box .inner {
        padding: 5vw 6vw 5vw 6vw;
    }
    .payment_box .box .title br{display: none;}
    .payment_box .box.w1 .inner{
        flex-wrap: wrap;
    }
    .payment_box .box.w1 .inner .imgarea{
        width: 100%;
    }
    .payment_box .box.w1 .inner .textarea{
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        margin-top: 3vw;
    }
    .payment_box .box.w1 .inner .textarea:before{
        display:none;
    }
    .payment_box .box .inner .textarea .p01 {
        font-size: 3.5vw;
    }
    .payment_box .box .inner .textarea .cts {
        padding-left: 1.9vw;
        margin-top: 2.5vw;
    }
    .payment_box .box .inner .textarea .cts .name, .payment_box .box .inner .textarea .cts .text {
        font-size: 2.5vw;
    }
    .payment_box .box .warning_txt {
        font-size: 2.5vw;
    }
    .payment_box .box .inner .textarea .cts:before {
        width: 0.6vw;
        height: 0.6vw;
        top: 1.5vw;
    }
    .payment_box .box .inner .textarea .price {
        margin-top: 3.5vw;
        padding-top: 3.5vw;
    }
    .payment_box .box .inner .textarea .price p {
        font-size: 5.5vw;
        line-height: 1;
    }
    .payment_box .box .inner .textarea .price .btn_yellow {
        font-size: 3.5vw;
        padding: 0.8vw 3.5vw 0.3vw 3.5vw;
    }
    .payment_box .box .inner .textarea .price p .sale {
        font-size: 4.2vw;
        background: url('/images/jp/payment/sale_arrow.png')left top 1.5vw no-repeat;
        background-size: 88%;
        margin-bottom: 1vw;
    }
    .payment_box .box:last-child{
        margin-top:4vw;
    }
    .textS2 {
        font-size: 4.2vw;
    }
    .line_arrow_btn a {
        font-size: 3.5vw;
        margin-right: 5vw;
    }
    .line_arrow_btn a:after {
        width: 4.2vw;
        height: 4.2vw;
        right: -5vw;
    }
    .payment02 .img_text img {
        width: 30vw;
    }
    .payment02 .img_text p {
        font-size: 4.2vw;
        margin-left: 3vw;
    }
    .payment02 .text_p01 {
        font-size: 3.2vw;
        margin: 4vw 0 3vw 0;
    }
    .payment02 .btn_yellow {
        padding: 1.5vw 10vw 1.3vw 8vw;
        font-size: 4.5vw;
    }
    .orderSection .form .title {
        font-size: 3.5vw;
    }
    .order_table table th {
        font-size: 2.2vw;
        padding: 2.2vw 3vw;
        width: 26vw;
    }
    .order_table table td {
        font-size: 2.2vw;
        padding: 2.2vw 3vw;
    }
    .order_table table td input {
        height: 6.4vw;
        font-size: 2.2vw;
        max-width: inherit;
        width: 100%;
    }
    .order_table table td p {
        font-size: 2.2vw;
    }
    .address_input>div {
        margin-top: 1vw;
        font-size: 2.2vw;
    }
    .address_input>div:first-child{
        max-width: inherit;
        width: 100%;
    }
    .gray_btn {
        font-size: 2.2vw;
        height: 6.4vw;
        line-height: 6.4vw;
    }
    .address_input>div:first-child input {
        margin: 0 1vw;
        width: calc(100% - 18vw);
    }
    .order_table table .pointR {
        margin-top: 1.8vw;
        font-size: 2vw;
    }
    .btn_red {
        font-size: 3.5vw;
        padding: 1vw 5vw 0.5vw 5vw;
    }
    .btn_red span:after {
        width: 1.5vw;
        height: 3vw;
        top: 0.8vw;
        right: -1vw;
    }
    .yellow_tab>li>span {
        font-size: 2.8vw;
    }
    .tab_contents .order_table table .total, .tab_contents .order_table table .total th {
        font-size: 2.5vw;
    }
    .tab_contents .order_table table .total td p {
        font-size: 2.8vw;
    }
    .btn_td p {
        min-width: inherit;
        margin-right: 4vw;
    }
    .btn_td .gray_btn {
        height: 6vw;
        line-height: 6vw;
        padding: 0 5.5vw 0 3vw;
    }
    .btn_td .gray_btn:after {
        width: 1vw;
        height: 2vw;
        right: 3vw;
        top: 1.9vw;
    }
    .form .bullet_list li p {
        font-size: 2.2vw;
    }
    .oreder_dim {
        height: 19.7vw;
    }
    .oreder_dim p {
        font-size: 3.2vw;
    }
    .table_top li p {
        font-size: 2.2vw;
    }
    .order_table table td input{
        width: 100% !important;
        display: block;
    }
    .order_pop .popup {
        padding-top: 5vw;
        border-radius: 3vw;
        width: 90%;
    }
    .order_pop .popup .inner {
        padding: 2vw 5vw 5vw;
    }
    #address_confirm .top{
        height:15vw;
    }
    #address_confirm .top p {
        font-size: 3vw;
    }
    .order_pop .text01 {
        font-size: 3.2vw;
        margin: 2.5vw 0;
    }
    #address_confirm .pointR {
        font-size: 2.5vw;
    }
    .order_pop .pop_btn {
        margin-top: 5vw;
    }
    .order_pop .pop_btn .btn_red {
        font-size: 2.5vw;
        padding: 1.5vw 3vw 1.2vw 3vw;
        margin-right: 1vw;
    }
    .order_pop .pop_btn .btn_red span{
        padding:0 !important;
    }
    .tableA {
        margin-top: 2vw;
        width: 100%;
    }
    .tableA th {
        font-size: 2.2vw;
        padding: 1vw;
        height: 10vw;
    }
    .tableA td {
        font-size: 2.8vw;
    }
    .order_pop .close_btn {
        width: 3.2vw;
        height: 3.2vw;
        right: 3vw;
        top: 3vw;
    }
    .experience_order_check .order_table table td p em.bold {
        font-size: 2.5vw;
    }
    .text_center .top {
        font-size: 4.5vw;
    }
    .text_center .btm {
        font-size: 3vw;
    }
    .text_center {
        margin-bottom: 3vw;
    }
    .order_btn_block .gray_btn,
    .text_center .gray_btn {
        font-size: 2vw;
        height: 5vw;
        line-height: 5vw;
    }
    .order_btn_block .gray_btn::after,
    .text_center .gray_btn:after {
        width: 1vw;
        height: 2vw;
        right: 2.2vw;
        top: 1.5vw;
    }
    .text_center .text01 {
        font-size: 3vw;
    }
    .order_pop .text02 {
        font-size: 4.2vw;
        margin: 2vw 0;
    }
    .order_pop .text02.sm {
        font-size: 4vw;
    }
    .star_bullet{
        margin: 3vw 0;
    }
    .star_bullet li {
        font-size: 2.7vw;
        margin-top: 1.2vw;
        padding-left: 2.2vw;
    }
    .order_pop .text03{
        font-size: 3vw;
    }
    #bank_transfer_pop .pop_btn .btn_red {
        font-size: 3.2vw;
        padding: 1.2vw 3vw 1vw 3vw;
    }
    .big_text {
        font-size: 5.2vw;
        margin: 11vw 0;
    }
    .experience_order_complete .btn_yellow {
        font-size: 5vw;
    }
    .experience_order_complete .btn_yellow span:after {
        top: 2vw;
    }
}
@media (max-width: 620px) {
    .payment_tab_block {
        gap: 0.7rem;
        margin: 0 auto 3.5rem;
    }

    .payment_tab_block .tab_item { font-size: 1.65rem; }

    .receipt .wrap{
        width: 100%;
        padding: 7vw 7vw 10vw 7vw;
    }
    .receipt .info {
        right: 5vw;
        top: 5vw;
    }
    .receipt_inner {
        padding-top: 10vw;
    }
    .receipt_inner .top {
        font-size: 7vw;
        margin-bottom: 5vw;
    }
    .receipt_inner .title {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .receipt_inner .order_table {
        margin-bottom: 6vw;
    }
    .receipt .info p, .receipt_inner .p {
        font-size: 2.2vw;
    }
    .receipt_inner .p {
        margin-top: 4vw;
    }
    .receipt_inner .order_table table th {
        width: 22vw;
    }
    .receipt_inner .order_table table tr.btm td {
        font-size: 2.5vw;
        padding: 3vw;
    }
    /* S:survey */
    .question_box .question {
        font-size: 1.25rem;
    }

    .question_box .answer_block { padding-left: 0; }
    .question_box .answer_block .ck_rounded label {
        font-size: 1rem;
    }

    .btn_rounded.submit {
        font-size: 1.5rem;
    }
    /* E:survey */
}

@media (max-width: 450px) {
    .payment_step .num {
        font-size: 4.5vw;
        width: 10vw;
        height: 10vw;
        line-height: 9.5vw;
    }
    .payment_step p {
        font-size: 3vw;
    }
    .payment_step:before {
         top: 4.5vw;
    }
    .payment_box .box .title, .payment_box .box.w1 .title {
        font-size: 6vw;
        padding: 4vw 2vw;
    }
    .payment_box .box .title em, .payment_box .box.w1 .title em {
        font-size: 5.2vw;
    }
    .payment_box .box .inner .textarea .p01 {
        font-size: 4.8vw;
    }
    .payment_box .box .inner .textarea .cts .name, .payment_box .box .inner .textarea .cts .text {
        font-size: 3.5vw;
    }
    .payment_box .box .warning_txt {
        font-size: 3.5vw;
    }
    .payment_box .box .inner .textarea .cts:before {
        width: 1vw;
        height: 1vw;
    }
    .payment_box .box .inner .textarea .cts {
        padding-left: 2.9vw;
    }
    .payment_box .box .inner .textarea .price {
        margin-top: 5.5vw;
        padding-top: 5.5vw;
    }
    .payment_box .box .inner .textarea .price p {
        font-size: 7.5vw;
    }
    .payment_box .box .inner .textarea .price p .sale {
        font-size: 6.2vw;
        background: url('/images/jp/payment/sale_arrow.png')left top 1.8vw no-repeat;
        background-size: 99%;
        margin-bottom: 2vw;
    }
    .payment_box .box .inner .textarea .price .btn_yellow {
        font-size: 5.5vw;
        padding: 1vw 4.5vw 0.3vw 4.5vw;
    }
    .textS2 {
        font-size: 5.2vw;
        word-break: break-word;
    }
    .line_arrow_btn {
        margin-top: 2vw;
    }
    .line_arrow_btn a {
        font-size: 4.8vw;
        margin-right: 8vw;
    }
    .line_arrow_btn a:after {
        width: 6.2vw;
        height: 6.2vw;
        right: -8vw;
    }
    .payment03 .textS2{
        font-size: 4.7vw;
    }
    .payment02 .img_text p {
        font-size: 5.2vw;
    }
    .payment02 .text_p01 {
        font-size: 4.2vw;
    }
    .payment02 .btn_yellow {
        padding: 1.9vw 11vw 1.3vw 9vw;
        font-size: 5.5vw;
    }
    .payment02 .btn_yellow span:after {
        top: 2.1vw;
    }
    .orderSection .form:first-child {
        margin-top: 10vw;
    }
    .orderSection .form .title {
        font-size: 4.5vw;
    }
    .order_table table th {
        font-size: 3vw;
        padding: 2.8vw 3vw;
    }
    .order_table table td {
        font-size: 3vw;
        padding: 2.8vw 3vw;
    }
    .order_table table td input {
        height: 8vw;
        font-size: 3vw;
    }
    .order_table table td p {
        font-size: 3vw;
    }
    .gray_btn {
        font-size: 3vw;
        height: 8vw;
        line-height: 8vw;
    }
    .order_table table .pointR {
        font-size: 2.8vw;
        word-break: break-all;
    }
    .form .btnarea {
        margin-top: 7vw;
    }
    .btn_red {
        font-size: 4.8vw;
        padding: 2vw 8vw 1.5vw 7vw;
        border-radius: 10vw;
    }
    .btn_red span:after {
        width: 2.2vw;
        height: 4vw;
        top: 1.5vw;
        right: -2vw;
    }
    .orderSection .form {
        margin-top: 12vw;
    }
    .yellow_tab>li>span {
        font-size: 3.8vw;
    }
    .yellow_tab>li {
        padding: 3vw 1.5vw 2vw 1.5vw;
    }
    .order_table table .pointR {
        font-size: 3vw;
    }
    .oreder_dim {
        height: 25.7vw;
    }
    .oreder_dim p {
        font-size: 4.2vw;
    }
    .btn_td .gray_btn {
        height: 8vw;
        line-height: 8vw;
        padding: 0 6.5vw 0 4vw;
    }
    .btn_td .gray_btn:after {
        width: 1.8vw;
        height: 3vw;
        right: 3vw;
        top: 2.2vw;
    }
    .tab_contents .order_table table .total, .tab_contents .order_table table .total th {
        font-size: 3.5vw;
    }
    .tab_contents .order_table table .total td p {
        font-size: 3.8vw;
    }
    .form .bullet_list li p {
        font-size: 3.2vw;
    }
    .bullet_list li:before {
        width: 0.8vw;
        height: 0.8vw;
        top: 1.8vw;
    }
    .form .bullet_list li {
        padding-left: 2.2vw;
    }
    .table_top {
        padding: 2.5vw 3.5vw;
    }
    .table_top li p {
        font-size: 3vw;
        word-break: break-all;
    }
    #address_confirm .top {
        height: 20vw;
    }
    #address_confirm .top p {
        font-size: 4vw;
    }
    .order_pop .text01 {
        font-size: 4.2vw;
        margin: 3.5vw 0;
    }
    #address_confirm .pointR {
        font-size: 3.5vw;
    }
    .order_pop .pop_btn .btn_red {
        font-size: 3.5vw;
        padding: 1.5vw 4vw 1.2vw 4vw;
        margin-right: 2vw;
    }
    .tableA {
        margin-top: 4vw;
    }
    .tableA th {
        font-size: 3.2vw;
        padding: 2vw;
        height: 13vw;
    }
    .tableA td {
        font-size: 3.8vw;
    }
    .order_pop .close_btn {
        width: 4.2vw;
        height: 4.2vw;
        right: 4vw;
        top: 4vw;
    }
    .text_center{
        text-align: right;
    }
    .text_center .top {
        font-size: 5.5vw;
    text-align: center;
    }
    .text_center .btm {
        font-size: 4vw;
    text-align: center;
    }
    .order_btn_block .gray_btn,
    .text_center .gray_btn {
        font-size: 3vw;
        height: 7vw;
        line-height: 7vw;
        position: relative;
        padding: 0 6vw 0 4vw;
        margin-top: 3vw;
    }
    .order_btn_block .gray_btn:after,
    .text_center .gray_btn:after {
        width: 1.5vw;
        height: 3vw;
        right: 3.2vw;
        top: 1.8vw;
    }
    .experience_order_check .order_table table td p em.bold {
        font-size: 3.2vw;
    }
    .text_center .text01 {
        font-size: 4vw;
        text-align: center;
        margin-top: 8vw;
    }
    .payment_btn .btn_red span:after {
        top: 1.1vw;
    }
    .order_pop .text02 {
        font-size: 5.5vw;
        margin: 3vw 0;
    }
    .order_pop .text02.sm {
        font-size: 5.2vw;
    }
    .star_bullet {
        margin: 4vw 0;
    }
    .star_bullet li {
        font-size: 3.5vw;
        margin-top: 1.9vw;
        padding-left: 3.2vw;
    }
    .order_pop .text03 {
        font-size: 4vw;
    }
    #bank_transfer_pop .pop_btn .btn_red {
        font-size: 4.2vw;
        padding: 1.8vw 3vw 1.5vw 3vw;
    }
    .big_text {
        font-size: 4.5vw;
        margin: 13vw 0;
    }

    .receipt_inner {
        padding-top: 15vw;
    }
    .receipt .info p, .receipt_inner .p {
        font-size: 3vw;
    }
    .receipt_inner .top {
        font-size: 8vw;
        margin-bottom: 7vw;
    }
    .receipt_inner .title {
        font-size: 4.3vw;
        margin-bottom: 2.5vw;
    }
    .receipt_inner .order_table table th {
        width: 24vw;
    }
    .receipt_inner .order_table table tr.btm td {
        font-size: 3.2vw;
        padding: 4vw;
    }
}
