@charset "utf-8";

/* ================================
PC
================================ */
@media screen and (min-width: 769px){
.sp{display: none !important;}
img{width: 100%;}
body{
font-family: 'Zen Kaku Gothic New', sans-serif;
}
a:hover{
opacity: 0.7;
transition : 1s;
}

/*-- yakuzen-recipe --*/
.yakuzen-recipe{
background-color: #F1F1E4;
padding-bottom: 100px;
}


/* header */
header{
position: relative;
background-color: #fff;
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .2));
z-index: 3;
}
header h1{
padding: 16px 0;
text-align: center;
}
header a{
display: block;
}
header img{
width: 370px;
}

/* top-btn */
.top-btn{
position: absolute;
bottom: 28px;
right: 12px;
transition: var(--hover-tr);
z-index: 2;
}
.top-btn:hover{
opacity: var(--hover-op);
}
.top-btn img{
width: 22px;
}

/*-- breadcrumb -- */
  .breadcrumbArea{
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .breadcrumbArea .breadcrumb_inner{
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 14px 0;
  }
  .breadcrumbArea .breadcrumbBox li{
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.055em;
  padding-right: 4px;
  }
  .breadcrumbArea .breadcrumbBox li:after{
  content: ">";
  color:#85B53E;
  padding-left: 10px;
  }
  .breadcrumbArea .breadcrumbBox li:first-child{
  color:#85B53E;
  }
  .breadcrumbArea .breadcrumbBox li:last-child::after {
      content: none;
  }
	
/*-- ttlArea--*/
.ttlArea{
text-align: center;
margin-top: 30px;
}
.ttlArea img{display: inline;}
.ttlArea .ttl01{
width: 223px;
margin:0 auto;
}
.ttlArea .ttl02{
width:373px;
margin:0 auto;
padding-top: 17px;
}
.ttlArea .ttl03{
width:517px;
margin:0 auto;
padding-top: 16px;
}



.anchor{
display: flex;
align-items: stretch;
justify-content: space-between;
margin: 36px auto 0;
padding: 7px;
width: 91%;
max-width: 880px;
min-width: 700px;
border-radius: 100px;
border: 4px solid #000;
background-color: #fff;
}
.anchor__item{
flex-grow: 1;
}
.anchor__item:not(:first-of-type){
border-left: 4px solid #000;
}
.anchor__item a{
display: inline-block;
position: relative;
padding: 10px 30px;
width: 100%;
font-size: 20px;
text-align: center;
line-height: 1;
letter-spacing: 0.135em;
font-weight: 700;
transition: .6s;
}
.anchor__item:first-of-type a{
margin-right: 6px;
width: calc(100% - 6px);
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.anchor__item:nth-of-type(2) a{
margin-left: 6px;
margin-right: 6px;
width: calc(100% - 12px);
}
.anchor__item:last-of-type a{
margin-left: 6px;
width: calc(100% - 6px);
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.anchor__item a:after{
content: "";
position: absolute;
top: 50%;
right: 19px;
transform: translateY(-50%);
width: 13px;
height: 9px;
background-color: #000;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.anchor__item a:hover{
background-color: #85b53e;
}


/*-- mvArea --*/
.mvArea{
margin-top: 39px;
}
.mvArea .mvArea_inner{
position: relative;
background-image:url("../images/mv_img_pc.png") ;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center top;
width: 100%;
padding-top: 43vw;
}
.mvArea .iconBox{
position: absolute;
top: -4%;
left: 7.5%;
width: 13%;
}
.mvArea .txtBox{
position: absolute;
right: 0;
top: 21.5vw;
width: 397px;
}
.mvArea .txtBox .numBox{
background-color: #000;
color: #fff;
font-family: 'League Spartan', sans-serif;
padding:14px 18px 2px 22px;
text-align: center;
display: inline-block;
font-weight:600;
font-size: 32px;
letter-spacing: 0.16em;
line-height: 1.2;
}
.mvArea .txtBox .comBox{
background-color: #fff;
border: 4px solid #000;
padding:20px 15px 16px 31px;
font-weight: 700;
font-size: 24px;
letter-spacing: 0.065em;
line-height: 1.58;
}

/*-- leadArea --*/
.leadArea{
margin-top:73px;
}
.leadArea .leadArea_inner{
width: 100%;
max-width: 1065px;
margin: 0 auto;
}


.leadArea .leadBox .txtBox .ttl{
font-size: 32px;
font-weight: bold;
line-height: 1.75;
letter-spacing: 0.1em;
}
.leadArea .leadBox .txtBox .txt{
font-size: 20px;
line-height: 2.3;
margin-bottom: 45px;
letter-spacing: 0.015em;
}
.leadArea .leadBox img{
width: 36%;
float: right;
margin-top: 10px;
border-radius: 60px 0;
border: 4px solid #000;
background-color: #000;
box-sizing: border-box;
margin-left: 80px;
}
.leadArea .leadBox:after{
content: "";
display: block;
clear: both;
}


/*-- sectorArea --*/
.sectorArea{
width: 100%;
background-color: #fff;
border-radius: 100px;
padding-top: 76px;
margin-top: 48px;
}
.sectorArea .ttlBox{
}
.sectorArea .ttlBox.pc .icon{
width: 326px;
margin: 0 auto;
}
.sectorArea .ttlBox.pc .ttl{
    width: 595px;
    margin: 35px auto 0 auto;
}

/*--　スライダー --*/

.sectorBox{
overflow: hidden;
padding-top: 82px;
padding-bottom: 4vw;
position: relative;
}

.sectorBox .wrapper {
position: relative;
box-sizing: content-box;
max-width: 1200px;
margin: 0 auto;
padding: 0 10vw;
}

.sectorBox .swiper {
overflow: visible;
padding: 0 0 50px 0;
}

.sectorBox .recipeBox .imgBox{
position: relative;
border:4px solid #000;
box-sizing: border-box;
}
.sectorBox .recipeBox .imgBox a{
	display: block;
}
	
.sectorBox .recipeBox .imgBox img{
width: 100%;
}
.sectorBox .recipeBox .imgBox .recipe_num{
position: absolute;
width: 100px;
bottom: -1px;
left: 0;
background-color: #000;
color: #fff;
font-size: 30px;
font-weight: 600;
font-family: 'League Spartan', sans-serif;
padding:10px 0 3px 0;
text-align: center;
letter-spacing: 0.16em;
}
.sectorBox .recipeBox .ttlBox{
letter-spacing:0.1em;
font-size:26px;
font-weight: 700;
padding-top: 22px;
}
.sectorBox .recipeBox .timeBox{
letter-spacing: 0.1em;
font-size: 26px;
padding-top: 8px;
}
.sectorBox .recipeBox .timeBox:before{
content:url("../images/icon_clock.svg");
vertical-align: middle;
padding-right: 10px;
}

.sectorBox .swiper-slide{
width: 480px;
height: auto;
}

.swiper-slide img {
height: auto;
width: 100%;
}

/* ==========================
paginationの位置を調整
========================== */
.wrapper {
position: relative;
width: 80vw;
max-width: 1080px;
margin: 0 auto;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: -30px;
}
/* ==========================
fractionのカスタマイズ
========================== */
.swiper-pagination-fraction {
font-size: 32px;
font-weight: 600;
color: #1a1b1b;
display: flex;
align-items: center;
/*  justify-content: flex-end;*/
position: absolute;
z-index: 1;
left: 10vw;
bottom: 0;
}

/* ==========================
ラインアニメーションをCSSで表現
========================== */
.swiper-pagination-fraction .border {
width: 75px;
height: 3px;
margin: 0 8px;
background-color: #ddd;
position: relative;
}

.swiper-pagination-fraction .border span {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 100%;
height: 100%;
background-color: #1a1b1b;
transform: scaleX(0);
transform-origin: left center;
transition-timing-function: linear;
}

.swiper-pagination.is-active .border span {
transform: scaleX(1);
transition: transform 3.85s linear;
}
.swiper-button-prev {
right: 11vw;
left: auto;
border-top: 13px solid transparent;
border-bottom: 13px solid transparent;
border-right: 19px solid #000;
width: 0;
height: 0;
top: -37px;
}
.swiper-button-next {
right: 6.5vw;
border-top: 13px solid transparent;
border-bottom: 13px solid transparent;
border-left: 19px solid #000;
width: 0;
height: 0;
top: -37px;
}
.swiper-button-prev:after,
.swiper-button-next:after{
content: none;
}

.swiper-pagination-fraction span{
font-family: 'League Spartan', sans-serif;	
}

/*-- fll-leadArea --*/
.fll-leadArea{
margin-top:110px;
}
.fll-leadArea .fll-leadBox{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.fll-leadArea img{
width: 103%;
}
.fll-leadArea .fll-leadBox .imgBox{
flex-basis: 43.115%;
}
.fll-leadArea .fll-leadBox .imgBox .box{
background-image:url("../images/fll-lead_img01.png") ;
background-repeat: no-repeat;
background-size: cover;
background-position: left top;
width: 100%;
padding-top: 58vw;
position: relative;
border: 4px solid #000;
}
.fll-leadArea .fll-leadBox .imgBox .box:before {
height: 0;
display: block;
position: absolute;
right: -5px;
content: "";
border-bottom: solid 102px #F1F1E4;
border-left: solid 88px transparent;
bottom: -5px;
z-index: 2;
}
.fll-leadArea .fll-leadBox .imgBox .box:after {
height: 0;
display: block;
position: absolute;
right: -2px;
content: "";
border-bottom: solid 102px #000;
border-left: solid 88px transparent;
bottom: -2px;
}

.fll-leadArea .fll-leadBox .txtBox{
flex-basis: 53%;
padding-left: 6.5%;
padding-right: 9%;
}

.fll-leadArea .fll-leadBox .txtBox .ttl{
font-size: 32px;
font-weight: bold;
line-height: 1.65;
letter-spacing: 0.1em;
}
.fll-leadArea .fll-leadBox .txtBox .txt{
font-size: 20px;
line-height: 2.275;
letter-spacing: 0.015em;
font-weight: 500;
}
.fll-leadArea .fll-leadBox .txtBox .txt p{
margin-bottom: 43px;
}
.fll-leadArea .fll-leadBox .imgBox .ph{
background-image: url(../images/fll-lead_img02.png);
background-repeat: no-repeat;
background-size: cover;
background-position: left top;
width: 67.85%;
padding-top: 19vw;
position: relative;
border: 4px solid #000;
margin-left: 30%;
margin-top: 42px;
}
.fll-leadArea .fll-leadBox .imgBox .ph:before {
height: 0;
display: block;
position: absolute;
left: -5px;
bottom: -5px;
content: "";
border-bottom: solid 44px #F1F1E4;
border-right: solid 67px transparent;
z-index: 2;
}
.fll-leadArea .fll-leadBox .imgBox .ph:after {
height: 0;
display: block;
position: absolute;
left: -2px;
bottom: -2px;
content: "";
border-bottom: solid 44px #000;
border-right: solid 67px transparent;
}


/*--　recomendArea --*/

.recomendArea{
margin-top: 85px;
}
.recomendArea .recomendArea_inner{
width: 100%; 
max-width: 1200px;
margin: 0 auto;
background-color: #fff;
border-radius: 0 60px;
}
.recomendArea .recomendBox{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
padding-top: 70px;

}
.recomendArea .recomendBox .txtBox{
flex-basis: 63.6%;
padding-left: 5%;
}

.recomendArea .recomendBox .txtBox .ttl{
font-size: 30px;
font-weight: bold;
letter-spacing: 0.085em;
background-color: #FDDB43;
padding: 20px 25px 20px 45px;
border-radius: 36.5px;
}
.recomendArea .recomendBox .txtBox .ttl_catch{
font-size: 30px;
font-weight: bold;
letter-spacing: 0.085em;
margin-top: 46px;
}
.recomendArea .recomendBox .txtBox .txt{
font-size: 20px;
line-height: 2.3;
letter-spacing: 0.04em;
padding-bottom: 53px;
margin-top: 24px;	
}
.recomendArea .recomendBox .imgBox{
flex-basis: 26%;
position: relative;
margin-bottom: 53px;
margin-right: 6.5%;	
}
.recomendArea .recomendBox .imgBox .ph_ttl{
position: absolute;
top: 15px;
left: -12px;
padding:10px 12px 5px 17px;
background-color: #000;
color: #fff;
font-size: 26px;
font-weight: 600;
font-family: 'League Spartan', sans-serif;
letter-spacing: 0.165em;
z-index: 10;
}
.recomendArea .recomendBox .imgBox .ph{
position: absolute;
top:0;
right:0;
border:4px solid #000;
}
.recomendArea .recomendBox .imgBox .ph img{
width: 100%;
}

/*-- profileArea --*/
.profileArea{
margin-top: 126px;
margin-bottom: 30px;
}

.profileArea .profileArea_inner{
width:100%;
max-width:990px;
margin: 0 auto;
}
.profileArea .profileBox {
position: relative;
}
.profileArea .profileBox .itemBox{
position: absolute;
top: 65%;
left: 16%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: baseline;
width: 44%;
}
.profileArea .profileBox .itemBox .item_ph{
width: 150px;
}
.profileArea .profileBox .item_ttl{
padding-left: 20px;
}
.profileArea .profileBox .itemBox .item_ttl a{
color:#85b53e;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.015em;
position: relative;
}

.profileArea .profileBox .itemBox .item_ttl a::after {
content: '';
width: 205px;
height: 1px;
display: inline-block;
background-color: #85b53e;
position: absolute;
bottom: -5px;
left: 3px;
}
.profileArea .profileBox .imgBox{
width: 27.3%;
float: left;
}
.profileArea .profileBox .imgBox .ph{
padding-left: 5%;
}
.profileArea .profileBox .nameBox{
width: 66.475%;
float: right;
}
.profileArea .profileBox .txtBox{
width: 66.475%;
float:right;
margin-top: 27px;
}
.profileArea .profileBox:after{
content: "";
display: block;
clear: both;
}

.profileArea .profileBox .imgBox .ph img{
border: 4px solid #000;
border-radius: 0 40px;
}

.profileArea .profileBox .nameBox .ttl{
font-size: 23px;
line-height: 1.6;
letter-spacing: 0.125em;
font-family: 'League Spartan', sans-serif;
font-weight: 600;
}
.profileArea .profileBox .nameBox .ttl_name{
font-size: 30px;
letter-spacing: 0.135em;
font-weight: 700;	
}
.profileArea .profileBox .txtBox .txt{
font-size: 18px;
line-height: 1.66;
font-weight: 500;
letter-spacing: -0.03em;
}

/*-- archiveArea --*/
.archiveArea{
background-color: #fff;
padding-bottom: 70px;
padding-top: 69px;
}
.archiveArea .areaTtl{
text-align: center;
font-size: 32px;
font-weight: 600;
letter-spacing: 0.185em;
font-family: 'League Spartan', sans-serif;
}
.archiveArea .archiveBox{
width:100%;
max-width: 1066px;
padding-top: 60px;
padding-right: 28px;
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
.archiveArea .archiveBox .chefBox{
width:30%;
max-width: 300px;
height: 300px;
position: relative;
}
.archiveArea .archiveBox .chefBox img{
width:100%;
}
.archiveArea .archiveBox .chefBox .imgBox{
z-index: 1;
}
.archiveArea .archiveBox .chefBox .nameBox{
position: absolute;
top: 231px;
left: -28px;
z-index: 10;
}
.archiveArea .archiveBox .chefBox .nameBox .numBox{
display: inline-block;
padding:12px 15px 4px 15px;
background-color: #000;
color: #fff;
font-size: 20px;
font-weight: 600;
letter-spacing: 0.105em;
font-family: 'League Spartan', sans-serif;
}
.archiveArea .archiveBox .chefBox .nameBox .ttl_name{
width:221px;
padding:12px 0px 12px 20px;
border: 4px solid #000;
background-color: #fff;
font-size: 22px;
font-weight: 700;
letter-spacing: 0.06em;
}
.archiveArea .archiveBox .chefBox .nameBox .ttl_name .cate{
display: block;
font-size: 14px;
letter-spacing: 0.21em;
margin-bottom: 2px;
font-weight: 900;
}

.archiveArea .archiveBox .chefBox .nameBox .ttl_name .hono{           
font-size: 15px;
letter-spacing: 0.185em;
font-weight: 900;
padding-left:6px;
}
.archiveArea .archiveBox .chefBox .imgBox .ph img{
border: 4px solid #000;
}
.archiveArea .archiveBox .chefBox a:hover{
opacity: 1;
}
.archiveArea .archiveBox .chefBox a:hover .imgBox{
opacity: 0.7;
}
.archiveArea .archiveBox .chefBox a:hover .nameBox .numBox{
color: rgba(255,255,255,0.7);
border-color:#4c4c4c;
background-color:#4c4c4c;
}
.archiveArea .archiveBox .chefBox a:hover .nameBox .ttl_name{
color:#4c4c4c;
border-color: #4c4c4c;
}

/*-- btmNaviArea --*/
.btmNaviArea{
margin-top: 80px;
}
.btmNaviArea .btmNaviBox{
width:100%;
max-width: 880px;
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}

.btmNaviArea .btnBox a{
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: 0 auto;
padding-top: 4px;
width: 430px;
height: 90px;
border: 4px solid #000;
background-color: #85b53e;
transition:.3s opacity ease;
font-size: 21px;
font-weight: 700;
letter-spacing: 0.1em;
}
.btmNaviArea .btnBox a:after{
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 19px;
width: 12px;
height: 14px;
background-color: #000;
clip-path: polygon(0 0, 100% 50%, 0 100%);
}	
.btmNaviArea .btnBox .font_en{
font-weight:600;
}

.btmNaviArea .btnBox a .font_en{
font-size: 24px;
font-weight: 600;
letter-spacing: 0.18em;
}


	
/*--　共通：ttl下　ttl-bar --*/
.ttl.ttl-bar{
position: relative;
display: inline-block;
padding-bottom: 20px;
margin-bottom: 30px;
}
.ttl.ttl-bar:before {
position: absolute;
content: '';
width: 22px;
left: 0px;
bottom: -6px;
border-bottom: 5px solid #85b53e;
}
.font_en{
font-family: 'League Spartan', sans-serif;
}

  /* footer */
  .l-footer {
    margin-top: 50px;
    padding: 2em 0;
    background: #292929;
    line-height: 1;
    color: #fff;
  }
  .l-section {
    width: 100%;
  }
  .l-section__inner.footerinner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: calc( 1314px);
  }
  .l-footer__navi {
    margin-bottom: 18px;
    line-height: 13px;
  }
  .l-footer__navi ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1em;
  }
  .l-footer__navi ul li {
    margin-right: 30px;
    margin-bottom: 1em;
  }
  .l-footer__navi ul li a, .l-footer__navi ul li span {
    /* padding: 0em 1em; */
    font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック";
    font-feature-settings: "palt";
    font-size: 13px;
    display: block;
  }
  .l-footer__navi ul li strong {
    font-weight: 900;
  }
  .l-footer__copy {
    font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック";
    font-feature-settings: "palt";
    font-size: 11px;
    line-height: 11px;
    font-weight: 900;
  }	

	

  .p-list{
    margin: 0 auto;
    padding-top: 40px;
    width: 80%;
    max-width: 1060px;
  }
  .p-section {
    margin-bottom: 40px;
  }
  .p-list__btn .p-btn ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* gap: 20px; */
  }
  .p-btn ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    /* gap: 10px; */
    overflow: hidden;
    margin-right: 10px;
}
  .p-list__btn .p-btn ul li {
    width: 308px;
  }
  .p-btn.p-btn__gry.p-btn__bdr ul li {
    background: #fff;
    color: #000;
    border: 1px solid #e2e2e2;
  }
  .p-btn ul li a{
    flex-wrap: nowrap;
    /* gap: 0.5em; */
    width: 100%;
    height: 100%;
    position: relative;
  }
  .p-list__btn .p-btn ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-list__btn .p-btn ul li.p-btn__kamposearch a{
    padding: 1em;
    background: url(../../../top/images/btn_kamposearch_bgi.webp) no-repeat 0% 50%;
    background-size: contain;
    transition: var(--hover-tr);
  }
  .p-list__btn .p-btn ul li.p-btn__kamposearch a:hover{
    opacity: var(--hover-op);
  }
  .p-list__btn .p-btn ul li.p-btn__kamposearch strong {
    margin-left: 2em;
    font-weight: bold;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  .p-btn ul li strong + .p-ic {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
    border-color: #000 #000 transparent transparent;
}
  .l-flow{
    margin: 0 auto;
    width: 80%;
    max-width: 1060px;
  }
  .l-flow__menu_global{
    margin-bottom: 40px;
    max-width: 680px;
  }
  .l-flow__menu_global ul{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    border: 0.5px solid #e2e2e2;
  }
  .l-flow__menu_global ul li{
    width: calc( 100% / 3) !important;
    height: 40px !important;
    border: 0.5px solid #e2e2e2;
  }
  .l-flow__menu_global ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: var(--hover-tr);
  }
  .l-flow__menu_global ul li a:hover{
    opacity: var(--hover-op);
  }
  .l-flow__menu_global ul li i {
    width: 1.6em;
    height: 1.6em;
    margin-right: 0.5em;
  }
  .p-ic.p-ic__nav_menu01_cat01_grn {
    background: url(../../../top/images/ic_nav_menu01_cat01_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat02_grn {
    background: url(../../../top/images/ic_nav_menu01_cat02_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat03_grn {
    background: url(../../../top/images/ic_nav_menu01_cat03_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat04_grn {
    background: url(../../../top/images/ic_nav_menu01_cat04_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat05_grn {
    background: url(../../../top/images/ic_nav_menu01_cat05_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_cat06_grn {
    background: url(../../../top/images/ic_nav_menu01_cat06_grn.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .l-flow__menu_global ul li strong {
    width: 6em;
    text-align: center;
  }

  .l-flow__menu_share{
    max-width: 680px;
  }
  .l-flow__menu_share ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    /* gap: 12px; */
  }
  .l-flow__menu_share ul li {
    width: 140px;
    height: 30px;
    background: #88b83e;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    margin-right: 12px;
  }
  .l-flow__menu_share ul li.l-flow__menu_share--facebook {
    background: #1877F2;
  }
  .l-flow__menu_share ul li.l-flow__menu_share--twitter {
    background: #000;
  }
  .l-flow__menu_share ul li.l-flow__menu_share--line {
    background: #06C755;
  }
  .l-flow__menu_share ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    line-height: 1;
    transition: var(--hover-tr);
  }
  .l-flow__menu_share ul li a:hover{
    opacity: var(--hover-op);
  }
  .l-flow__menu_share ul li i {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .p-ic.p-ic__nav_menu01_facebook01_clr {
    background: url(../../../top/images/ic_nav_menu01_facebook01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }	
  .p-ic.p-ic__nav_menu01_facebook01_clr {
    background: url(../../../topimages/ic_nav_menu01_facebook01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_twitter01_clr {
    background: url(../../../topimages/ic_nav_menu01_twitter01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_line01_clr {
    background: url(../../../topimages/ic_nav_menu01_line01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }	
	
}

@media screen and (min-width: 769px) and (max-width: 1300px){
/*-- ttlArea--*/
.ttlArea{
text-align: center;
margin-top: calc(30px * 0.7);
}
.ttlArea img{display: inline;}
.ttlArea .ttl01{
width: calc(223px * 0.7);
margin:0 auto;
}
.ttlArea .ttl02{
width: calc(416px * 0.7);
margin:0 auto;
padding-top: calc(17px * 0.7);
}
.ttlArea .ttl03{
width: calc(517px * 0.7);
margin:0 auto;
padding-top: calc(16px * 0.7);
}

  .anchor{
    margin: 20px auto 0;
    padding: calc(7px * 0.7);
    width: 58%;
    min-width: 543px;
    max-width: 630px;
    border: 3px solid #000;
  }
  .anchor__item:not(:first-of-type){
    border-left: 3px solid #000;
  }
  .anchor__item a{
    padding: 7px 0;
    font-size: calc(20px * 0.7);
  }
  .anchor__item:first-of-type a{
    margin-right: 5px;
    width: calc(100% - 5px);
  }
  .anchor__item:nth-of-type(2) a{
    margin-left: 5px;
    margin-right: 6px;
    width: calc(100% - 8.6px);
  }
  .anchor__item:last-of-type a{
    margin-left: 5px;
    width: calc(100% - 5px);
  }
  .anchor__item a:after{
    right: 5%;
    width: calc(13px * 0.7);
    height: calc(9px * 0.7);
  }	

/*-- mvArea --*/
.mvArea .txtBox{
right:0;
width: calc(397px * 0.7);
}
.mvArea .txtBox .numBox{
padding:calc(14px * 0.7) calc(18px * 0.7) calc(2px * 0.7) calc(22px * 0.7);
font-size: calc(32px * 0.7);
}
.mvArea .txtBox .comBox{
padding:calc(20px * 0.7) calc(15px * 0.7) calc(22px * 0.7) calc(31px * 0.7);
font-size: calc(24px * 0.7);
}
	
/*-- leadArea --*/
.leadArea{
margin-top: calc(79px * 0.7);
}	
.leadArea .leadArea_inner {
max-width: calc(1065px * 0.7);
}
.leadArea .leadBox .txtBox .ttl {
font-size: calc(32px * 0.7);
}
	
.leadArea .leadBox .txtBox .txt {
font-size: calc(20px * 0.7);
margin-bottom: calc(45px * 0.7);
}



/*-- sectorArea --*/
.sectorArea{
padding-top: calc(80px * 0.7);
margin-top: calc(38px * 0.7);
}
.sectorArea .ttlBox.pc .icon{
width: calc(326px * 0.7);
margin: 0 auto;
}
.sectorArea .ttlBox.pc .ttl{
width:  calc(660px * 0.7);
margin: 30px auto 0 auto;
}
	

/*--　スライダー --*/

.sectorBox{
padding-top: calc(82px * 0.7);
padding-bottom:  calc(9vw * 0.7);
}

.sectorBox .wrapper {
max-width: calc(1200px * 0.7);
margin: 0 auto;
padding: 0 calc(10vw * 0.7);
}

.sectorBox .swiper {
overflow: visible;
padding: 0 0 calc(50px * 0.7) 0;
}
.sectorBox .recipeBox .imgBox .recipe_num{
position: absolute;
width:calc(100px * 0.7);
font-size:calc(30px * 0.7);
padding-top: calc(10px * 0.7) ;
padding-bottom: calc(3px * 0.7);
}
.sectorBox .recipeBox .ttlBox{
font-size:calc(26px * 0.7);
padding-top: calc(22px * 0.7);
}
.sectorBox .recipeBox .timeBox{
font-size: calc(26px * 0.7);
padding-top:calc(8px * 0.7);
}
.sectorBox .recipeBox .timeBox:before{
padding-right:calc(10px * 0.7);
}	
/* ==========================
fractionのカスタマイズ
========================== */
.swiper-pagination-fraction {
font-size: calc(32px * 0.7);
}

.swiper-button-prev {
right:calc(11vw * 0.7);;
left: auto;
border-top:calc(13px * 0.7) solid transparent;
border-bottom: calc(13px * 0.7) solid transparent;
border-right:calc(19px * 0.7) solid #000;
width: 0;
height: 0;
top:calc(-46px * 0.7);
}
.swiper-button-next {
right:calc(5vw * 0.7);
border-top:calc(13px * 0.7) solid transparent;
border-bottom: calc(13px * 0.7) solid transparent;
border-left:calc(19px * 0.7) solid #000;
width: 0;
height: 0;
top:calc(-46px * 0.7);
}	
	

/*-- fll-leadArea --*/
.fll-leadArea{
margin-top:calc(110px * 0.7);
}
.fll-leadArea img{
width:calc(103% * 0.7);
}
.fll-leadArea .fll-leadBox .txtBox {
padding-left: calc(6.5% * 0.7);
padding-right: calc(9% * 0.7) ;
}
.fll-leadArea .fll-leadBox .txtBox .ttl{
font-size: calc(32px * 0.7);
}
.fll-leadArea .fll-leadBox .txtBox .txt{
font-size:calc(20px * 0.7);
}
.fll-leadArea .fll-leadBox .txtBox .txt p{
margin-bottom:calc(43px * 0.7);
}
.fll-leadArea .fll-leadBox .imgBox .ph{
margin-left:calc(30% * 0.7);
margin-top:calc(42px * 0.7);
}
	
/*-- recomendArea --*/	
.recomendArea {
margin-top: calc(85px * 0.7);
}
.recomendArea .recomendArea_inner {
max-width: calc(1200px * 0.7);
}
.recomendArea .recomendBox{
padding-top:calc(70px * 0.7);
}
.recomendArea .recomendBox .txtBox{
flex-basis: 64.6%;  
}
.recomendArea .recomendBox .txtBox .ttl{
font-size: calc(30px * 0.7);
padding: calc(20px * 0.7) calc(25px * 0.7) calc(20px * 0.7) calc(45px * 0.7);
}
.recomendArea .recomendBox .txtBox .ttl_catch{
font-size: calc(30px * 0.7);
margin-top: calc(46px * 0.7);
}
.recomendArea .recomendBox .txtBox .txt{
font-size: calc(20px * 0.7);
line-height: calc(2.3 * 0.7);
padding-bottom: calc(53px * 0.7);
margin-top: calc(24px * 0.7);	
}
.recomendArea .recomendBox .imgBox{
margin-bottom:calc(53px * 0.7);
margin-right:calc(6.5% * 0.7);
height: calc(300px * 0.7);
}
.recomendArea .recomendBox .imgBox .ph_ttl{
position: absolute;
top: calc(15px * 0.7);
left: calc(-12px * 0.7);
padding: calc(10px * 0.7) calc(12px * 0.7) calc(5px * 0.7) calc(17px * 0.7);
font-size: calc(26px * 0.7);
}	
.recomendArea .recomendBox .imgBox .ph{
width: calc(300px * 0.7);
}
	
	
/*-- profileArea --*/
.profileArea{
margin-top: calc(102px * 0.8);
margin-bottom: calc(30px * 0.8);
}
.profileArea .profileArea_inner {
max-width: calc(970px * 0.8);
}
.profileArea .profileBox {
position: relative;
}
.profileArea .profileBox .itemBox .item_ph{
width: calc(150px * 0.7);
}
.profileArea .profileBox .item_ttl{
padding-left: calc(20px * 0.7);
}
.profileArea .profileBox .itemBox .item_ttl a{
font-size: calc(15px * 0.7);
}
.profileArea .profileBox .itemBox .item_ttl a::after {
width: calc(205px * 0.7);
}
.profileArea .profileBox .imgBox .ph{
padding-left: calc(5% * 0.7);
}
.profileArea .profileBox .nameBox{
width: 66.475%;
float: right;
}
.profileArea .profileBox .txtBox{
width: 66.475%;
margin-top: calc(27px * 0.7);
}
.profileArea .profileBox .nameBox .ttl{
font-size: calc(23px * 0.7);
}
.profileArea .profileBox .nameBox .ttl_name{
font-size: calc(30px * 0.7);
}
.profileArea .profileBox .txtBox .txt{
font-size: calc(18px * 0.7);
}


/*-- archiveArea --*/
.archiveArea{
padding-bottom: calc(70px * 0.7);
padding-top:calc(69px * 0.7);
}
.archiveArea .areaTtl{
font-size: calc(32px * 0.7);
}
.archiveArea .archiveBox{
max-width: calc(1066px * 0.7);
padding-top: calc(60px * 0.7);
padding-right: calc(28px * 0.7);
}
.archiveArea .archiveBox .chefBox{
max-width: calc(300px * 0.7);
height: calc(300px * 0.7);
}
.archiveArea .archiveBox .chefBox .nameBox{
position: absolute;
top: calc(231px * 0.7);
left: calc(-28px * 0.7);
}
.archiveArea .archiveBox .chefBox .nameBox .numBox{
display: inline-block;
padding: calc(12px * 0.7) calc(15px * 0.7) calc(4px * 0.7) calc(15px * 0.7);
font-size: calc(20px * 0.7);
}
.archiveArea .archiveBox .chefBox .nameBox .ttl_name{
width: calc(221px * 0.7);
padding: calc(12px * 0.7) 0 calc(12px * 0.7) calc(20px * 0.7);
font-size: calc(22px * 0.7);
}
.archiveArea .archiveBox .chefBox .nameBox .ttl_name .cate{
font-size: calc(14px * 0.7);
}

.archiveArea .archiveBox .chefBox .nameBox .ttl_name .hono{
font-size: calc(15px * 0.7);
padding-left: calc(6px * 0.7);
}
	
/*-- btmNaviArea --*/
.btmNaviArea{
margin-top:calc(80px * 0.7);
}
.btmNaviArea .btmNaviBox{
max-width:calc(880px * 0.7);
}

.btmNaviArea .btnBox a {
font-size:calc(21px * 0.7);
width: calc(430px * 0.7);
height: calc(90px * 0.7);
}
.btmNaviArea .btnBox a:after{
right:calc(19px * 0.7);
width:calc(12px * 0.7);
height:calc(14px * 0.7);
}	

.btmNaviArea .btnBox .font_en{
font-weight:600;
}

.btmNaviArea .btnBox a .font_en{
font-size:calc(24px * 0.7);
}



	
/*--　共通：ttl下　ttl-bar --*/
.ttl.ttl-bar{
padding-bottom:calc(20px * 0.7);
margin-bottom:calc(30px * 0.7);
}

.ttl.ttl-bar:before {
width:calc(22px * 0.7);
border-bottom:calc(5px * 0.7) solid #85b53e;
bottom:calc(-6px * 0.7);
}

	
}


.presentBox {
  background-color: #fff;
  padding:0.5em;
  width: 90%;
  margin: 1em auto;
  text-align: center;
  border: 3px solid red;
  font-weight: bold;
  font-size: calc(18px * 0.7);
  line-height: 1.5;
}

.presentTitle{
    display: inline-block;
    margin-bottom: 0.8em;
    color: #000;
    background: linear-gradient(transparent 60%, #FDDB43 60%);
    font-weight: bold;
  }

.txtBox {
  position: relative
}

.presentBook {
  position: absolute;
  bottom:6px;
  left:-70px;
  width: 25%;
}

@media screen and (max-width: 768px){

.presentBook {
  position: absolute;
  bottom:100px;
  left:-15px;
  width: 30%;
}
}

.presentTerm {
  background-color: #f8f0f0;
  color: #000;
}

@media screen and (min-width: 769px){

  .presentBox {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .presentBox {
    font-size: calc(18px * 0.7);
  }
  
}


.presentInfo {
  color: red;
  font-weight: bold;
}


@media screen and (max-width: 768px){
.presentBox .btnBox a {
    display: block;
    position: relative;
    padding: 5px 0;
    background-color: #85B53E;
    border: 2px solid #000;
    text-align: center;
    margin: 10px auto;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
}

@media screen and (min-width: 769px) {
.presentBox .btnBox a {
  display: block;
  position: relative;
  padding: 10px 0;
  background-color: #85B53E;
  border: 2px solid #000;
  text-align: center;
  margin: 10px auto;
  font-size: calc(18px * 0.7);
  font-weight: 700;
  letter-spacing: 0.1em;
    font-size: calc(21px * 0.7);
    width: calc(430px * 0.7);
}
}

.presentBox .btnBox a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  width: 12px;
  height: 14px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*20240814 kitahara 著者ページへの導線*/
.profileBox a {
  text-decoration: underline;
}