
body {
    
    
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
    
}


.l-contents{
    background: url("../img/lp-breakfast01/bg-pc.png") #f9f8fc no-repeat center top;
    background-size: 1200px auto;
}


@media (max-width: 767px){
    
    .l-contents{
        background-image:none;
        
    }
    
}



.l-contents__frame{
    padding: 66px 0px 20px 0px!important;
}


.pic img{
    width: 100%;
}

#header .hbox{
    background:none!important;
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background-color: rgba(0, 0, 0, 0.5);
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list{
    
    z-index: 999; 
    width: 90%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-left:10%;
    background-color: #333333;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:38%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: left;
}

#g-nav li a{
  color: #ffffff;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media (max-width: 767px){
    
    #g-nav li a{
        font-size: 3vw;
    }
    
}




/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:20px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #ffffff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:5px; 
}

.openbtn1 span:nth-of-type(2) {
  top:13px;
}

.openbtn1 span:nth-of-type(3) {
  top:21px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



#order-link{
    margin: 0px auto;
    position: fixed;
    bottom: -100px;
    left:0%; 
    transition: 1s;
    text-align:center;
    width: 100%;
    z-index: 20;
}



#order-link img{
   margin: 0px auto;
    max-width: 350px; 
}

#order-link.show{
    bottom:0px;
}

#order-link.show img:hover{
    opacity: 0.9;
}

@media (max-width: 767px){
    
  #order-link{
        margin: 0px auto;
        position: fixed;
        bottom: -100px;
        left:0%; 
        transition: 1s;
        text-align:center;
        width: 100%;
    }

    #order-link img{
       margin: 0px 0px 0px 0px;
        width: 80%; 
    }

    #order-link.show{
        bottom:0px;
    }  
    
}








#header {
    margin: 0px 0px 0px 0px!important;
    padding: 2px 0px 2px 0px!important;
    background-color: #c1dd90!important;    
    width: 100%!important;
    max-width: 100%!important;
    position:fixed!important;
    left:0;
    top:0;
    z-index: 999!important;
}





#header .hbox{
    margin: 0px auto;
    padding: 6px 0px 4px 0px;
    max-width: 600px;
    position:relative;
}


header .toggle{
    background: url(https://bfdf.jp/resource/img/gnav/menu3.png) no-repeat center center!important;
    background-size: auto 100%!important;
    top: 0px!important;
}

@media (max-width: 767px){
    
    #header {
        padding: 0px 0px 6px 0px!important;
    }
    
    header .toggle{
        background: url(https://bfdf.jp/resource/img/gnav/menu3.png) no-repeat center center!important;
        background-size: auto 100%!important;
        top: 0px!important;
        min-height: 28px!important;
    }
    
}






#header .hbox .hmenu ul{
    margin: 0px auto;
    width: 98%;
    display:flex;
    justify-content: flex-end;
    position:relative;
}

#header .hbox .hmenu ul li{
    margin-left: 8px;
    width: 44px;
}

#header .hbox .hmenu ul li.histroy{
    margin-left: 8px;
}

#header .hbox .hmenu ul li.menu{
    margin: 0px;
    position:absolute!important;
    left:0px!important;
    top:4px!important;
}




@media (max-width: 767px){
    
    p.hline img{
        width: 80%!important;
    }
    
    #header .hbox{
        padding: 4px 0px 4px 0px!important;
    }
    
    
    #header .hbox .hmenu ul li{
        margin-left: 3px;
        width: 8.5%;
    }
    
}



#header {
  transition: transform .25s ease; 
  will-change: transform;
}

/* 隠す状態（上に引っ込める） */
#header.is-hidden {
  transform: translateY(-100%);
}

/* 出す状態（表示を強制）※初期表示や上スクロール時 */
#header.is-visible {
  transform: translateY(0);
}


#header .h-bnr-line{
    background-color: #06c755;
}

#header .h-bnr-line p{
    margin: 0px auto;
    max-width: 400px;
}



.key{
    margin: 0px 0px 0px 0px;
    position: relative;
}


.key .lead{
    margin: 0px 13% 0px 13%;
    width: 74%;
    position: absolute;
    left:10px;
    top:18%;
}


.key .lead img {
  opacity: 0;
  transform: translateY(-24px);
  animation: dropfade .9s ease-out .6s forwards; /* 0.6秒遅らせて開始 */
}
@keyframes dropfade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 動きを控えたい人向け */
@media (prefers-reduced-motion: reduce) {
  .key .lead img { animation: none; opacity: 1; transform: none; }
}



.lpbody{
    margin: 0px auto 50px;
    padding: 0px 0px 30px 0px;
    max-width: 600px;
    border-left: solid 10px #d6f0e5;
    border-right: solid 10px #d6f0e5;
    border-bottom: solid 10px #d6f0e5;
}


@media (max-width: 767px){
    .lpbody{
        margin: 76px auto 0px;
        padding: 0px 0px 0px 0px;
        border-left:none;
        border-right: none;
        border-bottom: none;
    }
}


.toc{
    margin: 0px auto 40px;
    padding: 12px 0px 30px 0px;
    width: 100%;
    background-color: #ffffff;
}

.toc .tit{
    margin: 0px auto 10px;
    max-width: 100px;
    width: 50%;
}


