@charset "utf-8";


/* ================================
sp
================================ */
@media screen and (max-width: 768px){
.pc{display: none !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;
}


/*-- ttlArea--*/
.ttlArea{
text-align: center;
padding-top: 1.13vw;
}
.ttlArea .ttl01{
width: 40%;
margin: 0 auto;
}
.ttlArea .ttl02{
width: 60%;
margin: 0 auto;
}
.ttlArea .ttl03{
width: 62%;
margin: 0 auto;
padding-top:2.5vw;
}


.anchor{
display: flex;
align-items: stretch;
justify-content: space-between;
margin: 3.73vw 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: 6.27vw;
}
.mvArea .mvArea_inner{
position: relative;
background-image:url("../images/mv_img_sp.png") ;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center top;
width: 100%;
padding-top: 98vw;
}
.mvArea .iconBox{
width: 26%;
position: absolute;
top: -4%;
left: 8%;
}
.mvArea .txtBox{
position: absolute;
right: 0;
top: 73.5vw;
width: 65vw;
}
.mvArea .txtBox .numBox{
background-color: #000;
color: #fff;
font-family: 'League Spartan', sans-serif;
padding:9px 14px 4px;
text-align: center;
display: inline-block;
font-weight: 700;
font-size: 4vw;
letter-spacing: 0.16em;
line-height: 1.2;
}
.mvArea .txtBox .comBox{
background-color: #fff;
border: 2px solid #000;
padding:11px 10px 11px 18px;
font-weight: 700;
font-size: 4vw;
letter-spacing: 0.065em;
line-height: 1.53;
}


/*-- leadArea --*/
.leadArea{
margin-top: 14vw;
}
.leadArea .leadArea_inner{
padding:0 5%;
}

.leadArea .leadBox .txtBox .ttl{
font-size:5.3vw;
font-weight: bold;
line-height: 1.7;
letter-spacing: 0.1em;
}
.leadArea .leadBox .txtBox .txt{
font-size:4.26vw;
line-height:1.75;
letter-spacing: 0.015em;
margin-bottom:7vw;
}
.leadArea .leadBox img{
border-radius: 30px 0;
border: 2px solid #000;
padding: 0;
width: 100%;
background-color: #000;
}



/*-- sectorArea --*/
.sectorArea{
width: 100%;
background-color: #fff;
border-radius: 50px;
margin-top: 18vw;
padding-bottom:12vw;
}
.sectorArea .sectorArea_inner{
padding-top:13.5vw;
}
.sectorArea .ttlBox{
}
.sectorArea .ttlBox.sp .icon{
width:44.3%;
margin: 0 auto;
}
.sectorArea .ttlBox.sp  .ttl{
width: 50.8%;
margin:4.5vw auto 0 auto;
}

/*--　スライダー --*/
.sectorBox{
overflow: hidden;
padding-top: 15vw;
padding-bottom: 12vw;
margin-left: 6vw;
}
.sectorBox .swiper {
overflow: visible;
}
.sectorBox .swiper-slide{
width: 69%;
}
.sectorBox .recipeBox .imgBox{
position: relative;
border:2px solid #000;
box-sizing: border-box;
}
.sectorBox .recipeBox .imgBox a{
	display: block;
}
.sectorBox .recipeBox .imgBox .recipe_num{
position: absolute;
width: 16vw;
bottom: 0;
left: 0;
background-color: #000;
color: #fff;
font-size:4.53vw;
font-weight: bold;
font-family: 'League Spartan', sans-serif;
padding: 7px 0 4px 0;
text-align: center;
letter-spacing: 0.16em;
}
.sectorBox .recipeBox .ttlBox{
letter-spacing:0.1em;
font-size:4vw;
font-weight: 700;
padding-top:3vw;
line-height: 1.4;
}
.sectorBox .recipeBox .timeBox{
letter-spacing: 0.1em;
font-size: 3.73vw;
padding-top:2vw;
}
.sectorBox .recipeBox .timeBox:before{
padding-right: 6vw;
content: '';
display: inline-block;
width: 4vw;
height: 4vw;
background-image: url(../images/icon_clock.svg);
background-size: contain;
vertical-align: middle;
background-repeat: no-repeat;
}


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

/* ==========================
paginationの位置を調整
========================== */
.wrapper {
position: relative;
}

.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;
top: 460px;
}

/* ==========================
ラインアニメーションを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: 17vw;
left: auto;
border-top: 2.8vw solid transparent;
border-bottom: 2.8vw solid transparent;
border-right: 4vw solid #000;
width: 0;
height: 0;
top: -5vw;
}
.swiper-button-next {
right: 8vw;
border-top: 2.8vw solid transparent;
border-bottom: 2.8vw solid transparent;
border-left: 4vw solid #000;
width: 0;
height: 0;
top: -5vw;
}
.swiper-button-prev:after, .swiper-button-next:after{
content: none;
}



/*-----
SP調整用
----------*/
.swiper-pagination-fraction {
font-size: 5vw;
font-weight: 600;
color: #1a1b1b;
display: flex;
align-items: center;
position: absolute;
z-index: 1;
left: 2vw;
top: 67vw;
}
.swiper-pagination-fraction span{
font-family: 'League Spartan', sans-serif;	
}
.swiper-pagination-fraction .border {
width: 12vw;
height: 2px;
margin: 0 2vw;
background-color: #ddd;
position: relative;
}


