@charset "UTF-8";
/* CSS Document */
/*------------------------------
novelty
------------------------------*/
/*-------  ---------------  estimate_btn  ----------------------*/
#novelty #estimate_btn{
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 90;
}
#novelty #estimate_btn a{
    border-radius: 3px 0 0 5px;
    padding: 5px 0;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background-color: #e73c28;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    cursor: pointer;
}
#novelty #estimate_btn a span{
    writing-mode: horizontal-tb;
}
/*------------  estimate_btn PC  ------------*/
@media screen and (min-width: 950px) {
    #novelty #estimate_btn{
        right: 15px;
    }
    #novelty #estimate_btn a{
        font-size: 2rem;
        letter-spacing: 2px;
        padding: 10px;
    }
}
/*-------  ---------------  main_img  ----------------------*/
#main_img{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 10px;
    height: 150px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
#main_img img{
    width: auto;
    height: 150px;
    max-width: 3000px;
}
/*------------  main_img PC  ------------*/
@media screen and (min-width: 950px) {
    #main_img{
        background-color: #FBD01F;
        text-align: center;
        height: 300px;
    }
    #main_img img{
        height: 300px;
    }
}
/*-------  ---------------  共通  ----------------------*/
#novelty{
	font-size: 1.5rem;
    font-weight: 500;
	color: #333333;
    margin-bottom: 50px;
}
#novelty a:active{
    text-decoration: none;
}
.text_area{
    margin-bottom: 15px;
}
.text_area .novelty_header{
    margin-top: 10px;
}
.text_area .text_area_inner{
    margin-bottom: 20px;
}
#novelty .h3_text{
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 10px;
}
#novelty .sub_heading_txt{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.8rem;
}
.fsz13{
    font-size: 1.3rem;
}
.fsz20{
    font-size: 2rem;
}
.red{
    color: #E73C28;
}
.red_bold{
	font-weight: 700;
	color: #E73C28;
}
.red_17{
    font-size: 1.7rem;
    color: #E73C28;
}
span.use_catching {
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #333;
    color: #fff;
    padding: 1px 4px 0px 5px;
    border-radius: 5px;
    letter-spacing: 2px;
    line-height: 1.7;
    margin-right: 2px;
    margin-bottom: 3px;
    display: inline-block;
}
/*link_btn more_example ボタン周り*/
#novelty .wide_fixed{
    margin: 0 auto;
    width: 100%;
}
#novelty .link_btn a,
#novelty .more_example p{
    max-width: 450px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	color: #fff;
    background-color: #e73c28;
	padding: 15px;
    margin: 30px auto;
    display: block;
    font-weight: 700;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
        -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    cursor: pointer;
}
#novelty .link_btn a.to_site{
	background-color: #26c7d1;
}
#novelty .link_btn a.in_the_page::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M23.8%2041.5%202.4%2018.8c-1.1-1.2-1.1-3.1.1-4.2%201.2-1.1%203.1-1.1%204.2.1L24%2033l19.5-18.4c1.2-1.1%203.1-1.1%204.2.1%201.1%201.2%201.1%203.1-.1%204.2L23.8%2041.5z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E');
	background-size: contain;
	vertical-align: middle;
}
#novelty .more_example p.close::after{
	transform:rotate(-180deg);
}
#novelty .link_btn a.to_site::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M23.8%2041.5%202.4%2018.8c-1.1-1.2-1.1-3.1.1-4.2%201.2-1.1%203.1-1.1%204.2.1L24%2033l19.5-18.4c1.2-1.1%203.1-1.1%204.2.1%201.1%201.2%201.1%203.1-.1%204.2L23.8%2041.5z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E');
	transform:rotate(-90deg);
	background-size: contain;
	vertical-align: middle;
}
#novelty .link_btn a:active,
#novelty .link_btn p:active{
	opacity: 0.7;
}
.novelty_header{
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-top: 90px;
    margin-bottom: 85px;
    color: #333333;
}
.novelty_header::after{
	content: '';
    position: absolute;
    bottom: -25px;
    display: inline-block;
    width: 50px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e73c28;
    border-radius: 2px;
}
#novelty a{
	color: #333333;
	font-weight: 700;
}
/*テキストのul背景白*/
#novelty .text_area_list ul,
#novelty ul#dcrt li,
#novelty #difference ul,
#novelty #recommend ol,
#novelty #about_ordermade .notes_list{
    text-align: justify;
}
#novelty #difference ul li,
#novelty #recommend ol li,
#novelty #about_ordermade .notes_list,
#novelty #qa .qa_list{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 15px;
}
#novelty #about_ordermade .notes_list,
#novelty #qa .qa_list{
    margin-top: 15px;
    cursor: pointer;
}
/*novelty_bg*/
#novelty #novelty_bg{
    background-color: #F5F5F5;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 20px;
}
#novelty #novelty_bg_inner{
    max-width: 980px;
    margin: 0 auto;
}
/*------------  共通 PC  ------------*/
@media screen and (min-width: 950px) {
    #novelty p{
        font-size: 1.6rem;
    }
    #novelty a:hover{
        text-decoration: none;
    }
    h2.novelty_header{
        font-size: 2.8rem;
        margin-top: 150px;
        margin-bottom: 100px;
    }
    #novelty .link_btn a:hover,
    #novelty .link_btn p:hover{
        opacity: 0.7;
    }
    .text_area{
        margin-bottom: 30px;
    }
    #novelty #difference ul li, #novelty #recommend ol li, #novelty #about_ordermade .notes_list, #novelty #qa .qa_list {
        padding: 30px;
    }
    #novelty h3.h3_text{
        font-size: 2.5rem;
    }
    #novelty h4{
        font-size: 2rem;
    }
}
/*---------------------- slide  ----------------------*/
#novelty .slide_container{
    position: relative;
}
#novelty .slide_container .slide_wrapper{
    position: relative;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
