@charset "shift_jis";
/* CSS Document */



/*=======================================¥PCƒXƒ}ƒzØ‚è‘Ö‚¦¥=======================================*/



#freezer_feature2023 .pc { display: block !important; }
#freezer_feature2023 .sp { display: none !important; }
#freezer_feature2023 .none{display: none;}



/*=======================================¥‹¤’ÊÝ’è¥=======================================*/



#freezer_feature2023{
    text-align: center;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
    background-color: #fffdf1;
}

#freezer_feature2023 *,#freezer_feature2023 *::before,#freezer_feature2023 *::after {box-sizing: border-box;color: #383838;}

#freezer_feature2023 img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	vertical-align: bottom;
}

#freezer_feature2023 ol, #freezer_feature2023 ul {list-style: none;}

#freezer_feature2023 table {
    border-collapse: collapse;
    border-spacing: 0;
}

#freezer_feature2023 a {
    text-decoration: none;
    color: #383838;
}

#freezer_feature2023 .spesicalprice, #freezer_feature2023 .intax {display: none;}

#freezer_feature2023 h2{
	font-size: 30px;
	font-weight: bold;
    margin: 0 auto 1% auto;
}

#freezer_feature2023 .wrapper{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
    position: relative;
}

#freezer_feature2023 section{padding: 0 0 5% 0;}



/*=======================================¥ƒwƒbƒ_[¥=======================================*/



#freezer_feature2023 .header{
	display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#freezer_feature2023 .kanban{
	width: 100%;
	margin: 0 auto;
    border-bottom: 4px solid #389acb;
    position: relative;
}

#freezer_feature2023 .kanban .item{
    position: absolute;
    width: 323px;
    top: 15%;
    left: -1%;
}


/*=======================================¥ŠJÃ’†ƒCƒxƒ“ƒg¥=======================================*/



#freezer_feature2023 .event {
    width: 100%;
    /* margin: 0 auto 3% auto; */
    padding: 3% 0 4% 0;
}

#freezer_feature2023 .event_list{
    width: 100%;
    margin: 0 auto;
}

#freezer_feature2023 .event_list ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#freezer_feature2023 .event_list ul li{
    width: 100%;
    transition: all 0.5s;
}

#freezer_feature2023 .event_list ul li:hover{
    transform: translateY(-10px);
    transition: all 0.5s;
}

#freezer_feature2023 .event_list ul.col_2 li{
    width: calc((100% - 4%)/2);
    margin: 0 1%;
}

#freezer_feature2023 .event_list ul li img{border-radius: 10px;}



/*=======================================¥i‚èž‚Ý¥=======================================*/



#freezer_feature2023 .filter{
    background-color: #389acb;
    padding: 4% 0;
}

#freezer_feature2023 .filter-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#freezer_feature2023 .filter-list h2{
    margin: 0;
    color: #fff;
}

#freezer_feature2023 .form-box{
    position: relative;
    display: inline-block;
    width: 30%;
}

#freezer_feature2023 .form-box::after{
    position: absolute;
    content: "";
    width: 0;
    right: 5%;
    top: calc(50% - 3.5px);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #999;
    pointer-events: none;
}

#freezer_feature2023 .form-control {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #999;
    position: relative;
    padding: 0.5em 1em;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: left;
}



/*=======================================¥ƒXƒ‰ƒCƒ_[¥=======================================*/



#freezer_feature2023 .slide{padding: 3% 0 1% 0;}

#freezer_feature2023 .ranking{margin-bottom: 2%;}

#freezer_feature2023 .ranking img{
    width: 20%;
    margin: 0 auto;
}

#freezer_feature2023 .slick-slide > dl{
    padding: 2% 2% 4% 2%;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

#freezer_feature2023 .slick-prev, 
#freezer_feature2023 .slick-next{
    background-image: none;
    width: auto;
    height: auto;
    top: 50%;
    z-index: 20;
}

#freezer_feature2023 .slick-prev::after, 
#freezer_feature2023 .slick-next::after {
    font-family: "Material Icons Outlined";
    content: "chevron_left";
    background-color: rgb(0,0,0,.2);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 30px;
    font-weight: 200;
    margin: auto;
    z-index: 20;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

#freezer_feature2023 .slick-next::after{transform: rotate(180deg);}

#freezer_feature2023 .slick-dots li {
    display:inline-block;
    margin:0 !important;
    width: unset !important;
}

#freezer_feature2023 .slick-track {display: flex!important;}

#freezer_feature2023 .slick-slide {
	height: auto !important;
	display: flex;
	margin:0 8px;
    position: relative;
    flex-direction: column;
}

