﻿.hidden-fb{
  display: none!important;
}
body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333;
}
.wrapper {
  max-width: 100%;
 min-width: calc(1200px - 40px);
  margin: 0 auto;
  /*
  width: 100%;
  min-width: calc(max-content - 16px);*/
  background: #fff;
}

/*ヘッダー*/
*{
  margin: 0;
  padding: 0;
}
header{
  background-color: #F8F7F3;
  box-shadow: 0px 6px 8px rgba(0,0,0,0.2);
  height: 100px;
  display: flex;
  align-items: start;
  justify-content: start;
  margin: 0 auto;  
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
 min-width: calc(1200px - 40px);
  width: 100%;
}
main{
  margin-top: 100px;
}
header h1{
  margin: 13px 0 0 20px;
}
header a:hover{
  opacity: 0.8;
}
.block-header{
  display: flex;
  margin-left: auto;
  padding-left: 0;
  justify-content: end;
  align-items: end;
}
.btob .block-header-left{
  justify-content: start;
  min-width: unset;
}
.btob .block-header-top .hnav02{
  margin: 0 16px 0 0;
}
.btob .block-header-sitemap{
  margin-bottom: 30px;
}
.block-header-top{
  background: #F0EFE7;
  padding: 0 16px 0 0;
  margin: 0 0 18px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  height: 40px;
}
.block-header-top .hnav02{
  margin-top: 11px;
  margin-bottom: 12px;
}
.element-header-current{
  margin: 10px 0 0 24px;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.element-header-current::before{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #005BAC;
  content: '';
}
.element-header-current:hover{
  opacity: 0.8;
}
.block-header-left{
  display: flex;
  flex-direction: column;
  /*padding: 0 0 22px 0;*/
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  height: 100px;
  justify-content: end;
  min-width: 590px;
}
.block-header-sitemap{
  margin: 30px 0 0 0;
}
.block-header-sitemap a{
  margin: 0 0 0 40px;
  display: flex;
  border: 1px solid #005CAC;
  border-radius: 100px;
  width: 190px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  justify-content: start;
  align-items: center;
  font-size: 14px;
  color: #005BAC;
  padding: 0 0 0 43px;
  font-weight: bold;
  background: #fff url(../img/header/fb/sitemap.png) 14px center no-repeat;
}
.block-header-sitemap a:hover{
  opacity: 0.8;
}

/*hnav01*/
.block-header-left ul.hnav01 .js-submenu{
  position: relative;
}
.block-header-left ul.hnav01 .js-submenu .pulldown{
  position: absolute;
  right: 20px;
  width: 10px;
  height: 180%;
  bottom: -20px;
  margin: auto 0;
}
.block-header-left ul.hnav01 li > a:hover,
.block-header-left ul.hnav01 .js-submenu > a:hover{
  color: #005BAC;
  letter-spacing: 0;
  font-size: 16px;
}
.block-header-left ul.hnav01 .js-submenu a{
  background: url(../img/header/pulldown.png) right center no-repeat;
  position: relative;
  padding-right: 20px;
  /*padding-bottom: 16px;*/
}
.block-header-left ul.hnav01 .js-submenu.active a{
  font-weight: bold;
  color: #005BAC;  
  background: url(../img/header/pullup.png) right center no-repeat;
  font-size: 16px;
}
.block-header-left ul.hnav01 .js-submenu.active a::before{
  display: inline-block;
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  background: #005BAC;
  width: 100%;
  height: 2px;
}
.block-header-left ul.hnav01{
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  line-height: 1;
  margin: 0 0 auto;
  align-items: end;
  gap: 13px 0;
  padding-top: 0;
}
.block-header-left ul.hnav01 li{
  position: relative;
  min-height: 24px;
  display: flex;
  align-items: center;
}
.block-header-left ul.hnav01 li:first-child{
  padding-left: 0;
}
.block-header-left ul.hnav01 li:last-child{
  padding-right: 0;
}
.block-header-left ul.hnav01 li:last-child::after{
  display: none;
}
.block-header-left ul.hnav01 li::after{
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 1px;
  height: 16px;
  background-color: #D3D0C8;
}
.block-header-left ul.hnav01 li{

  padding: 0 20px;
  box-sizing: border-box;
}
.block-header-left ul.hnav01 span,
.block-header-left ul.hnav01 a{
  line-height: 1;
  color: #333333;
  font-size: 16px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  min-height: 24px;
  display: flex;
  align-items: center;

  /*padding-bottom: 16px;*/
}
.block-header-left ul.hnav01 li:first-child span,
.block-header-left ul.hnav01 li:first-child a{
  padding-left: 0;
}
.block-header-left ul.hnav01 li:last-child span,
.block-header-left ul.hnav01 li:last-child a{
  padding-right: 0;
}
/*
.block-header-left ul.hnav01 span:hover,
.block-header-left ul.hnav01 a:hover{
  opacity: 0.8;
  font-size: 15px;
}
/*hnav01*/

/*hnav02*/
header nav{
  order: 2;
  margin-bottom: 18px;
}
header nav:last-child{
  margin: 0-;
}
header ul.hnav02{
  display: flex;
  align-items: end;
  justify-content: center;
  order: 1;
  height: 14px;
  gap: 8px;;
  line-height: 1;
  width: max-content;
  background: url(../img/header/fb/language.png) left center no-repeat;
  margin-left: auto;
  padding: 0 0 0 24px;
  position: absolute;
  top: 16px;
  right: 0;
}
header ul.hnav02 li{
  line-height: 1;
  height: 14px;
}
header ul.hnav02 li span,
header ul.hnav02 li a{
  color: #736D6D;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  height: 14px;
}
header ul.hnav02 li span{
}
/*hnav02*/

/*hnav03*/
header ul.hnav03 li{
  width: 72px;
}
.hnav03{
  display: flex;
  align-items: end;
  margin: 0 24px 0 40px;
  gap: 10px;
  width: max-content;
}
.hnav03 li{
  display: block;
}
.hnav03 span{
  cursor: pointer;
}
.hnav03 span,
.hnav03 a{
  display: flex;
  align-items: end;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  color: #333333;
  width: 72px;
  height: 100px;
  padding: 0 0 24px;
  box-sizing: border-box;
}
.hnav03 span:hover,
.hnav03 a:hover{
  opacity: 0.8;
}
.element-search--btn span{
  background: url(../img/header/fb/search.png) center top 23px no-repeat;
}
.element-signin--btn a{
  background: url(../img/header/fb/signin.png) center top 23px no-repeat;
}
.element-favorite--btn a{
  background: url(../img/header/fb/favorite.png) center top 23px no-repeat;
}
/*hnav03*/

/*hnav04*/
header ul.hnav04{
  display: flex;
  width: max-content;
}
.hnav04 a{
  display: block;
  text-decoration: none;
}
.hnav04 a:hover{
  opacity: 0.8;
}
.element-cart--btn a{
  width: 100px;
  height: 100px;
  background: #005BAC url(../img/header/fb/cart.png) center 27px no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 23px;
  box-sizing: border-box;
}
.element-contact--btn a{
  width: 100px;
  height: 100px;
  background: #FCD002 url(../img/header/contact.png) center 27px no-repeat;;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #005BAC;
  padding-bottom: 23px;
  box-sizing: border-box;
}
/*hnav04*/
footer a:hover{
  text-decoration: underline;
}

footer{
  margin-top: 80px;
  background: #F0EBE3;
  padding: 88px 0 50px;
  width: 100%;
  min-width: 100%;
  max-width: 1400px;
  position: relative;
}
.block-footer{
  width: 100%;
  min-width: 1163px;
  max-width: 1400px;
  margin: 0 auto;
}
footer a:hover{
  opacity: 0.8;
}
.block-footer-top{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 63px;
}
footer .sns{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-left: auto;
}
footer .sns a:hover{
  opacity: 0.8;
}

/*fnav01*/
.fnav01{
  margin: 0 0 33px;
  padding: 0 0 65px;
  display: flex;
  gap: 0;
  justify-content: space-around;
  border-bottom: 1px solid #D3D0C8;
}
.fnav01 li:last-child{
  margin-right: 0;
}
.fnav01 a{
  color: #333;
  font-size: 16px;
  text-decoration: none;
}
/*fnav01*/

/*fnav02*/
.fnav02{
  margin: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.fnav02 a{ 
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}
.fnav02 li{
  position: relative;
}

.fnav02 li:last-child::after{
  display: none;
}
.fnav02 li::after{
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  margin: auto 0;
  width: 1px;
  height: 16px;
  background-color: #D3D0C8;
}
/*fnav02*/

/*element-copyright*/
.element-copyright{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #333333;
  line-height: 1;
  font-family: "Roboto Slab", serif;
}
/*element-copyright*/




.block-submenus{
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  box-sizing: border-box;
  z-index: 999;
  width: 100%;
  padding: 0 20px;
  background: #fff;

}
.block-submenu{
  background: #fff;
  margin: 0 auto;
  padding: 64px 0 40px;
  width: 100%;
  display: none;
  
}
.block-submenu-bg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1;
  cursor: pointer;
}
body.fixed {
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
.js-close-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  cursor: pointer;
  width: max-content;
  margin: 0 auto;
  background: url(../img/header/closebtn.png) left center no-repeat;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  height: 18px;
}
.js-close-btn:hover{
  opacity: 0.8;
}

/*sidemenu*/
nav .element-sidemenu-brand{
  display: none;
}
.element-sidemenu-switcher{
  display: flex;
  gap: 10px;
}
.element-sidemenu-switcher li{
  font-size: 16px;
  color: #333333;
  background: #F0EFE7;
  border-radius: 8px;
  padding: 14px 20px;
  line-height: 1;
  cursor: pointer;
}
.element-sidemenu-switcher li:hover{
  opacity: 0.8;
}
.element-sidemenu-switcher li.active{
  background: #005BAC;
  color: #fff;
}
.element-sidemenu{
 min-width: calc(1200px - 40px);
  max-width: 1400px;
  margin: 0 auto;
  display: none;
}
main.element-sidemenu{
  display: none;
}
.block-submenu-main{
  max-width: 1400px;
 min-width: calc(1200px - 40px);
  width: 100%;
  margin: 0 auto;
}
.element-sidemenu{
  display: none;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1400px;
 min-width: calc(1200px - 40px);
  margin: 0 auto;
}
.element-sidemenu.active{
  display: flex;
}
.element-sidemenu li{
  text-align: center;
}
.element-sidemenu a{
  display: block;
}
.element-sidemenu a:hover{
  opacity: 0.8;
}
.element-sidemenu li img{
  vertical-align: bottom;
  max-width: 100%;
}

.element-sidemenu li a{
  text-decoration: none;
}
nav .element-sidemenu li a p{
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
  font-weight: bold;
}
.element-sidemenu-parts{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

nav .element-sidemenus{
  margin-bottom: 0;
}
nav .element-sidemenu.element-sidemenu-category{
  gap: 24px;
}
nav .element-sidemenu.element-sidemenu-category li{
  width: calc((100% / 8) - 21px);
}
nav .element-sidemenu.element-sidemenu-category li picture{
  height: 113px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
nav .element-sidemenu.element-sidemenu-category li:nth-child(7) a{
  padding: 8px 10px 14px;
}
nav .element-sidemenu.element-sidemenu-category li:nth-child(7) a img{
  height: 100%;
}
nav .element-sidemenu.element-sidemenu-category li a{
  padding: 8px 0 14px;
  height: unset;
}
nav .element-sidemenu.element-sidemenu-brand{
  gap: 24px;
}
nav .element-sidemenu.element-sidemenu-brand li{
  width: calc((100% / 8) - 21px);
}
nav .element-sidemenu.element-sidemenu-brand li picture{
  height: 77px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
nav .element-sidemenu.element-sidemenu-brand li a{
  height: unset;
  padding: 8px 0 14px;
}
.element-sidemenu-staticlink{
  margin-left: auto;
  line-height: 1;
}
.element-sidemenu-staticlink a{
  color: #333333;
  text-decoration: none;
  padding: 0 0 0 28px;
  height: 20px;
  background: url(../img/header/list.jpg) left center no-repeat;
  display: block;
}
.element-sidemenu-staticlink a:hover{
  opacity: 0.8;
}
.element-sidemenus{
  margin-bottom: 64px;
}
.block-submenu-column2{
  max-width: 1400px;
 min-width: calc(1200px - 40px);
  margin: 0 auto 62px;
  display: flex;
  gap: 160px;
  
}
#block-submenu3 .block-submenu-column2,
#block-submenu6 .block-submenu-column2,
#block-submenu7 .block-submenu-column2{
  margin-bottom: 0;
}
.block-submenu-left{
  position: relative;
}
.block-submenu-left a{
  color: #333;
  text-decoration: none;
}
.block-submenu-left a:hover{
  opacity: 0.8;
}
.block-submenu-left img{
  vertical-align: bottom;
}
.block-submenu-left p{
  text-align: center;
  margin-top: 24px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.block-submenu-left::before{
  position: absolute;
  content: '';
  display: inline-block;
  content: '';
  width: 1px;
  height: 100%;
  right: -80px;
  background:#D3D0C8;
}
.block-submenu-right{
  position: relative;
}
.block-submenu-right ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  gap: 27px 24px;
}
.block-submenu-right ul li{
  width: calc((100% / 4) - 24px);
}
#block-submenu3 .block-submenu-column2,
#block-submenu5 .block-submenu-column2,
#block-submenu6 .block-submenu-column2,
#block-submenu7 .block-submenu-column2{
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
#block-submenu6 .block-submenu-left,
#block-submenu7 .block-submenu-left{
width: 19em;height: 120px;
}

#block-submenu3 .block-submenu-left > p,
#block-submenu6 .block-submenu-left > p,
#block-submenu7 .block-submenu-left > p{
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
#block-submenu6 .block-submenu-left a p,
#block-submenu7 .block-submenu-left a p{
margin-left: 80px;
}
#block-submenu3 .block-submenu-left > p a,
#block-submenu6 .block-submenu-left > p a,
#block-submenu7 .block-submenu-left > p a{
  text-decoration: underline;
}
#block-submenu3 .block-submenu-left p a:hover,
#block-submenu6 .block-submenu-left p a:hover,
#block-submenu7 .block-submenu-left p a:hover{
  text-decoration: none;
}
#block-submenu3 .block-submenu-right,
#block-submenu5 .block-submenu-right,
#block-submenu6 .block-submenu-right,
#block-submenu7 .block-submenu-right{
  height: max-content;
  max-width: 820px;
  width: 100%;  
}
#block-submenu3 .block-submenu-right ul,
#block-submenu5 .block-submenu-right ul,
#block-submenu6 .block-submenu-right ul,
#block-submenu7 .block-submenu-right ul{
  gap: 24px 60px;
}
#block-submenu3 .block-submenu-right ul li,
#block-submenu6 .block-submenu-right ul li,
#block-submenu7 .block-submenu-right ul li{
  max-width: 380px;
  width: calc((100%/3) - 40px);
}
#block-submenu7 .block-submenu-right ul li span{
width: 35em;display: block;  font-size: 12.5px;
  color: #bbb;
}
#block-submenu5 .block-submenu-right ul{
  max-width: 610px;
}
#block-submenu5 .block-submenu-right ul li{
  max-width: 380px;
  width: calc((100%/2) - 30px);
}
#block-submenu3 .block-submenu-right ul li a,
#block-submenu5 .block-submenu-right ul li a,
#block-submenu6 .block-submenu-right ul li a,
#block-submenu7 .block-submenu-right ul li a{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 34px;
}
#block-submenu3 .block-submenu-right ul li a img,
#block-submenu5 .block-submenu-right ul li a img,
#block-submenu6 .block-submenu-right ul li a img,
#block-submenu7 .block-submenu-right ul li a img{
  width: 80px;
}
#block-submenu3 .block-submenu-right ul li p,
#block-submenu5 .block-submenu-right ul li p,
#block-submenu6 .block-submenu-right ul li p,
#block-submenu7 .block-submenu-right ul li p{
  margin: 0;
  padding: 0;
  width: max-content;
  font-size: 16px;
  text-align: left;
}
#block-submenu4 .block-submenu-column3{
  max-width: 1400px;
  min-width: calc(1200px - 40px);
  width: 100%;
}
#block-submenu4 .block-submenu-column3 li {
  width: calc((100% / 3) - 24px);
}
#block-submenu4 .block-submenu-column3 li a{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 24px;
  width: 424px;
}
#block-submenu4 .block-submenu-column3 li a img{
  width: 80px;
}
#block-submenu4 .block-submenu-column3 li a p{
  width: max-content;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.block-submenu-right ul li a{
  text-decoration: none;
  display: block;
}
.block-submenu-right ul li a:hover{
  opacity: 0.8;
}
.block-submenu-right ul img{
  vertical-align: bottom;
  max-width: 100%;
}
.block-submenu-right ul p{
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin: 21px 0 0 0;
  font-weight: 500;
}
.block-submenu-column3{
  width: 1200px;
  margin: 0 auto 40px;
}
.block-submenu-column3 ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.block-submenu-column3 a{
  text-decoration: none;
}
.block-submenu-column3 a:hover{
  opacity: 0.8;
}
.block-submenu-column3 img{
  vertical-align: bottom;
}
.block-submenu-column3 p{
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-top: 16px;
  text-align: center;
}


