@charset "shift_jis";
/* CSS Document */



/*=======================================¥PCƒXƒ}ƒzØ‚è‘Ö‚¦¥=======================================*/



#packrice2023 .pc { display: block !important; }
#packrice2023 .sp { display: none !important; }
#packrice2023 .none{display: none;}



/*=======================================¥‹¤’ÊÝ’è¥=======================================*/



#packrice2023{
    text-align: center;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

#packrice2023 *,#packrice2023 *::before,#packrice2023 *::after {box-sizing: border-box;color: #383838;}

#packrice2023 img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	vertical-align: bottom;
}

#packrice2023 ol, #packrice2023 ul {list-style: none;}

#packrice2023 table {
    border-collapse: collapse;
    border-spacing: 0;
}

#packrice2023 a {
    text-decoration: none;
    color: #383838;
}

#packrice2023 .spesicalprice, #packrice2023 .intax {display: none;}

#packrice2023 h2{
	font-size: 35px;
	font-weight: bold;
    margin: 0 auto;
    padding: 2% 0;
    color: rgb(0, 122, 174);
}

#packrice2023 .wrapper{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
    position: relative;
}

#packrice2023 section{padding: 0 0 2% 0;}

#packrice2023 section.main > div{padding: 0 0 5% 0;}



/*=======================================¥ƒwƒbƒ_[¥=======================================*/



#packrice2023 .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%;
}

#packrice2023 .kanban{
	width: 100%;
	margin: 0 auto;
}



/*=======================================¥ƒAƒ“ƒJ[ƒŠƒ“ƒN¥=======================================*/



#packrice2023 .anchor {
    width: 100%;
    padding: 4% 0;
}

#packrice2023 .anchor_list{
    width: 100%;
    margin: 0 auto;
}

#packrice2023 .anchor_list ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* padding: 2% 0 0 0; */
}

#packrice2023 .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 3% 0;
    border-radius: 5px;
    position: relative;
    font-size: 20px;
    background-color: rgb(0, 122, 174);
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 8px,
        rgba(0, 140, 200, 0.3) 8px,
        rgba(0, 140, 200, 0.3) 13px
    ),
    repeating-linear-gradient(
        45deg,
        transparent,
        transparent 8px,
        rgba(0, 140, 200, 0.3) 8px,
        rgba(0, 140, 200, 0.3) 13px
    );
    color: #fff;
    line-height: 1.3em;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    transition: 0.5s all;
}

#packrice2023 .anchor_list ul li:last-of-type{
    background-color: rgb(177, 14, 27);
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 8px,
        rgba(200, 0, 0, 0.3) 8px,
        rgba(200, 0, 0, 0.3) 13px
    ),
    repeating-linear-gradient(
        45deg,
        transparent,
        transparent 8px,
        rgba(200, 0, 0, 0.3) 8px,
        rgba(200, 0, 0, 0.3) 13px
    );
}

#packrice2023 .anchor_list ul li:hover{
    box-shadow: none;
    transform: translateY(5px);
}

#packrice2023 .anchor_list ul li::after{
    font-family: 'Material Icons';
    font-size: 25px;
    color: #fff;
    content: "expand_more";
    position: absolute;
    bottom: 3%;
    right: calc(50% - 12.5px);
    transition: 0.5s all;
}

#packrice2023 .anchor_list ul li:hover:after{bottom: -3%;}

#packrice2023 .anchor_list ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



/*=======================================¥ƒ‰ƒCƒ“ƒiƒbƒv¥=======================================*/



#packrice2023 .item_box > ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#packrice2023 .item_box > ul > li{
    width: calc((100% - 6%)/3);
    margin: 1% 1% 2% 1%;
}

#packrice2023 .item_box > ul > li dd.item_name{
    font-size: 17px;
    margin: 3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
}

#packrice2023 .item_box > ul > li dd.btn{
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
    margin: 0 auto 3% auto;
    border: 1px solid;
    padding: 2% 0;
    cursor: pointer;
    position: relative;
    transition: 0.5s all;
}

#packrice2023 .item_box > ul > li dd.btn::after{
    font-family: 'Material Icons';
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    content: "\e89e";
    position: absolute;
    bottom: calc(50% - 10px);
    right: 3%;
    transition: 0.5s all;
}

#packrice2023 .item_box > ul > li dd.btn span{
    width: 40%;
    border-right: 1px dashed;
    font-size: 15px;
    transition: 0.5s all;
}