.toc ul{
    margin: 0px auto;
    width: 98%;
    display:flex;
    flex-wrap: wrap;
}

.toc ul li{
    margin: 0px 1% 10px 1%;
    width: 31%;
}

.toc ul li.t7,
.toc ul li.t8{
    margin: 0px 1% 0px 1%;
    width: 48%;
}

@media (max-width: 767px){
    .toc{
        margin: 0px auto 40px;
        padding: 12px 0px 20px 0px;
    }
}

.cntBox{
    margin: -80px auto 60px;
    padding-top: 80px;
}

@media (max-width: 767px){
    
    .cntBox{
        margin: -50px auto 60px;
        padding-top: 50px;
        width: 98%;
    }
    
}



.cntBox .tit{
    margin: 0px auto 20px;
}

.cntBox .txtBox{
    margin: 0px auto 20px;
    width: 96%;
}

.cntBox .txtBox p{
    font-size: 16px;
}

@media (max-width: 767px){
    
    
    
    .cntBox .txtBox p{
        font-size: 3.8vw;
        text-align:left;
    }

}


.cntBox.c01{
    padding-bottom: 30px;
    background-color: #f9fafc;
}

.cntBox.c01 .tit{ 
    width: 80%;
}


.cntBox.c01 .pic.c01b{
    margin: 0px auto 10px;
    width: 84%;
}

.cntBox.c01 .txtBox.c01b{
    margin: 0px auto 10px;
    width: 84%;
}

.cntBox.c01 .txtBox.c01b p{
    
}

.cntBox.c01 .txtBox.c01b p span{
    color: #e76615;
    font-weight: bold;
}



@media (max-width: 767px){
    .cntBox.c01{
        width: 100%!important;
    }
}


.cntBox.c02{
    background-color: #ffffff;
}


.cntBox.c02 .tit{ 
    width: 80%;
}

@media (max-width: 767px){
    .cntBox.c02 .tit{ 
        width: 92%;
    }
}

.cntBox.c02 .tit.c0202{ 
    width: 76%;
}

.cntBox.c02 .pic{
    margin: 0px auto;
    
}

.cntBox.c02 .pic.c02{
    position: relative;
    z-index: 2;
}

.cntBox.c02 .pic.c0202{
    margin: 0px auto 20px;
    width: 96%;
}

.cntBox.c02 .pic.c02-gi{
    margin: 0px auto 10px;
    width: 96%;
}

.cntBox.c02 .c02Box{
    margin: 0px 0px 30px 0px;
}

.cntBox.c02 .c02Box .ingBox{
    margin: -40px 0px 0px 0px;
    display:flex;
    flex-wrap: wrap;
    z-index: 1;
}

.cntBox.c02 .c02Box .ingBox li{
    margin: 0px 1% 10px 1%;
    width: 48%;
    opacity: 0;
  transform: translateY(-20px);
}

.cntBox.c02 .c02Box .ingBox.inview li{
  animation: fadeUp .6s ease forwards;
}

/* 遅延アニメーション */
.cntBox.c02 .c02Box .ingBox.inview li:nth-child(1) { animation-delay: 0.1s; }
.cntBox.c02 .c02Box .ingBox.inview li:nth-child(2) { animation-delay: 0.2s; }
.cntBox.c02 .c02Box .ingBox.inview li:nth-child(3) { animation-delay: 0.3s; }
.cntBox.c02 .c02Box .ingBox.inview li:nth-child(4) { animation-delay: 0.4s; }
.cntBox.c02 .c02Box .ingBox.inview li:nth-child(5) { animation-delay: 0.5s; }
.cntBox.c02 .c02Box .ingBox.inview li:nth-child(6) { animation-delay: 0.6s; }
.cntBox.c02 .c02Box .ingBox.inview li:nth-child(7) { animation-delay: 0.7s; }
.cntBox.c02 .c02Box .ingBox.inview li:nth-child(8) { animation-delay: 0.8s; }


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cntBox.c02 .c02Box .at{
    margin: 0px auto 0px;
    width: 96%;
    font-size: 12px;
}

.cntBox.c02 .tit.c0203{ 
    width: 80%;
}

.cntBox.c02 .pic.c02b{
    margin: 0px auto 10px;
    width: 96%;
}

.cntBox.c02 .pic.c02c{
    margin: 0px auto 30px;
    width: 100%;
}

.cntBox.c02 .pic.c0203a{
    margin: 0px auto 20px;
    width: 96%;
}



.cntBox.c02 .pic.c0203b{
    margin: 0px auto 20px;
    width: 96%;
}

.cntBox.c02 .pic.c0203c{
    margin: 0px 0px 20px 0px;
    width: 100%;
}






.cntBox.c02 .tit.c0204{ 
    width: 80%;
}

.cntBox.c02 .pic.c0204{
    margin: 0px auto 20px;
    width: 96%;
}