#block-search form{
  width: 1200px;
  margin: 0 auto 40px;
  position: relative;
  border-bottom: 1px solid #D3D0C8;
}
input[name="article_data_keyword_filter"]{
  width: 100%;
  border: none;
  outline: none;
  padding: 0 0 31px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
  color: #736D6D;
  width: 100%;
}
input[name="article_data_keyword_filter"]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
#block-search form input[type="image"]{
  position: absolute;
  bottom: 28px;
  right: 0;
}
input::-ms-clear {
  display: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
   
/*top-footbnr*/
.top-footbnr figure{
  margin-bottom: 40px;
  text-align: center;
}
.top-footbnr figure img{
  vertical-align: bottom;

}
.top-footbnr-main{
  width: 980px;
  margin: 0 auto;
}
.top-footbnr{
  border-top: 1px solid #D3D0C8;
  margin: 100px auto 0;
  padding: 80px 0 0 0;
}
.top-footbnr ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.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: 0 auto 0;
  padding: 24px 0 0;
  min-width: calc(1200px - 40px);
  max-width: 1400px;
  width: 100%;
}
.breadcrumb > span:first-child a{
  width: 10px;
  height: 20px;
  background: url(../img/header/fb/home.png) left center no-repeat;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}
.breadcrumb span span,
.breadcrumb span{
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  padding: 0 10px 0 0;
  position: relative;
  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/fb/pagetop.png) center center no-repeat;
  width: 100px;
  height: 93px;
  position: fixed;
  z-index: 9;
  right: 40px;
  bottom: 40px;
  display: none;
  text-indent: -9999px;
}
a.block-pagetop:hover{
  opacity: 0.8;
}
.btob a.block-pagetop.fixed{
  bottom: 150px;
}