#novelty .slide_container ul.slide_list {
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
}
/* ------------slide .sample------------*/
#novelty .slide_container.sample .slide_wrapper{
    height: 180px;
}
#novelty .slide_container.sample .slide_outer{
    text-align: center;
}
#novelty .slide_container ul.slide_list {
    grid-auto-columns: 260px;
    gap: 20px;
}
/*------------ slide PC------------*/
@media screen and (min-width: 950px) {
    /* slide_btn */
    .slide_container .slide_btn_set .slide_btn{
        opacity: 0.5;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 45%;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 5px;
        border: 3px solid #F9CA0C;
        background-color: #F9CA0C;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
        z-index: 10;
        cursor: pointer;
    }
    .slide_container .slide_btn_set .slide_btn.prev{
        left: 5px;
    }
    .slide_container .slide_btn_set .slide_btn.next{
        right: 5px;
    }
    .slide_container .slide_btn_set .slide_btn span.arrow_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 13px;
        height: 13px;
        border-top: 3px solid #333333;
        border-right: 3px solid #333333;
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
        margin-left: 3px;
    }
    .slide_container .slide_btn_set .slide_btn.next span.arrow_btn{
        margin-right: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 0;
    }
    .slide_container .slide_btn_set .slide_btn:hover{
        opacity: 1;
        border: 3px solid #F9CA0C;
        background-color: #fff;
        opacity: 1;
    }
    .slide_container .slide_btn_set .slide_btn:hover span.arrow_btn{
        border-top: 3px solid #F9CA0C;
        border-right: 3px solid #F9CA0C;
    }
}
/*---------------------- text_area  ----------------------*/
#novelty .text_area .text_area_inner{
	margin-top: 15px;
}
#novelty .emphasize{
	background-color: #F9CA0C;
	display: inline-block;
	padding: 3px 5px 2px;
	font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
#novelty .text_area_list ul{
  	font-weight: 700;
  	width: 100%;
}
#novelty .text_area_list ul li{
	margin-bottom: 15px;
	margin-right: 5%;
	padding-left: 2px;
	list-style: none;
}
#novelty .text_area_list ul li::before{
	content: "";
	display: inline-block;
	width:  5px;
    height:  5px;
    display:  inline-block;
    background-color: #333333;
    border-radius:  50%;
    margin-right: 5px;
}
#novelty .text_area_list ul li p{
	margin-top: 10px;
}
#novelty .text_area_list ul li a{
	color: #333333;
}
#novelty .text_area_list ul li a:active{
    text-decoration: none;
}
#novelty .text_area_list li a.contents_link::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M23.8%2041.5%202.4%2018.8c-1.1-1.2-1.1-3.1.1-4.2%201.2-1.1%203.1-1.1%204.2.1L24%2033l19.5-18.4c1.2-1.1%203.1-1.1%204.2.1%201.1%201.2%201.1%203.1-.1%204.2L23.8%2041.5z%22%20style%3D%22fill%3A%23333333%22%2F%3E%3C%2Fsvg%3E');
	background-size: contain;
	vertical-align: middle;
}
/*------------ text_area PC------------*/
@media screen and (min-width: 950px) {
    #novelty .emphasize{
        font-size: 2rem;
    }
    #novelty .text_area_list ul{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-weight: 700;
        width: 100%;
    }
    #novelty .text_area_list ul li{
        width: 44%;
        font-size: 1.8rem;
    }
    #novelty .text_area_list ul li a:hover{
        text-decoration: none;
    }
    .text_area .text_area_inner {
        margin-bottom: 30px;
    }
}
/*--------  -------------- rank_area------  ----------------*/
#novelty .rank_area{
    padding-bottom: 4rem;
}
#novelty .rank_area .novelty_header{
    margin-top: 60px;
    margin-bottom: 70px;
}
#novelty .ranking_outer{
    position: relative;
    height: 325px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
