/* Ã£â€šÂ«Ã£â€šÂ¹Ã£â€šÂ¿Ã£Æ’Å¾Ã£â€šÂ¤Ã£â€šÂºÃ§â€Â¨CSS */
/* 20210707 */
/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.container {
  max-width: 800px;
  margin: 0 auto
}

.clr:after, .col:after, .container:after, .group:after, .row:after {
  /* content: ""; */
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0
}

.col {
  display: block;
  float: left;
  width: 100%
}

@media (min-width:768px) {
  .gutters .col {
margin-left: 2%
  }

  .span_1 {
width: 8.33333333333%
  }

  .span_2 {
width: 16.6666666667%
  }

  .span_3 {
width: 25%
  }

  .span_4 {
width: 33.3333333333%
  }

  .span_5 {
width: 41.6666666667%
  }

  .span_6 {
width: 50%
  }

  .span_7 {
width: 58.3333333333%
  }

  .span_8 {
width: 66.6666666667%
  }

  .span_9 {
width: 75%
  }

  .span_10 {
width: 83.3333333333%
  }

  .span_11 {
width: 91.6666666667%
  }

  .span_12 {
width: 100%
  }

  .gutters .span_1 {
width: 6.5%
  }

  .gutters .span_2 {
width: 15%
  }

  .gutters .span_3 {
width: 23.5%
  }

  .gutters .span_4 {
width: 32%;
  }

  .gutters .span_5 {
width: 40.5%
  }

  .gutters .span_6 {
width: 49%
  }

  .gutters .span_7 {
width: 57.5%
  }

  .gutters .span_8 {
width: 66%
  }

  .gutters .span_9 {
width: 74.5%
  }

  .gutters .span_10 {
width: 83%
  }

  .gutters .span_11 {
width: 91.5%
  }

  .gutters .span_12 {
width: 100%
  }
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
.container {
  padding: 0 1%
}

.container img {
  max-width: 100%;
}

*+.container {
  margin-top: 2em
}

.row:not(:last-child) {
  margin-bottom: 4%
}

.col {
  float: none
}

.col:not(:last-child) {
  margin-bottom: 3%
}

@media (min-width:768px) {
  .container {
max-width: 1000px;
margin: auto;
padding: 0 10px
  }

  *+.container {
margin-top: 40px
  }

  .col {
float: left;
  }

  .reverse>.col {
float: right
  }

  .col:not(:last-child) {
margin-bottom: 0
  }

  .reverse>.col:last-child, :not(.reverse)>.col:first-child {
margin-left: 0
  }

  .col.offset_1 {
margin-left: 8.33333333333%
  }

  .gutters .col.offset_1 {
margin-left: 10.5%
  }

  .gutters .col.offset_1:first-child {
margin-left: 8.5%
  }

  .col.offset_2 {
margin-left: 16.6666666667%
  }

  .gutters .col.offset_2 {
margin-left: 19%
  }

  .gutters .col.offset_2:first-child {
margin-left: 17%
  }

  .col.offset_3 {
margin-left: 25%
  }

  .gutters .col.offset_3 {
margin-left: 27.5%
  }

  .gutters .col.offset_3:first-child {
margin-left: 25.5%
  }

  .col.offset_4 {
margin-left: 33.3333333333%
  }

  .gutters .col.offset_4 {
margin-left: 36%
  }

  .gutters .col.offset_4:first-child {
margin-left: 34%
  }

  .col.offset_5 {
margin-left: 41.6666666667%
  }

  .gutters .col.offset_5 {
margin-left: 44.5%
  }

  .gutters .col.offset_5:first-child {
margin-left: 42.5%
  }

  .col.offset_6 {
margin-left: 50%
  }

  .gutters .col.offset_6 {
margin-left: 53%
  }

  .gutters .col.offset_6:first-child {
margin-left: 51%
  }

  .col.offset_7 {
margin-left: 58.3333333333%
  }

  .gutters .col.offset_7 {
margin-left: 61.5%
  }

  .gutters .col.offset_7:first-child {
margin-left: 59.5%
  }

  .col.offset_8 {
margin-left: 66.6666666667%
  }

  .gutters .col.offset_8 {
margin-left: 70%
  }

  .gutters .col.offset_8:first-child {
margin-left: 68%
  }

  .col.offset_9 {
margin-left: 75%
  }

  .gutters .col.offset_9 {
margin-left: 78.5%
  }

  .gutters .col.offset_9:first-child {
margin-left: 76.5%
  }

  .col.offset_10 {
margin-left: 83.3333333333%
  }

  .gutters .col.offset_10 {
margin-left: 87%
  }

  .gutters .col.offset_10:first-child {
margin-left: 85%
  }

  .col.offset_11 {
margin-left: 91.6666666667%
  }

  .gutters .col.offset_11 {
margin-left: 95.5%
  }

  .gutters .col.offset_11:first-child {
margin-left: 93.5%
  }

  .col.offset_12 {
margin-left: 100%
  }

  :not(.reverse)>.col.break+.col {
clear: left;
margin-left: 0
  }

  .reverse>.col.break {
margin-left: 0
  }

  .reverse>.col.break+.col {
clear: right;
margin-right: 0
  }

  .col.break~.col {
margin-top: 2%
  }
}

@media (min-width :1024px) {
  .container {
padding: 0
  }
}

/* ALL */
p,h1,h2,h3,h4 {
  font-family: YakuHanMP, "Times New Roman", Utsukushi, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

h3 {
  font-size: 24px;
  line-height:1.2;
}

#content-wrapper {
  width: 100%;
  color: #5c5c5c;
  background-color: #fff;
  line-height: 1.8;
  position: relative;
  font-size: 16px;
  text-align: justify;
}

#content-wrapper #section-wrapper {
  overflow: hidden;
}