.swiper-scrollbar {
  background: #D3D0C8;
  height: 2px;
  margin-top: 40px;
}
.swiper-scrollbar-drag {
  background-color: #005BAC;
  height: 4px;
  margin-top: -2px;
}

/*keycoffeedialy*/
div.keycoffeedialy.keycoffeedialy2{
  margin-top: 200px;
}
div.keycoffeedialy{
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
}
div.keycoffeedialy2:last-child{
  margin-bottom: 200px;
}

div.keycoffeedialy::before{
  width: 46.875%;
  height: 680px;
  display: inline-block;
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  background: #F8F7F3;
}
div.keycoffeedialy-main{
  width: 100%;
  min-width: calc(1200px - 40px);
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1;
}
div.keycoffeedialy-detail{
  width: 400px;
  margin-top: 136px;
  height: max-content;
}
.keycoffeedialy2 div.keycoffeedialy-detail h2{
  text-align: left;
  justify-content: start;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 37px;
  font-family: "Noto Sans JP", sans-serif;
}
div.keycoffeedialy-detail h2{
  color: #5D2F0C;
  font-size: 24px;
  font-family: "Roboto Slab", sserif;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 40px;
  padding: 0 0 0 83px;
  background: url(../img/top/fb/instagram.png) left top no-repeat;
  min-height: 54px;
  display: flex;
  justify-content: start;
  align-items: center;
}
div.keycoffeedialy-detail *{
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
div.keycoffeedialy-detail span{
  font-size: 12px;
  color: #333;
  margin-top: 24px;
  display: block;
  padding: 0 0 0 15px;
  position: relative;
}
div.keycoffeedialy-detail span::before{
  display: inline-block;
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.keycoffeedialy-inner{
  width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-left: auto;
}
.keycoffeedialy-inner ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  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% / 5) - 8px)!important;
}
.keycoffeedialy-inner ul li.swiper-slide{
  width: max-content;
}
.keycoffeedialy-inner ul li.active{
  background-color: #005BAC;
  color: #fff;
}

