@charset "utf-8";


/* ================================
sp
================================ */
@media screen and (max-width: 768px){
.pc{display: none !important; }
.sp{display: block !important;}
img{width: 100%;} 
body{
font-family: 'Zen Kaku Gothic New', sans-serif;
}

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



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


/*-- top-btn --*/
.top-btn{
position: absolute;
bottom: 3.73vw;
right: 1vw;
z-index: 2;
}
.top-btn img{
width: 4.6vw;
}

/*-- ttlArea--*/
.ttlArea{
text-align: center;
padding-top:6vw;
}
.ttlArea .ttl01{
width: 54.4186vw;
line-height: 1;
margin: 0 auto 3.72vw;
}
.ttlArea .ttl02{
  width: 86vw;
  line-height: 1;
margin: 0 auto;
}
.ttlArea .ttl03{
  width: 86vw;
margin: 0 auto;
padding-top:3.72vw;
}

.anchor{
display: flex;
align-items: stretch;
justify-content: space-between;
margin: 6vw auto 0;
padding: 2.93vw;
width: 88vw;
border-radius: 100px;
border: 2px solid #000;
background-color: #fff;
}
.anchor__item{
flex-grow: 1;
}
.anchor__item:not(:first-of-type){
border-left: 2px solid #000;
}
.anchor__item a{
display: inline-block;
position: relative;
padding: 0 0 2.13vw;
width: 100%;
font-size: 3.2vw;
text-align: center;
line-height: 1.25;
letter-spacing: 0.14em;
font-weight: 700;
}
.anchor__item.line2 a {
line-height: 2.5em;
}		
.anchor__item:first-of-type a{
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.anchor__item:last-of-type a{
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.anchor__item a:after{
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 1.87vw;
height: 1.33vw;
background-color: #000;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}	

/*-- mvArea --*/
.mvArea{
margin-top:9.3vw;
}
.mvArea .mvImage {
  overflow: hidden;
  border-radius:0 13.9534vw;
}
.mvArea .mvArea_inner{
position: relative;
/* background-image:url("../images/mv_img_pc.png") ;
background-repeat: no-repeat;
background-size: cover;
background-position: center top; */
width: 89%;
margin: 0 auto;
/* padding-top: 78vw; */
border: 2px solid #000;
border-radius:0 13.9534vw;
}
.mvArea .iconBox{
position: absolute;
top: -6.5%;
left: 1.7%;
width: 31%;
}
.mvArea .txtBox{
position: absolute;
right: -6vw;
top: 70vw;
width: 82%;
}
.mvArea .txtBox .numBox{
background-color: #000;
color: #fff;
font-family: 'League Spartan', sans-serif;
padding:8px 14px 2px 12px;
text-align: center;
display: inline-block;
font-weight: 600;
font-size: 4.2vw;
letter-spacing: 0.18em;
line-height: 1.2;
}
.mvArea .txtBox .comBox{
background-color: #fff;
border: 2px solid #000;
padding:2.8vw 0 3vw 0;
font-weight: 700;
font-size: 4.53vw;
letter-spacing: 0.065em;
line-height: 1.35;
}
.mvArea .txtBox .comBox .recipeName{
padding-left: 3.72vw;
font-size: 3vw;
font-weight: 700;
letter-spacing: 0.065em;
}
.mvArea .txtBox .comBox .recipeTxt{
padding-left: 2.6vw;
font-weight: 700;
font-size: 4.5vw;
letter-spacing: 0.025em;
margin-top: 1vw;
}
.mvArea .txtBox .comBox .tag {
  font-size: 0;
  margin: 2.6vw 0 0 3.72vw;
}
.mvArea .txtBox .comBox .tag li {
font-weight: 500;
font-size: 3.256vw;
height: 5.35vw;
letter-spacing: 0;
background: #F5D047;
display: inline-block;
margin-right: 2vw;
line-height: 1.6;
padding: 0 2.3vw 0.5vw;
}
.pointArea {
  padding-top: 32.56vw;
}
.pointArea .icon{
  width: 12.3256vw;
  margin: 0 auto 2.326vw;
}
.pointArea .ttlBox .ttl{
  width: 60.6977vw;
  margin: 0 auto 6vw;
}
.pointArea .text {
  font-weight: 700;
  font-size: 5.5813vw;
  line-height: 1.75;
    text-align: center;
    margin-bottom: 6vw;
}
.pointArea .lead_text {
    width: 90%;
    margin: 0 auto 6vw;
}
.pointArea .point__food {
    width: 87.9vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
 }
 .pointArea .point__desc dt {
  font-size: 4.186vw;
  letter-spacing: 0.05em;
  height: 6.9767vw;
  border-radius: 3.72vw;
  background: #85B53E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.86vw;
 }   
 .pointArea .point__desc dd {
  font-weight: 500;
  font-size: 4.186vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 6vw;
  
}
/*-- leadArea --*/
.leadArea{
margin-top: 74px;
}

.leadArea .leadArea_inner{

}
.leadArea .leadBox{
padding: 0 6.13%;
}
.leadArea .leadBox .imgBox{
float: left;
width: 55%;
}

.leadArea .leadBox .ttlBox{
float: right;
width: 33.5%;
}

.leadArea .leadBox .ttlBox .ttl{
display: flex;
flex-direction: row-reverse;
font-size: 6.5vw;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.07em;
}
.leadArea .leadBox .ttlBox .ttl p{
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}

.leadArea .leadBox .txtBox{
float: left;
width: 100%;
}

.leadArea .leadBox:after{
content: "";
display: block;
clear: both;
}

.leadArea .leadBox .txtBox .ttl{
width:100%;
padding-bottom: 25px;
font-size: 32px;
font-weight: bold;
line-height: 1.75;
letter-spacing: 0.1em;
}
.leadArea .leadBox .txtBox .ttl img{
width: 50%;
}

.leadArea .leadBox .txtBox .txt{
font-size: 4.2vw;
line-height: 1.75;
margin-top: 7vw;
letter-spacing: 0.04em;
}
.leadArea .leadBox .txtBox .txt p{
margin-bottom:2em;
}
.leadArea .leadBox .imgBox img{
    border-radius: 40px 0;
    border: 2px solid #000;
    padding: 0;
    width: 100%;
    background-color: #000;
}

/*-- recipeArea --*/
.recipeArea{
width: 100%;
background-color: #fff;
border-radius: 50px;
padding-top: 13.953vw;
padding-bottom:8vw;
margin-top: 7.954vw;
}
.recipeArea .ttlBox{
}
.recipeArea .ttlBox .icon{
width: 11.63vw;
margin: 0 auto;
}
.recipeArea .ttlBox .ttl{
width: 32.3256vw;
margin: 2.56vw auto 0 auto;
}

.recipeArea .recipeBox{
padding: 0 6.13vw;
}
.recipeArea .recipeBox .topBox{
padding-bottom:10.95vw;
border-bottom: 2px solid #EFEFEF;
}
.recipeArea .recipeBox .topBox_ph{
flex-basis: 51%;
}

.recipeArea .recipeBox .topBox_txt{
flex-basis: 43%;
}
.recipeArea .recipeBox .topBox_txt .ttl .ttl_box01{
width: auto;
float: left;
letter-spacing: 0.039em;
display: inline-block;
padding-right: 0.8em;
background-color: #fff;
}
.recipeArea .recipeBox .topBox_txt .ttl .ttl_box02{
float: right;
letter-spacing: 0.114em;
display: inline-block;
text-align: right;
background-color: #fff;
}
.recipeArea .recipeBox .topBox_txt .ttl:after{
content: "";
display: block;
clear: both;
}	
.recipeArea .recipeBox .topBox_txt .ttl{
font-size: 4.65vw;
line-height: 1;
padding-top: 13.953vw;
letter-spacing: 0.165em;
}
.recipeArea .recipeBox .topBox_txt .ttl .ttl_box01:before{
margin-right: 2.79vw;
content: '';display:
inline-block;
width:4.65vw;
height: 5.5813vw;
background-image:url(../images/icon_measure.webp);
background-size: contain;
vertical-align: -4px;
background-repeat: no-repeat;
}
.recipeArea .recipeBox .topBox_txt .detail{
font-size:4.186vw;
font-weight: 700;
padding-top: 5vw;
}
.recipeArea .recipeBox .topBox_txt .detail li{
background-image: url(../images/line-dot.webp);
background-position: left center;
background-repeat: no-repeat;
background-size: auto 10%;
margin-bottom:3vw;
}

.recipeArea .recipeBox .topBox_txt .detail_box01{
width: auto;
float: left;
letter-spacing: 0.039em;
display: inline-block;
padding-right: 0.8em;
background-color: #fff;
}
.recipeArea .recipeBox .topBox_txt .detail_box02{
float: right;
letter-spacing: 0.114em;
display: inline-block;
text-align: right;
background-color: #fff;
padding-left: 20px;
}
.recipeArea .recipeBox .topBox_txt .detail li:after{
content: "";
display: block;
clear: both;
}
.recipeArea .recipeBox .topBox_txt .detail li.bg-noimage{
  background: none;
}
.recipeArea .recipeBox .proBox{
border-bottom: 2px solid #EFEFEF;
padding-top: 6vw;
padding-bottom: 6vw;
}
.recipeArea .recipeBox .proBox.last{
border-bottom: none;
}
.recipeArea .recipeBox .proBox .proBox_num{
float: left;
width:6.9767vw;
}
.recipeArea .recipeBox .proBox .proBox_txt{
padding-left:10.69vw;
font-size: 4.186vw;
letter-spacing: 0.015em;
line-height: 1.75;
}
.recipeArea .recipeBox .proBox .proBox_txt .small {
  font-size: 2.79vw;
}
.recipeArea .recipeBox .proBox .proBox_txt strong {
  display: block;
  line-height: 1;
  margin-bottom: 2.79vw;
  font-size: 4.65vw;
  letter-spacing: 0.05em;
}
.recipeArea .recipeBox .proBox .proBox_ph{
padding-left: 9%;
padding-top: 3%;
}

.recipeArea .recipeBox .proBox:after{
content: "";
display: block;
clear: both;
}

.recipeArea .recipeBox .proBox .proBox_num span{
font-family: 'League Spartan', sans-serif;
font-size:4.53vw;
background-color: #85B53E;
color: #fff;
width: 100%;
display: block;
text-align: center;
padding: 24% 0 12% 0;
line-height: 1;
}


.recipeArea .recipeBox .recipe-mvBox{
width: 100%;
background-color: #F1F1E4;
border-radius: 15px;
padding:8vw 0 12vw 0;
margin-bottom: 10vw;
}
.recipeArea .recipeBox .mvBox_ttl{
width: 64%;
margin: 0 auto;
font-family: 'League Spartan', sans-serif;
background-color: #000;
color: #fff;
border-radius: 70px;
font-size: 4.8vw;
text-align: center;
letter-spacing: 0.155em;
margin-bottom: 8vw;
line-height: 2.5em;
}
.recipeArea .recipeBox .mvBox_mv{
width: 86%;
margin: 0 auto;
}	


.recipeArea .recipeBox .mvBox_mv .box {
position: relative;
width: 100%;
margin:0 auto;
}

.recipeArea .recipeBox .mvBox_mv .box video{
width: 100%;
}

.recipeArea .recipeBox .mvBox_mv .box .play-btn{
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}

.recipeArea .recipeBox .mvBox_mv .box .play-btn .thumb{
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
z-index:1;
}
.recipeArea .recipeBox .mvBox_mv .box .play-btn .btn{
display: block;
width: 13%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
z-index:2;
}
.recipeArea .recipeBox .mvBox_mv .box .play-btn.playActive{display:none;}


.recipe-pointBox{
border-top: 5px solid #FDDB43;
border-bottom: 5px solid #FDDB43;
padding: 7vw 7vw;
margin-top: 13.5vw;
}

.recipe-pointBox .pointBox_ph{
position: relative;
}
.recipe-pointBox .pointBox_ph .ph_ttl{
position: absolute;
top: 3vw;
left: -3.5vw;
padding: 7px 12px 5px 11px;
background-color: #000;
color: #fff;
font-size: 5.6vw;
font-weight: 600;
font-family: 'League Spartan', sans-serif;
letter-spacing: 0.14em;
z-index: 10;
}
.recipe-pointBox .pointBox_ph .ph{
border: 2px solid #000;
width: 100%;
}
.recipe-pointBox .pointBox_txt{
margin-top: 3vw;
}
.recipe-pointBox .pointBox_txt .ttl{
font-size: 5.6vw;
font-weight: 700;
letter-spacing: 0.085em;
line-height: 1.5;
}
.recipe-pointBox .pointBox_txt .txt{
font-size: 4vw;
line-height: 1.86;
letter-spacing: 0.015em;
margin-top: 1vw;
}


/*-- otherArea --*/
.otherArea{
width: 100%;
margin: 0 auto;
margin-top: 13.953vw;
}
.otherArea .ttlBox.sp{
width:58.14vw;
margin: 0 auto;
}
.otherArea .otherBox{
    margin-top: 13.953vw;
    padding: 0 11.39vw;
}
.otherArea .otherBox .otherList{
margin-bottom: 9.3vw;
}
.otherArea .otherBox .otherList .imgBox{
position: relative;
border:2px solid #000;
box-sizing: border-box;
}
.otherArea .otherBox .otherList .imgBox img{
width: 100%;
}
.otherArea .otherBox .otherList .imgBox .recipe_num{
position: absolute;
width:20vw;
bottom: 0;
left: 0;
background-color: #000;
color: #fff;
font-size: 5.6vw;
font-weight: 600;
font-family: 'League Spartan', sans-serif;
text-align: center;
letter-spacing: 0.18em;
display: flex;
justify-content: center;
align-items: center;
height: 38px;
padding-top: 5px;
}
.otherArea .otherBox .otherList .ttlBox{
font-size:4.65vw;
font-weight: 700;
letter-spacing:0.05em;
line-height: 1.5;
padding-top: 3.5vw;
}
.otherArea .otherBox .otherList .timeBox{
letter-spacing: 0.1em;
font-size: 4.53vw;
}
.otherArea .otherBox .otherList .timeBox:before{
content: '';
display: inline-block;
width: 17px;
height: 17px;
background-image: url(../images/icon_clock.webp);
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
padding-right: 25px;
}
.otherArea .otherBox .otherList .tag {
  font-size: 0;
  margin-top: 3.5vw;
}
.otherArea .otherBox .otherList .tag li {
font-weight: 500;
font-size: 3.256vw;
line-height: 1.6;
height: 5.35vw;
letter-spacing: 0;
background: #F5D047;
display: inline-block;
margin-right: 2.33vw;
padding: 0 2.3vw 0.5vw;
}
/*--　bnrArea --*/
.bnrArea {
  font-size: 0;
}
.bnrArea .bnrArea_inner{
width: 87%;
margin: 18.6vw auto 0;
}



/*-- profileArea --*/
.profileArea{
margin-top: 18.6vw;
padding: 0 6.13% 0 6.13%;
}
.profileArea .profileBox{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.profileArea .profileBox .imgBox{
flex-basis: 50%;
}
.profileArea .profileBox .nameBox{
flex-basis: 50%;
}
.profileArea .profileBox .txtBox{
flex-basis: 100%;
}
.profileArea .profileBox .imgBox .ph{
padding-right:7.4vw;
}
.profileArea .profileBox .imgBox .ph img{
border: 2px solid #000;
border-radius: 0 4.65vw;
}

.profileArea .profileBox .nameBox .ttl{
font-size:4.186vw;
line-height: 1;
letter-spacing: 0.125em;
font-family: 'League Spartan', sans-serif;
font-weight: 600;
}
.profileArea .profileBox .nameBox .ttl_name{
font-size: 6.5vw;
letter-spacing: 0.135em;
font-weight: 700;	
}
.profileArea .profileBox .nameBox .ttl_name a {
  text-decoration: underline;
}
.profileArea .profileBox .txtBox .txt{
font-size: 4.186vw;
line-height: 1.75;
font-weight: 500;
margin-top: 4.65vw;
}
.profileArea .profileBox {
position: relative;
}
.profileArea .profileBox .itemBox{
position: absolute;
bottom: -20%;
left: -2%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: baseline;
flex-direction: row-reverse;
width: 100%;
}
.profileArea .profileBox .itemBox .item_ph{
width: 29vw;
}
.profileArea .profileBox .itemBox .item_ttl{
position: absolute;
bottom: 6vw;
left: 0;
}
.profileArea .profileBox .itemBox .item_ttl a{
color: #85b53e;
font-size:3.8vw;
font-weight: 700;
letter-spacing: 0.015em;
position: relative;
}
.profileArea .profileBox .itemBox .item_ttl a::after {
content: '';
width: 96%;
height: 1px;
display: inline-block;
background-color: #85b53e;
position: absolute;
bottom: -3px;
left: 6px;
}
.profileArea .profileBox a {
  text-decoration: underline;
}	


/*-- archiveArea --*/
.archiveArea{
background-color: #fff;
margin-top: 13vw;
padding: 0 6.13%;
}
.archiveArea .areaTtl{
text-align: center;
font-size:5.06vw;
font-weight: 600;
letter-spacing: 0.18em;
font-family: 'League Spartan', sans-serif;
}
.archiveArea .archiveBox{
padding-top: 7vw;
}
.archiveArea .archiveBox .chefBox{
width:80%;
margin: 0 auto;
position: relative;
margin-bottom: 11vw;
}
.archiveArea .archiveBox .chefBox:last-child{
margin-bottom: none;
}
.archiveArea .archiveBox .chefBox .nameBox{
position: absolute;
top: 37vw;
left: -9vw;
z-index: 10;
}
.archiveArea .archiveBox .chefBox .nameBox .numBox{
display: inline-block;
padding:8px 9px 1px 13px;
background-color: #000;
color: #fff;
font-size: 4.2vw;
font-weight: 600;
letter-spacing: 0.165em;
font-family: 'League Spartan', sans-serif;
}
.archiveArea .archiveBox .chefBox .nameBox .ttl_name{
width:44vw;
padding:9px 0px 9px 17px;
border: 2px solid #000;
background-color: #fff;
font-size:4.2vw;
font-weight: 700;
letter-spacing: 0.06em;
}
.archiveArea .archiveBox .chefBox .nameBox .ttl_name .cate{
display: block;
font-size:3.2vw;
letter-spacing: 0.21em;
margin-bottom: 2px;
font-weight: 900;
}

.archiveArea .archiveBox .chefBox .nameBox .ttl_name .hono{
font-size:3.2vw;
letter-spacing: 0.185em;
font-weight: 900;
padding-left:6px;
}
.archiveArea .archiveBox .chefBox .imgBox .ph img{
border:2px solid #000;
}



/*-- btmNaviArea --*/
.btmNaviArea{
background-color: #fff;
margin-top: 17vw;
margin-bottom: 22vw;
padding: 0 6.13%;
}
.btmNaviArea .btnBox{
width:100%;
}
.btmNaviArea .btnBox:last-child{
margin-bottom: 0;
}
.btmNaviArea .btnBox a{
display: block;
position: relative;
padding: 24px 0;
background-color: #85B53E;
border: 2px solid #000;
text-align: center;
margin-bottom: 3vw;
font-size:4.53vw;
font-weight: 700;
letter-spacing: 0.1em;
}
.btmNaviArea .btnBox a:after{
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 3.33vw;
width: 2.13vw;
height: 2.53vw;
background-color: #000;
clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.btmNaviArea .btnBox a .font_en{
font-size:4.53vw;
font-weight: 600;
letter-spacing: 0.18em;
}

	
  /* footer */
  .l-footer {
    margin-top: 22vw;
    line-height: 1.3;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #292929;
    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: 20px;
    line-height: 13px;
  }
  .l-footer__navi ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
  .l-footer__navi ul li {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .l-footer__navi ul li a, .l-footer__navi ul li span {
    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;
    width: 88vw;
  }
  .p-section {
    margin-bottom: calc( 35 / 375 * 100vw);
  }
  .p-btn ul{
    width: 100%;
  }
  .p-list__btn .p-btn ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .p-btn.p-btn__gry.p-btn__bdr ul li{
    width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #e2e2e2;
  }
  .p-list__btn .p-btn ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .p-list__btn .p-btn ul li.p-btn__kamposearch a{
    padding: 1em;
    /* background: url(/kampo/kampofullife/top/images/btn_kamposearch_bgi.webp) no-repeat 0% 50%; */
    background-size: contain;
  }
  .p-btn ul li.p-btn__kamposearch strong{
    text-align: left;
  }
  .p-btn ul li.p-btn__kamposearch strong{
    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-list__btn .p-btn ul li.p-btn__kamposearch strong{
    margin-left: 2em;
  }
  .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;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
  }
  .p-btn ul li strong + .p-ic{
    border: 1px solid;
  }
  .p-btn.p-btn__gry.p-btn__bdr ul li strong + .p-ic {
    border-color: #000 #000 transparent transparent;
  }

  .l-flow__menu_global{
/*    margin: 0 calc( 15 / 375 * -100vw);*/
    margin-bottom: calc( 20 / 375 * 100vw);
  }
  .l-flow__menu_global ul{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    border: 0.5px solid #e2e2e2;
    border-left: none;
    border-right: none;
  }
  .l-flow__menu_global ul li{
    border: 0.5px solid #e2e2e2;
    width: calc( 100% / 2) !important;
    height: calc( 40 / 375 * 100vw) !important;
  }
  .l-flow__menu_global ul li:nth-of-type(odd){
    border-left: none;
  }
  .l-flow__menu_global ul li:nth-of-type(even){
    border-right: none;
  }
  .l-flow__menu_global ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
  }
  .l-flow__menu_global ul li i{
    width: 1.6em;
    height: 1.6em;
    margin-right: 0.5em;
  }

  .l-flow__menu_global ul li strong{
    width: 6em;
    text-align: left;
  }

  .l-flow__menu_share{
    margin-bottom: calc( 20 / 375 * 100vw);
  }
  .l-flow__menu_share ul{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .l-flow__menu_share ul li{
    line-height: 1;
    color: #fff;
    width: calc( 100 / 375 * 100vw);
    height: calc( 20 / 375 * 100vw);
    font-size: calc( 10 / 375 * 100vw);
    margin-right: calc( 6 / 375 * 100vw);
  }
  .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;
    padding-left: calc( 20 / 375 * 100vw);
    line-height: 1;
  }
  .l-flow__menu_share ul li i{
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc( 20 / 375 * 100vw);
    height: calc( 20 / 375 * 100vw);
  }
  /* .p-ic.p-ic__nav_menu01_facebook01_clr {
    background: url(/kampo/kampofullife/top/images/ic_nav_menu01_facebook01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_twitter01_clr {
    background: url(/kampo/kampofullife/top/images/ic_nav_menu01_twitter01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }
  .p-ic.p-ic__nav_menu01_line01_clr {
    background: url(/kampo/kampofullife/top/images/ic_nav_menu01_line01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  } */