#novelty .rank_area ul{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 300px;
    gap: 20px;
    margin: 0 20px;
    padding-top: 20px;
}
#novelty .rank_area ul li .rank_inner{
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
#novelty .rank_area ul li .rank_inner::before{
    display: inline-block;
    position: absolute;
    content: '';
    width: 60px;
    height: 80px;
    top: -12px;
    left: 15px;
    z-index: 110;
}
#novelty .rank_area ul li:nth-of-type(1) .rank_inner::before{
    background-image: url(/images/novelty/rank01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -18px;
    left: 5px;
    width: 70px;
    height: 100px;
}
#novelty .rank_area ul li:nth-of-type(2) .rank_inner::before{
    background-image: url(/images/novelty/rank02.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#novelty .rank_area ul li:nth-of-type(3) .rank_inner::before{
    background-image: url(/images/novelty/rank03.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#novelty .rank_area ul li:nth-of-type(4) .rank_inner::before{
    background-image: url(/images/novelty/rank04.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#novelty .rank_area ul li h3{
    padding: 10px;
    padding-top: 13px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    background-color: #F9CA0C;
    text-indent: 30px;
    margin-top: 0;
    border-radius: 10px 10px 0 0;
}
#novelty .rank_area ul li .product_outline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px;
    position: relative;
}
#novelty .rank_area ul li a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#novelty .rank_area ul li .product_outline:active img,
#novelty .rank_area ul li .product_outline:active .rank_txt_area{
    opacity: 0.7;
}
#novelty .rank_area ul li .rank_img_area{
    width: 43%;
    max-width: 140px;
    padding: 5px;
    margin-right: 0;
    margin-left: auto;
}
#novelty .rank_area ul li img{
    width: 100%;
    height: auto;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
#novelty .rank_area ul li .rank_txt_area{
    width: 57%;
    font-weight: 700;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
#novelty .rank_area ul li .rank_txt_area p{
    font-size: 2rem;
}
#novelty .rank_area ul li .rank_txt_detail{
    padding: 0 15px;
    padding-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}
/*------------ rank_area PC------------*/
@media screen and (min-width: 950px) {
    #novelty .ranking_outer{
        margin: 0 auto;
        height: 660px;
        text-align: center;
    }
    #novelty .rank_area ul{
        grid-auto-columns: 430px;
        gap: 30px;
        grid-auto-flow: row;
        grid-template-rows: 1fr 2fr;
        grid-template-columns: 1fr 1fr;
    }
    #novelty .rank_area ul li .product_outline:hover img,
    #novelty .rank_area ul li .product_outline:hover .rank_txt_area{
        opacity: 0.7;
    }
}
/*--------  -------------- ul.link  ----------------------*/
#novelty #novelty_bg ul.link{
    margin: 0 auto;
    width: 100%;
}
/*------------ ul.link PC------------*/
@media screen and (min-width: 950px) {
    #novelty #novelty_bg ul.link{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        width: 95%;
    }
    #novelty #novelty_bg ul.link li{
        width: 30%;
    }
    #novelty #novelty_bg ul.link li:last-child{
        margin-right: 0;
    }
}
/*----------------------  news_area  ----------------------*/
#novelty .news_area{
    padding-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    margin-bottom: 80px;
}
#novelty .news_area .deco{
    width: 200px;
    position: absolute;
    top: -20px;
    left: calc(50% - 100px);
    right: auto;
}
#novelty .news_area .news_heading{
    text-align: center;
    margin-bottom: 10px;
}
#novelty .news_area .news_heading_inner{
    display: inline-block;
    background-color: #E73C28;
    color: #fff;
    padding: 5px;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 20px;
}
/* slide */
#novelty .news_area .slide_container .slide_wrapper{
    margin-left: 0;
    margin-right: 0;
}
#novelty .news_area .slide_container ul.slide_list {
    margin: 0 20px;
}
/* info_area */
#novelty .news_area .news_info_area{
    padding: 20px;
}
#novelty .news_area .news_product{
    font-size: 1.8rem;
    margin-bottom: 5px;
    font-weight: 700;
}
#novelty .news_area .news_product_price{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 15px;
}
/*--------  -------------- select_block  ----------------------*/
.search_result {
    text-align: center;
    background-color: #F9CA0C;
    padding: 10px 13px;
    font-weight: 700;
    width: 70%;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 1.8rem;
}
.search_result span.search_result_nume{
    font-size: 2.5rem;
}
#novelty .select_block_wrapper{
    margin-bottom: 15px;
}
#novelty .select_block_wrapper_wrapper{
    max-width: 600px;
    margin: 0 auto;
}
#novelty .select_block_ttl{
    max-width: 200px;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.6rem;
}
/*checkbox*/
#novelty input{
	display: none;
}
.bl_selectblock label{
 	display: inline;
}
span.bl_selectblock_check label .el_checkbox{
	position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #333333;
    background-color: #FFF;
}
span.bl_selectblock_check label .el_checkbox::after{
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	bottom: 4px;
	right: 4px;
}
span.bl_selectblock_check input[type=checkbox]:checked + label .el_checkbox::after{
	content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 8px;
    margin-top: -6px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #e73c28;
}
span.bl_selectblock_check label{
	cursor: pointer;
    font-weight: 500;
}
span.bl_selectblock_check{
	max-width: 200px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
span.bl_selectblock_check:last-child{
	margin-right: 0;
}
.bl_selectblock_release{
	font-size: 14px;
    letter-spacing: 0.5px;
    color: #e73c28;
    background-color: #fff;
    border: solid 1px;
    padding: 15px;
    display: block;
    font-weight: 700;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    margin: 0 auto;
    max-width: 450px;
    margin-bottom: 30px;
}
.bl_selectblock_release:active{
	color: #fff;
    background-color: #e73c28;
    border: solid 1px #e73c28;
}
.js_release{
	cursor: pointer;
}
#novelty .novelty_inner .empty_dcrt{
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid;
    max-width: 400px;
}
#novelty .novelty_inner .empty_dcrt span{
    font-weight: 700;
    font-size: 18px;
}
/*------------ select_block PC------------*/
@media screen and (min-width: 950px) {
    #novelty .select_block_ttl{
        font-size: 2rem;
    }
    span.bl_selectblock_check label{
        font-size: 1.8rem;
    }
    span.bl_selectblock_check{
        margin-right: 30px;
        margin-bottom: 35px;
    }
    .bl_selectblock_release:hover{
        color: #fff;
        background-color: #e73c28;
        border: solid 1px #e73c28;
    }
}
/*---------------------- dcrt product  ----------------------*/
#novelty p.none_text{
	display: block;
}
#novelty #select p.invisible{
	display: none;
}
#novelty ul#dcrt{
    margin: 0;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
