@charset "UTF-8";


/*===============================================
header
================================================*/

.header__logo-img {
}

@media screen and (min-width: 768px) and (max-width: 1179px){
.header__logo-img {
width: 145px;
}
}

@media screen and (min-width: 521px) and (max-width: 767px){
.header__logo-img {
width: 30%;
margin-right: 3%;
}
}

@media screen and (max-width: 520px){
.header__logo-img {
width: 36%;
margin-right: 3%;
}
}

.header__logo-ttl {
}

@media screen and (min-width: 768px) and (max-width: 1179px){
.header__logo-ttl {
width: 200px;
padding-right: 15px;
}
}

@media screen and (min-width: 521px) and (max-width: 767px){
.header__logo-ttl {
width: 40%;
}
}

@media screen and (max-width: 520px){
.header__logo-ttl {
width: 45%;
}
}


/*===============================================
anchorlink
================================================*/

.anchorlink{
margin-top: -55px;
padding-top: 55px;
display: block;
height: 0;
}

@media screen and (max-width: 700px){
.anchorlink{
margin-top: -55px;
padding-top: 55px;
}
}


/*===============================================
product-info 20240207
================================================*/

.product-info__inner {
max-width: 1000px;
}

@media screen and (min-width: 768px){
.product-info__inner {
padding: 0 20px 74px;
}
}

@media screen and (max-width: 767px){
.product-info__inner {
padding: 0 0;
}
}

.product-info__inner.over {
padding: 74px 20px 0;
}

@media screen and (max-width: 700px){
.product-info__inner.over {
padding: 50px 20px 0;
}
}

.product-info__inner.under {
padding: 0 20px;
}

@media screen and (max-width: 700px){
.product-info__inner.under {
}
}

.product-info__inner.over .product-info__pc-media,
.product-info__inner.under .product-info__pc-media {
align-items: center;
}

.product-info__pc-media-img {
}

@media screen and (min-width: 768px){
.product-info__inner.over .product-info__pc-media-img,
.product-info__inner.under .product-info__pc-media-img {
width: 24%;
}
}

.product-info__inner.table {
width: 	100%;
display: flex;
justify-content:flex-end;
}

@media screen and (min-width: 768px){
.product-info__inner.table .product-info__pc {
/*width: 68%;*/
width: 100%;
padding: 0 0 30px;
}
}

@media screen and (max-width: 767px){
.product-info__inner.table .product-info__pc {
padding: 0 20px 30px;
}
}

@media screen and (max-width: 767px){
.product-info__inner.table .product-info__sp {
width: 100%;
padding: 0 20px 30px;
}
}

@media screen and (min-width: 768px){
.product-info__inner.table .product-info__pc-media {
justify-content: center;
}
}

.product-info__sp-dl-list:first-of-type {}

@media screen and (max-width: 767px){
.product-info__inner.table .product-info__sp-dl-list:first-of-type {
  margin-top: 15px;
}
}

.product-info__inner.table .product-info__pc-media-desc-txt.flex {
/*font-weight: bold;*/
font-size: 18px;
margin: 24px 0 10px;
display: flex;
/*justify-content:center;*/
}

.product-info__inner.table .product-info__pc-media-desc-txt.flex span {
text-align: left;
}

.product-info__inner.table .product-info__pc-media-desc {
width: 100%;
}


@media screen and (min-width: 768px) {
.product-info__inner.table .product-info__pc-media-desc-dl-list-sec-dd {
width: auto;
}
}

.product-info__sp{}

.product-info__sp h2{}

@media screen and (max-width: 767px) {
.product-info__sp h2{
max-width: 500px;
margin: 0 auto;
}
}

 .product-info__inner.table .product-info__pc-media-desc-dl-list-sec-dd.l-target {
}

@media screen and (min-width: 768px) {
 .product-info__inner.table .product-info__pc-media-desc-dl-list-sec-dd.l-target {
width: 85px;
}
}

@media screen and (min-width: 768px) {
.product-info__pc-ttl-img {
width: 345px;
margin: 0 auto 30px;
}
}

/*table*/

.table_outer {
display: flex;
justify-content:space-between;
align-items: flex-start;
gap:10px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
.table_outer {
flex-wrap: wrap;
}
}

.table_outer .item {
/*width: calc(100% / 2 - 10px * 1 / 2);*/
width: calc(100% / 3 - 10px * 2 / 3);
}

