@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{
    max-width:900px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background-color: #e30012;
    box-shadow: 0 0 40px #ddc9c9;
	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 .pc_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.9;
    color:#222 !important;
}
/*-----------------------------------------------*/
/*背景*/
/*-----------------------------------------------*/
#one_minute_meal section{
    padding: 2em 0;
}
#one_minute_meal .lineup-bg {
    margin: 0 auto;
    border-radius: 20px;
    padding: .5em 0;
    border: 1px solid #fff;
    width:80%;
    padding: 2em;
}
#one_minute_meal section#recipe,
#one_minute_meal section#point{
    background: #f5f2e9;
    padding:0;
}
#one_minute_meal section#profile{
    background: #f5f2e9;
    padding: 2em 0 0 0;
}
#one_minute_meal section#making{
    padding:3em 0 0 0;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#one_minute_meal h2,
#one_minute_meal h4{
    color:#fff;
    font-size: 2em;
    margin: .3em 0;
}
#one_minute_meal h2 img{
    width: 100%;
    margin: 0 auto;
}
#one_minute_meal section#tvcm h2 img,
#one_minute_meal section#making h2 img{
    width: 50%;
}
#one_minute_meal section#profile h2 img{
    width: auto;
}
#one_minute_meal section#taipa h2 img{
    width: 80%;
}
#one_minute_meal h3{
    position: relative;
}
#one_minute_meal section#recipe h3 img{
    width: 50%;
}
#one_minute_meal h3 .img1-btn{
    position: absolute;
    top: 10.1em;
    right: 3em;
}
#one_minute_meal h3 .img2-btn{
    position: absolute;
    top: inherit;
    top: 12.3em;
    left: 3em;
}
#one_minute_meal h3 .img1-btn,
#one_minute_meal h3 .img2-btn{
    width: 30%;
}
#one_minute_meal h4 img{
    width: 64%;
}
#one_minute_meal .text{
    color: #fff;
    margin: .7em 0;
    font-size:2em;
}
#one_minute_meal .making-box{
    display: flex;
    justify-content: space-between;
    margin-top: -15em;
    align-items: flex-end;
}
#one_minute_meal .making-box img{
    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% 3% 1%;*/
    width: 26%;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}
#one_minute_meal .lineup >li a{
    padding: 3%;
}
#one_minute_meal .lineup >li .item_name{
    font-size: 1em;
    line-height: 1.4em;
    margin: .5em 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: 70%;
    padding: 1em 0;
    margin: 0 auto;
    border: none;
    border-radius: 100px;
    color: #e30012;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
#one_minute_meal section#webmovie .btn-black a{
    width: 50%;
    padding: .5em 0;
    font-size: 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 .flex-box{
    display: flex;
    align-items: center;
}
#one_minute_meal .flex-box h3{
    width:40%;
}
#one_minute_meal section#taipa .flex-box h3{
    order: 2;
}
/*-----------------------------------------------*/
/*スライダーエリア*/
/*-----------------------------------------------*/
#one_minute_meal .swiper-container{
    max-width:510px;
    margin: 0 auto;
    padding-bottom: 1em;
}
#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: 98%;
}
#one_minute_meal .swiper-slide img.title{
    width: 80%;
}
#one_minute_meal .swiper-slide img.txt{
    width: 68%;
    margin: 1em 0;
}
.swiper-wrapper{
    display: flex;
    align-items: flex-start;
}
.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;
}
/*WEB動画用*/
#one_minute_meal section#webmovie .swiper-container{
    margin-right: 1em;
}
/*商品ラインナップ用*/
#one_minute_meal section#lineuptop .swiper-container,
#one_minute_meal section#lineup .swiper-container{
    max-width:100% !important;
    padding: .8em 0 1.5em 0;
}
/*レシピ用*/
#one_minute_meal section#recipe .swiper-container{
    max-width:870px;
}
#one_minute_meal section#recipe .swiper-container-horizontal>.swiper-pagination-bullets{
    top:1.3em;
}
#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: 3.5em;
    height:3.5em;
    margin: 0 4px;
}
#one_minute_meal section#recipe .swiper-wrapper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color:#e30012;
    position: relative;
    width: 4em;
    height:4em;
}
#one_minute_meal section#recipe .swiper-wrapper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active::after{
    position: absolute;
    top: 1em;
    right: 1.4em;
    display: block;
    width: 1rem;
    height: 1.8rem;
    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 {
    margin-top: 5em;
    z-index: 3;
    align-items: flex-start;
}
#one_minute_meal .item-list .content{
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
}
#one_minute_meal .item-list-title{
    width: 52%;
    margin:1.5em auto;
}
#one_minute_meal .item-list .img_box{
    width: 50%;
}
/*内容*/
#one_minute_meal .recipe_list .plate{
    margin: 1em 0;
    width: 30%;
}
#one_minute_meal .recipe_list{
    width: 47%;
}
#one_minute_meal .recipe_list dt,
#one_minute_meal .recipe_list dd{
    font-size:1em;
}
#one_minute_meal .recipe_list dl {
    margin: 0 0 .5em;
    padding: 0 0 .5em .5em;
    border-bottom: 2px 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: 1.8em;
}
#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 2em;
    position: relative;
    text-align: left;
    font-size: 1em;
    line-height: 1.4em;
}
#one_minute_meal .recipe_list ol li::before {
    width: 1.5em;
    height: 1.5em;
    font-size: 1em;
    line-height: 1.3em;
    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: 55%;
    margin: .5em auto;
}
#one_minute_meal .pdf_link span{
    font-size: 1.3em;
    color: #fff;
}
#one_minute_meal .pdf_link::after {
    position: absolute;
    top: 50%;
    right: 4.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%);
}
/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
@media screen and (max-width: 1280px){
    #one_minute_meal .navigation { display: none; }
    }

#one_minute_meal .cate_nav_fixed {
    position: fixed;
    right: 1vw;
    top: 13vw;
    z-index: 100;
}
#one_minute_meal .navigation {
    position: relative;
    width: 270px;
}
#one_minute_meal .navigation .toggle { display: none; }
#one_minute_meal .navigation .nav_wrap,
#one_minute_meal .navigation .nav_inner {
    position: relative;
    width: 100%;
}
/*内容*/
#one_minute_meal .navigation ul {
    position: relative;
    width: 100%;
    background: #e30012;
}
/**********▼ PC・SMP共通 数値変更のみ ▼**********/
#one_minute_meal .navigation ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:1em;
    color: #444;
    border-bottom: 1px solid #eee;
    color: #fff;
    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: 1.1em;
}
#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;
    background: rgb(255 255 255 / 26%);
}
    /**********▲ PC・SMP共通 数値変更のみ▲**********/