#novelty ul#dcrt li.product{
    width: calc(50% - 8px);
    position: relative;
}
#novelty ul#dcrt li.product .product_inner{
	background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}
#novelty ul#dcrt li.product h3{
	padding: 7px;
	padding-top: 10px;
	font-size: 1.3rem;
	font-weight: 900;
	text-align: center;
	background-color: #F9CA0C;
	text-indent: 0;
	margin-top: 0;
}
#novelty ul#dcrt li.product .product_info{
	padding: 7px;
	padding-top: 10px;
}
#novelty ul#dcrt li.product .product_img_area{
	position: relative;
	padding-top: 10px;
}
#novelty ul#dcrt li.product .product_img_area a{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#novelty ul#dcrt li.product .product_img,
#novelty ul#dcrt li.product .product_logo{
	text-align: center;
	margin: 0 auto;
	width: 70%;
    height: auto;
}
#novelty ul#dcrt li.product .product_img{
    margin-bottom: 5px;
}
#novelty ul#dcrt li.product .product_img_area img{
	-webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
#novelty ul#dcrt li.product .product_img_area:active img{
	opacity: 0.7;
}
#novelty ul#dcrt li.product .price{
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}
#novelty ul#dcrt li.product .price p{
    font-size: 1.2rem;
}
/*------------dcrt product PC------------*/
@media screen and (min-width: 950px) {
    #novelty ul#dcrt li.product{
        width: calc(24% - 8px);
        margin-bottom: 16px;
    }
    #novelty ul#dcrt li.product .product_img_area:hover img{
        opacity: 0.7;
    }
}
/*----------------------  dtl  ----------------------*/
#novelty #dtl .dtl_item{
    margin-bottom: 80px;
}
#novelty #dtl .slide_wrapper .slide_outer ul.slide_list{
    margin: 0 20px;
}
#novelty #dtl .dtl_name{
    text-align: center;
    margin-bottom: 30px;
}
#novelty #dtl .dtl_name .dtl_name_inner{
    position: relative;
    display: inline-block;
    padding: 17px;
    color: #333333;
    border-radius: 5px;
    background: #f9ca0c;
    width: 300px;
}
#novelty #dtl .dtl_name .dtl_name_inner::before {
    content: "";
    background-color: #f9ca0c;
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50% - 10px);
    width: 20px;
    height: calc(tan(60deg) * 12px / 2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#novelty #dtl .slide_container.sample li.slide_item img{
    border: 1px solid #ccc;
}
#novelty #dtl .example_img{
    background-color: #dfdfdf;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