#content-wrapper .section {
  position: relative;
}

.link_btn {
margin: auto;
}

.link_btn a {
  color: #fff;
  display: inline-block;
  line-height: 2.6;
  background-color: #8a7c67;
  padding: .5em 2em;
  font-size: 14px;
}

.link_btn_w a {
  color: #fff;
  display: inline-block;
  line-height: 2.6;
  background-color: #ffffff;
  color: #8a7c67;
  padding: .5em 2em;
  font-size: 14px;
}

a:link, a:visited {
  text-decoration: none;
  outline-style: none;
}



/* =Footer
-------------------------------------------------------------- */

#footer h2 {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 0;
    margin: 0px auto 40px;
    text-align: center;
    position: relative;
}

#footer .logo_footer {
display:block;
margin:0 auto 32px;
width:320px;
}

#footer .footer_menu {
    margin: auto;
    width: 72%;
    display: block;
}
#footer .footer_menu ul {
  margin: 0px auto 0;
  list-style: none;
  display: block;
  /* justify-content: center; */
}
#footer .footer_menu ul li {
  font-size:15px;
  /* float: left; */
  line-height: 1;
  /* padding: 0 10px 0; */
  margin-bottom:10px;
  font-feature-settings: "palt" 1;
  /* font-weight:400; */
  font-family: YakuHanMP, "Times New Roman", Utsukushi, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
#footer .footer_menu ul li a {
  /* color:#fff; */
  text-decoration:none;
}
/* ÃƒÂ£Ã†â€™Ã¢â‚¬Â¢ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¨ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¢ÃƒÂ¨Ã‚Â¨Ã‚Â­ÃƒÂ¥Ã‚Â®Ã…Â¡ */
#footer {
  margin: 40px 0 0;
  padding: 80px 1em 64px;
  background-image: url("/wp-content/themes/twentyten-child/images/footer_bg2.png");
  clear: both;
  width: 100%;
}