#packrice2023 .item_box > ul > li dd.btn p{
    width: 60%;
    font-size: 15px;
    padding-right: 1.5em;
    transition: 0.5s all;
}

#packrice2023 .item_box > ul > li dd.btn:hover{background-color: #b10e1b;border: 1px solid #b10e1b;}

#packrice2023 .item_box > ul > li dd.btn:hover span , #packrice2023 .item_box > ul > li dd.btn:hover p{color: #fff;}

#packrice2023 .item_box > ul > li dd.btn:hover:after{color: #fff;}



/*=======================================¥ƒ‚[ƒ_ƒ‹ƒEƒBƒ“ƒhƒE“à—e¥=======================================*/



/* ƒ‚[ƒ_ƒ‹‘S‘Ì(”wŒi{–{‘Ì) */
#packrice2023 .modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
    overscroll-behavior: contain;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: none;
}

#packrice2023 .modal::before,
#packrice2023 .modal::after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100vh + 1px);
    display: flex;
}

#packrice2023 .modal::-webkit-scrollbar {display: none;}

/* ƒ‚[ƒ_ƒ‹”wŒi */
#packrice2023 .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 101;
}

/* ƒ‚[ƒ_ƒ‹–{‘Ì */
#packrice2023 .modal-content{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    bottom: 0;
    will-change: transform;
    display: flex;
    margin: auto;
    padding: 0;
    max-width: 900px;
    width: 100%;
    height: 60%;
    background-color: #fff;
    z-index: 102;
    border-radius: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#packrice2023 .modal-content02{
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding-top: 70px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#packrice2023 .modal-content::-webkit-scrollbar , #packrice2023 .modal-content02::-webkit-scrollbar{display: none;}

#packrice2023 .modal_title{
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex: 0 0 auto;
    height: 70px;
    font-size: 20px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 104;
}

#packrice2023 .closebtn{
    -webkit-appearance: none;
    appearance: none;
    background: #0000;
    border: none;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    position: fixed;
    right: 2%;
    top: 2.5%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 202;
}

#packrice2023 .closebtn::after{
    font-family: 'Material Icons';
    font-size: 40px;
    content: "\e5c9";
    position: absolute;
}

#packrice2023 .closebtn2_bg{
    width: 100%;
    background-color: #f7f7f7;
    padding: 2% 0;
}

#packrice2023 .closebtn2{
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 1% 5%;
    border: 1px solid #d1d1d1;
}

#packrice2023 .closebtn::after{
    font-family: 'Material Icons';
    font-size: 40px;
    content: "\e5c9";
    position: absolute;
}

#packrice2023 .closebtn2 p{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#packrice2023 .closebtn2 p::before{
    font-family: 'Material Icons';
    font-size: 18px;
    content: "\e5cd";
    line-height: 1;
}

#packrice2023 .txt_box{
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    background-color: #f7f7f7;
}

#packrice2023 .txt_box > div{
    width: calc((100% - 6%)/3);
    display: flex;
    flex-direction: column;
    margin: 1%;
}

#packrice2023 .ingredients_title , #packrice2023 .nutrition_title , #packrice2023 .heating-time_title{
    font-size: 15px;
    color: #d66a35;
    margin-bottom: 2%;
}

#packrice2023 .ingredients ul , #packrice2023 .nutrition ul , #packrice2023 .heating-time ul{display: block;}

#packrice2023 .ingredients li , #packrice2023 .nutrition li , #packrice2023 .heating-time li {text-align: left;}

#packrice2023 .ingredients li span , #packrice2023 .nutrition li span , #packrice2023 .heating-time li span{
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    text-align: left;
}

#packrice2023 .ingredients li:first-of-type , #packrice2023 .nutrition li:first-of-type , #packrice2023 .heating-time li:first-of-type{border: 1px solid #a58f66;}

#packrice2023 .ingredients li:not(:first-of-type) , #packrice2023 .nutrition li:not(:first-of-type) , #packrice2023 .heating-time li:not(:first-of-type){
    border-left: 1px solid #a58f66;
    border-right: 1px solid #a58f66;
    border-bottom: 1px solid #a58f66;
}

#packrice2023 .ingredients li .t_headline , #packrice2023 .nutrition li .t_headline , #packrice2023 .heating-time li .t_headline{width: 36%;background-color: #f5deb3;}

#packrice2023 .ingredients li .t_body , #packrice2023 .nutrition li .t_body , #packrice2023 .heating-time li .t_body{border-left: 1px solid #a58f66;}