#novelty #dtl .example_img img{
    vertical-align: top;
}
#novelty #dtl .dtl_price{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}
#novelty #dtl .dtl_txt {
    margin-bottom: 40px;
}
/* example */
#novelty #dtl .example_heading{
    background-color: #313131;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}
#novelty #dtl .example_info{
    margin-bottom: 10px;
}
#novelty #dtl .example_info .company{
    font-size: 1.6rem;
    font-weight: 700;
    transform-origin: top left;
    letter-spacing: -0.5px;
    line-height: 120%;
    margin-bottom: 10px;
}
#novelty #dtl .example_voice{
    position: relative;
    padding: 10px;
    margin-top: 15px;
    color: #333333;
    border-radius: 5px;
    background: #fff;
    text-align: justify;
}
#novelty #dtl .example_voice::before{
    content: "";
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    width: 20px;
    height: calc(tan(60deg) * 12px / 2);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#novelty #dtl .example_voice .voice_header{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}
#novelty #dtl .example_voice .voice_text{
    font-size: 1.4rem;
    line-height: 145%;
}
/*------------dtl PC------------*/
@media screen and (min-width: 950px) {
    #novelty #dtl .dtl_item{
        margin-bottom: 100px;
    }
    #novelty #dtl .slide_container.sample .slide_wrapper {
        height: 210px;
    }
    #novelty #dtl .slide_wrapper .slide_outer ul.slide_list{
        margin: 0;
    }
    #novelty #dtl .slide_container ul.slide_list {
        grid-auto-columns: 310px;
    }
    #novelty #dtl .slide_container.example .slide_wrapper {
        overflow-x: hidden;
        margin-right: 0;
        margin-left: 0;
    }
    #novelty #dtl .slide_container.example .slide_wrapper .slide_outer{
        position: absolute;
        left: 0;
        top: 0;
    }
}
/*----------------------  use  ----------------------*/
#use .use_heading_outer{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
#use .use_heading_outer::before{
    content: "";
    position: absolute;
    background-color: #f9ca0c;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: -9px;
    left: calc(50% - 18px);
    z-index: 0;
}
#use .use_heading_outer .use_heading{
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    z-index: 1;
}
#use .use_list{
    margin-bottom: 50px;
}
#use .slide_container{
    margin-bottom: 20px;
}
#use .slide_container ul.slide_list{
    display: inline-flex;
    flex-wrap: nowrap;
    background-color: #fff;
    padding: 20px 10px;
    margin: 0 20px;
    border-radius: 3px;
}
#use .slide_container ul.slide_list li img{
    width: auto;
    height: 140px;
    max-width: 300px;
    object-fit: contain;
    display: block;
}
#use .use_dtl p{
    position: relative;
    margin-bottom: 5px;
}
#use .use_dtl p::before{
    content: "";
    display: inline-block;
    background-color: #333;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-bottom: 3px;
    margin-right: 8px;
    margin-left: 5px;
}
/*------------use PC------------*/
@media screen and (min-width: 950px) {
    #use .slide_container .slide_wrapper{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        overflow-x: hidden;
    }
    #use .use_dtl{
        width: 240px;
        margin: 0 auto;
    }
}
/*----------------------  difference  ----------------------*/
p.short_sentence{
	 font-weight: 700;
	 text-align: left;
	 margin-top: 75px;
     font-size: 1.6rem;
}
#novelty #difference ul li .difference_head{
	font-size: 1.7rem;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
}
#novelty #difference ul li .difference_head::before {
    content: '';
    width: 4px;
    height: 100%;
    background: #333333;
    position: absolute;
    top: 0;
    left: 0;
}
#novelty #difference ul li p{
    font-size: 1.6rem;
	margin-top: 15px;
	line-height: 140%;
    letter-spacing: -0.5px;
}
#novelty #difference ul li .link_btn a{
	margin: 20px 0 0;
}
#novelty #difference ul li .difference_head_s{
	font-weight: 700;
	font-size: 15px;
	margin-top: 30px;
}
#novelty #difference .benefits p::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #333333;
    border-radius: 50%;
    margin-right: 5px;
}
/*------------  difference PC  ------------*/
@media screen and (min-width: 950px) {
    p.short_sentence{
        text-align: center;
        font-size: 1.8rem;
    }
    #novelty #difference ul li .difference_head{
        font-size: 2rem;
    }
    #novelty #difference ul li .difference_head_s{
        font-size: 1.8rem;
    }
}
/*----------------------  step  ----------------------*/
#novelty #step {
	text-align: center;
}
#novelty #step p{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 120%;
}
#novelty #step p.flow_sentence{
    position: relative;
}
#novelty #step p.flow_sentence::before,
#novelty #step p.flow_sentence::after{
	position: relative;
    display: inline-block;
    content: "";
    background: #333333;
    width: 3px;
    height: 20px;
    margin: 0 25px;
    vertical-align: middle;
    position: absolute;
}
#novelty #step p.flow_sentence::before{
    transform: rotate(-35deg);
    left: 0;
}
#novelty #step p.flow_sentence::after{
    transform: rotate(35deg);
    right: 0;
}
#novelty #step p.flow_sentence span.line{
    background: linear-gradient(transparent 70%, #f9ca0c 60%);
}
#novelty #step ul{
    margin: 0 auto;
    margin-top: 70px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#novelty #step ul li{
    width: calc(50% - 20px);
    line-height: 120%;
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 14px;
    padding: 2%;
    margin-right: 20px;
}
#novelty #step ul li:last-child {
    margin-right: 0;
}
#novelty #step ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 30px solid #fff;
}
#novelty #step ul li:last-child::before {
    content: "";
    border: 20px solid transparent;
}
#novelty #step ul li .flow_inner{
	margin-top: 9%;
}
#novelty #step div.circle {
    background-color: #f9ca0c;
    border-radius: 50%;
    font-size: 1.8rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
    top: -20px;
    left: 40%;
    position: absolute;
    z-index: 1;
}
#novelty #step .flow_inner .flow_txt{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  	height: 55px;
}
#novelty #step .time_limit{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}
#novelty #step .time_limit_inner{
    width: 100%;
    padding-top: 5px;
    margin-bottom: 40px;
}