.table_outer .item table {
width: 100%;
border-top: 1px solid #A2A2A2;
border-left: 1px solid #A2A2A2;
border-collapse: collapse;
border-spacing: 0;
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.table_outer .item table th {
background-color: #89602E;
border-right: 1px solid #A2A2A2;
border-bottom: 1px solid #A2A2A2;
font-weight: bold;
color: #FFF;
text-align: center;
padding: 8px 8px;
width: 140px;
}

.table_outer .item table td {
padding: 8px 8px;
border-bottom: 1px solid #A2A2A2;
}









/*===============================================
intro 20240222
================================================*/

.intro {
}

@media screen and (max-width: 700px){
.intro {
padding: 0 0 5px;
}
}

/*===============================================
picky 20240222
================================================*/

.picky__inner {
}

.picky__inner .picky-ttl {
width: 100%;
max-width: 300px;
}

@media screen and (max-width: 700px){
.picky__inner .picky-ttl {
max-width: 250px;
margin: 0 auto;
}
}

.picky__inner .picky-subttl {
width: 100%;
}

@media screen and (max-width: 700px){
.picky__inner .picky-subttl {
overflow: hidden;
text-align: center;
}
}

.picky__inner .picky-subttl img {
width: 100%;
}

@media screen and (max-width: 700px){
.picky__inner .picky-subttl img {
width: 100%;
max-width: none;
}
}

.picky__inner.block01 .picky-subttl {
margin: 25px 0 45px;
}

@media screen and (max-width: 700px){
.picky__inner.block01 .picky-subttl {
margin: 25px auto 35px;
}
}

.picky__inner .pc_view {
display: block;
}

@media screen and (max-width: 700px){
.picky__inner .pc_view {
display: none;
}
}

.picky__inner .orange {
color: #D55A39;
}


.picky__inner .picky__inner_box {
padding: 0 15px;
}

.picky__inner .flex {
display: flex;
gap:2rem;
}

.picky__inner .picky__inner_box_unit {
width: 50%;
position: relative;
}

@media screen and (max-width: 700px){
.picky__inner .picky__inner_box_unit {
width: 100%;
}
}

.picky__inner .picky__inner_box_unit.left {
}

@media screen and (max-width: 700px){
.picky__inner .picky__inner_box_unit.left {
margin-bottom: 70px;
}
}

.picky__inner .picky__inner_box_unit.right {
}

.picky__inner .picky__inner_box_unit.cream {
background-color: #FEEBBE;
border-radius: 10px;
}

@media screen and (max-width: 700px){
.picky__inner .picky__inner_box_unit.cream {
padding-bottom: 30px;
}
}

.picky__inner .picky__inner_box_unit.cream::before {
content: "";
}

@media screen and (max-width: 700px){
.picky__inner .picky__inner_box_unit.cream::before {
width: 100%;
height: 100%;
display: block;
background-color: #FEEBBE;
border-radius: 10px;
}
}

/*block01*/
.picky__inner.block01 {
padding: 50px 20px 60px;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (max-width: 700px){
.picky__inner.block01 {
padding: 30px 20px 40px;
}
}

.picky__inner.block01 .flex {
}

@media screen and (max-width: 700px){
.picky__inner.block01 .flex {
display: block;
}
}

.picky__inner.block01 .picky-subttl02 {
width: 100%;
max-width: 370px;
margin-bottom: 20px;
}

@media screen and (max-width: 700px){
.picky__inner.block01 .picky-subttl02 {
width: 100%;
max-width: 270px;
margin-bottom: 20px;
}
}

.picky__inner.block01 .picky-subttl03 {
width: 90%;
max-width: 370px;
margin: -20px auto 25px;
}

@media screen and (max-width: 700px){
.picky__inner.block01 .picky-subttl03 {
width: 80%;
max-width: 370px;
}
}

.picky__inner.block01 figure {
margin: 20px 0;
}

.picky__inner.block01 ul {
margin: 20px 25px 0;
}

@media screen and (min-width: 701px){
.picky__inner.block01 ul {
margin: 20px 25px;
}
}

.picky__inner.block01 li {
margin: 0 0 5px;
}

.picky__inner.block01 li:nth-last-of-type(1) {
margin: 10px 0 5px;
}

/*block02*/
.picky__inner.block02 {
width: 100%;
background-color: #FDF4EA;
}

@media screen and (max-width: 700px){
.picky__inner.block02 {
padding: 30px 20px 40px;
}
}

.picky__inner.block02 .unit {
padding: 50px 20px 60px;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (max-width: 700px){
.picky__inner.block02 .unit {
padding: 0 20px;
}
}

.picky__inner.block02 .flex {
}

@media screen and (max-width: 700px){
.picky__inner.block02 .flex {
display: block;
}
}

.picky__inner.block02 .picky-subttl {
margin: 25px 0 45px;
}

@media screen and (max-width: 700px){
.picky__inner.block02 .picky-subttl {
margin: 0 0 25px;
}
}

.picky__inner.block02 .picky-subttl02 {
width: 100%;
max-width: 370px;
margin-bottom: 20px;
}

@media screen and (max-width: 700px){
.picky__inner.block02 .picky-subttl02 {
width: 100%;
max-width: 270px;
margin-bottom: 20px;
}
}

.picky__inner.block02 p {
color: #59291C;
}

.picky__inner.block02 .picky__inner_box_unit.left {
}

@media screen and (max-width: 700px){
.picky__inner.block02 .picky__inner_box_unit.left {
margin-bottom: 35px;
}
}

.picky__inner.block02 .picky__inner_box_unit.right {
}


/*block03*/
.picky__inner.block03 {
width: 100%;
background-color: #FEEBBE;
}

@media screen and (max-width: 700px){
.picky__inner.block03 {
padding: 30px 20px 40px;
}
}

.picky__inner.block03 p {
color: #59291C;
}

.picky__inner.block03 .unit {
padding: 25px 20px 40px;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (max-width: 700px){
.picky__inner.block03 .unit {
padding: 0 20px;
}
}

.picky__inner.block03 .flex {
}

@media screen and (max-width: 700px){
.picky__inner.block03 .flex {
display: block;
}
}

.picky__inner.block03 .picky-subttl {
margin: 25px 0 45px;
}

@media screen and (max-width: 700px){
.picky__inner.block03 .picky-subttl {
margin: 0 0 25px;
}
}

.picky__inner.block03 .flex {
display: flex;
gap:2rem;
justify-content: space-between;
}

.picky__inner.block03 .flex.picky__inner_box:nth-of-type(1) {
flex-direction: row-reverse;
margin-bottom: 25px;
}

@media screen and (max-width: 700px){
.picky__inner.block03 .flex.picky__inner_box:nth-of-type(1) {
flex-direction: column;
}
}

.picky__inner.block03 .flex.picky__inner_box:nth-of-type(2) {
flex-direction: row;
align-items: center;
}

@media screen and (max-width: 700px){
.picky__inner.block03 .flex.picky__inner_box:nth-of-type(2) {
flex-direction: column;
}
}

.picky__inner.block03 .flex.picky__inner_box {
}

.picky__inner.block03 .picky__inner_box_unit {
position: relative;
}

.picky__inner.block03 .picky__inner_box_unit.photo {
}

.picky__inner.block03 .flex.picky__inner_box:nth-of-type(1) .picky__inner_box_unit.photo{
width: 55%;
}

@media screen and (max-width: 700px){
.picky__inner.block03 .flex.picky__inner_box:nth-of-type(1) .picky__inner_box_unit.photo{
width: 100%;
}
}

.picky__inner.block03 .flex.picky__inner_box:nth-of-type(2) .picky__inner_box_unit.photo{
width: 55%;
}

@media screen and (max-width: 700px){
.picky__inner.block03 .flex.picky__inner_box:nth-of-type(2) .picky__inner_box_unit.photo{
width: 100%;
}
}

.picky__inner.block03 .picky__inner_box_unit.text {
}

.picky__inner.block03 .flex.picky__inner_box:nth-of-type(1) .picky__inner_box_unit.text{
width: 40%;
}

@media screen and (max-width: 700px){
.picky__inner.block03 .flex.picky__inner_box:nth-of-type(1) .picky__inner_box_unit.text{
width: 100%;
}
}

.picky__inner.block03 .flex.picky__inner_box:nth-of-type(2) .picky__inner_box_unit.text{
width: 40%;
}

@media screen and (max-width: 700px){
.picky__inner.block03 .flex.picky__inner_box:nth-of-type(2) .picky__inner_box_unit.text{
width: 100%;
}
}

.picky__inner.block03 .flex.picky__inner_box:nth-of-type(2) .picky__inner_box_unit.text p{
font-size: 18px;
}

@media screen and (max-width: 700px){
.picky__inner.block03 .flex.picky__inner_box:nth-of-type(2) .picky__inner_box_unit.text p{
font-size: 100%;
}
}

/*===============================================
about 20240222
================================================*/

.about__inner {
}

.about__inner .about-ttl {
width: 100%;
max-width: 300px;
margin-bottom: 30px;
}

@media screen and (max-width: 700px){
.about__inner .about-ttl {
max-width: 250px;
margin: 0 auto 30px;
}
}

/*block01*/
.about__inner.block01 {
background-color: #9BA839;
color: #FFF;
padding: 50px 0;
position: relative;
}

@media screen and (max-width: 700px){
.about__inner.block01 {
padding: 30px 0 45px;
}
}

.about__inner.block01 .about__inner_box {
padding: 0 20px;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (max-width: 700px){
.about__inner.block01 .about__inner_box {
padding: 0 20px;
}
}

.about__inner.block01 .about__inner_box.flex {
display: flex;
justify-content: space-between;
gap: 2rem;
}

@media screen and (max-width: 700px){
.about__inner.block01 .about__inner_box.flex {
gap: 0;
}
}

.about__inner.block01 .about__inner_box.flex:nth-of-type(1) {
flex-direction: row-reverse;
margin-bottom: 30px;
}

@media screen and (max-width: 700px){
.about__inner.block01 .about__inner_box.flex:nth-of-type(1) {
flex-direction:column-reverse;
margin-bottom: 0;
}
}

.about__inner.block01 .about__inner_box.flex:nth-of-type(2) {
flex-direction: row;
/*align-items: center;*/
}

@media screen and (max-width: 700px){
.about__inner.block01 .about__inner_box.flex:nth-of-type(2) {
flex-direction:column-reverse;
}
}

.about__inner.block01 .about__inner_box_unit.photo {
}

.about__inner.block01 .about__inner_box_unit.photo img{}

.about__inner.block01 .about__inner_box_unit.photo img.pc_view{}

@media screen and (min-width: 701px){
.about__inner.block01 .about__inner_box_unit.photo img.pc_view{
display: block;
}
}

@media screen and (max-width: 700px){
.about__inner.block01 .about__inner_box_unit.photo img.pc_view{
display: none;
}
}

.about__inner.block01 .about__inner_box_unit.photo img.sp_view{}

@media screen and (min-width: 701px){
.about__inner.block01 .about__inner_box_unit.photo img.sp_view{
display: none;
}
}

@media screen and (max-width: 700px){
.about__inner.block01 .about__inner_box_unit.photo img.sp_view{
display: block;
}
}

.about__inner.block01 .flex.about__inner_box:nth-of-type(1) .about__inner_box_unit.photo{
width: 40%;
}

@media screen and (max-width: 700px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(1) .about__inner_box_unit.photo{
width: calc(100% - 55px);
margin: 0 auto;
}
}

.about__inner.block01 .flex.about__inner_box:nth-of-type(1) .about__inner_box_unit.photo img{}

@media screen and (max-width: 700px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(1) .about__inner_box_unit.photo img{
}
}

.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.photo{
width: 40%;
}

@media screen and (max-width: 700px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.photo{
width: calc(100% - 55px);
margin: 0 auto 0;
}
}

.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.photo img{
position: relative;
}

@media screen and (min-width: 701px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.photo img{
z-index: 2;
}
}

@media screen and (max-width: 700px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.photo img{
}
}

.about__inner.block01 .about__inner_box_unit.text {
}

@media screen and (max-width: 700px){
.about__inner.block01 .about__inner_box_unit.text {
}
}
.about__inner.block01 .flex.about__inner_box:nth-of-type(1) .about__inner_box_unit.text{
width: 60%;
}

@media screen and (max-width: 700px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(1) .about__inner_box_unit.text{
width: calc(100% - 55px);
margin-right: auto;
margin-left: auto;
padding-top: 0;
margin: 20px auto;
}
}

.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.text{
width: 45%;
padding-top: 50px;
}

@media screen and (min-width: 901px) and (max-width: 1000px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.text{
width: 55%;
padding-top: 45px;
}
}

@media screen and (min-width: 851px) and (max-width: 900px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.text{
width: 55%;
padding-top: 30px;
}
}

@media screen and (min-width: 801px) and (max-width: 850px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.text{
width: 55%;
padding-top: 25px;
}
}

@media screen and (min-width: 701px) and (max-width: 800px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.text{
width: 55%;
padding-top: 0;
}
}

@media screen and (max-width: 700px){
.about__inner.block01 .flex.about__inner_box:nth-of-type(2) .about__inner_box_unit.text{
width: calc(100% - 55px);
margin-right: auto;
margin-left: auto;
padding-top: 0;
margin: 20px auto;
}
}

/*block02*/
.about__inner.block02 {
margin-top: -100px;
position: relative;
z-index: 1;
}

@media screen and (min-width: 701px) and (max-width: 1000px){
.about__inner.block02 {
margin-top: -80px;
}
}

@media screen and (max-width: 700px){
.about__inner.block02 {
margin-top: 0;
}
}

/*===============================================
purchase 20240227
================================================*/

.purchase__ttl {
  display: block;
  margin: 0 auto;
}

.ttb.pc_view{}

@media screen and (min-width: 701px){
.ttb.pc_view{
display: block;
}
}

@media screen and (max-width: 700px){
.ttb.pc_view{
display: none;
}
}

.ttb.sp_view{}

@media screen and (min-width: 701px){
.ttb.sp_view{
display: none;
}
}

@media screen and (max-width: 700px){
.ttb.sp_view{
display:flex;
justify-content: center;
}

.ttb.sp_view img {
flex: none;
}
}

/*===============================================
stripe 20250121
================================================*/
.stripe {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}

.stripe span {
display:inline-block;
position: relative;
}

@media screen and (min-width: 701px){
.stripe span {
height: 80px;
}
}

@media screen and (max-width: 700px){
.stripe span {
height: 70px;
}
}

.stripe span img {
max-width: none;
}

@media screen and (min-width: 701px){
.stripe span img {
height: 55px;
}
}

@media screen and (min-width: 481px) and (max-width: 700px){
.stripe span img {
height: 55px;
}
}

@media screen and (min-width: 401px) and (max-width: 480px){
.stripe span img {
height: 50px;
}
}

@media screen and (min-width: 351px) and (max-width: 400px){
.stripe span img {
height: 40px;
}
}

@media screen and (max-width: 350px){
.stripe span img {
height: 34px;
}
}


/*===============================================
recipe 20250121
================================================*/

.recipe {
background-image: url('../../../img/product/zakkoku/recipe_bg.jpg');
background-position: left top;
background-repeat: repeat;
background-size: contain;
}

@media screen and (max-width: 700px){
.recipe {
padding: 0 0 5px;
}
}

.recipe__inner {
padding: 74px 0 50px;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (min-width: 701px) and (max-width: 1050px){
.recipe__inner {
padding: 74px 20px 50px;
}
}

@media screen and (max-width: 700px){
.recipe__inner {
padding: 50px 20px 50px;
}
}

.recipe .lead {
color: #450102;
text-align: center;
font-weight: bold;
font-size: 130%;
}

@media screen and (min-width: 551px) and (max-width: 640px){
.recipe .lead {
font-size: 120%;
white-space: nowrap;
}
}

@media screen and (max-width: 550px){
.recipe .lead {
font-size: 120%;
text-align: left;
}
}

.recipe .lead br.sp_view {
}

@media screen and (max-width: 550px){
.recipe .lead br.sp_view {
display: none;
}
}



.recipe .item {
display: flex;
flex-wrap: wrap;
gap:20px;
margin-top: 40px;
position: relative;
}

.recipe .item figure {
width: calc(100% / 2 - 20px * 1 / 2);
position: relative;
}

@media screen and (min-width: 551px){
.recipe .item figure {
max-width: calc(100% / 2 - 20px * 1 / 2);
}
}

@media screen and (max-width: 550px){
.recipe .item figure {
width: 100%;
}
}

.recipe .item figure img {
border-radius: 10px;
}

.recipe .item figcaption {
text-align: center;
display: flex;
justify-content: center;
margin-top: 15px;
color: #F5911E;
font-size: 120%;
line-height: 1.5;
}

@media screen and (max-width: 700px){
.recipe .item figcaption {
font-size: 115%;
}
}

.recipe .item figcaption br.small_view {
display: none;
}

@media screen and (min-width: 551px) and (max-width: 640px){
.recipe .item figcaption br.small_view {
display: block;
}
}

.recipe .item .dish {
width: 100px;
position: absolute;
}

@media screen and (max-width: 880px){
.recipe .item .dish {
display: none;
}
}


.recipe .item .dish.dish01 {
left: -105px;
top: 20px;
}

.recipe .item .dish.dish02 {
right: 50px;
top: -110px;
}

.recipe .item .dish.dish03 {
left: -105px;
bottom: 0px;
}

.recipe .item .dish.dish04 {
right: -105px;
top: -50px;
}

.recipe .item .dish.dish05 {
right: -105px;
bottom: 0px;
}

.recipe .btn {
margin-top: 40px;
width: 100%;
}

.recipe .btn a {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
border-radius: 50px;
background-color: #F5911E;
color: #FFF;
font-size: 130%;
text-align: center;
font-weight: bold;
}

@media screen and (min-width: 481px) and (max-width: 600px){
.recipe .btn a {
font-size: 115%;
}
}

@media screen and (min-width: 401px) and (max-width: 480px){
.recipe .btn a {
font-size: 110%;
letter-spacing: 0.0005em;
}
}

@media screen and (max-width: 400px){
.recipe .btn a {
font-size: 100%;
letter-spacing: 0.0005em;
white-space: nowrap;
}
}

@media screen and (max-width: 350px){
.recipe .btn a {
font-size: 90%;
}
}

.recipe .btn a:hover {
background-color:rgba(245,145,30,.9);
}

.recipe .btn a span {
display: inline-block;
position: relative;
padding-right: 60px;
}

@media screen and (max-width: 600px){
.recipe .btn a span {
padding-right: 30px;
}
}

@media screen and (max-width: 480px){
.recipe .btn a span {
padding-right: 0;
}
}

.recipe .btn a span::before{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
width: 50px;
height: 2px;
background: #FFF;
transition: .3s;
right: -2px;
}

@media screen and (max-width: 600px){
.recipe .btn a span::before{
width: 30px;
}
}

@media screen and (max-width: 480px){
.recipe .btn a span::before{
display: none;
}
}

.recipe .btn a:hover span::before{
right: -12px;
}

.recipe .btn a span::after{
content: "";
display: block;
position: absolute;
margin: auto;
transition: .3s;
}

.recipe .btn a span::after{
width: 15px;
height: 15px;
/*border-left: 2px solid #FFF;*/
border-bottom: 2px solid #FFF;
top: 0;
bottom: 0;
right: 0;
transform: rotate(-135deg);
}

@media screen and (max-width: 480px){
.recipe .btn a span::after{
display: none;
}
}

.recipe .btn a:hover span::after{
right: -10px;
}


/*===============================================
recommend 20250121
================================================*/

.recommend {
background-image: url('../../../img/product/zakkoku/recipe_bg.jpg');
background-position: left top;
background-repeat: repeat;
background-size: contain;
}

.recommend .ttl {
display: flex;
justify-content: center;
align-items: center;
}

.recommend .ttl span {
display: inline-block;
position: relative;
}

.recommend .ttl span img {
width: auto;
height: 88px;
max-width: none;
}

@media screen and (min-width: 501px){
.recommend .ttl span img {
height: 88px;
}
}

@media screen and (max-width: 500px){
.recommend .ttl span img {
height: 85px;
}
}

@media screen and (max-width: 360px){
.recommend .ttl span img {
width: 100%;
height: auto;
}
}

.recommend__inner {
padding: 74px 0 50px;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (min-width: 701px) and (max-width: 1050px){
.recommend__inner {
padding: 74px 20px 50px;
}
}

@media screen and (max-width: 700px){
.recommend__inner {
padding: 50px 20px 50px;
}
}

.recommend .point {
display: flex;
flex-wrap: wrap;
gap:20px;
margin-top: 40px;
position: relative;
}

.recommend .point .box {
position: relative;
}

@media screen and (min-width: 701px){
.recommend .point .box {
width: calc(100% / 3 - 20px * 2 / 3);
}
}

@media screen and (max-width: 700px){
.recommend .point .box {
width: 100%;
padding: 0 15% 15px;
}
}

@media screen and (max-width: 500px){
.recommend .point .box {
width: 100%;
padding: 0 0 15px;
}
}

.recommend .point .box .box-ttl {
text-align: center;
display: flex;
justify-content: center;
margin:10px 0;
color: #F5911E;
white-space: nowrap;
}

@media screen and (min-width: 881px){
.recommend .point .box .box-ttl {
font-size: 160%;
}
}

@media screen and (min-width: 701px) and (max-width: 880px){
.recommend .point .box .box-ttl {
font-size: 140%;
}
}

@media screen and (min-width: 501px) and (max-width: 700px){
.recommend .point .box .box-ttl {
font-size: 170%;
}
}

@media screen and (max-width: 500px){
.recommend .point .box .box-ttl {
font-size: 155%;
}
}

.recommend .point .box .text p {
font-size: 115%;
}



/*===============================================
reason 20250121
================================================*/

.reason {
}

.reason .ttl {
display: flex;
justify-content: center;
align-items: center;
}

.reason .ttl span {
display: inline-block;
position: relative;
}

.reason .ttl span img {
width: auto;
height: 88px;
}

.reason .subttl {
display: flex;
justify-content:flex-start;
align-items: center;
margin-bottom: 30px;
}

@media screen and (min-width: 501px){
.reason .subttl {
margin-bottom: 30px;
}
}

@media screen and (max-width: 500px){
.reason .subttl {
margin-bottom: 20px;
}
}

.reason .subttl span {
display: inline-block;
position: relative;
}

@media screen and (min-width: 801px){
.reason .subttl span img {
}
}

@media screen and (min-width: 551px) and (max-width: 800px){
.reason .subttl span img {
height: 85px
}
}

@media screen and (max-width: 550px){
.reason .subttl span img {
width: 100%;
}
}

.reason .textttl {
margin-bottom: 30px;
font-size: 156%;
}

.smalltxt {
display: block;
margin-top: 15px;
font-size: 80%;
}

.orange {
color: #F5911E;
}

.pink {
color: #CC5448;
}

.bold {
font-weight: bold;
}


/*===============================================
separator 20250122
================================================*/

.reason .separator {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap:20px;
position: relative;
z-index: 1;
}

.reason .separator .text {
max-width: 675px;
}

@media screen and (max-width: 700px){
.reason .separator .text {
max-width: 100%;
}
}

.reason .separator .text .textttl,
.reason .separator .text p {
text-shadow: 
	#FFFBF2 2px 0px 2px, #FFFBF2 -2px 0px 2px,
	#FFFBF2 0px -2px 2px, #FFFBF2 -2px 0px 2px,
	#FFFBF2 2px 2px 2px, #FFFBF2 -2px 2px 2px,
	#FFFBF2 2px -2px 2px, #FFFBF2 -2px -2px 2px,
	#FFFBF2 1px 2px 2px, #FFFBF2 -1px 2px 2px,
	#FFFBF2 1px -2px 2px, #FFFBF2 -1px -2px 2px,
	#FFFBF2 2px 1px 2px, #FFFBF2 -2px 1px 2px,
	#FFFBF2 2px -1px 2px, #FFFBF2 -2px -1px 2px,
	#FFFBF2 1px 1px 2px, #FFFBF2 -1px 1px 2px,
	#FFFBF2 1px -1px 2px, #FFFBF2 -1px -1px 2px;
}

.reason .separator .text p {
	font-size: 130%;
}

@media screen and (max-width: 390px){
.reason .separator .text p {
	font-size: 120%;
}
}

.reason .separator .text p span.fukidashi {
	position: relative;
}

@media screen and (min-width: 701px){
.reason .separator .text p span.fukidashi {
padding-right: 290px;
}
}

@media screen and (min-width: 601px) and (max-width: 700px){
.reason .separator .text p span.fukidashi {
padding-right: 265px;
}
}

@media screen and (max-width: 600px){
.reason .separator .text p span.fukidashi {
display: block;
padding-top: 65px;
}
}

.reason .separator .text p span.fukidashi span.fukidashi_img {
 position: absolute;
}

@media screen and (min-width: 701px){
.reason .separator .text p span.fukidashi span.fukidashi_img {
 right: -290px;
 top: -10px;
}
}

@media screen and (min-width: 601px) and (max-width: 700px){
.reason .separator .text p span.fukidashi span.fukidashi_img {
 right: -265px;
 top: -15px;
}
}

@media screen and (min-width: 561px) and (max-width: 600px){
.reason .separator .text p span.fukidashi span.fukidashi_img {
 right: 65px;
 top: -6px;
}
}

@media screen and (min-width: 491px) and (max-width: 560px){
.reason .separator .text p span.fukidashi span.fukidashi_img {
 right: 72px;
 top: -23px;
}
}

@media screen and (min-width: 391px) and (max-width: 490px){
.reason .separator .text p span.fukidashi span.fukidashi_img {
 right: -15px;
 top: -25px;
}
}

@media screen and (max-width: 390px){
.reason .separator .text p span.fukidashi span.fukidashi_img {
 right: -15px;
 top: -25px;
}
}

.reason .separator .text p span.fukidashi span.fukidashi_img img {
}

@media screen and (min-width: 701px){
.reason .separator .text p span.fukidashi span.fukidashi_img img {
max-width: 238px;
}
}

@media screen and (min-width: 601px) and (max-width: 700px){
.reason .separator .text p span.fukidashi span.fukidashi_img img {
max-width: 215px;
}
}

@media screen and (max-width: 600px){
.reason .separator .text p span.fukidashi span.fukidashi_img img {
max-width: 215px;
}
}


/*===============================================
bowl 20250121
================================================*/

.reason .bowl {
position: absolute;
}

@media screen and (min-width: 2001px){
.reason .bowl {
max-width: 1000px;
right: 0;
bottom: 30px;
}
}

@media screen and (min-width: 1501px) and (max-width: 2000px){
.reason .bowl {
max-width: 800px;
right: -90px;
bottom: -35px;
}
}

@media screen and (min-width: 1301px) and (max-width: 1500px){
.reason .bowl {
max-width: 730px;
right: -100px;
bottom: -35px;
}
}

@media screen and (min-width: 1101px) and (max-width: 1300px){
.reason .bowl {
max-width: 700px;
right: -100px;
bottom: -35px;
}
}

@media screen and (min-width: 901px) and (max-width: 1100px){
.reason .bowl {
max-width: 600px;
right: -100px;
bottom: -35px;
}
}

@media screen and (min-width: 701px) and (max-width: 900px){
.reason .bowl {
max-width: 550px;
right: -100px;
bottom: -35px;
}
}

@media screen and (min-width: 551px) and (max-width: 700px){
.reason .bowl {
max-width: 600px;
right: 0;
bottom: 30px;
}
}

@media screen and (min-width: 451px) and (max-width: 550px){
.reason .bowl {
max-width: 600px;
right: 0;
bottom: 30px;
}
}

@media screen and (max-width: 450px){
.reason .bowl {
max-width: 600px;
right: 0;
bottom: 30px;
}
}


















/*===============================================
reason__over 20250121
================================================*/

.reason .reason__over {
background-color:#FFFBF2;
position: relative;
}

.reason .reason__over .reason__inner {
padding: 74px 0 90px;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (min-width: 701px) and (max-width: 1050px){
.reason .reason__over .reason__inner {
padding: 74px 20px 80px;
}
}

@media screen and (max-width: 700px){
.reason .reason__over .reason__inner {
padding: 50px 20px 50px;
}
}

/*===============================================
reason__under 20250121
================================================*/

.reason .reason__under {
background-color:#FFF3D8;
}

.reason .reason__under .reason__under__block {
width: 100%;
position: relative;
overflow: hidden;
}

.reason .reason__under .reason__under__block.block01 {
width: 100%;
position: relative;
overflow: hidden;
}

@media screen and (min-width: 551px) and (max-width: 700px){
.reason .reason__under .reason__under__block.block01 {
padding-bottom: 110px;
}
}

@media screen and (min-width: 451px) and (max-width: 550px){
.reason .reason__under .reason__under__block.block01 {
padding-bottom: 90px;
}
}

@media screen and (max-width: 450px){
.reason .reason__under .reason__under__block.block01 {
padding-bottom: 80px;
}
}

.reason .reason__under .reason__under__block.block01 .reason__inner {
padding: 74px 0 50px;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (min-width: 701px) and (max-width: 1050px){
.reason .reason__under .reason__under__block.block01 .reason__inner {
padding: 74px 20px 50px;
}
}

@media screen and (min-width: 401px) and (max-width: 700px){
.reason .reason__under .reason__under__block.block01 .reason__inner {
padding: 50px 20px 50px;
}
}

@media screen and (max-width: 400px){
.reason .reason__under .reason__under__block.block01 .reason__inner {
padding: 50px 20px 20px;
}
}

.reason .reason__under .blend {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap:15px;
}

@media screen and (min-width: 901px){
.reason .reason__under .blend {
padding-bottom: 135px;
}
}

@media screen and (min-width: 701px) and (max-width: 900px){
.reason .reason__under .blend {
padding-bottom: 140px;
}
}

@media screen and (max-width: 700px){
.reason .reason__under .blend {
}
}

.reason .reason__under .blend li {
position: relative;
background-color: #FFFBF2;
border-radius: 10px;
padding: 15px 20px 20px;
display: flex;
justify-content: center;
align-items:flex-start;
}

@media screen and (min-width: 701px){
.reason .reason__under .blend li {
width: calc(100% / 2 - 15px * 1 / 2);
}
}

@media screen and (max-width: 700px){
.reason .reason__under .blend li {
width: 100%;
}
}

.reason .reason__under .blend li span.text {
position: relative;
padding-left: 22px;
font-size: 115%;
text-align: justify;
line-height: 1.6;
}

@media screen and (min-width: 951px){
.reason .reason__under .blend li span.text {
font-size: 130%;
}
}


.reason .reason__under .blend li span.text::before {
content: "\25CE";
display: inline-block;
position: absolute;
left: 0;
top: 0;
}

.reason .reason__under .blend li span.text br {
}

@media screen and (max-width: 700px){
.reason .reason__under .blend li span.text br {
display: none;
}
}

.reason .reason__under .blend li span.text br.pc_small_view {
}

@media screen and (max-width: 810px){
.reason .reason__under .blend li span.text br.pc_small_view {
display: none;
}
}

.reason .reason__under .blend .img {
position: absolute;
}

.reason .reason__under .blend li:nth-of-type(1) span.img {
}

@media screen and (min-width: 901px){
.reason .reason__under .blend li:nth-of-type(1) span.img {
left: -35px;
bottom:-140px;
}
}

@media screen and (min-width: 701px) and (max-width: 900px){
.reason .reason__under .blend li:nth-of-type(1) span.img {
left: -20px;
bottom:-125px;
}
}

@media screen and (max-width: 700px){
.reason .reason__under .blend li:nth-of-type(1) span.img {
}
}

.reason .reason__under .blend li:nth-of-type(2) span.img {
}

@media screen and (min-width: 901px){
.reason .reason__under .blend li:nth-of-type(2) span.img {
right: -35px;
bottom:-140px;
}
}

@media screen and (min-width: 701px) and (max-width: 900px){
.reason .reason__under .blend li:nth-of-type(2) span.img {
right: -20px;
bottom:-125px;
}
}

@media screen and (max-width: 700px){
.reason .reason__under .blend li:nth-of-type(2) span.img {
}
}

.reason .reason__under .blend .img img {
}

@media screen and (min-width: 901px){
.reason .reason__under .blend .img img {
max-width: none;
max-height: 170px;
}
}

@media screen and (min-width: 701px) and (max-width: 900px){
.reason .reason__under .blend .img img {
max-width: 100%;
}
}

@media screen and (max-width: 700px){
.reason .reason__under .blend .img img {
display: none;
}
}

.reason .reason__under .blend_bg {
}

@media screen and (min-width: 701px){
.reason .reason__under .blend_bg {
display: none;
}
}

@media screen and (max-width: 700px){
.reason .reason__under .blend_bg {
position: absolute;
left: -5%;
display: block;
width: 135%;
}
}

@media screen and (min-width: 401px) and (max-width: 700px){
.reason .reason__under .blend_bg {
bottom: 0;
}
}

@media screen and (max-width: 400px){
.reason .reason__under .blend_bg {
bottom: 10px;
}
}


.reason .reason__under .reason__under__block.block02 {
width: 100%;
position: relative;
overflow: hidden;
}

@media screen and (min-width: 501px) and (max-width: 700px){
.reason .reason__under .reason__under__block.block02 {
padding-bottom: 70px;
}
}

@media screen and (max-width: 500px){
.reason .reason__under .reason__under__block.block02 {
padding-bottom: 30px;
}
}

.reason .reason__under .reason__under__block.block02 .reason__inner {
max-width: 1000px;
margin: 0 auto;
}

@media screen and (min-width: 1051px){
.reason .reason__under .reason__under__block.block02 .reason__inner {
padding: 0 0 115px;
}
}

@media screen and (min-width: 701px) and (max-width: 1050px){
.reason .reason__under .reason__under__block.block02 .reason__inner {
padding: 0 20px 100px;
}
}

@media screen and (min-width: 401px) and (max-width: 700px){
.reason .reason__under .reason__under__block.block02 .reason__inner {
padding: 30px 20px 50px;
}
}

@media screen and (max-width: 400px){
.reason .reason__under .reason__under__block.block02 .reason__inner {
padding: 0 20px 20px;
}
}

.reason .grain_ttl {
display: flex;
justify-content: center;
align-items: center;
}

.reason .grain_ttl span {
display: inline-block;
position: relative;
}

.reason .grain_ttl span img {
width: auto;
}

@media screen and (min-width: 1051px){
.reason .grain_ttl span img {
height: 88px;
}
}

@media screen and (min-width: 701px) and (max-width: 1050px){
.reason .grain_ttl span img {
height: 88px;
}
}

@media screen and (min-width: 401px) and (max-width: 700px){
.reason .grain_ttl span img {
width: 100%;
max-height: 70px;
}
}

@media screen and (max-width: 400px){
.reason .grain_ttl span img {
width: 100%;
height: auto;
}
}

.reason .grain_subttl {
display: flex;
justify-content: center;
align-items: center;
background-color: #F5911E;
color: #FFF;
font-weight: bold;
font-size: 150%;
margin: 30px 0;
border-radius: 50px;
padding: 10px 10px;
}

.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap:20px;
}

.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}

@media screen and (min-width: 701px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item {
width: calc(100% / 3 - 20px * 2 / 3);
}
}

@media screen and (min-width: 551px) and (max-width: 700px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item {
width: calc(100% / 2 - 20px * 1 / 2);
}
}

@media screen and (max-width: 550px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item {
width: 100%;
}
}

.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .photo {
display: flex;
justify-content: center;
}

@media screen and (min-width: 901px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .photo {
width: 70%;
max-width: 210px;
margin: 0 auto 15px;
}
}

@media screen and (min-width: 551px) and (max-width: 900px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .photo {
width: 80%;
max-width: 180px;
margin: 0 auto 15px;
}
}

@media screen and (min-width: 431px) and (max-width: 550px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .photo {
width: 80%;
max-width: 185px;
margin: 0 auto 15px;
}
}

@media screen and (max-width: 430px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .photo {
width: 100%;
max-width: 185px;
margin: 0 auto 15px;
}
}

.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .photo img {
border-radius: 50%;
}

.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .text {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}

.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .text .item-ttl {
/*color: #F5911E;*/
color: #CC5448;
font-weight: bold;
font-size: 120%;
text-align: center;
margin:0 0 10px;
}

.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .text p span.orange {
font-weight: bold;
}

.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .text p span.pink {
font-weight: bold;
}

.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .text p {
margin: 0 auto;
text-align: justify;
letter-spacing: 0.001em;
}

@media screen and (min-width: 821px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .text p {
max-width: 250px;
}
}

@media screen and (min-width: 551px) and (max-width: 700px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .text p {
max-width: 250px;
}
}

@media screen and (min-width: 351px) and (max-width: 550px){
.reason .reason__under .reason__under__block.block02 .reason__inner .item_outer .item .text p {
max-width: 270px;
}
}


/*===============================================
nutrition 20250121
================================================*/

.nutrition {
background-color: #FFEBBE;
border-top: #CC5448 solid 10px;
position: relative;
}

@media screen and (min-width: 701px){
.nutrition {
border-top: #CC5448 solid 40px;
}
}

@media screen and (max-width: 700px){
.nutrition {
padding: 0 0 50px;
border-top: #CC5448 solid 30px;
}
}

.nutrition__inner {
max-width: 1000px;
margin: 0 auto;
}

@media screen and (min-width: 1051px){
.nutrition__inner {
padding: 74px 0 30px;
}
}

@media screen and (min-width: 701px) and (max-width: 1050px){
.nutrition__inner {
padding: 60px 20px 0;
}
}

@media screen and (max-width: 700px){
.nutrition__inner {
padding: 50px 20px 0;
}
}

.remarkable_ttl__wrapper {
width: 100%;
max-width: 1000px;
margin: 0 auto;
position: absolute;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
}

@media screen and (min-width: 701px){
.remarkable_ttl__wrapper {
top: -75px;
}
}

@media screen and (min-width: 551px) and (max-width: 700px){
.remarkable_ttl__wrapper {
top: -65px;
}
}

@media screen and (min-width: 481px) and (max-width: 550px){
.remarkable_ttl__wrapper {
top: -60px;
}
}

@media screen and (min-width: 351px) and (max-width: 480px){
.remarkable_ttl__wrapper {
top: -50px;
}
}

@media screen and (max-width: 350px){
.remarkable_ttl__wrapper {
top: -45px;
}
}

.remarkable_ttl__wrapper h2{
}

.remarkable_ttl__wrapper h2 span{
display: flex;
justify-content: center;
}

.remarkable_ttl__wrapper h2 img {
max-width: none;
}

@media screen and (min-width: 701px){
.remarkable_ttl__wrapper h2 img {
height: 65px;
}
}

@media screen and (min-width: 551px) and (max-width: 700px){
.remarkable_ttl__wrapper h2 img {
height: 55px;
}
}

@media screen and (min-width: 481px) and (max-width: 550px){
.remarkable_ttl__wrapper h2 img {
height: auto;
width: 94%;
}
}

@media screen and (max-width: 480px){
.remarkable_ttl__wrapper h2 img {
height: auto;
width: 90%;
}
}


.nutrition .ttl__wrapper {
position: relative;
margin: 0 auto;
}

@media screen and (min-width: 701px) and (max-width: 880px){
.nutrition .ttl__wrapper {
max-width: 500px;
}
}

@media screen and (max-width: 700px){
.nutrition .ttl__wrapper {
max-width: 500px;
}
}

.nutrition .ttl__wrapper .fukidashi {
position: absolute;
right: 0;
display: none;
}

@media screen and (min-width: 881px){
.nutrition .ttl__wrapper .fukidashi {
max-width: 150px;
bottom: -15px;
}
}

@media screen and (min-width: 701px) and (max-width: 880px){
.nutrition .ttl__wrapper .fukidashi {
max-width: 150px;
bottom: -70px;
}
}

@media screen and (min-width: 501px) and (max-width: 700px){
.nutrition .ttl__wrapper .fukidashi {
max-width: 150px;
bottom: -70px;
}
}

@media screen and (max-width: 500px){
.nutrition .ttl__wrapper .fukidashi {
max-width: 140px;
bottom: -70px;
}
}

.nutrition__over {
position: relative;
display: flex;
padding: 30px 0 50px;
}

@media screen and (max-width: 880px){
.nutrition__over {
flex-wrap: wrap;
flex-direction: column-reverse;
align-items: center;
max-width: 500px;
margin: 0 auto;
}
}

@media screen and (max-width: 700px){
.nutrition__over {
padding: 10px 0 50px;
}
}

.nutrition__over .nutrition__text {
position: relative;
}

.nutrition__over .nutrition__text .nutrition__text_over {
position: relative;
}

.nutrition__over .nutrition__text .nutrition__text_over .fukidashi {
position:absolute;
right: 20px;
top: 0;
width: 220px;
display: flex;
justify-content: flex-end;
}

@media screen and (max-width: 880px){
.nutrition__over .nutrition__text .nutrition__text_over .fukidashi {
display: none;
}
}

.nutrition__over .nutrition__text .nutrition__text_over .fukidashi img {
width: 175px;
}

.nutrition__over .nutrition__text .nutrition__text_over p {
padding-right: 220px;
text-align: justify;
font-size: 110%;
}

@media screen and (max-width: 880px){
.nutrition__over .nutrition__text .nutrition__text_over p {
padding-right: 0;
}
}

.nutrition__over .nutrition__text .nutrition__text_under {
max-width: 450px;
margin-top: 30px;
}

@media screen and (min-width: 881px) and (max-width: 950px){
.nutrition__over .nutrition__text .nutrition__text_under {
max-width: 335px;
}
}

.nutrition__over .nutrition__graph {
position: relative;
}

@media screen and (min-width: 881px){
.nutrition__over .nutrition__graph {
}
}

@media screen and (min-width: 701px) and (max-width: 880px){
.nutrition__over .nutrition__graph {
padding-top: 60px;
}
}

@media screen and (max-width: 700px){
.nutrition__over .nutrition__graph {
padding-top: 80px;
}
}

.nutrition__over .nutrition__graph .fukidashi {
}

@media screen and (min-width: 881px){
.nutrition__over .nutrition__graph .fukidashi {
display: none;
}
}

@media screen and (min-width: 701px) and (max-width: 880px){
.nutrition__over .nutrition__graph .fukidashi {
position: absolute;
left: -95px;
top: -20px;
width: 135px;
}
}

@media screen and (min-width: 601px) and (max-width: 700px){
.nutrition__over .nutrition__graph .fukidashi {
position: absolute;
left: -50px;
top: -45px;
width: 160px;
}
}

@media screen and (max-width: 600px){
.nutrition__over .nutrition__graph .fukidashi {
position: absolute;
left: -15px;
top: -34px;
width: 140px;
}
}

.nutrition__over .nutrition__graph .fukidashi .fukidashi img {
}

@media screen and (min-width: 881px){
.nutrition__over .nutrition__graph .fukidashi .fukidashi img {
}
}

@media screen and (max-width: 880px){
.nutrition__over .nutrition__graph .fukidashi .fukidashi img {
width: 175px;
}
}

.nutrition__under {
position: relative;
display: flex;
padding: 0 0 40px;
}

@media screen and (max-width: 880px){
.nutrition__under {
flex-wrap: wrap;
flex-direction: column-reverse;
align-items: center;
/*max-width: 500px;*/
margin: 0 auto;
padding: 0 0 40px;
}
}

@media screen and (max-width: 700px){
.nutrition__under {
padding: 0 0;
}
}

.nutrition__under .nutrition__text {
position: relative;
}

.nutrition__under .nutrition__text .nutrition__text_over {
position: relative;
}

.nutrition__under .nutrition__text .nutrition__text_over p {
text-align: justify;
font-size: 120%;
}

@media screen and (min-width: 881px){
.nutrition__under .nutrition__text .nutrition__text_over p {
padding-right: 20px;
}
}

@media screen and (max-width: 880px){
.nutrition__under .nutrition__text .nutrition__text_over p {
padding-right: 0;
margin-top: 20px;
}
}

.nutrition__under .nutrition__text .nutrition__text_under {
max-width: 450px;
margin-top: 30px;
}

@media screen and (min-width: 881px) and (max-width: 950px){
.nutrition__under .nutrition__text .nutrition__text_under {
max-width: 335px;
}
}

.nutrition__under .nutrition__graph {
position: relative;
}

.nutrition__under .nutrition__graph img {
}

@media screen and (min-width: 881px) {
.nutrition__under .nutrition__graph img {
max-width: 380px;
}
}


#nutrition-btn-jump.link-jump {
}

@media screen and (min-width: 768px) {
#nutrition-btn-jump.link-jump {
  padding-top: 155px;
  margin-top: -155px;
}
}

@media screen and (min-width: 501px) and (max-width: 767px) {
#nutrition-btn-jump.link-jump {
  padding-top: 145px;
  margin-top: -145px;
}
}

@media screen and (max-width: 500px) {
#nutrition-btn-jump.link-jump {
  padding-top: 135px;
  margin-top: -135px;
}
}



/*===============================================
boil 20250129
================================================*/

.boil {
}

@media screen and (max-width: 700px){
.boil {
padding: 0 0 5px;
}
}

.boil__inner {
padding: 74px 0 50px;
max-width: 1000px;
margin: 0 auto;
}

@media screen and (min-width: 701px) and (max-width: 1050px){
.boil__inner {
padding: 74px 20px 50px;
}
}

@media screen and (max-width: 700px){
.boil__inner {
padding: 50px 20px 50px;
}
}

.boil__inner .img_wrapper {
}

@media screen and (min-width: 501px) and (max-width: 700px){
.boil__inner .img_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
}

.boil__inner .img_wrapper picture,
.boil__inner .img_wrapper img {
}

@media screen and (min-width: 551px) and (max-width: 700px){
.boil__inner .img_wrapper picture,
.boil__inner .img_wrapper img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
}

@media screen and (min-width: 501px) and (max-width: 550px){
.boil__inner .img_wrapper picture,
.boil__inner .img_wrapper img {
    width: 90%;
    display: block;
    margin: 0 auto;
}
}



/*=====================================
20250226
======================================*/

.product-info__pc-media-desc-txt {
}

.product-info__pc-media-desc-txt span.weight_bold {
font-weight: bold;
font-size: 18px;
}

.product-info__sp-media-desc-txt {
margin-top: 15px;
}

.product-info__sp-media-desc-txt span.weight_bold {
font-weight: bold;
}

.product-info__sp-txt {
}

.product-info__sp-txt span.weight_bold {
font-weight: bold;
}

.product-info__pc-media-desc-txt {
}

.product-info__pc-media-desc-txt span.weight_bold {
font-weight: bold;
}








