﻿body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333;
}
.hidden-sb{
  display: none;
}

/*header*/
header{
  background: #F8F7F3;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 10;
}
header h1{
  margin: 0 0 0 12px;
  height: 56px;
}
header h1 img{
  width: 70px;
  height: 56px;
  vertical-align: bottom;
}
.block-header{
  display: flex;
  margin-left: auto;
}
.hnav03{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 5px;
  margin: 15px 0 0 0;
}
.hnav03 li {
  width: 50px;
  height: 43px;

}
.hnav03 li a{
  width: 50px;
  height: 43px;
  font-size: 2.051282051282051vw;
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: end;
  text-decoration: none;
}
.header_btoc_ .hnav04{
  width: 70px;
  /* margin-left: 16px; */
}
.header_btoc_ .hnav03 .element-signin--btn a{
  background: url(../img/header/sb/signin.png) center top no-repeat;
  background-size: 19px auto;
}
.element-favorite--btn a{
  background: url(../img/header/sb/favorite.png) center 2px no-repeat;
  background-size: auto 21px;
}
.header_btoc_ .hnav03 .element-cart--btn a{
  background: url(../img/header/sb/cart.png) center 0 no-repeat;
  background-size: auto 25px;

}
.element-menu--btn{
  background: #005BAC url(../img/header/sb/menu.png) center 20px no-repeat;
  background-size: 14px auto;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 70px;
  height: 70px;
}
.element-menu--btn.active{
  background: #005BAC url(../img/header/sb/closebtn.png) center 20px no-repeat;
  background-size: 15px auto;
}
.element-menu--btn span{
  color: #fff;
  text-decoration: none;
  font-size: 2.051282051282051vw;
  padding-bottom: 13px;
}
/*header*/

.element-bnr-title{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 auto 16px;
  line-height: 1.8;
  color: #005BAC;
  background-image: url(../img/header/sb_slidemenu_left.png),url(../img/header/sb_slidemenu_right.png);
  background-size: 16px auto,16px auto;
  background-repeat: no-repeat;
  background-position: left 80%,right 80%;
  padding: 0 24px;
}
.block-submenus{
  padding: 24px 0 40px;
  display: none;
  flex-direction: column;
  height: 100vh;
  height: -webkit-fill-available;
  overflow: auto;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

/*サブメニュー*/
#block-search{order: 1;}
#block-submenu1{order: 2;}
#block-submenu2{order: 3;}
#block-submenu3{order: 4;}
#block-submenu4{order: 5;}
#block-submenu5{order: 6;}
#block-submenu6{order: 7;}
#block-submenu7{order: 8;}
.element-sidemenu-parts,
.block-submenu-left{
  display: none;
}
.element-sidemenus ul{
  margin: 0 16px 20px;
}
.element-sidemenus ul li{
  margin-bottom: 20px;
}
.element-sidemenus ul li:last-child{
  margin-bottom: 0;
}
.element-sidemenus ul li a{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.element-sidemenus ul li img{
  width: 40px;
  height: 40px;
}
.block-submenu-column2 .block-submenu-left{
  display: none;
}
.block-submenu-left{
  display: none;
}
.block-submenu-right ul li img{
  display: none;
} 
.block-submenu-column3 ul,
.block-submenu-right ul{
  background: #FBFBF9;
  margin: 0 0;
}
.block-submenu-column3 ul li a,
.block-submenu-right ul li a{
  padding: 15px 18px;
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}
.block-submenu-column3 li img{
  display: none;
}
#block-submenu7 .block-submenu-right ul li span{display: none;
}
#block-search{
  box-sizing: border-box;
  margin: 0 16px 0;
}
#block-search input[type="submit"]{
  display: none;
}
#block-search form{
  position: relative;
  border: 1px solid #D3D0C8;
  border-radius: 8px;
  margin: 0 0 24px;
}
input[name="article_data_keyword_filter"]{
  width: 85%;
  box-sizing: border-box;
  padding: 0 15px;
  border: none;
  outline: none;
  height: 60px;
  color: #736D6D;
  font-size: 16px;
  background-size: 22px 22px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}