/*KEYCOFFEE DAILY*/
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area,
.keycoffeedialy-inner .ecbn-selection-wrapper .ecbn-selection-page-tabs-area{
  margin: 0 0 40px;
  padding: 0;
}
.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;
}
.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: 14px 16px;
  border: none;
  border-radius: 8px;
  background: #F0EFE7;
  font-size: 16px;
  color: #333333;
}
/*
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-snap{
  margin: 0;
  width: 900px!important;
}*/
.keycoffeedialy-inner .ecbn-selection-page-tabs-box{
  height: 100%;
}
.keycoffeedialy-inner .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item{
  padding: 0 10px 10px 0;
  width: 20.223%!important;
}
.keycoffeedialy-inner .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n+11){
  display: none!important;
}


.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: 172px;
  aspect-ratio: 5/5;
  padding: 0 0 0 58px;
  box-sizing: border-box;
  border: none;
  background: rgba(0,0,0,0.8) url(../img/top/fb/visumolink.png) left 28px center no-repeat;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 0;
  position: absolute;
  bottom: 41px;
  right: 0;
}*/
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-footer2 {
 margin: 14px 0 0 0;
 padding: 0;
}
.keycoffeedialy-inner .ecbn-widget-loading-container{
  display: none;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper{
  margin: 0!important;
}
.keycoffeedialy-inner .ecbn-selection-page-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-pre{
  color: #787571;
}
.keycoffeedialy-inner .hacobune-grid-row{
  gap: 10px;
}
.keycoffeedialy-inner .hacobune-grid-col:nth-child(n+11){
  display: none;
}
.keycoffeedialy-inner .hacobune-grid-col .hacobune-media-post-list-item{
  margin: 0;
  padding: 0;
  border: none;
}
.keycoffeedialy-inner .hacobune-grid-col .hacobune-media-post-list-item .hacobune-media-post-list-item-img{
  vertical-align: bottom;
}
.keycoffeedialy-inner .hacobune-grid-col .hacobune-media-post-list-item-caption{
  display: none;
}
.keycoffeedialy-inner .hacobune-media-post-list-item-img-wrapper{
  aspect-ratio: 5/5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.keycoffeedialy-inner .ecbn-selection-widget{
  margin: 0;
  padding: 0;
}
/*KEYCOFFEE DAILY*/

/*社員のおすすめ・コミュニティサイト会員様の声*/
.keycoffeedialy-inner .hacobune-gallery .hacobune-app-container{
  background: none;
}
.keycoffeedialy-inner .hacobune-gallery{
  width: 900px;
}
.keycoffeedialy-inner .hacobune-app-container .hacobune-tag-list{
  margin: 0 0 40px;
  padding: 0;
}
.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: 14px 16px;
  border: none;
  border-radius: 8px;
  background: #F0EFE7;
  font-size: 16px;
  color: #333333;
  width: max-content;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}



.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: 225px;
}
.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-inner .hacobune-containers-media-posts .hacobune-grid-content .hacobune-grid-col{
  max-width: calc((100% / 5) - 8px);
  flex: 0 0 calc((100% / 5) - 8px);
}
.keycoffeedialy-inner .hacobune-containers-media-posts .hacobune-grid-content .hacobune-grid-col .hacobune-media-post-list-item-img{
  max-width: 100%;
  max-height: 100%;
}
.keycoffeedialy .hacobune-media-post-list-item{
  margin: 0;
  padding: 0;
}
.keycoffeedialy .hacobune-gallery .hacobune-app-container{
  margin: 0;
  padding: 0;
}
.keycoffeedialy .hacobune-gallery .hacobune-app-container .hacobune-logo{
  padding: 24px 0 0 0;
}
/*社員のおすすめ・コミュニティサイト会員様の声*/