/*-- fll-leadArea --*/
.fll-leadArea{
margin-top:16vw;
}
.fll-leadArea .fll-leadBox{
display: block;
}
.fll-leadArea .fll-leadBox .imgBox{
width:82.4%;
line-height: 0;
}
.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: 111.5vw;
position: relative;
border: 2px solid #000;	
}
.fll-leadArea .fll-leadBox .imgBox .box:before {
height: 0;
display: block;
position: absolute;
right: -3px;
content: "";
border-bottom: solid 57px #F1F1E4;
border-left: solid 47px transparent;
bottom: -3px;
z-index: 2;
}
.fll-leadArea .fll-leadBox .imgBox .box:after {
height: 0;
display: block;
position: absolute;
right: -2px;
content: "";
border-bottom: solid 57px #000;
border-left: solid 47px transparent;
bottom: -2px;
}

.fll-leadArea .fll-leadBox .txtBox{
padding:0 6.13%;
margin-top: 9vw;
}

.fll-leadArea .fll-leadBox .txtBox .ttl{
font-size:5.3vw;
font-weight: bold;
line-height: 1.7;
letter-spacing: 0.1em;
}
.fll-leadArea .fll-leadBox .txtBox .txt{
font-size: 4.2vw;
line-height: 1.75;
letter-spacing: 0.015em;
font-weight: 500;
}

.fll-leadArea .fll-leadBox .txtBox .ph{
background-image: url(../images/fll-lead_img02.png);
background-repeat: no-repeat;
background-size: cover;
background-position: left top;
width: 100%;
padding-top: 57.35vw;
position: relative;
border: 2px solid #000;
margin-top: 12vw;
}
.fll-leadArea .fll-leadBox .txtBox .ph:before {
height: 0;
display: block;
position: absolute;
right: -4px;
content: "";
border-top: solid 36px #F1F1E4;
border-left: solid 54px transparent;
top: -5px;
z-index: 2;
}
.fll-leadArea .fll-leadBox .txtBox .ph:after {
height: 0;
display: block;
position: absolute;
right: -1px;
content: "";
border-top: solid 34px #000;
border-left: solid 51px transparent;
top: -2px;
}

/*--　recomendArea --*/

.recomendArea{
margin-top:15vw;
padding:0 6.13%;
}
.recomendArea .recomendArea_inner{
background-color: #fff;
border-radius: 0 30px;
}
.recomendArea .recomendBox{
padding:10vw 8.97vw 3vw 8.97vw;
}
.recomendArea .recomendBox .txtBox .ttl{
width:100%;
margin: 0 auto;
font-size: 4.8vw;
font-weight: bold;
letter-spacing: 0.03em;
background-color: #FDDB43;
padding: 16px 0;
border-radius: 36.5px;
text-align: center;
}
.recomendArea .recomendBox .txtBox .ttl_catch{
font-size:5.6vw;
font-weight: bold;
letter-spacing: 0.085em;
margin-top: 6vw;
}
.recomendArea .recomendBox .txtBox .txt{
font-size: 4vw;
line-height: 1.86;
letter-spacing: 0.04em;
margin-top: 5vw;	
}
.recomendArea .recomendBox .imgBox{
position: relative;
margin-top: 10vw;
}
.recomendArea .recomendBox .imgBox .ph{
width: 100%;
margin: 0 auto;
border:2px solid #000;
}
.recomendArea .recomendBox .imgBox .ph_ttl{
position: absolute;
top: 57vw;
left: -6vw;
padding:8px 5px 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;
}


/*-- profileArea --*/
.profileArea{
margin-top: 15vw;
padding: 0 6.13% 18% 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:7vw;
}
.profileArea .profileBox .imgBox .ph img{
border: 2px solid #000;
border-radius: 0 20px;
}

.profileArea .profileBox .nameBox .ttl{
font-size:4vw;
line-height: 1.6;
letter-spacing: 0.125em;
font-family: 'League Spartan', sans-serif;
font-weight: 600;
}
.profileArea .profileBox .nameBox .ttl_name{
font-size: 6.13vw;
letter-spacing: 0.135em;
font-weight: 700;	
}
.profileArea .profileBox .txtBox .txt{
font-size: 4vw;
line-height: 1.86;
font-weight: 500;
margin-top: 4vw;
letter-spacing: -0.055em;
}
.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;
}
	

/*-- 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;
}



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

  /* 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(../../../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( 14 / 375 * -100vw);*/
margin: 0 !important;
    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;
  }
  .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: 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(../../../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(../../../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(../../../top/images/ic_nav_menu01_line01_clr.webp) no-repeat 50% 50%;
    background-size: contain;
  }
}