#footer .footer_menu {
    margin: 0px auto 24px;
    width: 100%;
    display: block;
    float:none;
}
#footer .footer_menu ul {
      margin: 0px auto 0;
    list-style: none;
    text-align: center;
}
#footer .footer_menu ul li {
  font-size: 14px;
  float: none;
  line-height: 1;
  padding: 0 0 5%;
  /* margin: 0 2% 5%; */
  width: 96%;
  display: block;
  /* background: url(./images/arrow_sp.png) no-repeat scroll 0% 6%; */
  /* border-bottom: 1px solid #777; */
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-family: YakuHanMP, "Times New Roman", Utsukushi, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
#footer .footer_menu ul li a {
  color: #000;
  text-decoration:none;
}
#footer .footer_menu ul li a:hover {
  color:#fff;
  text-decoration:underline;
}
#footer .logo_footer {
width:240px;
    display:block;
    margin:0 auto 40px;
    float:none;
}
#footer2 .logo_footer img {
    width:100%;
    margin:0 auto 0;
    display:block;
}
/* footer */
.footer_inner {
    margin: 0 auto;
    /* width: 1140px; */
		font-weight: bold;
}
.footer_inner h4 {
  border-bottom: 1px solid #000;
  padding: 1em;
  width: 40px;
  /* margin: 0 auto; */
}

.footer_inner table.overview {
  /* width: 100%; */
}
.footer_inner table.overview th,
.footer_inner table.overview td {
  font-size: 15px;
  color: #000;
  padding: 1em 1em 0 0;
  text-align: inherit;
}

.copyright {
  font-size: 12px;
  text-align: center;
	padding-top: 1em;
}

p.footer_logo {
	margin: 24px auto 0px;
	float: left;
}
p.copy {
margin: 0;
padding: 8px 0;
color: #fff;
font-size: 12px;
text-align: center;
letter-spacing: 0.05em;
}

.copyright {
  font-size: 12px;
  text-align: center;
	padding-top: 1em;
}

@screen and (min-width: 800px) {
  #sidebtn {
  position: fixed;
  top: 70px;
  right: 0px;
  z-index: 100;
  }
  #sidebtn ul {
  margin: 0;
  list-style: none;
  }
  #sidebtn ul li {
  margin: 0 0 5px;
  }
  a#scroll-to-top {
right: 53px !important;
display: block;
opacity: 1;
}
}

/* ÃƒÂ£Ã†â€™Ã‹â€ ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã†â€™Ã¢â‚¬â€ÃƒÂ£Ã†â€™Ã…Â¡ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¸ */
#header_pc {
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	z-index: 1;
	position: relative;
  font-family: YakuHanMP, "Times New Roman", Utsukushi, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
.header_pc_inner {
	max-width: 1000px;
	margin: 0 auto;
}
.header_pc_inner .header_pc_top .span_9 {
	margin: 1em 0;
	float: right;
}
.header_pc_inner .header_pc_top {
	padding-top: 0.5em;
}
.header_pc_inner .header_pc_top ul {
display: flex;
align-items: center;
margin: 0 auto;
justify-content: space-between;
}
.header_pc_inner .header_pc_top li {
	list-style: none;
}
.header_pc_inner .header_pc_bottom {
	/* max-width: 1000px; */
	margin: auto;
	text-align: center;
	/* width: 100%; */
}
.header_pc_inner .header_pc_bottom ul {
display: inline-flex;
/* margin: auto; */
margin: 0.5em 0;
align-items: stretch;
max-width: 1000px;
width: 100%;
justify-content: space-around;
list-style: none;
}
.header_pc_inner .header_pc_bottom li {
padding: 0 1em;
}

.center {
	text-align:center;
	margin:0 auto;
}

@media screen and (min-width:800px) {
.pcNone {
	display: none;
}
}
@media screen and (max-width: 801px) {
.spNone {
	display: none;
}
}