.cntBox.c03{
    margin-bottom:0px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.cntBox.c03 .tit{ 
    width: 88%;
}

.cntBox.c03 .pic{
    margin: 0px auto 30px;
    width: 98%;
}

.cntBox.c03 .pic:last-child{
    margin-bottom:0px;
}


.cntBox.c03b{
    margin: 0px auto 50px;
    padding: 10px 0px 10px 0px;
    width: 98%;
    background-color: #d6f0e5;
}

.cntBox.c03b .tit{ 
    width: 88%;
}

.cntBox.c03b .txt{
    margin: 0px auto 20px;
    padding: 0px 0px 6px 0px;
    width: 90%;
    font-size: 18px;
    text-align:center;
    border-bottom: solid 1px #0f6022;
    color: #0f6022;
}

.cntBox.c03b .pic{
    margin: 0px auto 30px;
    width: 94%;
}


@media (max-width: 767px){
    .cntBox.c03b{
        margin: 0px auto 20px;
        padding: 10px 0px 2px 0px;
        background-color: #d6f0e5;
    }
    
    .cntBox.c03b .txt{
        margin: 0px auto 20px;
        width: 90%;
        font-size: 3.8vw;
        text-align:center;
    }
    
    .cntBox .c0203 .txtBox p{
        text-align:left;
    }
    
    
}


.cntBox.c03c{
    margin: 0px auto;
    padding: 10px 0px 80px 0px;
    width: 98%;
}

.cntBox.c03c .tit{ 
    margin: 0px auto 20px;
    width: 88%;
}

.cntBox.c03c .txt{
    margin: 0px auto 20px;
    padding: 0px 0px 6px 0px;
    width: 90%;
    font-size: 18px;
    text-align:left;
    
}

.cntBox.c03c .pic{
    margin: 0px auto 30px;
    width: 94%;
}

@media (max-width: 767px){
    .cntBox.c03c{
        margin: 0px auto 0px;
        padding: 10px 0px 40px 0px;
    }
    
    .cntBox.c03c .txt{
        margin: 0px auto 2px;
        width: 90%;
        font-size: 4vw;
        text-align:center;
    }
    
    .cntBox.c03c .pic{
        margin: 0px auto 30px;
        width: 100%;
    }
}



.cntBox.c04{
    background-color: #ffffff;
}

.cntBox.c04 .tit{ 
    width: 84%;
}


.cntBox.c04 .c04Box{
    
}

.cntBox.c04 .c04Box .pic.c04{
    margin: 0px auto 30px;
    width: 98%;
}


.cntBox.c05{
    background-color: #ffffff;
}

.cntBox.c05 .tit.c05{ 
    width: 84%;
}

.cntBox.c04 .c04Box .txtBox p{
    margin: 0px 0px 20px 0px;
}


.cntBox.c05 .c05Box{
    margin: 0px 0px 35px 0px;
}

.cntBox.c05 .c05Box .pic.c05{
    margin: 0px auto 20px;
    width: 100%;
}

.cntBox.c05 .c05Box .txtBox p{
    margin: 0px 0px 20px 0px;
}

.cntBox.c05 .c05Box.list{
    
}

.cntBox.c05 .c05Box.list .tit.c0502{
    margin: 0px auto 20px;
    width: 88%;
}

.cntBox.c05 .c05Box.list .tit.c0502 img{
    width: 100%;
}

.cntBox.c05 .c05Box.list .tit.c0503{
    margin: 0px auto 20px;
    width: 54%;
}

.cntBox.c05 .c05Box.list .tit.c0503 img{
    width: 100%;
}


.cntBox.c05 .c05Box.list .tit.c0504{
    margin: 0px auto 20px;
    width: 38%;
}

.cntBox.c05 .c05Box.list .tit.c0504 img{
    width: 100%;
}

.cntBox.c05 .c05Box.list .listBox{
    
}

.cntBox.c05 .c05Box.list .listBox h3{
    margin: 0px 0px 10px 1%;
    color: #1f6e30;
    font-weight: bold;
    font-size: 22px;
}

.cntBox.c05 .c05Box.list .listBox .txtBox p{
    text-align:left;
    font-size: 15px;
}


.cntBox.c05 .c05Box.list .listBox ul{
    margin: 0px 0px 0px 0px;
    width: 100%;
    display:flex;
    flex-wrap: wrap;
}

.cntBox.c05 .c05Box.list .listBox ul li{
    margin: 0px 1% 20px 1%;
    width: 31.33%;
}

.cntBox.c05 .c05Box.list .listBox ul li .pic{
    margin: 0px 0px 10px 0px;
}

.cntBox.c05 .c05Box.list .listBox ul li .ct{
    margin: 0px 0px 7px 0px;
    padding: 3px 0px 3px 0px;
    background-color: #0f6022;
    color: #ffffff;
    text-align:center;
    font-size: 11px;
}

.cntBox.c05 .c05Box.list .listBox ul li .name{
    font-size: 14px;
    text-align:center;
}



.cntBox.c06{
    background-color: #ffffff;
}

.cntBox.c06 .tit.c06{
    margin: 0px auto 20px;
    width: 70%;
}

.cntBox.c06 .pic{
    margin: 0px 0px 20px 0px;
}


.cntBox.c06 .c06Box{
    margin: 0px 0px 30px 0px;
    display:flex;
}

.cntBox.c06 .c06Box .pic01{
    margin: 0px 1% 0px 1%;
    width: 58%;
}

.cntBox.c06 .c06Box .txt{
    margin: 0px 1% 0px 1%;
    width: 38%;
}

.cntBox.c06 .instaBox{
    
}

.cntBox.c06 .instaBox .tit.c0601{
    margin: 0px auto 20px;
    width: 80%;
}



@media (max-width: 767px){
    
    .cntBox.c06 .c06Box .pic01{
        margin: 0px 1% 0px 1%;
        width: 54%;
    }
    
    .cntBox.c06 .c06Box .txt{
        margin: 0px 1% 0px 1%;
        width: 44%;
        font-size: 3.8vw;
    }
    
    .cntBox.c05 .c05Box.list .listBox ul li .ct{
        font-size: 3vw;
    }
    
    .cntBox.c05 .c05Box.list .listBox ul li .ct.s{
        margin: 0px 0px 7px 0px;
        padding: 6px 0px 6px 0px;
        font-size: 2.2vw;
    }
    
    .cntBox.c05 .c05Box.list.breeder .listBox ul li .name{
        text-align:left;
        font-size: 3vw;
    }
    
    
    
}





.cntBox.c07{
    background-color: #ffffff;
}

.cntBox.c07 .tit.c07{
    margin: 0px auto 10px;
    width: 90%;
}

.cntBox.c07 .pic.c07{
    margin: 0px auto 10px;
    width: 98%;
}

.cntBox.c07 .pic.rfa{
    margin: 0px auto 20px;
    width: 96%;
}


.cntBox.c07 .rfaBox{
    margin: 0px auto;
    padding: 4px 4px 4px 4px;
    width: 96%;
    background:url("../img/lp-breakfast01/bg-dot.png") repeat;
    background-size: 10px auto;
}

.cntBox.c07 .rfaBox .boxIn{
    padding: 20px 0px 0px 0px;
    background-color: #ffffff;
}

.cntBox.c07 .rfaBox h2{
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
    color: #1f6e30;
    font-size: 22px;
    font-weight: bold;
    text-align:center;
}

.cntBox.c07 .rfaBox h3{
    margin: 0px 0px 10px 10px;
    font-size: 16px;
    font-weight: bold;
}

.cntBox.c07 .rfaBox ul{
    margin: 0px auto 20px;
    width: 98%;
    display:flex;
}


.cntBox.c07 .rfaBox ul li{
    margin: 0px 0.5% 0px 0.5%;
    width: 24%;
    border: solid 2px #2d5c36;
}

.cntBox.c07 .rfaBox ul li:hover{
    border: solid 2px #f0c080;
}

.cntBox.c07 .rfaBox ul li.active{
    border: solid 4px #f57c00;
}

.cntBox.c07 .rfaBox .result{
    margin: 0px 0px 0px 0px;
}

.cntBox.c07 .rfaBox .result p{
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #1f6e30;
    font-weight: bold;
}

.cntBox.c07 .rfaBox .result p.txt{
    font-size: 20px;
}

.cntBox.c07 .rfaBox .result p.txt2{
    font-size: 18px;
}


.cntBox.c07 .rfaBox .result p span{
    margin: 0px 3px 0px 0px;
    padding: 8px 14px 8px 14px;
    color: #ffffff;
    font-size: 35px;
    background-color: #e76615;
}

.cntBox.c07 .rfaBox .txtBox{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    text-align:center;
}




@media (max-width: 767px){
    
    .cntBox.c07 .rfaBox{
        margin: 0px auto;
        width: 98%;
    }
    
    .cntBox.c07 .rfaBox h2{
        font-size: 5vw;
    }
    
    .cntBox.c07 .rfaBox .result p{
        margin: 0px 0px 14px 0px;
        font-size: 5.6vw;
    }
    
    .cntBox.c07 .rfaBox .result p.txt2{
        font-size: 5vw;
    }
    
    .cntBox.c07 .rfaBox .result p span{
        font-size: 9vw;
    }
    
    
    .cntBox.c07 .rfaBox .txtBox{
        width: 100%;
    }
    
    .cntBox.c07 .rfaBox .txtBox p{
        font-size: 3.2vw;
        text-align:center;
    }
    
}



.priceBox{
    
}

.priceBox dl{
    margin: 0px auto 20px;
    width: 90%;
    display:flex;
    border: solid 2px #737373;
}

.priceBox dl dt,
.priceBox dl dd {
  flex: 1;                  /* 幅50%を均等に分ける */
  display: flex;            /* 各セルをflex化 */
  align-items: center;      /* 縦方向で中央揃え */
  justify-content: center;  /* 横方向で中央揃え */
  margin: 0;                /* デフォルトmarginリセット */
}



.priceBox dl dt{
    padding: 10px 0px 10px 0px;
    width: 50%;
    background-color: #f2f2f2;
    text-align:center;
    font-size: 16px;
}

.priceBox dl dd{
    padding: 10px 0px 10px 0px;
    width: 50%;
    text-align:center;
    font-weight: bold;
    font-size: 20px;
}

.priceBox dl dd span{
    padding-top: 3px;
    font-size: 0.6em;
    font-weight: normal;
}


.gallery {
    max-width: 500px;
    margin: 0px auto 30px;
    text-align: center;
}
.gallery-main img {
    width: 100%;
    height: auto;
    
}
.gallery-thumbs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}
.gallery-thumbs img {
    width: 94px;
    height: 64px;
    object-fit: cover;
    border: 2px solid #cdcdcd;
    cursor: pointer;
    border-radius: 4px;
}
.gallery-thumbs img.active {
    border-color: #f57c00;
}