#novelty #step .time_limit_inner:first-of-type{
    padding-right: 10px;
}
#novelty #step .time_limit_inner:nth-of-type(2){
    padding-left: 10px;
}
#novelty #step .time_limit p{
    font-size: 14px;
    font-weight: normal;
    position: relative;
    line-height: 130%;
    font-weight: 500;
}
#novelty #step .time_limit p::before {
    content: '\25B2';
    font-size: 1rem;
    line-height: 1.4;
    display: block;
    text-align: center;
}
#novelty #step .step_img{
    text-align: center;
}
#novelty #step .step_img img{
    width: 160px;
}
/*------------step PC------------*/
@media screen and (min-width: 950px) {
    #novelty #step p.flow_sentence span.line {
       font-size: 2rem;
    }
    #novelty #step ul{
        flex-wrap: nowrap;
    }
    #novelty #step p.flow_sentence::before,
    #novelty #step p.flow_sentence::after {
        position: relative;
    }
    #novelty #step .time_limit_inner{
        width: 50%;
    }
    #novelty #step .time_limit p {
        font-size: 1.6rem;
    }
}
/*----------------------  number_of_days  ----------------------*/
#novelty #number_of_days .group{
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    margin-top: 30px
}
#novelty #number_of_days .group_inner{
    padding: 30px;
}
#novelty #number_of_days .group_headding{
    font-size: 1.3rem;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 0;
}
#novelty #number_of_days span.emphasis{
    background-color: #F9CA0C;
    display: inline-block;
    padding: 10px;
    font-weight: 700;
    color: #333;
    font-size: 15px;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
    margin-right: 5px;
}
#novelty #number_of_days .group_product_img{
    margin-top: 50px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}