.br-sp { display:block; }
.br-pc { display:none; }
/* ÃƒÂ£Ã†â€™Ã‹Å“ÃƒÂ£Ã†â€™Ã†â€™ÃƒÂ£Ã†â€™Ã¢â€šÂ¬ÃƒÂ£Ã†â€™Ã‚Â¼ÃƒÂ¨Ã‚Â¨Ã‚Â­ÃƒÂ¥Ã‚Â®Ã…Â¡ */
div[data-sc-role="sp_header"]{-webkit-box-align:center;-moz-box-align:center;-ms-box-align:center;-o-box-align:center;box-align:center;width:100%}
#header_sp {
position: fixed;
z-index: 100;
/* background-color: rgba(255,255,255,0.5); */
top:0;
width: 100%;
}
#header_sp #nav_sp01 {
background-color: rgba(255,255,255,0.7);
margin: auto 0;
/* position: fixed; */
}
#header_sp li.logo {
margin: 0px;
}
#header_sp img {
vertical-align: bottom;
}
.icon-image {
width:12%;
}
#nav_sp01 li {
margin: 0px;
display: inline;
list-style:none;
}
#accordion_sp01_in ul {
margin:0px
z-index:99999;
}
.ac_box_sp a{
color:#fff
}
.ac_box_sp {
width: 100%;
display: none;
position: absolute;
/* top: 61.9047619%; */
left: 0;
background: rgba(248, 181, 0, 0.90);
color: #fff;
padding-bottom: 10px;
z-index:20;
}
#accordion_sp01_in li{
margin:0px 0px;
padding:15px 10px;
color:white
}
#accordion_sp01_in ul {
margin: 0px;
height: auto;
max-height: 500px;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
#accordion_sp01_in ul li {
list-style: none;
background: url(./images/arrow03.png) no-repeat scroll 95% 50%;
padding: 15px 0;
text-align: center;
width: 50%;
float: left;
}

#accordion_sp01_in .shopinfo{;display:inline-block;margin:0% 9% 0% 0%;padding:5px 10px;text-align:center;background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #220D82), color-stop(1.00, #220D82), color-stop(0.00, #745DFF));background:-webkit-linear-gradient(top, #745DFF 0%, #220D82 100%, #220D82 100%);background:-moz-linear-gradient(top, #745DFF 0%, #220D82 100%, #220D82 100%);background:-o-linear-gradient(top, #745DFF 0%, #220D82 100%, #220D82 100%);background:-ms-linear-gradient(top, #745DFF 0%, #220D82 100%, #220D82 100%);background:linear-gradient(to bottom, #745DFF 0%, #220D82 100%, #220D82 100%);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px}#accordion_sp01_in .shoptel{display:inline-block;padding:5px;width:25%;text-align:center;background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFB8DD), color-stop(1.00, #CF026C));background:-webkit-linear-gradient(#FFB8DD, #CF026C);background:-moz-linear-gradient(#FFB8DD, #CF026C);background:-o-linear-gradient(#FFB8DD, #CF026C);background:-ms-linear-gradient(#FFB8DD, #CF026C);background:linear-gradient(#FFB8DD, #CF026C);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px}#accordion_sp01_in .shop_ichiran{background:url(./upload/arrow03.png) no-repeat 98% 50%}#accordion_sp01_in .ac ul{margin:0px 0px 0px;text-align:center;padding:10px 0px;border-bottom:white dotted 1px}

.ac p{padding:15px 0px 15px 10px;font-weight:700;background:rgba(0, 48, 4, 0.78); line-height:1.5;}
.mail_sp ul {
margin: 0;
background: #1166b2;
float: left;
width: 100%;
box-sizing: border-box;
}
.mail_sp li{display:inline-block;width:25%;float: left;}
.mail_sp li img{width:100%}.mail_sp ul,.mail_sp li{margin:0px}
.rslides.rslides1 li{margin:0px}

.mail_sp li.sc{display:inline-block;width:25%;float: left;}
.mail_sp li.sc img{width:100%}
.mail_sp li.sc{margin:0px}

.mail_sp li.ti{display:inline-block;width:25%;float: left;}
.mail_sp li.ti img{width:100%}
.mail_sp li.ti{margin:0px}

.mail_sp li img {
vertical-align: bottom;
}

