@charset "shift_jis";
/* CSS Document */


/*=======================================¥ƒRƒ“ƒeƒ“ƒc“àPC•100%¥=======================================*/


main#wrapper{
    max-width: 100%!important;
    padding: 0!important;
}




/*=======================================¥PCƒXƒ}ƒzØ‚è‘Ö‚¦¥=======================================*/



#one_minute_meal .pc { display: block !important; }
#one_minute_meal .sp { display: none !important; }
#one_minute_meal .none{display: none;}
#one_minute_meal .tab_none{display: none}


/*=======================================¥‹¤’ÊÝ’è¥=======================================*/



/*¥IE‚Å‚ÌMaterial Icons•\Ž¦‚É•K—v*/
/* body {
	text-align: center;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
	font-family: 'Noto Sans JP', sans-serif;
} */

#one_minute_meal img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	vertical-align: bottom;
}


#one_minute_meal ol, #one_minute_meal ul {list-style: none;}

#one_minute_meal table {border-collapse: collapse;border-spacing: 0;}

#one_minute_meal a {text-decoration: none;color: #383838;display: inline-block; margin-bottom: 3%;}

#one_minute_meal .spesicalprice{display: none;}

#one_minute_meal video {display: inline-block;}

#one_minute_meal *,#one_minute_meal *::before,#one_minute_meal *::after {box-sizing: border-box;}


#one_minute_meal{
    color: #fff;
    background-color: #df0a2a;
    text-align: center;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

#one_minute_meal h2{
	font-size: 35px;
	font-weight: bold;
/* 	margin: 0 auto 5% auto; */
	margin: 0 auto;
}

#one_minute_meal .content{
	width: 100%;
	margin: 0 auto;
	padding: 1% 0 0 0;
}

#one_minute_meal .wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;

}


#one_minute_meal section{padding: 2% 0;}


#one_minute_meal .banner{
	padding: 0 0 2% 0;
	margin: 0 auto;
}


/*=======================================¥ƒwƒbƒ_[“®‰æ¥=======================================*/



#one_minute_meal .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%;
}

#one_minute_meal .header .video_wrapper{
	position: relative;
    display: block;
    width: 100%;
/*     overflow: hidden; */
}
#one_minute_meal .header .video_wrapper h2 img{
    width: 70%;
	margin: 0 auto;
}

@media screen and (max-width: 1440px) {
	#one_minute_meal .header .video_wrapper{
		/*height: 35vh;
		 margin-bottom: 80px; */
	}
}

/* @media screen and (min-width: 1024px) {
	#one_minute_meal .header .video_wrapper{
		height: 85vh;
	}
} */
#one_minute_meal .video_wrapper a.mv_ytb{
	background: #000;
    border-radius: 20px;
}
#one_minute_meal .video_wrapper .recipe_img{
    border-radius: 20px;
	opacity: .9;
}
#one_minute_meal .video_wrapper .icon_play{
	opacity: .9;
    pointer-events: none;
}


#one_minute_meal .header .video_wrapper video{
	display: flex;
    margin: 0px auto;
    width: auto;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%, 0px, 0px);
}

#one_minute_meal .loop_slider{
	padding: 0.5% 0;
	/* background-color: #35b3e5; */
}

#one_minute_meal .loop_slider__wrap {
	display: flex;
	overflow: hidden;
}

#one_minute_meal .loop_slider__list {
	display: flex;
	list-style: none;
}

#one_minute_meal .loop_slider__item {
	position: relative;
	display: inline-block;
	width: calc(100vw / 5);
	margin: 0 0.5%;
	overflow:hidden;
}

/*‰E‚©‚ç¶‚Ö*/
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

#one_minute_meal .loop_slider__list--left{
	animation :infinity-scroll-left 95s infinite linear 0.5s both;
}



#one_minute_meal .header .subtitle{
    width: 100%;
    margin: 5% auto 0 auto;
}

#one_minute_meal .header .subtitle h2 ruby{font-size: 35px;}

#one_minute_meal .header .subtitle h2 ruby rt{font-size: 14px;}

#one_minute_meal .header .subtitle p{
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}



/*=======================================¥‰‹‰E’†‹‰Eã‹‰¥=======================================*/