.main-title{
  font-size: 30px;
  color: #5D2F0C;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  letter-spacing: 3px;  
}
.main-title span{
  display: block;
  font-size: 14px;
  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;
}

#pane-header{
  width: 100%;
 min-width: calc(1200px - 40px);
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1850px) {
  .block-header{
    position: relative;
  }
  .btob .block-header-left ul.hnav01{
    gap: 0;
  }
  .block-header-left{
    justify-content: center;
    position: static;
  }
  header nav{
    margin: 0;
  }
  header ul.hnav02{
    top: 12px;
    right: 216px;
  }
  header .globalnav{
    margin: 0 0 0 27px;
  }
  .block-header-left ul.hnav01{
    justify-content: start;
  }
  .block-header-left ul.hnav01 li{
    padding-right: 20px;
    padding-left: 0;
    margin-right: 20px;
    margin-left: 0;

  }
  .block-header-left ul.hnav01 li:nth-child(1).js-submenu.active a::before,
  .block-header-left ul.hnav01 li:nth-child(2).js-submenu.active a::before,
  .block-header-left ul.hnav01 li:nth-child(3).js-submenu.active a::before,
  .block-header-left ul.hnav01 li:nth-child(4).js-submenu.active a::before{
    bottom: -8px;
  }
  .block-header-left ul.hnav01 .js-submenu.active a::before{
    bottom: -19px;
  }
  .hnav03{
    gap: 5px;
    margin: 0 16px 0 0;
  }
  .hnav03 span, .hnav03 a{
    background-position: center top;
    height: 48px;
    padding: 0;
    margin-bottom: 11px;
  }

  .btob .block-header-left{
    position: relative;
  }
  .btob .block-header-left ul.hnav02{
    top: 16px;
    right: 0;
  }
  .btob .hnav03 span,
  .btob .hnav03 a{
    height: 100px;
    padding: 0 0 24px;
    margin: 0;
    background-position: center top 23px;
  }
}
@media only screen and (max-width: 1200px) {
  .hacobune-univideo {
    height: 672px;
  }
}