#freezer_feature2023 .slick-prev:before,
#freezer_feature2023 .slick-next:before{display:none;}


#freezer_feature2023 .slick-dots li button:before{
    content: '';
    border-radius: unset;
    width: 15px;
    height: 3px;
    margin: 0 6px;
    background-color: #222;
    opacity: 0.2;
}

#freezer_feature2023 .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color:#222;
}



/*=======================================¥ƒAƒ“ƒJ[ƒŠƒ“ƒN¥=======================================*/



#freezer_feature2023 .anchor {
    width: 100%;
    padding: 4% 0;
}

#freezer_feature2023 .anchor_list{
    width: 100%;
    margin: 0 auto;
}

#freezer_feature2023 .anchor_list ul{
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2% 0 0 0;
}

#freezer_feature2023 .anchor_list ul li{
    width: calc((100% - 5%)/3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 2% 0 2.5% 1em;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
    background-color: #389acb;
    color: #fff;
    line-height: 1.3em;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    transition: 0.5s all;
}

#freezer_feature2023 .anchor_list ul li:hover{
    box-shadow: none;
    transform: translateY(5px);
}

#freezer_feature2023 .anchor_list ul li span.strong{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #fee765;
}

#freezer_feature2023 .anchor_list ul li::after{
    /* content: "";
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #fee765; */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    border: 10px solid transparent;
    border-top: 10px solid #fee765;
    transition: 0.5s all;
}

#freezer_feature2023 span.number{
    position: absolute;
    top: -10px;
    left: 1%;
    display: inline-block;
    width: 2.5rem;
    height: 35px;
    text-align: center;
    background: #fee765;
}

#freezer_feature2023 span.number p{
    font-size: 1.5rem;
    width: 100%;
    z-index: 20;
    position: relative;
    text-indent: initial;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #389acb;
}

#freezer_feature2023 span.number:before,
#freezer_feature2023 span.number::after{
    position: absolute;
    content: '';
}

#freezer_feature2023 span.number:before{
    right: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bb9f00;
}

#freezer_feature2023 span.number::after{
    top: 55%;
    left: 0;
    display: block;
    height: 50%;
    border: 1.25rem solid #fee765;
    border-bottom-width: 10px;
    border-bottom-color: transparent;
}

#freezer_feature2023 .anchor_list ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



/*=======================================¥ƒ^ƒCƒgƒ‹•¶ŽšEŠÅ”Â¥=======================================*/



#freezer_feature2023 .item_content{
    padding-bottom: 5%;
    background-color: #ebf9fa;
}


#freezer_feature2023 .title{margin-bottom: 2%;}

#freezer_feature2023 .title_inner{
	display: flex;
	align-items: center;
    flex-direction: column;
    background-color: #389acb;
    padding: 1.5% 0;
    margin: 0 auto 2% auto;
    position: relative;
}

#freezer_feature2023 .title_inner h2,
#freezer_feature2023 .title_inner p{line-height: 1.3;}

#freezer_feature2023 .title_inner p {
    font-size: 20px;
    padding-bottom: 0.5em;
    margin: 0 auto 0.25em auto;
    border-bottom: 1px solid;
    color: #fff;
    z-index: 2;
}

#freezer_feature2023 .title_inner h2{
    font-size: 28px;
    color: #fee765;
    font-weight: bold;
    margin-bottom: 0;
    z-index: 2;
}

#freezer_feature2023 .title_inner h2 span{
    display: inline-block;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

#freezer_feature2023 .title_img{
    width: 90%;
    margin: 0 auto;
}

#freezer_feature2023 .title_img img{border-radius: 10px;}



/*=======================================¥¤•iƒ‰ƒCƒ“ƒiƒbƒv¥=======================================*/



#freezer_feature2023 .item_box{
    width: 100%;
    margin: 0 auto;
}

#freezer_feature2023 .item_list > ul > li dl{padding: 3%;}

#freezer_feature2023 .item_list > ul > li > dl > a:hover{
    text-decoration: none;
}

#freezer_feature2023 .item_point{
    font-size: 18px;
    padding: 5px;
    color: #f5361c;
    background-color: #fee765;
}

#freezer_feature2023 .item_name{
    font-size: 15px;
    margin: 3% 0;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    line-height: 1.3em;
}

#freezer_feature2023 .item_icon ul li{
    display: inline-block;
    border: 1px solid;
    color: #383838;
    font-size: 13px;
    padding: 1% 2%;
    width: auto;
    margin: 1%;
}

/* #freezer_feature2023 .item_icon ul li:first-of-type{
    color: #fff;
    background-color: #383838;
} */