#one_minute_meal .tabBox .tabArea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-end;
}
#one_minute_meal .tabBox .tabArea .tabs__menu-item,
#one_minute_meal .tabBox .bottom a{
	width: calc((100% - 18%)/3);
	padding: 2% 0;
	display: block;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 2px solid #fff;
	border-bottom: none;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#one_minute_meal .tabBox .tabArea.bottom a{
	border-top: none;
	border-bottom: 2px solid #fff;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#one_minute_meal .tabBox .tabArea .tabs__menu-item:hover,
#one_minute_meal .tabBox .bottom a:hover {
	color: #df0a2a;
	background-color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

#one_minute_meal .tabBox .tabArea .tabs__menu-item.is-active,
#one_minute_meal .tabBox .bottom a.is-active {
	color: #df0a2a;
	background-color: #fff;
}

#one_minute_meal .tabBox .tabArea .tabs__menu-item .tab_inner,
#one_minute_meal .tabBox .bottom .tab_inner {
	font-size: 18px;
	font-weight: bold;
}

#one_minute_meal .tabBox .tabArea .tabs__menu-item .tab_inner,
#one_minute_meal .tabBox .tabbottomArea .tabs__menu-item .tab_inner {
	background-color: transparent;
}
#one_minute_meal .contents {
	border: 2px solid #fff;
	border-right: none;
	border-left: none;
}
#one_minute_meal .contents .tabs__contain {
	/* display: none; */
	padding: 0 0 5% 0;
	transition-duration: 0.3s;
}

#one_minute_meal .tabs__contain.is-active {
	/* display: block; */
}
#one_minute_meal .tabs__body {
	display: none;
}
#one_minute_meal .tabs__body.is-active{
	display: block;
}
/* #one_minute_meal .tab_main.is-active {
	border: 2px solid #fff;
	border-right: none;
	border-left: none;
} */

#one_minute_meal .innerArea{padding: 8% 0 3% 0;}

#one_minute_meal .item_content{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/* overflow: hidden; */
}

@media screen and (min-width: 1024px) {
	#one_minute_meal .item_content{
		max-height: 595px;
	}
}

@media screen and (min-width: 820px) {
	#one_minute_meal .item_content{
		max-height: 540px
	}
}



/*==========¶‘¤¤•i“®‰æ==========*/

#one_minute_meal .item_content .video_wrapper{
	width: 50%;
	position: relative;
}

#one_minute_meal .item_content .video_wrapper video{
	width: 100%;
    height: 100%;
	border-radius: 20px;
}

#one_minute_meal .item_content .video_wrapper .video{
	width: 100%;
    height: 100%;
}

#one_minute_meal .item_content .video_wrapper .video a{
	position: relative;
	display: inline-block;
}

#one_minute_meal .item_content .video_wrapper .video a::after{
	content: "";
    display: block;
    position: absolute;
    background-image: url(IMAGE/ONE_MINUTE_MEAL/play.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	transition: 0.3s;
}

#one_minute_meal .item_content .video_wrapper .video img{border-radius: 20px;}



/*==========‰E‘¤¤•icƒXƒNƒ[ƒ‹==========*/

#one_minute_meal .item_content .item_list{
	width: 45%;
	height: auto;
	position: relative;
	overflow-y: auto;
	padding-right: 10px;
	max-height: 370px;
}

#one_minute_meal .item_content .item_list::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}

#one_minute_meal .item_content .item_list::-webkit-scrollbar-track{
	border-radius: 5px;
	background: #fff;
}

#one_minute_meal .item_content .item_list::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #888888;
}

@media screen and (min-width: 750px) {
	#one_minute_meal .item_content .item_list{
		max-height: 500px;
	}
}

#one_minute_meal .item_list > ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#one_minute_meal .item_list > ul > li{
	width: 100%;
	position: relative;
	padding: 2% ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 2% auto;
	background-color: #fff;
	border-radius: 10px;
}

#one_minute_meal .item_list > ul > li .slide_left{width: 35%;}

#one_minute_meal .item_list > ul > li .slide_right{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}

#one_minute_meal .item_list > ul > li .slide_right .item_name{
    font-size: 16px;
	text-align: left;
	width: 100%;
	color: #383838;
	height: 2rem;
    line-height: 1.2;
}

#one_minute_meal .item_list > ul > li .slide_right div.price{
	color: #383838;
	font-weight: bold;
	font-size: 24px;
	font-weight: bold;
	margin: 2% auto;
	/* margin: 15% auto 2% auto; */
}