#block-search form input[type="image"]{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}
input::-ms-clear {
  display: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#block-search .element-contact--btn{
  background: #FCD002;
  height: 60px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 40px;
  line-height: 1;
}
#block-search .element-contact--btn span{
  color: #005BAC;
  background:  url(../img/header/sb/slidemenu_contact.png) left top no-repeat;
  background-size: 22px 17px;
  font-size: 16px;
  padding: 0 0 0 34px;
  display: inline-block;
  vertical-align: middle;
  height: 17px;
}
.element-sidemenus{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.block-submenu{
  margin: 0 16px; 
  display: block!important;
}
.element-slidemenu-title1{
  border-top: 1px solid #D3D0C8;
  padding: 16px 10px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  background: url(../img/header/sb/slidemenu_plus.png) right 10px center no-repeat;
  background-size: 14px 14px;

}
.element-slidemenu-title1 + div{
  display: none;
}
.element-slidemenu-title1.active{
  background: url(../img/header/sb/slidemenu_minus.png) right 10px center no-repeat;
  background-size: 14px 14px;


}
.element-slidemenu-title1 a:active,
.element-slidemenu-title1 a:link{
  color: unset;
  text-decoration: none;
}
.element-slidemenu-title2{
  background: #FBFBF9;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #005BAC;
  margin: 0 0 10px;
}
.element-sidemenu{
  margin-bottom: 20px;
}
.element-sidemenu-staticlink a{
  margin: 10px 0 24px 0;
  display: block;
  height: 44px;
  border: 1px solid #005CAC;
  border-radius: 100px;
  color: #005BAC;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;

}
.block-staticpage{
  margin: 0 16px 40px;
  border-top: 1px solid #D3D0C8;
}
.block-staticpage li{
  border-bottom: 1px solid #D3D0C8;
}

.block-staticpage li a{
  font-weight: bold;
  font-size: 16px;
  color: #333;  
  padding: 16px 10px;
  display: block;
  text-decoration: none;
  background: url(../img/header/sb_staticpage.png) right 10px center no-repeat;
  background-size: 14px 14px;
}
.block-staticpage{
  order: 100;
}
.block-bnr{
  order: 200;
}
.block-bnr{
  margin: 0 16px;
  padding: 0 0 40px;
}
.block-bnr img{
  max-width: 100%;
  vertical-align: bottom;
}
.js-close-btn{
  display: none;
}
/*サブメニュー*/
.breadcrumb{
  margin-top: 70px;
}
main img{
  max-width: 100%;
}

/*フッター*/
footer{
  background: #F0EBE3;
  padding: 40px 16px;
  position: relative;
}
.fnav01{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D3D0C8;
}
.fnav01 li{
  width: calc(50% - 16px);
  line-height: 1;
  
}
.fnav01 li a{
  font-size: 14px;
  color: #333;
  text-decoration: none;

}
.fnav02{
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fnav02 li a{
  font-size: 13px;
  color: #333;
  text-decoration: none;

}
.block-footer-top > a{
  display: flex;
  justify-content: center;
}
.block-footer-top > span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-footer-top a > span img{
  margin-bottom: 40px;
  height: 100px;
  vertical-align: bottom;
}
.sns.hidden-fb{
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.element-copyright{
  font-family: "Roboto Slab", serif;
  font-size: 11px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.element-line img{
  height: 28px;
}
.element-instagram img{
  height: 28px;
}
.element-x img{
  height: 26px;
}
.element-facebook img{
  height: 31px;
}
.element-youtube img{
  height: 20px;
}
/*フッター*/
body.fixed {
  position: fixed;
  left: 0;
}

/*top-footbnr*/
.top-footbnr figure{
  margin-bottom: 24px;
  text-align: center;
}
.top-footbnr figure img{
  vertical-align: bottom;
  max-width: 100%;

}
.top-footbnr-main{
  margin: 0 16px;
}
.top-footbnr{
  border-top: 1px solid #D3D0C8;
  margin: 64px auto 0;
  padding: 40px 0 36px 0;
}
.top-footbnr ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.top-footbnr ul li img{
  width: 100%;
}
.top-footbnr ul li a{
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.top-footbnr ul li a:hover{
  opacity: 0.8;
}
.top-footbnr ul li a p{
  color: #333;
  font-size: 14px;
  margin-top: 10px;
}
/*top-footbnr*/

/*ぱんくず*/
.breadcrumb{
  margin: 70px auto 40px;
  padding: 20px 16px 0;
}

.breadcrumb > span:first-child a{
  width: 10px;
  height: 20px;
  background: url(../img/header/sb/home.png) center center no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}
.breadcrumb span span,
.breadcrumb span{
  font-size: 10px;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 10px 0 0;
  position: relative;
  vertical-align: middle;
  color: #736D6D;
}
.breadcrumb span span,
.breadcrumb a{
  color: #736D6D;
  font-size: 10px;
  text-decoration: none;

}
.breadcrumb span::before{
  content: '＞';
  font-size: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -10px;
  line-height: 1;
  height: max-content;
}
.breadcrumb span:last-child::before{
  display: none;
}
/*ぱんくず*/

a.block-pagetop{
  background: url(../img/footer/sb/pagetop.png) center center no-repeat;
  width: 80px;
  height: 75px;
  background-size: 80px 75px;
  position: fixed;
  z-index: 9;;
  right: 20px;
  bottom: 40px;
  text-indent: -9999px;
  display: none;
}
a.block-pagetop:hover{
  opacity: 0.8;
}


.swiper-scrollbar {
  background: #D3D0C8;
  height: 2px;
  margin-top: 40px;
}
.swiper-scrollbar-drag {
  background-color: #005BAC;
  height: 4px;
  margin-top: -2px;
}


/*keycoffeedialy*/

div.keycoffeedialy{
  position: relative;
  min-height: 929px;
  margin-top: 124px;
  margin-bottom: 124px;
}
div.keycoffeedialy .pane-contents{
  margin: 0;
  padding: 0;
}
div.keycoffeedialy::before{
  width: calc(50% + 16px);
  height: 983px;
  display: inline-block;
  content: '';
  position: absolute;
  top: -64px;
  left: -16px;
  background: #F8F7F3;
}
div.keycoffeedialy.keycoffeedialy2::before{
  height: 910px;
}
div.keycoffeedialy-main{
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
div.keycoffeedialy-detail{
  height: max-content;
  margin: 0 0 25px;
}
.keycoffeedialy2 div.keycoffeedialy-detail h2{
  text-align: left;
  justify-content: start;
  font-size: 20px;
  font-weight: bold;
  margin: 0 16px 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
div.keycoffeedialy-detail h2{
  color: #5D2F0C;
  font-size: 24px;
  font-family: "Roboto Slab", sserif;
  margin: 0 auto 24px;
  padding: 0 0 0 46px;
  background: url(../img/top/fb/instagram.png) left top no-repeat;
  background-size: 35px;
  min-height: 35px;
  display: flex;
  justify-content: start;
  align-items: center;
  width: max-content;
  font-weight: 900;
  letter-spacing: 3px;
}
div.keycoffeedialy-detail *{
  font-size: 16px;
  margin: 0 16px;
  color: #333;
  line-height: 1.6;
  text-align: center;
}
div.keycoffeedialy-detail span{
  font-size: 12px;
  color: #333;
  margin-top: 24px;
  display: block;
  text-align: left;
  position: relative;
  padding: 0 0 0 15px;
}
div.keycoffeedialy-detail span::before{
  display: inline-block;
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.keycoffeedialy-inner{
  text-align: center;
}
.keycoffeedialy-inner ul{
  display: flex;
  margin: 0 16px 16px;
}
.keycoffeedialy-inner ul li.active{
  background-color: #005BAC;
  color: #fff;
}
.keycoffeedialy-inner ul li{
  padding: 10px 20px;
  height: max-content;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  background: #F0EFE7;
  width: max-content;
}
.keycoffeedialy-inner ul li:last-child{
  margin-right: 40px;
}

.keycoffeedialy-inner ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;

}
.keycoffeedialy-inner ul.ecbn-selection-snap{
  width: 100%!important;
  height: auto!important;
  flex-wrap: wrap!important;
  gap: 10px!important;
}
.keycoffeedialy-inner ul.ecbn-selection-snap li{
  position: static!important;
  padding: 0!important;
  width: calc((100% / 2) - 8px)!important;
}
.keycoffeedialy-inner ul.ecbn-selection-snap li:last-child{
  margin-right: 0!important;
}
/*KEYCOFFEE DAILY*/

div.keycoffeedialy-main .ecbn-selection-content.ecbn-selection-content--active{
  min-height: 549px;
}
div.keycoffeedialy-main .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item{
  width: 50%;
  padding: 0;
  background: unset;
  box-sizing: border-box;
  padding-bottom: 8px;
}
div.keycoffeedialy-main .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+7){
  display: none!important;
}
div.keycoffeedialy-main .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(odd){
  padding-right: 4px;
}
div.keycoffeedialy-main .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(even){
  padding-left: 4px;
}
.keycoffeedialy-inner .ecbn-widget-loading-container{
  display: none;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn{
  display: none;
}
/*
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn{
  margin: 0 0;
  width: calc(50% - 20px);
  aspect-ratio: 5 / 5;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  border: none;
  background: rgba(0,0,0,0.8) url(../img/top/sb/visumolink.png) left 28px center no-repeat;
  background-size: 18px 18px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 0;
  position: absolute;
  bottom: 32px;
  right: 16px;
}*/
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box,
.keycoffeedialy-inner .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content,
.keycoffeedialy-inner .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content,
.keycoffeedialy-inner .vsm-tile-goods .ecbn-selection-page-wrapper .ecbn-selection-content{
  margin: 0;
  padding: 0;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper{
  margin: 0 0!important;
}

.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-page-tabs-area{
  margin: 0 0 17px;
  padding: 0;
  overflow: auto;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs{
  width: max-content;
  gap: 8px;
  padding: 0 16px;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover,
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a{
  background: #005BAC;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box{
  padding: 0;
  margin: 0 16px;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li{
  margin: 0;
  padding: 0;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li{
  width: unset;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a{
  padding: 13px 12px;
  border: none;
  border-radius: 8px;
  background: #F0EFE7;
  font-size: 14px;
  color: #333333;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-footer2{
  margin: 8px 16px 0 0;
}
/*KEYCOFFEE DAILY*/


/*社員のおすすめ・コミュニティサイト会員様の声*/

div.keycoffeedialy2 .hacobune-grid-container{
  padding: 0 16px;
}
div.keycoffeedialy2{
  margin-bottom: 0;
}

.keycoffeedialy-inner .hacobune-app-container .hacobune-tag-list{
  margin: 0 0 17px;
  padding: 0;
  display: flex;
  overflow-x: auto;
  padding: 0;
  flex-wrap: unset;
  gap: 5px;
  padding: 0 16px;
}
.keycoffeedialy-inner .hacobune-tag-list input[type=radio]:checked + .hacobune-tag-item-label{
  background: #005BAC;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box{
  padding: 0;
}
.keycoffeedialy-inner .hacobune-tag-list li.hacobune-tag-list-item{
  margin: 0;
  padding: 0;
  line-height: 1;
  width: max-content;
}
.keycoffeedialy-inner .hacobune-tag-list .hacobune-tag-item-label{
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  background: #F0EFE7;
  font-size: 14px;
  color: #333333;
  width: max-content;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}




.keycoffeedialy-inner .hacobune-containers-media-posts .hacobune-grid-content .hacobune-grid-col{
  max-width: calc((100% / 2) - 4px);
  flex: 0 0 calc((100% / 2) - 4px);
  justify-content: center;
  align-items: center;
  display: flex;
}
.keycoffeedialy-inner .hacobune-containers-media-posts .hacobune-grid-content .hacobune-grid-col:nth-child(n+7){
  display: none;
}
.keycoffeedialy-inner .hacobune-containers-media-posts .hacobune-grid-content .hacobune-grid-col .hacobune-media-post-list-item-img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.keycoffeedialy .hacobune-gallery .hacobune-grid-row{
  margin: 0;
  padding: 0;
  gap: 8px;
}
.keycoffeedialy .hacobune-gallery .hacobune-media-post-list-item{
  margin: 0;
  padding: 0;
}
.keycoffeedialy .hacobune-gallery .hacobune-media-post-list-item .hacobune-media-post-list-item-caption{
  display: none;
}



.keycoffeedialy2 .snap-more a{
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1;
  margin: 30px auto 20px;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 90%;
}
.keycoffeedialy2 .snap-more a,
.keycoffeedialy2 .snap-more{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;  
  letter-spacing: normal;
  font-weight: normal;
}

.keycoffeedialy .hacobune-gallery .hacobune-app-container{
  margin: 0;
  padding: 0;
  width: unset;
  background: unset;
}
.keycoffeedialy .hacobune-app-container .hacobune-logo{
  padding: 24px 0 0 0;
  margin: 0 16px 0 0;
  color: #787571;
}
/*社員のおすすめ・コミュニティサイト会員様の声*/


.main-title{
  font-size: 26px;
  color: #5D2F0C;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  letter-spacing: 3px;
}
.main-title span{
  display: block;
  font-size: 13px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 0 26px;
  position: relative;
  font-weight: normal;
  letter-spacing: 1px;
}
.main-title span::before{
  position: absolute;
  display: inline-block;
  content: '';
  width: 16px;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #5D2F0C;
}

.btob #block-submenu1,
.btob #block-submenu2,
.btob #block-submenu3,
.btob #block-submenu4,
.btob #block-submenu5{
  display: none!important;
}
.btob .block-staticpage.btoc{
  display: none;
}
.block-staticpage .btob{
  display: none;
}
body.btob .block-staticpage .btoc{
  display: none;
}
body.btob .block-staticpage .btob{
  display: block;
}
body.btob .block-staticpage .block-header-sitemap a{
  margin: 30px 0 40px;
  display: flex;
  border: 1px solid #005CAC;
  border-radius: 100px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #005BAC;
  
  font-weight: bold;
  background: #fff;
}
body.btob .block-staticpage .block-header-sitemap a span{
  padding: 0 0 0 20px;
  background: url(../img/header/fb/sitemap.png) left center no-repeat;
}


/* hnav05 */
.header_btob_ .hnav05 {
  height: 100%;
}
.header_btob_ .hnav05 a:hover {
  opacity: 0.8;
}
.header_btob_ .hnav05 .hnav05_btob_btn {
  width: 142px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #F0EBE3;
  color: #70706e;
  font-size: 10px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: unset;
}
.header_btob_ .hnav05 .hnav05_btob_btn a {
  
}
.header_btob_ .hnav05 ul.hnav05_ul {
  display: flex;
  width: max-content;
  height: 45px;
  gap: 2px;
  background: #FFF;
}
.header_btob_ .hnav05 ul.hnav05_ul li {
  width: calc((100% - 2px) / 2);
}
.header_btob_ .hnav05 ul.hnav05_ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px; 
  height: 45px;
  box-sizing: border-box;
  background: #F0EBE3;
  text-decoration: unset;
}
.header_btob_ .hnav05 ul.hnav05_ul li a .ele-btn-icon {
  text-align: center;
}
.header_btob_ .hnav05 ul.hnav05_ul li.element-signin--btn a .ele-btn-icon {
  height: 19px;
  margin: 8px auto 5px;
  text-align: center;
}
.header_btob_ .hnav05 ul.hnav05_ul li.element-cart--btn a .ele-btn-icon {
  height: 20px;
  margin: 7px auto 5px;
  text-align: center;
}
.header_btob_ .hnav05 ul.hnav05_ul li a .ele-btn-icon img {
  height: 100%;
}
.header_btob_ .hnav05 ul.hnav05_ul li a .ele-btn-text {
  font-size: 2.051282051282051vw;
  font-weight: 600;
  color: #70706e;
  text-decoration: unset;
  text-align: center;
}
/* //hnav05 */