#novelty #number_of_days .group_product_img_inner {
    width: 33%;
}
#novelty #number_of_days .group_product_img_inner img{
    width: 100%;
    height: auto;
}
#novelty #number_of_days .group_detail_inner{
    margin-bottom: 10px;
    line-height: 1.5;
}
#novelty #number_of_days .detail_name p{
    position: relative;
    text-indent: 10px;
}
#novelty #number_of_days .detail_name p::before{
    content: '';
    background: #333;
    height: 3px;
    width: 3px;
    border-right: 3px;
    position: absolute;
    top: 10px;
    left: 0;
}
#novelty #number_of_days p.quantity_heading{
    font-size: 13px;
    font-weight: 700;
}
#novelty #number_of_days .number_heading{
    font-size: 13px;
    font-weight: 700;
}
#novelty #number_of_days .detail_number_inner{
    margin-top: 10px;
}
#novelty #number_of_days .number_heading::before{
    display: inline-block;
    content: "";
    margin-top: 5px;
    width: 10px;
    height: 10px;
    vertical-align: top;
    border-radius: 50%;
    background-color: #333;
}
/*------------  number_of_days PC  ------------*/
@media screen and (min-width: 950px) {
    #novelty #number_of_days #group_area{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #novelty #number_of_days .group{
        background-color: #fff;
        width: 48%;
        position: relative;
        border-radius: 10px;
        margin-top: 30px
    }
}
/*---------------------- scene_area  ----------------------*/
#novelty #scene_area ul.scene_list{
    display: flex;
    flex-wrap: wrap;
}
#novelty #scene_area ul li{
    width: calc(33% - 6.6px);
    margin-right: 10px;
    margin-bottom: 13px;
    background-color: #fff;
    border-radius: 5px;
}
#novelty #scene_area ul li .scene_txt{
    padding: 5px 10px;
    font-weight: 500;
}
#novelty #scene_area ul li:nth-of-type(3n){
    margin-right: 0;
}
#novelty #scene_area ul li a{
    text-decoration: none;
}
#novelty #scene_area ul li:active a p{
    color: #333;
    opacity: 0.7;
}
/*------------  scene_area PC  ------------*/
@media screen and (min-width: 950px) {
    #novelty #scene_area ul.scene_list{
        flex-wrap: nowrap;
    }
    #novelty #scene_area ul li:nth-of-type(3n){
        margin-right: 10px;
    }
    #novelty #scene_area ul li:hover a p{
        color: #333;
        opacity: 0.7;
    }
}
/*----------------------  recommend  ----------------------*/
#novelty #recommend h3{
	font-size: 20px;
    font-weight: 700;
    margin-left: 35px;
    line-height: 120%;
    margin-bottom: 15px;
    position: relative;
}
#novelty #recommend ol.point {
	counter-reset:num;
	list-style-type: none!important;
	padding:0;
	margin:0;
}
#novelty #recommend ol.point li {
	position: relative;
}
#novelty #recommend ol.point li::before {
	position: absolute;
    counter-increment: num;
    content: counter(num);
    display: inline-block;
    background: #F9CA0C;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    top: 25px;
    left: 15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
/*----------------------  about_ordermade  ----------------------*/
#novelty #about_ordermade .notes_list h3{
	font-size: 20px;
	font-weight: 700;
	position: relative;
	color: #333333;
    padding-right: 30px;
}
#novelty #about_ordermade .notes_list h3::after,
#novelty #qa .qa_list .question::after{
    content: '\25BC';
    font-size: 1rem;
    line-height: 1.6;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 3em;
    margin-top: -12.5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
}
#novelty #about_ordermade .notes_text,
#novelty #qa .answer_text{
    display: none;
    -webkit-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
}
#novelty #about_ordermade .open h3,
#novelty #qa .open p.question{
    color: #26c7d1;
}
#novelty #about_ordermade .open h3::after,
#novelty #qa .open p.question::after{
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
#novelty #about_ordermade .open .notes_text,
#novelty #qa .open .answer_text{
    display: block;
    padding-top: 20px;
}
/*------------  about_ordermade PC  ------------*/
@media screen and (min-width: 950px) {
    #novelty #about_ordermade .notes_list,
    #novelty #qa .qa_list{
        padding: 20px;
        margin-bottom: 25px;
    }
}
/*----------------------  qa  ----------------------*/
#novelty #qa span.q,
#novelty #qa span.a{
	background-color: #333333;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}
#novelty #qa .open span.q{
	background-color: #26c7d1;
}
#novelty #qa .question{
	font-size: 2rem;
	font-weight: 700;
	position: relative;
    padding-right: 30px;
}
#novelty #qa span.a{
    color: #333333;
    border: 1px solid #333333;
    background-color: #fff;
    line-height: 25px;
}
#novelty #qa .answer_short{
	font-size: 17px;
	font-weight: 700;
	position: relative;
	margin-bottom: 5px;
}
/*----------------------  novelty_contact  ----------------------*/
#novelty_contact{
    margin: 0 auto;
    color: #333;
    margin-bottom: 50px;
}
#novelty_contact .input_alert{
    font-weight: 700;
    text-align: center;
    color: #E94200;
    border: 1px solid #E94200;
    background-color: #fff;
    padding: 10px;
    margin: 20px auto;
    max-width: 400px;
}
#novelty_contact span.form_input_alert{
    display: inline-block;
    color: #E94200;
    margin-top: 5px;
}
#novelty_contact .required{
    background: #f9ca0c;
    color: #333;
    font-size: 15px;
    padding: 1px 5px 0px;
    border-radius: 5px;
    margin-left: 1%;
}
#novelty_contact #novelty_contact_content{
    margin: 0 auto;
    margin-top: 60px;
    max-width: 650px;
}
#novelty_contact #novelty_contact_content span.ex{
    margin-bottom: 5px;
    display: block;
}
#novelty_contact #novelty_contact_content .form_basic{
    margin-bottom: 20px;
}
#novelty_contact #novelty_contact_content .form_heading{
    color: #333;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#novelty_contact #novelty_contact_content .form_example{
    line-height: 140%;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
}
#novelty_contact #novelty_contact_content input[type="text"],
#novelty_contact #novelty_contact_content select,
#novelty_contact #novelty_contact_content .memo_area textarea{
    display: block;
    background-color: #fff;
    height: 60px;
    border-radius: 5px;
    letter-spacing: 2px;
    padding: 10px;
    border: none;
    width: 100%;
    font-size: 18px;
    display: block;
}
#novelty_contact #novelty_contact_content input:focus,
#novelty_contact #novelty_contact_content textarea:focus,{
    outline: 1px solid #333;
}
#novelty_contact #novelty_contact_content .memo_area textarea{
    height: 250px;
}
#novelty_contact #novelty_contact_content .form_input_check_box label{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
#novelty_contact #novelty_contact_content span.check_box_txt{
    position: relative;
    font-size: 1.7rem;
}
#novelty_contact #novelty_contact_content span.check_box_txt::before {
    content: '';
    display: inline-block;
    border: 1px solid;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: -5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    flex-shrink: 0;
}
#novelty_contact #novelty_contact_content input.check_box_btn:checked + span.check_box_txt::before {
    border: 1px solid #e73c28;
    background-color: #e73c28;
}
#novelty_contact #novelty_contact_content input.check_box_btn:checked + span.check_box_txt::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 7px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 5px;
    height: 10px;
    transform: rotate(45deg);
}
#novelty_contact #novelty_contact_content .memo_area{
    background-color: #fff;
}
#novelty_contact #novelty_contact_content div.privacy {
    display: block;
    height: 250px;
    overflow-y: scroll;
    margin: 10px 0 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    padding: 2%;
}
#novelty_contact .novelty_form_btn{
    margin: 0 auto;
}
#novelty_contact .novelty_form_btn button {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #26c7d1;
    padding: 15px;
    margin: 30px 0;
    display: block;
    font-weight: 700;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}