/*==========ƒJ[ƒg’Ç‰Áƒ{ƒ^ƒ“==========*/


#one_minute_meal .add_cart {
    position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	padding: 4% 1%;
	border-radius: 5px;
	background-color: #df0a2a;
	border: 2px solid #df0a2a;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	transition: 0.5s;
}

#one_minute_meal .item_list > ul > li .add_cart:hover{
	background-color: #fff;
	color: #df0a2a;
	border: 2px solid #df0a2a;
	transition: 0.5s;
}

#one_minute_meal .item_list > ul > li .add_cart a{
	color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



/*==========¤•i‰º‘¤==========*/

#one_minute_meal .caution{width: 100%;}

#one_minute_meal .caution p{
	margin: 1% auto;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
}

#one_minute_meal .share{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 5%;
}

#one_minute_meal .share li{
	display: flex;
	align-self: center;
	position: relative;
	margin: 0 1%;
	padding: 1% 3%;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #df0a2a;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
	white-space: nowrap;
}

#one_minute_meal .share li:hover{
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	background-color: transparent;
	transition: 0.3s;
}

#one_minute_meal .share li a{
	color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#one_minute_meal .share li span{
    font-size: 16px;
	display: flex;
	align-items: center;
}

#one_minute_meal .share li span i{
	font-size: 25px;
    margin: 0 4%;
}

#one_minute_meal .share2{
	margin-top: 10%;
}



/*=======================================¥ƒ‰ƒCƒ“ƒiƒbƒv¥=======================================*/



#one_minute_meal #lineup{overflow: hidden;}

#one_minute_meal #lineup .slider{margin-bottom: 3%;}

#one_minute_meal #lineup h2{margin: 5% 2% auto;}

#one_minute_meal #lineup h3{
	font-size: 30px;
	font-weight: bold;
}

#one_minute_meal #lineup .slider .wrapper > ul{
	display: flex;
	align-items: center;
	overflow-x: scroll;
	padding: 2% 0 1% 0;
}

#one_minute_meal #lineup .slider .wrapper > ul::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}

#one_minute_meal #lineup .slider .wrapper > ul::-webkit-scrollbar-track{
	border-radius: 5px;
	background: #fff;
}

#one_minute_meal #lineup .slider .wrapper > ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #888888;
}

#one_minute_meal #lineup .slider .wrapper > ul > li{
	min-width: calc((100% - 12%)/4);
    position: relative;
    text-align: center;
	margin: 1%;
    padding: 1%;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#one_minute_meal #lineup .slider .wrapper > ul > li .item_name{
	width: 100%;
	font-size: 16px;
	color: #383838;
	line-height: 1.2;
	margin: 5% auto 0 auto;
	height: 2rem;
}

#one_minute_meal #lineup .slider .wrapper > ul > li div.price{
	color: #383838;
	font-weight: bold;
	font-size: 24px;
	font-weight: bold;
	margin: 15% auto 2% auto;
}

#one_minute_meal #lineup .slider .wrapper > ul > li .add_cart:hover{
	background-color: #fff;
	color: #df0a2a;
	border: 2px solid #df0a2a;
	transition: 0.5s;
}

#one_minute_meal #lineup .slider .wrapper > ul > li .add_cart a{
	color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.item-btn-sonotagohan{
	display: inline-block;
    background-color: white;
    border-radius: 100px;

}

.item-btn-sonotagohan p{
    color: #df0a2a;
    padding: .5em 3em .5em 3em;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.item-btn-sonotagohan p:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #df0a2a;
    border-right: 2px solid #df0a2a;
    top: 3%;
    bottom: 0;
    right: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}		

.banner-bottom{
	background: #fff;
    padding: .5em;
	margin-bottom: 3%;
	border-radius: 5px;

}

/*=======================================¥ƒZ[ƒ‹ƒ|ƒCƒ“ƒg¥=======================================*/



#salepoint{background-color: #fff;}



/*=======================================¥ƒtƒbƒ^[¥=======================================*/



#stor_link {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	font-weight: bold;
	padding: 0 0 2% 0;
}

#stor_link li {margin: 0;font-size: 15px;color: #fff;}

#stor_link li a {color: #fff;}



/*=======================================¥TPO‚Ö¥=======================================*/



