@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#one_minute_meal h2,#one_minute_meal h3,#one_minute_meal h4,#one_minute_meal h5,#one_minute_meal h6,#one_minute_meal ul,#one_minute_meal ol,#one_minute_meal dl,#one_minute_meal li,#one_minute_meal dt,#one_minute_meal dd,#one_minute_meal p,#one_minute_meal div,#one_minute_meal span,#one_minute_meal img,#one_minute_meal a,#one_minute_meal table,#one_minute_meal tr,#one_minute_meal th,#one_minute_meal td{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    box-sizing: border-box;
}
#one_minute_meal a,#one_minute_meal a:link,#one_minute_meal a:visited,#one_minute_meal a:active {  text-decoration: none;  color: inherit;}
#one_minute_meal ol,#one_minute_meal ul,#one_minute_meal li {list-style: none;list-style-type: none;margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}

#one_minute_meal{
    width:100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background-color: #e30012;
	font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
    font-weight: 600;
}
#one_minute_meal .smp_none{
    display: none !important;
}
#one_minute_meal img{
    width: 100%
}
#one_minute_meal a{
    display: block;
    position: relative;
}  
#one_minute_meal a:hover{
    opacity: 0.8;
}
/*-----------------------------------------------*/
/*背景*/
/*-----------------------------------------------*/
#one_minute_meal section{
    padding: 2em 0;
}
#one_minute_meal .lineup-bg {
    margin: 0 1em;
    border-radius: 20px;
    padding: .5em 0;
    border: 1px solid #fff;
}
#one_minute_meal section#recipe{
    background: #f5f2e9;
    padding:0;
}
#one_minute_meal section#profile{
    background: #f5f2e9;
}
#one_minute_meal section#making{
    padding:3em 0 0 0;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#one_minute_meal h2,
#one_minute_meal h4{
    color:#fff;
    font-size: 6vw;
    line-height: 1.3em;
}
#one_minute_meal h3{
    position: relative;
}
#one_minute_meal h4 img{
    width: 64%;
}
#one_minute_meal .text{
    color: #fff;
    margin: 1em 0;
    font-size: 4vw;
}
#one_minute_meal h3 .img1-btn{
    position: absolute;
    top: 38vw;
    right:12vw;
}
#one_minute_meal h3 .img2-btn{
    position: absolute;
    top: inherit;
    bottom: 36vw;
    left: 12vw;
}
#one_minute_meal h3 .img1-btn,
#one_minute_meal h3 .img2-btn{
    width: 30%;
}
/*-----------------------------------------------*/
/*商品ラインナップ*/
/*-----------------------------------------------*/
#one_minute_meal .lineup{
    display: flex;
    /*overflow-x: scroll;*/
    align-items: flex-start;
    padding-left: .5em;
}
#one_minute_meal .lineup >li{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1% 1% 0 1%;
    width: 40%;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}
#one_minute_meal .lineup >li a{
    padding: 4%;
}
#one_minute_meal .lineup >li .item_name{
    font-size: 2.9vw;
    line-height: 1.4em;
    margin: .3em 0;
}
#one_minute_meal .lineup >li .buy_price .price,
#one_minute_meal .lineup >li .buy_price .intax{
    color: #222 !important;
}
#one_minute_meal .lineup >li .spesicalprice{
    display: none;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#one_minute_meal div.price{
    background: #222;
    color: #fff;
    border-radius: 4px;
    padding: .2em 0 .3em 0;
    font-weight: normal;
    font-size: .9em;
}
/*-----------------------------------------------*/
/*詳細ボタン*/
/*-----------------------------------------------*/
#one_minute_meal .btn-black {
    margin: 1em auto;
}
#one_minute_meal .btn-black a{
    background: #fff;
    width: 95%;
    padding: 4vw 0;
    margin: 0 auto;
    border: none;
    border-radius: 100px;
    color: #e30012;
    font-size: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
