@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}
:root{
  --main-bg-color: #FAF8F4;
  --main-color: #947C54;
  --sub-color: #D2C6B2;
  --border_color: #B7B7B7;
}
.main{
  color: #333;
}
/*
kanban
======================================================= */
.brandcoupon{
  margin: 8px auto;
  text-align: center;
}
.brandcoupon a:hover{
  opacity: .8;
}
/*
navi
======================================================= */
.navi{
  padding: 24px 0 56px;
}
/* .index01 */
.index01 .index_box{
  width: 824px;
  margin: 0 auto;
  gap: 8px;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 64px;
  background: linear-gradient(90deg, #B9AC98 0%, #D3C7B3 100%);
  color: #333;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}
.index01 a.anchorNav__menuLink:hover{
  text-decoration: none;
  opacity: .8;
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 6px;
  top: 0;
  right: 12px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(136deg);
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
}
/*
section
======================================================= */
.section{
  padding: 73px 0 80px;
}
.section._bg01{
  background-color: var(--main-bg-color);
}
/* ttl01 */
.ttl01{
  margin-bottom: 30px;
}
.ttl01 .title_text{
  position: relative;
  font-weight: bold;
  color: #444444;
  text-align: center;
  font-size: 36px;
  padding-bottom: 28px;
}
.ttl01 .title_text::after {
  width: 110px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: var(--sub-color);
}
.ttl_note{
  font-size: 18px;
  text-align: center;
  margin-bottom: 39px;
  line-height: 1.5;
  color: #333;
}
/* ttl02 */
.ttl02{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
/*
medama
======================================================= */
/* tab01 */
.tab01 .tab_menuList{
  gap: 10px 8px;
  margin-bottom: 30px;
}
.tab01 .tab_menuItem{
  position: relative;
  display: flex;
  justify-content: center;
  height: 64px;
  align-items: center;
  margin: 0;
  background-color: #fff;
  border: 1px solid var(--border_color);
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
}
.tab01 .tab_menuItem:hover{
  opacity: .8;
}
.tab01 .tab_menuItem[aria-selected=true] {
  background-color: #414141;
  color: #fff;
  font-weight: bold;
  border: none;
}
.tab01 .tab_menuItem[aria-selected=true]::after{
  position: absolute;
  left: calc(50% - 7px);
  bottom: -6px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-color: #414141 transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0;
}
.brand .tab_menuList{
  justify-content: center;
}
.brand .tab01 .tab_menuItem{
  width: 153px;
}
/* button01 */
.button01{
  margin: 40px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px;
  height: 50px;
  margin: 0 auto;
  background: linear-gradient(90deg, #B9AC98 0%, #D3C7B3 100%);
  color: #333;
  font-size: 17px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.button01 .buttonLink:hover{
  text-decoration: none;
  opacity: .8;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}
/* button02 */
.button02{
  margin: 40px auto 0;
}
.button02 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px;
  height: 72px;
  margin: 0 auto;
  background: linear-gradient(90deg, #B9AC98 0%, #D3C7B3 100%);
  color: #333;
  font-size: 17px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.button02 .buttonLink:hover{
  text-decoration: none;
  opacity: .8;
}
.button02 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}
.alcol_area .ecm-alcor{
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.alcol_area .ecm-alcor-body{
  padding: 8px;
}
.alcol_area .ecm-alcor-name{
  margin-top: 0;
}
/*
category
======================================================= */
.category_area{
  gap: 15px;
}
.category_box{
  padding: 16px 9px 18px;
  border: 1px solid var(--border_color);
}
.category_ttl{
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 15px;
}
.category_ttl_ic{
  width: 40px;
  margin-right: 10px;
}
.category_ttl_ic img{
  width: 100%;
}
.category_li + .category_li{
  margin-top: 10px;
}
.category_li{
  position: relative;
  display: flex;
  align-items: center;
}
.category_li::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 7px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}
.category_li a{
  color: #333!important;
  padding-left: 23px;
  font-size:15px;
}
/*
brand
======================================================= */
.brand_area_large_area{
  gap: 16px;
  margin-bottom: 24px;
}
.brand_area_large{
  color: #333;
  border: 1px solid var(--border_color);
  background-color: #fff;
  padding: 19px 21px 24px;
  display: flex;
  flex-flow: column;
}
.brand_name{
  font-size: 20px;
  margin-bottom: 14px;
}
.brand_note{
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 17px;
}
.brand_category_ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.brand_category_li a{
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  color: #333!important;
}
.brand_area_large .button01{
  margin-top: auto;
}
.brand_area_large .button01 .buttonLink{
  width: 310px;
  height: 50px;
}
/* brand_area_nomal */
.brand_area_nomal{
  gap: 16px;
}
.brand_area_nomal_li a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 15px;
  height: 41px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff;
  padding: 0 15px;
  text-align: center
}
.brand_area_nomal_li a:hover {
  opacity: .8;
  text-decoration: none;
}
.brand_area_nomal_li_2 a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 15px;
  height: 50px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff;
  padding: 0 15px;
  text-align: center
}
.brand_area_nomal .brand_area_nomal_li_2 a{
  height: 50px;
}
.brand_area_nomal_extend{
  padding:11px!important;
}
.brand_area_nomal_li_2 a:hover {
  opacity: .8;
  text-decoration: none;
}
.brand_area_nomal_extend{
  padding:0px 6px!important;
}
/*
shop
======================================================= */
.shop_area{
  gap: 15px;
}
.shop_box a{
  color: #333!important;
  padding: 16px 16px 12px;
  display: block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  font-size: 16px;
}
.shop_box a:hover{
  opacity: .8;
  text-decoration: none;
}
.shop_box_top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-weight: bold;
}
.shop_box_img{
  width: 70px;
  min-width: 70px;
}
.shop_box_img img{
  width: 100%;
}
/*
keyword
======================================================= */
.keyword_grid{
  gap: 53px;
}
.keyword_area{
  width: 780px;
  margin: 0 auto;
}
/* search01 */
.search01{
  width: 780px;
  margin: 0 auto;
}
.search01 .search_box{
  border-radius: 0;
  border: 1px solid var(--border_color);
  height: 54px;
}
.search01 .search_box_submit{
  width: 53px;
  background-color: var(--sub-color);
  padding: 0;
  font-size: 16px;
}
.search01 .search_input{
  padding-left: 8px;
  font-size: 14px;
}
.search01 .search_box_ic{
  font-size: 24px;
  color: #333!important;
}
.kyeword_box{
  gap: 16px;
}
.kyeword_li a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 50px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  color: #333!important;
}
.kyeword_li a:hover {
  opacity: .8;
  text-decoration: none;
}
/*
guide
======================================================= */
.guide_area{
  gap: 16px;
}
.guide_box{
  padding: 20px 16px;
  background-color: var(--main-bg-color);
}
.guide_ttl{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
  color:#333;
}
.guide_text{
  font-size: 16px;
  line-height: 1.55;
  color:#333;
}
/*
sns
======================================================= */
/*
other
======================================================= */
/*
floating
======================================================= */
.floating_area{
  background: #F4F0E9;
}
.floating_area .ecm-floating-navi{
  width: 960px;
  margin: 0 auto;
}
.floating_area .ecm-floating-navi-item{
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--sub-color);
  font-size: 18px;
  color: #333;
  padding: 0;
  width: 100%;
}
.floating_area .ecm-floating-navi-item:last-of-type{
  border-right: none;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true],
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover{
  background: linear-gradient(90deg, #B9AC98 0%, #D3C7B3 100%);
  border: none;
}
/*
float_area
======================================================= */
.float_area{
  bottom: 0;
  top: auto !important;
  width: 100%;
  background-color: #F4F0E9;
  padding: 13px 0
}
.float_area[aria-hidden=false] + .toTop{
  bottom: 110px !important;
}
/*
alcor
======================================================= */
.ecm-alcor-image-link{
  padding:16px;
}