#page_top,
#coupon{
	width: 80px;
	height: 80px;
	position: fixed;
	right: 4vw;
	bottom: 2vw;
	background: #fff;
    border: 4px solid #df0a2a;
	opacity: 1.0;
	border-radius: 50%;
	z-index: 1;
}
#coupon{
	right: 2vw;
    /* bottom: 7vw; */
	bottom: calc(2.5vw + 80px);
    width: 200px;
    height: 200px;
    border: none;
    background: none;
}

#page_top:hover,
#coupon:hover{opacity: 0.9;}

#page_top a,
#coupon a{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none; 
}
#coupon a{
	width: 200px;
    height: 200px;
}

#page_top a::before{
	font-family: 'Material Icons';
	font-weight: 900;
	content: '\e5ce';
	font-size: 40px;
	color: #df0a2a;
	position: absolute;
	width: 40px;
	height: 40px;
	top: calc(50% - 16px);
	bottom: 0;
	right: 0;
	left: calc(50% - 24px);
	text-align: center;
}


/*=======================================¥CM“®‰æ’Ç‰Ái{“c‘Î‰žj¥=======================================*/
/* ƒXƒ‰ƒCƒh‚Ì“®‚«“™‘¬ */
#one_minute_meal h3{
	font-size: 2rem;
}
#one_minute_meal .swiper-wrapper {
	transition-timing-function: linear;
}
#one_minute_meal .section-tvcm{
	background-image: url(../IMAGE/KADEN_CMITEM/ONE_MINUTE_MEAL/movie_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#one_minute_meal .movie{
	margin-bottom: 5rem;
}
#one_minute_meal .move-img{
	display: block;
	width: 50%;
    text-align: center;
    margin: 1rem auto 6rem;
    cursor: pointer;
    position: relative;
}
#one_minute_meal .move-img a{
    font-family: serif;
	font-size: 1.2rem;
	color: #ffffff;
}
#one_minute_meal .move-img a:hover{
	opacity: .7;
	color: #ffffff!important;
}
#one_minute_meal .icon_play{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5rem;
	opacity: .5;
}
#one_minute_meal .movie .kv_2_yuge{
    position: absolute;
    bottom: -4rem;
    right: -8rem;
    z-index: 1;
    width: 60%;
    pointer-events: none;
}
#one_minute_meal img.tvcm,
#one_minute_meal img.webmovie{
	width: auto;
	margin-bottom: 1rem;
}

/*TOPƒrƒWƒ…ƒAƒ‹*/
#one_minute_meal .swiper.recipe{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width: 80%;
	overflow: initial;
}
#one_minute_meal .recipe a{
	transition: all 0.3s ease 0s;
}
#one_minute_meal .recipe a:hover{
	transition: all 0.3s ease 0s;
	transform: scale(1.1);
}
#one_minute_meal .recipe .size{
	margin-top: -1.5rem;
}
#one_minute_meal .swiper.recipe .swiper-slide{
	flex-shrink: initial;
}
#one_minute_meal .slider-movie{
    display: flex;
	gap: 0px 2vw;
    width: 100%;
    overflow-x: scroll;
}
#one_minute_meal .slider-movie li{
	width: 20%;
    flex-shrink: 0;
	margin-bottom: 1%;
}
#one_minute_meal .slider-movie::-webkit-scrollbar{
	width: 10px;
	height: 10px;
}

#one_minute_meal .slider-movie::-webkit-scrollbar-track{
	border-radius: 5px;
	background: #fff;
}

#one_minute_meal .slider-movie::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #888888;
}

#one_minute_meal .pack li{
	margin-bottom: 1rem;
}

#one_minute_meal .cate_btn {
	width: 900px;
	margin: 3% auto;
	background-color: #df0a2a;
	border: solid 2px #df0a2a;
	border-radius: 10px;
	position: relative;
	transition: 0.2s;
}
#one_minute_meal .cate_btn a {
	font-size: 24px;
	color: #fff;
	padding: 15px 0;
	display: block;
	margin: 0;
}
#one_minute_meal .cate_btn:hover {
	background-color: #fff;
	transition: 0.2s;
}
#one_minute_meal .cate_btn::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 40%;
    right: 8%;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
	transition: 0.2s;
}
#one_minute_meal .cate_btn:hover::after {
	border-top: solid 3px #df0a2a;
    border-right: solid 3px #df0a2a;
	right: 6%;
	transition: 0.2s;
}