#one_minute_meal .btn-black a:hover{
    color: #e30012 !important;
}
#one_minute_meal .btn-black a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #e30012;
    border-right: 2px solid #e30012;
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#one_minute_meal section#taipa .btn-black a::after,
#one_minute_meal section#webmovie .btn-black a::after {
    transform: rotate(135deg);
}
/*-----------------------------------------------*/
/*スライダーエリア*/
/*-----------------------------------------------*/
#one_minute_meal .swiper-container{
    width: 95%;
    top: -1.5em;
    margin: 0 auto;
    padding-bottom: 1em;

}
#one_minute_meal section#making .swiper-container{
    top: 1em;
    padding-bottom: 2em;

}
#one_minute_meal section#webmovie .swiper-container{
    top: 0;
}
#one_minute_meal .swiper-slide img.main-image{
    border-radius: 53px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    width: 99%;
}
#one_minute_meal .swiper-slide img.title{
    width: 100%;
    margin-top: 3em;
}
#one_minute_meal .swiper-slide img.txt{
    width: 68%;
    margin: 1em 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    text-align: center;
}
.swiper-wrapper ~ .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-wrapper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: .8em;
    height: .8em;
    border-radius: 100px;
    margin: 0 4px !important;
}
.swiper-wrapper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color:#fff;
}
/*商品ラインナップ用*/
#one_minute_meal section#lineuptop .swiper-container,
#one_minute_meal section#lineup .swiper-container{
    width:100%;
    top: 0;
}
/*レシピ用*/
#one_minute_meal section#recipe .swiper-container{
    width: 90%;
}
#one_minute_meal section#recipe .swiper-container-horizontal>.swiper-pagination-bullets{
    top:1.8em;
}
#one_minute_meal section#recipe .swiper-wrapper ~ .swiper-pagination-bullets .swiper-pagination-bullet,
#one_minute_meal section#recipe .swiper-wrapper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: 2em;
    height:2em;
}
#one_minute_meal section#recipe .swiper-wrapper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color:#e30012;
    position: relative;
    width: 2.5em;
    height:2.5em;
}
#one_minute_meal section#recipe .swiper-wrapper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active::after{
    position: absolute;
    top: .65em;
    right: .95em;
    display: block;
    width: .6rem;
    height:1rem;
    background: url(https://ec-bo.jal.co.jp/img/0119/img/one_minute_meal/one24_kome.png) no-repeat;
    background-size: 100%;
    content: "";
}
#one_minute_meal .memo{
    margin-bottom: 1em;

}
/*-----------------------------------------------*/
/*レシピ*/
/*-----------------------------------------------*/
#one_minute_meal .item-list {
    padding-bottom: 2em;
    width: 100%;
    margin:4em auto 0 auto;
    align-items: flex-start;
    z-index: 3;
}
#one_minute_meal .item-list-title {
    margin:1em auto;
}
/*内容*/
#one_minute_meal .recipe_list .plate{
    margin: 1em 0;
    width: 30%;
}
#one_minute_meal .recipe_list dt,
#one_minute_meal .recipe_list dd{
    font-size: 3.2vw;
}
#one_minute_meal .recipe_list dl {
    margin: 0 0 .5em;
    padding: 0 0 .5em .5em;
    border-bottom: 0.52083vw dotted #e43e55;
    display: flex;
    justify-content: space-between;
}
#one_minute_meal .recipe_list dl dt{
    text-align: left;
}
#one_minute_meal .recipe_list .rp_common{
    position: relative;
    padding-left: 5.9vw;
}
#one_minute_meal .recipe_list .rp_common::before {/*縦線*/
    top: 1em;
    bottom: 1.5em;
    left: .45em;
    border-left:2px solid #000;
    position: absolute;
    display: block;
    width: 0;
    content: "";
}
#one_minute_meal .recipe_list .rp_common dl {
    position: relative;
}
#one_minute_meal .recipe_list .rp_common dl:first-of-type::before {/*横線　上*/
    top: 1em;
}
#one_minute_meal .recipe_list .rp_common dl:last-of-type::before {/*横線　下*/
    bottom: 1.35em;
}
#one_minute_meal .recipe_list .rp_common dl:first-of-type::before,
#one_minute_meal .recipe_list .rp_common dl:last-of-type::before {
    position: absolute;
    display: block;
    background: black;
    content: "";
    left: -1.2em;
    width: 1em;
    height: 2px;
}
#one_minute_meal .recipe_list .rp_common::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 1em;
    height: 1.6em;
    background: #f5f2e9;
    content: "A";
    text-align: center;
    line-height: 1;
}
#one_minute_meal .recipe_list .rp_common.b_ver::after {
    content: "B";
}
/*作り方*/
#one_minute_meal .recipe_list ol {
    counter-reset: number;
}
#one_minute_meal .recipe_list ol li{
    padding: 0 0 1em 2.5em;
    position: relative;
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.4em;
}
#one_minute_meal .recipe_list ol li::before {
    top: 0.52083vw;
    width: 5.46875vw;
    height: 5.46875vw;
    font-size: 3.90625vw;
    line-height: 5.20833vw;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background: #e30012;
    color: #ffffff;
    content: counter(number);
    counter-increment: number;
    text-align: center;
    font-weight: 700;
}
/*ダウンロードボタン*/
#one_minute_meal .pdf_link {
    display: block;
    border-radius: 50vh;
    background-color: #e30012;
    padding: 1.5em 0;
    width: 95%;
    margin: .5em auto;
}
#one_minute_meal .pdf_link span{
    font-size: 3.5vw;
    color: #fff;
}
#one_minute_meal .pdf_link::after {
    position: absolute;
    top: 50%;
    right: 1.6em;
    display: block;
    width: 2rem;
    height:2.4rem;
    background: url(https://ec-bo.jal.co.jp/img/0119/img/one_minute_meal/one24_pdf_icon.png) no-repeat;
    background-size: 100%;
    content: "";
    transform: translateY(-50%);
}
/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
#one_minute_meal .nav_wrap {
    position:fixed;
    z-index: 999;
	bottom: 0;
	right:-200%;
    width: 67%;
    height: 100vh;
    transition: 0.5s all;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #e30012;
}
#one_minute_meal .nav_wrap::-webkit-scrollbar{display:none;}