.bigfont {
font-size: 18px !important;
	font-weight: 500;
}
dl {
margin: 0 0 24px 0;
padding-left: 4%;
font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

ul {
	list-style:none;
}

.ec-blockTopBtn {
  display: none;
  position: fixed;
  width: 56px;
  height: 57px;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  /* color: #FFFFFF; */
  text-align: center;
  /* line-height: 40px; */
  opacity: 1;
  background-image: url("/wp-content/themes/twentyten-child/images/totopbtn.png");
  background-color: rgba(0,0,0,0);
  }

/* Ã£Æ’â€¡Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â«Ã£Æ’Ë†Ã£ÂÂ®Ã¥Â¤â€°Ã¦â€ºÂ´ */
.ec-drawerRole {
  /* overflow-y: scroll; */
  background: #45290d;
  width: 260px;
  height: 100vh;
  transform: translateX(-300px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: z-index 0ms 1ms;
}
.ec-drawerRole .ec-headerLinkArea {
background: #45290d;
}
.ec-headerNavSP {
  /* display: block; */
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: #45290d;
  background: white;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
}
body {
  font-family: YakuHanMP, "Times New Roman", Utsukushi, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #000;
  transition: z-index 0ms 5.28455ms;
  background: #f6f6f6;
  margin: 0;
}

.ec-blockBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.8em;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #f8b500;
  border-color: #f8b500;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  }
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.ec-blockBtn--action:hover, .ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
color: #525263;
text-decoration: none; }
.ec-blockBtn--action:active, .ec-blockBtn--action.active {
outline: 0;
background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.ec-blockBtn--action.disabled, .ec-blockBtn--action[disabled],
  fieldset[disabled] .ec-blockBtn--action {
cursor: not-allowed;
filter: alpha(opacity=65);
opacity: 0.65;
box-shadow: none; }
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
color: #fff;
background-color: #ffc900;
border-color: #45290d; }
.ec-blockBtn--action:hover {
color: #fff;
background-color: #ffc900;
border-color: #ffc900; }
.ec-blockBtn--action:active, .ec-blockBtn--action.active,
  .open > .ec-blockBtn--action.dropdown-toggle {
color: #fff;
background-color: #ffc900;
background-image: none;
border-color: #ffc900; }
.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus,
.open > .ec-blockBtn--action.dropdown-toggle:hover,
.open > .ec-blockBtn--action.dropdown-toggle:focus,
.open > .ec-blockBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #ffc900;
  border-color: #45290d; }
.ec-blockBtn--action.disabled:hover, .ec-blockBtn--action.disabled:focus, .ec-blockBtn--action.disabled.focus, .ec-blockBtn--action[disabled]:hover, .ec-blockBtn--action[disabled]:focus, .ec-blockBtn--action[disabled].focus,
  fieldset[disabled] .ec-blockBtn--action:hover,
  fieldset[disabled] .ec-blockBtn--action:focus,
  fieldset[disabled] .ec-blockBtn--action.focus {
background-color: #f8b500;
border-color: #f8b500; }
.ec-blockBtn--action .badge {
color: #f8b500;
background-color: #fff; }
.ec-inlineBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #f8b500;
  border-color: #f8b500;
  }
  #sidebtn1 {
  position:fixed;
  right:0;
  top:160px;
  cursor:pointer;
  		padding-top: 1em;
  z-index: 99;
  }
  #sidebtn2 {
  position:fixed;
  right:0;
  top:400px;
  cursor:pointer;
  		padding-top: 1em;
  z-index: 99;
  }
  #pagetop {
  position:fixed;
  right:30px;
  bottom:30px;
  cursor:pointer;
  z-index: 99;
  }

.p5em {
  padding-top: 5em;
}

.ec-shelfGrid .ec-shelfGrid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

.price02-default {
  font-size:21px;
  color:#DE5D50;
}

.ec-layoutRole__main p,
.ec-shelfRole p,
.ec-layoutRole__contents,
.ec-headerNaviRole__right {
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.ec-heading-bold {
  padding-top:1.5em;
}

@media only screen and (min-width: 768px) {
.ec-pageHeader h1 {
  margin: 1em 0 0.5em;
  }
  /* .ec-off1Grid .ec-off1Grid__cell {
margin-left: 0;
} */
  }
  .ec-pageHeader h1 {
    margin: 24px 0 8px;
    padding: 12px 0 12px;
    }

    .ec-productRole .ec-productRole__tag {
        display: inline-block;
        padding: 0 5px;
        list-style: none;
        /* font-size: unset; */
        color: #525263;
        border: none;
        /* border-radius: 3px; */
        background-color: unset;
        }