#novelty_contact .novelty_form_btn button:active {
    opacity: 0.7;
}
#novelty_contact p.short_sentence a {
    color: #E73C28;
}
/*------------  about_ordermade PC  ------------*/
@media screen and (min-width: 950px) {
    #novelty_contact #novelty_contact_content .form_basic{
        margin-bottom: 40px;
    }
    #novelty_contact #novelty_contact_content .form_input_check_box label{
        width: 45%;
        display: inline-block;
    }
    #novelty_contact .novelty_form_btn button:hover {
        opacity: 0.7;
    }
    #novelty_contact #novelty_contact_content .agreement_btn .form_input_check_box label{
        width: 100%;
        text-align: center;
    }
}
/*--------------------- novelty_type_area  ----------------------*/
#novelty #novelty_type_area .link_btn a{
    margin-top: 20px;
    margin-bottom: 20px;
}
/*-----------------------  pause  ----------------------*/
.pause{
    position: absolute;
    color: #fff;
    background-color: #E73C28;
    padding: 0 5px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    top: 50%;
    left: calc(50% - 40px);
    z-index: 5;
}
/*-----------------------  modal_notice_area  ----------------------*/
/* -----------modal_btn----------- */
button.modal_btn{
    background-color: #e73c28;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 105%;
    color: #fff;
    text-align: center;
    display: inline-grid;
    align-content: center;
        -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 50%);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    position: absolute;
    top: 230px;
    right: 10px;
    z-index: 101;
}
button.modal_btn:active{
    opacity: 0.7;
}
/* -----------modal_notice_container----------- */
.modal_notice_container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9990;
    display: none;
}
.modal_notice_container .modal_notice_overlay{
    background-color: #000;
    opacity: 0.3;
    cursor: pointer;
    height: 100vh;
    visibility: visible;
    transition: all 0.3s;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
}
button.modal_close_btn{
    position: absolute;
    background-color: #333333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: -5px;
    right: -5px;
}
button.modal_close_btn span{
    width: 70%;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
    transition: ease 0.2s;
}
button.modal_close_btn span:nth-child(1) {
    top: 1px;
    left: 6px;
    transform: rotate(45deg);
}
button.modal_close_btn span:nth-child(2) {
    top: -2px;
    left: 6px;
    transform: rotate(-45deg);
}
.modal_notice_wrapper{
    position: fixed;
    background-color: #fff;
    width: 84vw;
    left: 8vw;
    top: 35%;
    border-radius: 10px;
}
.modal_notice_heading{
    background-color: #f9ca0c;
    padding: 10px 5px;
    text-align: center;
    font-weight: 700;
    line-height: 110%;
    border-radius: 10px 10px 0 0;
}
.modal_notice_txt{
    padding: 10px;
}
.price_change_txt{
    margin-top: 8px;
}
/*------------  modal_notice_container PC  ------------*/
@media screen and (min-width: 950px) {
    button.modal_btn:hover{
        opacity: 0.7;
    }
    .modal_notice_wrapper{
        width: 46vw;
        left: 27vw;
        top: 40%;
    }
}