#packrice2023 .exp_sentense{margin: 2% auto 3% auto;}

#packrice2023 .exp_sentense{font-size: 16px;}

#packrice2023 .exp_sentense span{
    display: inline;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(transparent 65%, #ffcdd2 5%);
}

#packrice2023 .lineup_box{
    width: 100%;
    margin: 0 auto;
    padding: 2% 3% ;
    background-color: #f9f4e8;
}

#packrice2023 .lineup_title{
    font-size: 28px;
    padding: 0;
    margin-bottom: 1%;
}

#packrice2023 .set_content{
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    background-color: #f7f7f7;
}

#packrice2023 .set_content h2{
    font-size: 28px;
    padding: 0;
    margin-bottom: 1%;
}

#packrice2023 .set_content ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#packrice2023 .set_content ul li{
    width: calc((100% - 10%)/5);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin: 0 1%;
}

#packrice2023 .set_content ul li dl dd{
    font-size: 14px;
    margin: 2% auto;
}




/*=======================================¥ƒXƒ‰ƒCƒ_[¥=======================================*/



#packrice2023 .slide{padding: 1% 0 2% 0;}

#packrice2023 .slick-slide > dl{
    padding: 2% 2% 4% 2%;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

#packrice2023 .slick-prev, 
#packrice2023 .slick-next{
    background-image: none;
    width: auto;
    height: auto;
    top: 50%;
    z-index: 20;
}

#packrice2023 .slick-prev::after, 
#packrice2023 .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;
}

#packrice2023 .slick-next::after{transform: rotate(180deg);}

#packrice2023 .slick-dots li {
    display:inline-block;
    margin:0 !important;
    width: unset !important;
}

#packrice2023 .slick-track {display: flex!important;}

#packrice2023 .slick-slide {
	height: auto !important;
	display: flex;
	margin:0 8px;
    position: relative;
    flex-direction: column;
}

#packrice2023 .slick-prev:before,
#packrice2023 .slick-next:before{display:none;}


#packrice2023 .slick-dots li button:before{
    content: '';
    border-radius: unset;
    width: 15px;
    height: 3px;
    margin: 0 6px;
    background-color: #222;
    opacity: 0.2;
}

#packrice2023 .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color:#222;
}

#packrice2023 .slide li dl dd.item_name{
    font-size: 15px;
    margin: 3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
}

#packrice2023 dd.price {
    position: relative;
    overflow: hidden;
    padding-left: 1%;
    transition: 0.5s all;
}

#packrice2023 li.price{
    font-size: 25px;
    border: none;
    font-weight: bold;
    margin: 0;
    background: none;
    letter-spacing: 1px;
    color: #ea0012;
}

#packrice2023 .prices{
    display: inline-block;
    position: relative;
}

#packrice2023 .slide li dl a dd.btn{
    width: 95%;
    margin: 0 auto;
    display: block;
    padding: 2% 0;
    background-color: #383838;
    border: 2px solid #383838;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: all 0.5s ease 0s;
}

#packrice2023 .slide li dl a dd.btn::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: 0%;
    bottom: 0;
    right: 5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}

#packrice2023 .slide li:hover dl a dd.btn{
    background: transparent;
    color:#383838;
	border:2px solid #383838;
}

#packrice2023 .slide li:hover dl a dd.btn::after{
    right: 2%;
    transition: all 0.5s ease 0s;
    border-top: 2px solid #383838;
    border-right: 2px solid #383838;
}



/*=======================================¥‚±‚¾‚í‚è¥=======================================*/



#packrice2023 .commonsense , #packrice2023 .noadditives , #packrice2023 .method{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#packrice2023 .commonsense{padding: 0 0 5% 0;}

#packrice2023 .noadditives , #packrice2023 .method{padding: 5% 0%;}

#packrice2023 .obsession h3  , #packrice2023 .obsession span , #packrice2023 .obsession p{
    font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    font-weight: bold;
}

#packrice2023 .commonsense li , #packrice2023 .noadditives li , #packrice2023 .method li{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
}

#packrice2023 .noadditives li , #packrice2023 .method li{justify-content: flex-start;}

#packrice2023 .method li:first-of-type{width: 70%;}

#packrice2023 .method li:nth-child(2){width: 30%;}

#packrice2023 .commonsense li h3{font-size: 40px;}

#packrice2023 .commonsense li h3 span{font-size: 35px;}