#freezer_feature2023 dd.price {
    position: relative;
    overflow: hidden;
    padding-left: 1%;
    transition: 0.5s all;
}

#freezer_feature2023 .item_icon ul,
#freezer_feature2023 dd.price,
#freezer_feature2023 dd.review{text-align: left;}

#freezer_feature2023 dd.review{margin-top: 1%;}
#freezer_feature2023 dd.review_kh{
    padding: 14px 0;
}

#freezer_feature2023 li.price{
    font-size: 25px;
    border: none;
    font-weight: bold;
    margin: 0;
    background: none;
    letter-spacing: 1px;
    color: #ea0012;
}

#freezer_feature2023 .prices{
    display: inline-block;
    position: relative;
}



/*=======================================¥‚»‚Ì‘¼ƒ{ƒ^ƒ“¥=======================================*/


#freezer_feature2023 .extra_btn{
    width: 65%;
    margin: 5% auto 0 auto;
}

#freezer_feature2023 .cate_btn{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin: 0 auto;
}

#freezer_feature2023 .cate_btn li{
    display: block;
    padding: 2% 0;
    background-color: #383838;
	border:2px solid #383838;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 1%;
}

#freezer_feature2023 .cate_btn.col_1 > li{width:100%;}

#freezer_feature2023 .cate_btn.col_2 > li,#freezer_feature2023 .cate_btn.col_3 > li,#freezer_feature2023 .cate_btn.col_4 > li,#freezer_feature2023 .cate_btn.col_5 > li{width:100%;}

#freezer_feature2023 .cate_btn a{
	color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#freezer_feature2023 .cate_btn li:hover{
    background: transparent;
    color:#383838;
    transition: all 0.5s ease 0s;
	border:2px solid #383838;
}

#freezer_feature2023 .cate_btn li:after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 5%;
    bottom: 0;
    right: 3%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}

#freezer_feature2023 .cate_btn li:hover:after{
    right: 2%;
    transition: all 0.5s ease 0s;
    border-top: 2px solid #383838;
    border-right: 2px solid #383838;
}

#freezer_feature2023 .extra_bn{
    width: 100%;
    margin: 5% auto 0 auto;
}

#freezer_feature2023 .cate_bn{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin: 0 auto;
}

#freezer_feature2023 .cate_bn li{
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 1%;
    border-radius: 10px;
}

#freezer_feature2023 .cate_bn li img{border-radius: 10px;}

#freezer_feature2023 .cate_bn.col_2 > li{width:calc((100% - 4%)/2);}

#freezer_feature2023 .cate_bn.col_2 > li:first-of-type{width:100%;}


#freezer_feature2023 .cate_bn li:hover{
    transform: translateY(-10px);
    transition: all 0.5s ease 0s;
}



/*=======================================¥ƒ‰ƒCƒgƒiƒr¥=======================================*/



#freezer_feature2023 .cate_nav_fixed {
    position: fixed;
    z-index: 1;
    bottom: 0;
    height: 80vh;
    right: 0.5vw;
    text-align: right;
    padding: 10vh 0;
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#freezer_feature2023 .cate_nav_fixed::-webkit-scrollbar{display:none;}

#freezer_feature2023 .btn_pagetop { display: none; }

#freezer_feature2023 .navigation {position: relative;}

#freezer_feature2023 .navigation .toggle { display: none; }

#freezer_feature2023 .navigation .nav_wrap,
#freezer_feature2023 .navigation .nav_inner {
    position: relative;
    width: 100%;
}

#freezer_feature2023 .navigation .nav_inner ul {
    position: relative;
    width: 100%;
}

#freezer_feature2023 .navigation .nav_inner ul li:first-of-type{
    pointer-events: none;
    color: #fff;
}

#freezer_feature2023 .navigation .nav_inner ul li:first-of-type{background: #389acb;}

#freezer_feature2023 .navigation .nav_inner ul li {
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.5s all;
    border-bottom: 1px dashed #389acb;
}

#freezer_feature2023 .navigation .nav_inner ul li a {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-decoration: none;
    transition: 0.5s all;
}

#freezer_feature2023 .navigation .nav_inner ul li a span{
    font-size: 16px;
    color: #389acb;
    transition: 0.5s all;
}

#freezer_feature2023 .navigation .nav_inner ul li:hover{background: rgba(65, 178, 213, 0.7);}

#freezer_feature2023 .navigation .nav_inner ul li:hover a{color: #fff !important;}

#freezer_feature2023 .navigation .nav_inner ul li:hover a span{color: #fee765;}