#one_minute_meal .nav_wrap.panelactive {
	right: 0;
}
#one_minute_meal .nav_wrap.panelactive .nav_inner {
    position: fixed;
    z-index: 999;
    width: 67%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*内容*/
#one_minute_meal .nav_wrap ul {
    position: absolute;
    z-index: 999;
    width:87%;
}
/**********▼ PC・SMP共通 数値変更のみ▼**********/
#one_minute_meal .navigation ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:1em 0 1em 1.5em;
    color: #fff;
    background:#e30012;
    border-bottom: 1px solid #eee;
    line-height: 1.3em;
    text-align: left;
    justify-content: space-between;
    transition: all 0.3s;
}
#one_minute_meal .navigation ul li a .name {
    font-size: 4.5vw;
}
#one_minute_meal .navigation ul li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
/*hover*/
#one_minute_meal .navigation ul li a:hover {
    color: #fff !important;
}
/**********▲ PC・SMP共通 数値変更のみ▲**********/
/*丸ボタン*/
#one_minute_meal .cate_nav_fixed {
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    display: flex;
    border-radius: 90px;
    height: 16vw;
    width: 16vw;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #222222c7;
}
#one_minute_meal .navigation{
    width: 100%;
    height: 100%;
}
#one_minute_meal .toggle {
	position: relative;
	z-index: 9999;
	top: 0;
	right: 0;
    width: 100%;
    height: 100%;
	cursor: pointer;
	display: block;
}
#one_minute_meal .toggle span,
#one_minute_meal .toggle span:before,
#one_minute_meal .toggle span:after {
    content: '';
    display: block;
    height: 0.3vw;
    width: 7vw;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: 0.5s all;
}
#one_minute_meal .toggle span{
    top: 65%;
    left: calc(50% - 20%);
}
#one_minute_meal .toggle span:before {bottom: 7px;}
#one_minute_meal .toggle span::after {top: 7px;}
#one_minute_meal .toggle.active span {background-color: rgba(255, 255, 255, 0);}
#one_minute_meal .toggle.active span:before{
    bottom: 0;
    transform: rotate(45deg);
}
#one_minute_meal .toggle.active span:after{
    top: 0;
    transform: rotate(-45deg);
}
#one_minute_meal .navigation span.txt{
    font-size:2.9vw;
    color:#fff;
    top: 3.1vw;
    position: absolute;
    left: 0;
    right: 0;
}