body .smzpreview-article_data_status{
  height: max-content;
}


@media only screen and (max-width: 1400px) {
  .block-submenu{
    padding: 32px 0 20px;
  }
  #block-submenu2 .block-submenu-left img{
    max-width: 100%;
  }
  #block-submenu2 .block-submenu-right ul li{
    width: 11.8vw;
    max-width: unset;
    min-width: unset;
  }
  #block-submenu2 .block-submenu-column2{
    margin-bottom: 0;
  }
  #block-submenu3 .block-submenu-left,
  #block-submenu6 .block-submenu-left,
  #block-submenu7 .block-submenu-left{
    width: 20%;
  }
  #block-submenu3 .block-submenu-left img{
    max-width: 100%;
  }
  #block-submenu3 .block-submenu-right ul,
  #block-submenu5 .block-submenu-right ul,
  #block-submenu6 .block-submenu-right ul,
  #block-submenu7 .block-submenu-right ul{
    justify-content: center;
  }
  #block-submenu5 .block-submenu-left{
    width: 20%;
    flex-shrink: 0;
  }
  #block-submenu5 .block-submenu-left img{
    max-width: 100%;
  }
  #block-submenu5 .block-submenu-right ul li{
    max-width: unset;
    min-width: unset;
    width: unset;
  }

  #block-submenu5 .block-submenu-column2{
    margin-bottom: 0;
  }


  #block-submenu2 .block-submenu-column2 {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto 0;
    display: flex;
    gap: 160px;
    width: 100%;
    justify-content: center;
  }
  #block-submenu2 .block-submenu-left{
    width: 17%;
    flex-shrink: 0;
  }
  #block-submenu5 .block-submenu-right ul{
    justify-content: start;
    gap: 0 60px;
  }

  /*追加*/
  header ul.hnav02{
    top: -24px;
  }
  header{
    height: unset;
  }
  .block-header-left{
    position: relative;
     height: unset;
     bottom: 3px;
  }
  header ul.hnav02{
    right: 0;
  }
  header h1{
    margin: 6px 0 0 6px;
    width: 5.51vw;
  }
  header h1 a {
    width: 100%;
    display: inline-block;
  }
  header h1 picture {
    width: 5.51vw;
    display: inline-block;
  }
  header h1 picture img {
    width: 100%;
  }
  .block-header-left ul.hnav01 li > a:hover,
  .block-header-left ul.hnav01 .js-submenu > a:hover{
    font-size: 0.84vw;
  }
  .block-header-left ul.hnav01 .js-submenu.active a{
    font-size: 0.84vw;
  }
  .block-header-left ul.hnav01 li{
    padding: 0 1.04vw;
    margin-right: 0;
  }
  .block-header-left ul.hnav01 span,
  .block-header-left ul.hnav01 a{
    font-size: 0.84vw;
  }
  header ul.hnav03 li{
    /* width: 70px; */
    width: 3.67vw;
  }

  .hnav03 span,
  .hnav03 a{
    font-size: 0.63vw;
    /* width: 70px; */
    width: 3.8vw;

  }
  .element-cart--btn a{
    /* width: 100px;
    height: 100px; */
    width: 5.21vw;
    height: 5.21vw;
    background: #005BAC url(../img/header/fb/cart.png) center 1.01vw no-repeat;
    color: #fff;
    /* font-size: 12px; */
    font-size: 0.63vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 1.20vw;
    box-sizing: border-box;
  }
  .element-contact--btn a{
    /* width: 100px;
    height: 100px; */
    width: 5.21vw;
    height: 5.21vw;
    background: #FCD002 url(../img/header/contact.png) center 1.01vw no-repeat;
    /* font-size: 12px; */
    font-size: 0.63vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: end;
    color: #005BAC;
    padding-bottom: 1.20vw;
    box-sizing: border-box;
  }


  .element-search--btn span{
    background: url(../img/header/fb/search.png) center top 10px no-repeat;
    background-size: 18px auto;
  }
  .element-signin--btn a {
    background: url(../img/header/fb/signin.png) center top 7px no-repeat;
    background-size: 18px auto;
  }
  .element-favorite--btn a {
    background: url(../img/header/fb/favorite.png) center top 10px no-repeat;
    background-size: 18px auto;
  }
  .block-submenus{
    top: 66px;
  }
  .block-header-left ul.hnav01 .js-submenu.active a::before,
  .block-header-left ul.hnav01 li:nth-child(1).js-submenu.active a::before, .block-header-left ul.hnav01 li:nth-child(2).js-submenu.active a::before, .block-header-left ul.hnav01 li:nth-child(3).js-submenu.active a::before, .block-header-left ul.hnav01 li:nth-child(4).js-submenu.active a::before{
    bottom: -2px;
  }

  /*btob*/
  .btob .block-header{
    align-items: center;
  }
  .btob .block-header-top{
    height: 30px;
    margin-bottom: 9px;
  }
  .btob .block-header-sitemap{
    margin: auto;
  }
  .btob .hnav03 span, .btob .hnav03 a{
    height: 48px;
    padding: 0;
  }
  .btob .block-header-sitemap a{
    margin: auto auto auto 40px;
  }
  .btob .element-signin--btn a {
    background: url(../img/header/fb/signin.png) center top 7px no-repeat;
    background-size: 18px auto;
  }
  .btob .element-search--btn span {
    background: url(../img/header/fb/search.png) center top 10px no-repeat;
    background-size: 18px auto;
  }
  .btob .element-header-current{
    font-size: 0.84vw;
  }
  .btob header ul.hnav02 li span,
  .btob header ul.hnav02 li a{
    font-size: 0.84vw;
    line-height: 1;
    vertical-align: bottom;
  }
  .btob .block-header-left ul.hnav02{
    top: 10px;
    background: url(../img/header/fb/language.png) left center no-repeat;
    background-size: 10px 10px;
  }
}