@media (max-width: 767px){
    
    .gallery-thumbs img {
            width: 18%;
        }
    
}


.regularBox{
    margin: 0px auto 30px;
    padding: 20px 20px 20px 20px;
    width: 96%;
    border: solid 2px #e76615;
    border-radius: 10px;
}

.regularBox .ttl{
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    color: #e76615;
    background-color: #f2f2f2;
    text-align:center;
    font-size: 20px;
    font-weight: bold;
}

.regularBox .price-line{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.regularBox .price-line span{
    margin: 0px 5px 0px 0px;
    padding: 10px 24px 10px 24px;
    background-color: #e76615;
    color: #ffffff;
    border-radius: 20px;
    font-size: 18px;
}

.regularBox .price-line em{
    margin: 0px 5px 0px 5px;
    font-style: normal;
    font-size: 0.7em;
}


.regularBox ul{
    margin: 0px auto 20px;
    padding: 20px 0px 20px 60px;
    width: 96%;
    background-color: #f2f2f2;
}

.regularBox ul li{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 20px;
    font-weight: bold;
}

.regularBox ul li a{
    text-decoration: underline;
}

.regularBox ul .r01{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-shipping.png") no-repeat left center;
    background-size: 35px auto;
}

.regularBox ul .r02{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-price.png") no-repeat 10px center;
    background-size: 20px auto;
}

.regularBox ul .r03{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-reload.png") no-repeat 7px center;
    background-size: 28px auto;
}

.regularBox ul .r04{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-price.png") no-repeat 10px center;
    background-size: 20px auto;
}

.regularBox ul .r05{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-hand.png") no-repeat left center;
    background-size: 40px auto;
}


.regularBox .pic.reg01{
    margin: 0px 0px 10px 0px;
}

.regularBox .pic.reg02{
    margin: 0px 0px 10px 0px;
}


.regularBox .reg02{
    
}

.regularBox .reg02 dl{
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    background-color: #f2f2f2;
}

.regularBox .reg02 dl dt{
    margin: 0px auto;
    width: 80%;
}

.regularBox .reg02 dl dd{
    
}

.regularBox .reg02 dl dd ul{
    margin: 0px 0px 0px 0px;
}

.regularBox .reg02 dl dd ul li{
    
}

.regularBox .reg02 dl dd ul li.shipping{
    padding-left: 50px;
    background: url("../img/lp-breakfast01/arrow_shipping.png") no-repeat left center;
    background-size: 41px auto;
    font-size: 18px;
}

.regularBox .reg02 dl dd ul li.yen{
    padding-left: 50px;
    background: url("../img/lp-breakfast01/arrow_yen.png") no-repeat 10px center;
    background-size: 22px auto;
    font-size: 18px;
}

.regularBox .pr{
    margin: 0px auto 10px;
    width: 96%;
    display:flex;
}

.regularBox .pr .t{
    margin: 0px 10px 0px 0px;
    padding: 5px 0px 0px 0px;
    width: 10%;
}

.regularBox .pr select{
    width: 22%;
}

.regularBox .pr .total{
    width: 60%;
    text-align:center;
}

.regularBox .pr .total span{
    margin: 0px 5px 0px 5px;
    font-weight: bold;
    font-size: 1.5em;
}

.regularBox .buy{
    margin: 0px auto;
    width: 96%;
    text-align:center;
}

.regularBox .buy a{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    background-color: #e76615;
    color: #ffffff;
    font-weight: bold;
    display:block;
    cursor: pointer;
}


@media (max-width: 767px){
    
    .regularBox{
        margin: 0px auto 30px;
        padding: 10px 10px 10px 10px;
        width: 98%;
    }
    
    
    .regularBox .price-line{       
        font-size: 5.5vw;
    }

    .regularBox .price-line span{
        font-size: 4.5vw;
    }
    
    .regularBox .price-line em{
        font-size: 0.7em;
    }
    
    
    
    .regularBox ul{
        margin: 0px auto 20px;
        padding: 20px 0px 20px 12px;
        width: 96%;
        background-color: #f2f2f2;
    }

    .regularBox ul li{
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 20px;
        font-weight: bold;
        font-size: 3.4vw;
    }

    .regularBox ul .r01{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-shipping.png") no-repeat left center;
        background-size: 35px auto;
    }

    .regularBox ul .r02{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-price.png") no-repeat 10px center;
        background-size: 20px auto;
    }

    .regularBox ul .r03{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-reload.png") no-repeat 7px center;
        background-size: 28px auto;
    }

    .regularBox ul .r04{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-price.png") no-repeat 10px center;
        background-size: 20px auto;
    }

    .regularBox ul .r05{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-hand.png") no-repeat left center;
        background-size: 40px auto;
    }  
    
    
    .regularBox .pr .t{
        font-size: 4vw;
    }
    
    .regularBox .pr .total{
        font-size: 4vw
    }

    .regularBox .pr .total span{
        font-size: 6vw;
    }
    
    
    
}



.commonBox{
    margin: 0px auto 30px;
    padding: 20px 20px 20px 20px;
    width: 96%;
    border: solid 2px #0f6022;
    border-radius: 10px;
}

.commonBox .ttl{
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    color: #0f6022;
    background-color: #f2f2f2;
    text-align:center;
    font-size: 20px;
    font-weight: bold;
}

.commonBox .price-line{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.commonBox .price-line span{
    margin: 0px 5px 0px 0px;
    padding: 10px 24px 10px 24px;
    background-color: #e76615;
    color: #ffffff;
    border-radius: 20px;
    font-size: 18px;
}

.commonBox .price-line em{
    margin: 0px 5px 0px 5px;
    font-style: normal;
    font-size: 0.7em;
}


.commonBox ul{
    margin: 0px auto 20px;
    padding: 20px 0px 20px 60px;
    width: 96%;
    background-color: #f2f2f2;
}

.commonBox ul li{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 20px;
    font-weight: bold;
}

.commonBox ul li a{
    text-decoration: underline;
}

.commonBox ul .c01{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-shipping-c.png") no-repeat left center;
    background-size: 35px auto;
}

.commonBox ul .c02{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-price-c.png") no-repeat 10px center;
    background-size: 20px auto;
}

.commonBox ul .c03{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-hand-c.png") no-repeat 7px center;
    background-size: 40px auto;
}


.commonBox .pr{
    margin: 0px auto 10px;
    width: 96%;
    display:flex;
}

.commonBox .pr .t{
    margin: 0px 10px 0px 0px;
    padding: 5px 0px 0px 0px;
    width: 10%;
}

.commonBox .pr select{
    width: 22%;
}

.commonBox .pr .total{
    width: 60%;
    text-align:center;
}

.commonBox .pr .total span{
    margin: 0px 5px 0px 5px;
    font-weight: bold;
    font-size: 1.5em;
}

.commonBox .buy{
    margin: 0px auto;
    width: 96%;
    text-align:center;
}

.commonBox .buy a{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    background-color: #0f6022;
    color: #ffffff;
    font-weight: bold;
    display:block;
    cursor: pointer;
}


@media (max-width: 767px){
    
    .commonBox{
        margin: 0px auto 30px;
        padding: 10px 10px 10px 10px;
        width: 98%;
    }
    
    .commonBox .price-line{
       font-size: 5.5vw;
    }
    
    
    .commonBox .pr .t{
        font-size: 4vw;
    }
    
    
    .commonBox ul{
        margin: 0px auto 20px;
        padding: 20px 0px 20px 12px;
        width: 96%;
        background-color: #f2f2f2;
    }

    .commonBox ul li{
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 20px;
        font-weight: bold;
        font-size: 3.4vw;
    }

    .commonBox ul .c01{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-shipping-c.png") no-repeat left center;
        background-size: 35px auto;
    }

    .commonBox ul .c02{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-price-c.png") no-repeat 10px center;
        background-size: 20px auto;
    }

    .commonBox ul .c03{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-hand-c.png") no-repeat 7px center;
        background-size: 40px auto;
    }
    
    
    .commonBox .pr .total{
        font-size: 4vw;
    }

    .commonBox .pr .total span{
        font-size: 6vw;
    }

     
}




.sampleBox{
    margin: 0px auto 30px;
    padding: 20px 20px 20px 20px;
    width: 96%;
    border: solid 2px #0f6022;
    border-radius: 10px;
}

.sampleBox .ttl{
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    color: #0f6022;
    background-color: #f2f2f2;
    text-align:center;
    font-size: 20px;
    font-weight: bold;
}

.sampleBox .price-line{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.sampleBox .price-line span{
    margin: 0px 5px 0px 0px;
    padding: 10px 24px 10px 24px;
    background-color: #e76615;
    color: #ffffff;
    border-radius: 20px;
    font-size: 18px;
}

.sampleBox .price-line em{
    margin: 0px 5px 0px 5px;
    font-style: normal;
    font-size: 0.7em;
}


.sampleBox ul{
    margin: 0px auto 30px;
    padding: 20px 0px 20px 60px;
    width: 96%;
    background-color: #f2f2f2;
}

.sampleBox ul li{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 20px;
    font-weight: bold;
}

.sampleBox ul .c01{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-shipping-c.png") no-repeat left center;
    background-size: 35px auto;
}

.sampleBox ul .c02{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-price-c.png") no-repeat 10px center;
    background-size: 20px auto;
}

.sampleBox ul .c03{
    padding: 10px 0px 10px 50px;
    background: url("../img/lp-breakfast01/icon-hand-c.png") no-repeat 7px center;
    background-size: 40px auto;
}


.sampleBox .buy{
    margin: 0px auto;
    width: 96%;
    text-align:center;
}

.sampleBox .buy button{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    background-color: #0f6022;
    color: #ffffff;
    font-weight: bold;
    display:block;
    cursor: pointer;
    width: 100%;
}


@media (max-width: 767px){
    
    .sampleBox{
        margin: 0px auto 30px;
        padding: 10px 10px 10px 10px;
        width: 98%;
    }
    
    .sampleBox ul{
        margin: 0px auto 30px;
        padding: 20px 0px 20px 12px;
        width: 96%;
        background-color: #f2f2f2;
    }

    .sampleBox ul li{
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 20px;
        font-weight: bold;
        font-size: 3.4vw;
    }

    .sampleBox ul .c01{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-shipping-c.png") no-repeat left center;
        background-size: 35px auto;
    }

    .sampleBox ul .c02{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-price-c.png") no-repeat 10px center;
        background-size: 20px auto;
    }

    .sampleBox ul .c03{
        padding: 10px 0px 10px 50px;
        background: url("../img/lp-breakfast01/icon-hand-c.png") no-repeat 7px center;
        background-size: 40px auto;
    }

     
}



.cpBox{
   margin: 0px auto 30px;
    padding: 20px 20px 20px 20px;
    width: 96%;
    border: solid 2px #d42c25;
    border-radius: 10px;
    
}



.cpBox .ttl{
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    color: #ffffff;
    background-color: #0f6022;
    text-align:center;
    font-size: 20px;
    font-weight: bold;
}

.cpBox .ttl img{
    width: 80px;
}

.cpBox .ttl span{
    color: #ffef34;
}


.cpBox .lead{
    margin: 0px 0px 10px 0px;
    text-align:center;
    font-size: 20px;
}

.cpBox .lead span{
    color: #d42c25;
}



.cpBox .txtBox{
    margin: -60px auto 30px;
    padding: 20px 20px 20px 20px;
    width: 90%;
    background-color: #f2f2f2;
    opacity: 0.9;
}

.cpBox .txtBox p{
    margin: 0px 0px 0px 0px;
    font-size: 13px;
}

.cpBox .txtBox p span{
    color: #d42c25;
    font-weight: bold;
}


.cpBox .how{
    margin: 0px 0px 0px 0px;
}

.cpBox .how .ht{
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 18px;
}

.cpBox .how .ht span{
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    border: solid 1px #262626;
    border-radius: 20px;
}


.cpBox .how ol{
    
}

.cpBox .how ol li{
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    list-style: decimal;
}


.cpBox .mallBox{
    
}

.cpBox .mallBox ul{
    
}

.cpBox .mallBox ul li{
    margin: 0px 0px 10px 0px;
}

@media (max-width: 767px){
    .cpBox{
        padding: 10px;
    }
    .cpBox .lead{
        font-size: 3.8vw;
    }
    
    .cpBox .txtBox{
        padding: 10px 10px 10px 10px;
    }
    
    .cpBox .how .ht{
        font-size: 4.5vw;
    }
    
    .cpBox .how ol{
        padding: 0px 10px 0px 17px;
    }
    
    .cpBox .how ol li{
        font-size: 3.5vw;
    }
    
    
}




.rmBox{
    margin: 0px auto;
    width: 98%;
}

.rmBox .rmBody {
  overflow: hidden;              /* はみ出し隠す */
  max-height: 0;                 /* 閉じ状態 */
  opacity: 0;                    /* フェード用 */
  transition: max-height .3s ease, opacity .3s ease;
  will-change: max-height, opacity;
  padding: 20px 15px;               /* 開閉で高さに影響しない左右のみ */
  background: #fafafa;
  border-top: 1px solid #ddd;
}

.rmBox .rmBody h3{
    margin: 0px 0px 4px 0px;
}

.rmBox .rmBody .txt{
    margin: 0px 0px 14px 0px;
    font-size: 13px;
}

.rmBox .rmBody ul{
    margin: 0px 0px 20px 0px;
}

.rmBox .rmBody ul li{
    margin: 0px 0px 4px 0px;
    font-size: 13px;
}

.rmBox.open .rmBody {
  /* JSで max-height を実値に設定するので、ここでは書かない */
  opacity: 1;
}

.rmBox h2.ttl {
  margin: 0;
  padding: 15px;
  background: #f2f2f2;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
    font-size: 18px;
}

.rmBox h2.ttl::after {
  content: "+";
  font-size: 18px;
  border: 1px solid #000;
  width: 24px; height: 24px;
  text-align: center; line-height: 22px;
  margin-left: 10px;
  transition: transform .3s ease;
}

.rmBox.open h2.ttl::after {
  content: "−";
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .rmBox .rmBody { transition: none; }
  h2.ttl::after { transition: none; }
}


@media (max-width: 767px){
    .rmBox h2.ttl {
        font-size: 5vw;
    }
    
    .rmBox .rmBody h3{
        font-size: 4vw;
    }
    
    .rmBox .rmBody ul li{
        font-size: 3vw;
    }
    .rmBox .rmBody .txt{
        font-size: 3vw;
    }
    
    
}


.feedingBox {
    margin: 0px auto;
    width: 98%;
    max-width: 600px;
 background: #f9f9f9;
  font-family: "Noto Sans JP", sans-serif;
}




.feedingBox h2.ttl {
  margin: 0;
  padding: 15px;
  background: #f2f2f2;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
    font-size: 18px;
}


.feedingBox h2.ttl {
  margin: 0;
  padding: 15px;
  background: #f2f2f2;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
    font-size: 18px;
}


.feedingBox .feedingBody{
    margin: 0px 0px 0px 0px;
    padding:10px 4px 4px 4px;
}


.feedingBox .txt {
  margin: 0 auto 15px;
    width: 96%;
  color: #555;
  font-size: 14px;
}

.feedingBox .wbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.feedingBox .weight {
  flex: 1;
  padding: 8px;
  font-size: 16px;
}

.feedingBox .btn {
  background: #e76615;
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  transition: background .3s ease;
}
.feedingBox .btn:hover {
  background: #e36b00;
}

.feedingBox .wa {
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
}

.feeding2Box, .feeding3Box {
  margin-top: 20px;
}

.feedingBox .mt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.feeding2, .feeding3 {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.feeding2 dl, .feeding3 dl {
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 10px 4px 10px 4px;
  text-align: center;
  flex: 1;
  min-width: 100px;
  background: #fff;
  transition: box-shadow .3s ease;
    display: flex;            /* 縦にflex化 */
  flex-direction: column;   /* 上下に並べる */
  justify-content: space-between;
}
.feeding2 dl:hover, .feeding3 dl:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.feeding2 dt, .feeding3 dt {
  font-size: 12px;
  margin-bottom: 8px;
  color: #333;
    flex: 0 0 auto;
}

.feeding2 dt span, .feeding3 dt span{
    font-size: 10px;
}

.feeding2 dd, .feeding3 dd {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
    flex: 1;                  /* 数字部分が伸縮 */
  display: flex;
  align-items: flex-end;    /* 下揃え */
  justify-content: center;  /* 中央寄せ */
}

.feeding2 dd span, .feeding3 dd span {
  font-size: 22px;
  color: #e76615;
}






.cntBox.c08{
    background-color: #ffffff;
}



.cntBox.c08 .tit.c08{
    margin: 0px auto 20px;
    width: 44%;
}


@media (max-width: 767px){
   .cntBox.c08 .tit.c08{
        margin: 0px auto 20px;
        width: 70%;
    } 
}


.qaBox dl {
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.qaBox dt {
  padding: 12px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  background: #f9f9f9;
  user-select: none;
}

.qaBox dt::after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: transform .3s ease;
}

.qaBox dl.open dt::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

/* --- アニメ部分 --- */
.qaBox dd {
  margin: 0;
  padding: 0;                /* 高さアニメを滑らかにするため dd 自体は左右のみ */
  background: #fff;
  overflow: hidden;
  max-height: 0;             /* 閉じた状態 */
  opacity: 0;
  transition: max-height .3s ease, opacity .3s ease;
}

.qaBox dd .dd-inner {
  padding: 12px;             /* 実際の余白は内側に */
}



@media (max-width: 767px){
    
    .qaBox dt{
        font-size: 4vw;
    }
    
    .qaBox dd{
        font-size: 4vw;
    }
    
    
    
}





.cntBox.c09{
    
    padding: 50px 0px 50px 0px;
    
}

.cntBox.c09 .tit{
    margin: 0px auto 20px;
    padding: 10px 0px 10px 0px;
    text-align:center;
    color: #ffffff;
    background-color: #2d5c36;
    width: 96%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    
}


.cntBox.c09 .paperBox{
   margin: 0px auto;
    width: 96%;
}

.cntBox.c09 .paperBox h3{
    margin: 0px 0px 4px 0px;
    font-size: 14px;
    font-weight: bold;
}

.cntBox.c09 .paperBox ul{
    margin: 0px 0px 20px 0px;
}

.cntBox.c09 .paperBox ul li{
    margin: 0px 0px 10px 0px;
    font-size:13px;
}



@media (max-width: 767px){
    
    .cntBox.c09{
        padding: 50px 0px 80px 0px;
    }
    
    .cntBox.c09 .tit{
        font-size: 3.6vw;
    }
    
    .cntBox.c09 .paperBox h3{
        font-size: 3.4vw;
    }
    
    .cntBox.c09 .paperBox ul li{
        margin: 0px 0px 10px 0px;
        font-size:3.2vw;
    }
    
    
}






/* modal */

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
}
.modal__content{
    background: #fffef0;
    border: solid 3px #0f6022;
    left: 20%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    max-width: 450px;
}

.food-rotation .modal__content{
    left:22%;
}

.modal__content .close{
    text-align: right;
}

.modal__content .pbox01{
    margin: 0px 0px 15px 0px;
}

.modal__content .pbox01 p{
    margin: 0px auto;
    width: 90%;
}

.modal__content .rpt{
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    text-align: center;
}

.modal__content .rp{
    margin: 0px auto 10px;
    padding: 1% 1% 1% 1%;
    width: 90%;
    height: 140px;
    overflow-y:scroll;
    font-size: 12px;
    line-height: 1.3em;
    border: solid 1px #9a9a9a;
}

.modal__content .rp p{
    margin: 0px 0px 10px 0px;
}

@media (max-width: 767px){
    .modal__content{
        background: #fffef0;
        left: 50%;
        padding: 10px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
    }
    .food-rotation .modal__content{
        left:50%;
    }
    
    .modal__content .movie{
        margin: 0px auto;
        width: 90%;
        max-width: 400px;

    }
    
    
}






.c-table{
    
}

.c-table .sex,
.c-table .ymd{
    display:none;
}



.p-lp{
    display:none;
}



.p-lp__regular .delivery-date{
    display:none!important;
}


.p-lp__other .c-lp-section{
    display:none!important;
}