#packrice2023 .commonsense li p{font-size: 20px;}

#packrice2023 .commonsense li p , #packrice2023 .noadditives li > p , #packrice2023 .method li > p{margin-top: 5%;}

#packrice2023 .commonsense li p span{
    font-size: 70%!important;
    vertical-align: bottom;
    display: inline-block;
}

#packrice2023 .noadditives{
    border: 5px dotted #E60012;
    border-left: none;
    border-right: none;
}

#packrice2023 .noadditives .icon , #packrice2023 .method .icon{
    background-color: #E60012;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 3%;
    width: 140px;
    height: 140px;
}

#packrice2023 .method{
    background-image: url(/IMAGE/packrice2023/pr23_img03.jpg);
    background-position-x: right;
    background-position-y: bottom;
    background-size: 45%;
    background-repeat: no-repeat;
    padding-bottom: 0;
    margin-bottom: 2%;
}

#packrice2023 .noadditives .icon p , #packrice2023 .method .icon p{
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
}

#packrice2023 .noadditives h3 , #packrice2023 .method h3{font-size: 30px;}

#packrice2023 .noadditives li > p , #packrice2023 .method li > p{font-size: 17px;}

#packrice2023 .method li > p >span{font-size: 25px;}

#packrice2023 .cooking{
    font-size: 28px;
    margin-bottom: 2%;
}

#packrice2023 .cooking span{
    font-size: 28px;
    border-bottom: 1px solid ;
}

#packrice2023 .keep{
    width: 95%;
    margin: 0 auto;
    padding: 0.5% 0;
    background-color: rgb(255,249,162);
    font-size: 30px;
}



/*=======================================¥“®‰æ¥=======================================*/



#packrice2023 .commercial h2{
    background-color: rgb(177, 14, 27);
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 8px,
        rgba(200, 0, 0, 0.3) 8px,
        rgba(200, 0, 0, 0.3) 13px
    ),
    repeating-linear-gradient(
        45deg,
        transparent,
        transparent 8px,
        rgba(200, 0, 0, 0.3) 8px,
        rgba(200, 0, 0, 0.3) 13px
    );
    color: #fff;
    padding: 1% 0;
    margin-top: 5%;
}

#packrice2023 .video_wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

#packrice2023 .youtube{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 56.25%;
}

#packrice2023 .youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#packrice2023 .movie .item_list > ul > li{
    background-color: #0b2d49;
}



/*=======================================¥‚»‚Ì‘¼ƒ{ƒ^ƒ“¥=======================================*/



#packrice2023 .extra_bn{
    width: 100%;
    margin: 0 auto;
}

#packrice2023 .cate_bn{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin: 0 auto;
}

#packrice2023 .cate_bn li{
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 1%;
    border-radius: 10px;
}

#packrice2023 .cate_bn li img{border-radius: 10px;}

#packrice2023 .cate_bn.col_1 > li{width: 100%;}

#packrice2023 .cate_bn.col_2 > li{width:calc((100% - 4%)/2);}

#packrice2023 .cate_bn li:hover{
    transform: translateY(-10px);
    transition: all 0.5s ease 0s;
}



/*=======================================¥ƒ‰ƒCƒgƒiƒr¥=======================================*/



#packrice2023 .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;
}

#packrice2023 .cate_nav_fixed::-webkit-scrollbar{display:none;}

#packrice2023 .btn_pagetop { display: none; }

#packrice2023 .navigation {position: relative;}

#packrice2023 .navigation .toggle { display: none; }

#packrice2023 .navigation .nav_wrap,
#packrice2023 .navigation .nav_inner {
    position: relative;
    width: 100%;
}

#packrice2023 .navigation .nav_inner ul {
    position: relative;
    width: 100%;
}

#packrice2023 .navigation .nav_inner ul li {
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.5s all;
    border-bottom: 1px dashed #383838;
}

#packrice2023 .navigation .nav_inner ul li:hover {background-color: rgb(0, 122, 174, 0.7);}

#packrice2023 .navigation .nav_inner ul li:first-of-type{border-top: 1px dashed #383838;}

#packrice2023 .navigation .nav_inner ul li:nth-child(3):hover{background-color: rgb(177, 14, 27, 0.7);}

#packrice2023 .navigation .nav_inner ul li a {
    color: #383838;
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-decoration: none;
    transition: 0.5s all;
}

#packrice2023 .navigation .nav_inner ul li:hover a{color: #fff !important;}