#block-submenu6 .block-submenu-right ul li,
#block-submenu7 .block-submenu-right ul li{
  max-width: unset;
  width: unset;
}

    #block-submenu3 .block-submenu-right ul li {
        max-width: none;
        width: 50%;
        margin-bottom: 50px;
    }
#block-submenu6 .block-submenu-right ul li, #block-submenu7 .block-submenu-right ul li {
        max-width: none;
        width: 25%;
        margin-bottom: 30px;
    }
#block-submenu3 .block-submenu-right,
 #block-submenu5 .block-submenu-right,
 #block-submenu6 .block-submenu-right,
 #block-submenu7 .block-submenu-right{
  width: unset;
  min-width: unset;
  max-width: unset;
}

#block-submenu3 .block-submenu-right ul{
  gap: 0;
}

#block-submenu3 .block-submenu-right ul li:nth-of-type(1) a img {
    width: 45px;
    text-align: center;
    display: block;
}

#block-submenu3 .block-submenu-right ul li:nth-of-type(1) a {
    padding-left: 12px;
}

#block-submenu3 .block-submenu-right ul li:nth-of-type(4) a img {
    width: 70px;
}

#block-submenu3 .block-submenu-right ul li:nth-of-type(2) {
    padding-top: 9px;
}

#block-submenu3 .block-submenu-right ul li:nth-of-type(3) {
    padding-top: 8px;
}

.pc_only{
  display: inline-block;
}

.sp_only{
  display: none;
}

@media only screen and (max-width: 740px){
.pc_only{
  display: none;
}

.sp_only{
  display: inline-block;
}

}


/*header_btob_ hnav05*/
.header_btob_ .hnav05 {
  height: 100%;
}
.header_btob_ .hnav05 a:hover {
  opacity: 0.8;
}
.header_btob_ .hnav05 .hnav05_btob_btn {
  width: 205px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #005BAC;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 5px;
  text-decoration: unset;
}
.header_btob_ .hnav05 .hnav05_btob_btn a {
  
}
.header_btob_ .hnav05 ul.hnav05_ul {
  display: flex;
  width: max-content;
  height: 70px;
  gap: 5px;
  background: #FFF;
}
.header_btob_ .hnav05 ul.hnav05_ul li {
  width: calc((100% - 5px) / 2);
}
.header_btob_ .hnav05 ul.hnav05_ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px; 
  height: 70px;
  box-sizing: border-box;
  background: #F8F7F3;
  text-decoration: unset;
  justify-content: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: 27px;
  margin: 13px auto 5px;
  text-align: center;
}
.header_btob_ .hnav05 ul.hnav05_ul li.element-cart--btn a .ele-btn-icon {
  height: 25px;
  margin: 15px 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: 12px;
  color: #333;
  text-decoration: unset;
  text-align: center;
  font-weight:400;
}
/*//hnav05*/