






/* ------------------------------------------
                   reset
------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
    vertical-align: top;
    line-height: 0;
    font-size: 0;
    max-width: 100%;
    height: auto;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

/* ------------------------------------------
                common
------------------------------------------ */
* {
  box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: center;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: .7;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

/* ------------------------------------------
                  ClearFix
------------------------------------------ */
.clearfix, .conversation {
  zoom: 1;
  overflow: hidden;
}
.clearfix:after, .conversation:after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------------
                header
------------------------------------------ */
header#globalheader {
    width: 100%;
    height: 90px;
    background-color: #fff;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 4px #999;
}

header#globalheader .inner {
    width: 90%;
    max-width: 1320px;
    min-width: 980px;
    margin: 0 auto;
}

header#globalheader .inner .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header#globalheader .inner .logo img {
    width: auto;
    height: 55px;
}

header#globalheader .inner .naviwrap {
    display: none;
}

#responsive-menu-button {
    display: none;
}

/* ------------------------------------------
                 footer
------------------------------------------ */
footer {
    background: #F7F7EF;
    text-align: left;
}

footer .inner {
    width: 90%;
    max-width: 1320px;
    min-width: 980px;
    margin: 0 auto;
    padding: 75px 0;
}

#footer-about {
    text-align: left;
    font-size: 0.875rem;
}

#footer-about p {
    margin-top: 1em;
}

#footer-about .footer-about-logo img {
    width: 230px;
}

.footer-link {
    margin-top: 2em;
}

.footer-link ul {
    display: flex;
}

.footer-link ul li {
    margin-right: 2em;
}

.sv-menu {
}

.sv-menu .sv-menu-title {
    color: #639D68;
    font-weight: 700;
    margin: 1em 0 0.5em;
}

.sv-menu ul.sv-menu-list {
}

.footer-copyright {
  color: #fff;
  text-align: center;
    background: #333;
    font-size: 0.75rem;
    padding: 24px 0;
}

/* ------------------------------------------
                  layouts
------------------------------------------ */
#content {
    width: 90%;
    max-width: 1320px;
    min-width: 980px;
    margin: 120px auto 0;
    text-align: left;
}

#content #main-wrapper {
    width: 100%;
    float: left;
    margin: 0 -300px 0 0;
}

#content main {
    display: block;
    margin-right: 360px;
}

#content aside {
    width: 300px;
    float: right;
}

.bg-color {
    background-color: #F7F7EF;
}

/* ------------------------------------------
                breadcrumb
------------------------------------------ */
.breadcrumb-navi .inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.5em 1em;
    text-align: left;
}

ul.breadcrumb {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
}

ul.breadcrumb li {
    display: inline-block;
    font-size: 0.75rem;
}

ul.breadcrumb li:after {
    content: ">";
    padding: 0 8px;
}

ul.breadcrumb li:last-child:after {
    display: none;
}

/* ------------------------------------------
                   tag
------------------------------------------ */
ul.entry-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 0;
}

ul.entry-tag li.tag {
    font-size: .625rem;
    margin: 0 8px 8px 0;
}

ul.entry-tag li.tag a {
    display: block;
    padding: .25em .75em;
    border: 1px solid;
    border-radius: 15px;
    font-weight: 700;
}

/* ------------------------------------------
                   swiper
------------------------------------------ */
.swiperWrap {
    width: 100%;
    margin: 0 0 1em;
}

.swiperWrap .swiper-wrapper {
    padding: 0 0 2.5em;
}

.swiperWrap .swiper-slide .swiper-slide__imgWrap {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.swiperWrap .swiper-slide .swiper-slide__imgWrap img {
    max-width: inherit;
    height: inherit;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.swiperWrap .swiper-slide .swiper__entry {
    padding: 1em 4% 1.5em;
    position: relative;
}

.swiperWrap .swiper-slide ul.entry-tag {
    padding: 0 4%;
}

.swiperWrap .swiper-slide .swiper__entry .swiper__entryTitle {
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size: 1.125em;
    height: calc(1.6 * 2em);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.swiperWrap .swiper-slide .swiper__entry .swiper__entryDate {
    position: absolute;
    right: 4%;
    bottom: -1.5em;
    font-size: 0.625rem;
}

.swiper-button-prev,
.swiper-button-next {
    top: 35% !important;
    color: #fff !important;
    border: 2px #fff solid !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1.125rem !important;
    color: #fff !important;
}

.swiper-pagination-bullet-active {
    background: #639D68 !important;
}

/* ------------------------------------------
                entrylist
------------------------------------------ */
section.entrylist {
    padding: 2em 2em 0;
}

section.entrylist.pickup {
    padding: 0;
    margin: 48px 0 0;
}

#content aside section.categorylist {
    padding: 0 1em 1.5em;
    margin-bottom: 2em;
    border-radius: 8px;
}

#content aside section.memberlist {
    padding: 0;
}

section.entrylist ul.entrylist-new,
section.entrylist ul.entrylist-pickup {
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#content aside section.categorylist ul.entry-tag,
#content aside section.memberlist ul.entry-members {
    margin: 0;
}

/* ------------------------------------------
                  title
------------------------------------------ */
:root {
    --band-height: 28px;     /* 背景帯画像の高さ */
    --gap: 16px;              /* タイトル画像と帯の間隔 */
    --title-max-w: 60vw;      /* タイトル画像の最大幅 */
}

h2.entrylist-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap);
    width: 100%;
    padding-block: clamp(8px, 2vw, 16px);
    font-size: 0;
    margin: 2em 0;
}

.band {
    flex: 1 1 0;
    height: var(--band-height);
    background-image: url(https://food.biglobe.ne.jp/herbshu-susume/common/images/bg_title.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 70%;
}

.title-img {
    display: block !important;
    height: 50px;
    margin: 0 !important;
    width: auto;
    max-width: var(--title-max-w) !important;
    object-fit: contain;
}

section.entrylist .title-img {
    height: 70px;
}

ul.entrylist-new li.entry-detail-box, 
ul.entrylist-pickup li.entry-detail-box {
    width: 46%;
    margin-bottom: 2.5em;
}

ul.entrylist-new li.entry-detail-box .entry-image, 
ul.entrylist-pickup li.entry-detail-box .entry-image {
    width: 100%;
}

.entrylist li .entry-detail .entry-title {
    font-size: 1rem;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    word-break: break-all;
    padding: 0;
    margin: 0;
    border: none;
}

.entrylist ul.entrylist-new li .entry-detail h3.entry-title {
    margin: 1em 0 0;
    padding: 0 0.25em;
    height: calc(1.6 * 2em);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.entrylist ul.entrylist-pickup li .entry-detail h3.entry-title {
    margin: 1em 0;
    height: calc(1.6 * 2em);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    
}

/* ------------------------------------------
                 memberlist
------------------------------------------ */
section.memberlist nav ul {
}

section.memberlist nav ul li {
    border: 1px #DADCE0 solid;
    border-radius: 8px;
    margin: 0 0 0.5em;
}

section.memberlist nav ul li a {
    display: flex;
    padding: 1em;
    overflow: hidden;
}

section.memberlist nav ul li a .member-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

section.memberlist nav ul li img {
    max-width: inherit;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

section.memberlist nav ul li .member-detail {
    width: calc(100% - 70px);
    padding-left: 1em;
}

section.memberlist nav ul li .member-detail p.name {
    font-size: 0.875rem;
    font-family: "Noto Serif JP";
    font-weight: 700;
    margin: 0 0 .25em;
}

section.memberlist nav ul li .member-detail .profile {
    font-size: .6875rem;
    height: calc(1.6 * 2em);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* ------------------------------------------
             entrylist-image
------------------------------------------ */
figure.entry-image {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
}

figure.entry-image img {
    max-width: inherit;
    height: inherit;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

/* ------------------------------------------
                   profile
------------------------------------------ */
section.entry-author-detail .entry-author-detail-body{
    position: relative;
    padding: 30px;
    background: url(https://food.biglobe.ne.jp/herbshu-susume/common/images/bk_profile.png);
    display: flex;
    align-items: center;
}

section.entry-author-detail .entry-author-detail-body figure {
    width: 280px;
    text-align: center;
    background: url(https://food.biglobe.ne.jp/herbshu-susume/common/images/bk_profile_circle.png) no-repeat;
    background-position: 50% 50%;
    background-size: auto 135px;
}

section.entry-author-detail .entry-author-detail-body figure img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 5px #639D68 solid;
}

section.entry-author-detail .entry-author-detail-body .entry-author-detail-body-text {
    width: calc(100% - 280px);
}

section.entry-author-detail .entry-author-detail-body .entry-author-detail-body-text .name {
    text-align: left;
    font-size: 1.0625rem;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    word-break: break-all;
    margin: 0;
}

section.entry-author-detail .entry-author-detail-body .entry-author-detail-body-text .profile {
    font-size: 0.75rem;
    background: #fff;
    padding: 2em;
    border-radius: 8px;
    margin: 1em 0 0;
}

section.entry-author-detail .entry-author-detail-body .entry-author-detail-body-text .list-sns {
    display: flex;
}

section.entry-author-detail .entry-author-detail-body .entry-author-detail-body-text .list-sns .detail-sns {
    margin: 1em 2em 0 0;
}

section.entry-author-detail .entry-author-detail-body .entry-author-detail-body-text .list-sns .detail-sns img {
    width: 30px;
    height: 30px;
}

/* ------------------------------------------
              page-navigation
------------------------------------------ */
.page-navigation {
    width: 100%;
    text-align: center;
    margin: auto;
}

.page-navigation ul{
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.page-navigation li {
    width: auto;
    display: inline-block;
    border-bottom: none;
}

.page-navigation li a{
  padding: 0 10px;
}

.page-navigation li a[rel="prev"]::before {
  content: "«";
  margin-right: 0.3em;
}

.page-navigation li a[rel="next"]::after {
  content: "»";
  margin-left: 0.3em;
}

.pagenation {
  text-align: center;
}
.pagenation ul li {
  display: inline-block;
}
.pagenation ul li a {
  padding: 0.7em 1em;
  border: solid 1px #D8D8D8;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
}
.pagenation ul li a:hover {
  background: #F5F4F2;
}
.pagenation ul li a.active {
  background: #639D68;
  color: #fff;
  font-weight: bold;
}
.pagenation ul li span {
  margin: 0 0.5em;
}
.pagenation ul li.next {
  margin-left: 1em;
}
.pagenation ul li.next a {
  padding: 0;
  font-weight: bold;
  border: none;
  color: #343434;
}
.pagenation ul li.next a:hover {
  background: none;
  color: #8d9092;
}
.pagenation ul li.prev {
  margin-left: 1em;
}
.pagenation ul li.prev a {
  padding: 0;
  font-weight: bold;
  border: none;
  color: #343434;
}
.pagenation ul li.prev a:hover {
  background: none;
  color: #8d9092;
}

/* ------------------------------------------
                   entry
------------------------------------------ */
p.promotion {
    font-size: 0.625rem;
    border: 1px #ccc solid;
    margin: .5em 0;
    padding: .5em .75em;
    border-radius: 4px;
    text-align: center;
}

.entry .mv-image img {
    width: 100%;
}

.entry h2.entry-title {
    padding: 1em 4% .5em;
    font-size: 1.25rem;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    word-break: break-all;
    margin: 0;
}

.entry .entry-meta {
    padding: 0 4%;
}

.entry .entry-meta .entry-date {
    font-size: 0.75rem;
    text-align: right;
    color: #666;
}

.entry .entry-meta .entry-member {
    padding: .5em 0 0;
    display: flex;
    align-items: center;
}

.entry .entry-meta .entry-member .member-image {
    width: 30px;
}

.entry .entry-meta .entry-member .member-image img {
    width: 100%;
    border-radius: 50%;
}

.entry .entry-meta .entry-member p.name {
    width: calc(100% - 40px);
    font-size: 0.75rem;
    font-family: "Noto Serif JP";
    font-weight: 700;
    padding: 0 0 0 1em;
    margin: 0;
}

/* 本文 */
.entry section.entry-content {
    margin: 0;
    padding: 2em 4%;
}
.entry section.entry-content h2,
.entry section.entry-content h3,
.entry section.entry-content p,
.entry section.entry-content table,
.entry section.entry-content ul,
.entry section.entry-content .entry-text-summary,
.entry section.entry-content .cb-wrap {
    margin-bottom: 2em;
}
.entry section.entry-content h2,
.entry section.entry-content h3 {
    font-family: "Noto Serif JP";
    font-weight: 700;
    position: relative; 
}
.entry section.entry-content h2 {
    font-size: 1.25rem;
    padding: 0 0 0 1.5em;
    background-image: url(https://food.biglobe.ne.jp/herbshu-susume/common/images/icon_logo.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: auto 30px;
}
.entry section.entry-content h3 {
    font-size: 1rem;
    padding: 0 0 1em 1.25em;
    border-bottom: 1px #DADCE0 solid;
}
.entry section.entry-content h3::before {
    content: "■";
    color: #639D68;
    position: absolute;
    left: 0;
    top: 0;
}

.entry section.entry-content .toc-block {
    width: 100%;
    margin: 1em 0 3em;
    padding: 1em 1em 1.5em;
    background: #F7F7EF;
    font-size: 0.875rem;
}

.entry section.entry-content .toc-block .toc-title {
    color: #639D68;
    font-weight: 700;
    margin-bottom: .5em;
}

.entry section.entry-content p span.entry-text-marker {
    background: linear-gradient(transparent 60%, #ffe1dd 60%);
}

.entry section.entry-content p.entry-text-background {
    background: #F4FFF0;
    padding: 1em;
}

.entry section.entry-content ul.entry-text-list,
.entry section.entry-content ol.toc-list {
    list-style: disc;
    padding-left: 1.5em;
    color: #639D68;
}

.entry section.entry-content ul.entry-text-list span {
    color: #333;
}

.entry section.entry-content table.entry-text-table {
    border-collapse: collapse;
    border: 1px #DADCE0 solid;
}

.entry section.entry-content table.entry-text-table thead tr {
    background: #F1F2F3;
}

.entry section.entry-content table.entry-text-table th,
.entry section.entry-content table.entry-text-table td {
    padding: .5em 1em;
    border: 1px #DADCE0 solid;
}

.entry section.entry-content .entry-text-summary {
    border: 2px #639D68 solid;
    padding: 1em 1em 0;
}

.entry section.entry-content .entry-text-summary p.entry-text-title-summary {
    border-bottom: 1px #639D68 solid;
    padding-bottom: 1em;
    color: #639D68;
    font-weight: 700;
}

/* ------------------------------------------
                   entry
------------------------------------------ */
ul.entry-author-buttons {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding-right: 30px;
  text-align: right;
}
ul.entry-author-buttons li {
  display: inline-block;
  margin-left: 0.1em;
  vertical-align: top;
  line-height: 1;
}
ul.entry-author-buttons li img {
  margin-top: 0;
}

.entry-author-detail-body .entry-author-detail-body-text p {
  margin-bottom: 0;
}

.entry-navi a {
  display: block;
  padding: 15px;
  margin-bottom: 30px;
  border: solid 1px #DFDFDF;
  border-radius: 5px;
  text-decoration: none;
  color: #4A4A4A;
  font-size: 114%;
}
.entry-navi a:hover {
  background: #F5F4F2;
  border: solid 1px #CDCDCD;
}
.entry-navi a .header {
  margin-bottom: 3px;
  font-weight: bold;
}
.entry-navi a .title {
  margin-bottom: 0;
}
.entry-navi .entry-navi-next a .header { }
.entry-navi .entry-navi-prev a .header {
  text-align: right;
}
.entry-navi a .header i {
  color: #F7F7EF;
}
.entry-navi .entry-navi-next a .header i {
  margin-right: 0.5em;
}
.entry-navi .entry-navi-prev a .header i {
  margin-left: 0.5em;
}



.relation-entrylist h1 {
  margin-bottom: 15px;
  padding: 0.3em 4%;
  background: #4A4A4A;
  color: #fff;
}
.relation-entrylist ul li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #D8D8D8;
}
.relation-entrylist ul li a {
  text-decoration: none;
}
.relation-entrylist ul li figure {
  display: table-cell;
  padding: 0 20px 0 0;
  vertical-align: top;
  width: 150px;
  height: 80px;
  overflow: hidden;
}
.relation-entrylist ul li figure img.entry-thumbnail {
  margin-top: 0;
  width: 150px;
}
.relation-entrylist ul li .detail {
  display: table-cell;
  vertical-align: top;
}
.relation-entrylist ul li a .detail .title {
  margin-bottom: 0;
  font-size: 114%;
  font-weight: bold;
  color: #F7F7EF;
}
.relation-entrylist ul li a:hover .detail .title {
  color: #8D9092;
}
.relation-entrylist ul li a .detail .excerpt {
  margin-bottom: 0;
  color: #343434;
}

.cb-wrap{
  background:#fff;
  border:2px solid #DADCE0;
  border-radius:8px;
  box-sizing:border-box;
}
.cb-wrap  a{
  display:flex;
  padding:1.5em 1em;
}
.cb-container{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:16px;
  align-items:center;
}
.cb-media{
  width:100%;
  text-align:center;
}
.cb-media a{
  display:block;
}
.cb-media img{
  width:auto;
  height:auto;
  max-height:150px;
}
.cb-side{
  width:90%;
  margin:auto;
}
.cb-side h4{
  margin-bottom:1em;
  color:#333;
  text-decoration:none;
}
.cb-buttons{
  width:100%;
  text-align:center;
  background:#000;
  border-radius:50px;
  display:block;
  padding:.5em 0;
  color:#fff;
}

/* ------------------------------------------
              tag color
------------------------------------------ */
/* --- Types & Categories --- */
.cat-herbal-liqueur { color: #9D8CB6 !important; border-color: #9D8CB6 !important; background-color: #fff !important; }
.cat-medicinal-liquor { color: #86A6D6 !important; border-color: #86A6D6 !important; background-color: #fff !important; }
.cat-herbal-spirit { color: #76B8B6 !important; border-color: #76B8B6 !important; background-color: #fff !important; }
.cat-bitters { color: #C29E74 !important; border-color: #C29E74 !important; background-color: #fff !important; }
.cat-absinthe { color: #98D98E !important; border-color: #98D98E !important; background-color: #fff !important; }
.cat-vermouth { color: #BFA6C4 !important; border-color: #BFA6C4 !important; background-color: #fff !important; }
.cat-amaro { color: #D4A373 !important; border-color: #D4A373 !important; background-color: #fff !important; }
.cat-liqueur { color: #A89CC8 !important; border-color: #A89CC8 !important; background-color: #fff !important; }
.cat-spirits { color: #8FB8DE !important; border-color: #8FB8DE !important; background-color: #fff !important; }
.cat-non-alc { color: #92DCE5 !important; border-color: #92DCE5 !important; background-color: #fff !important; }
.cat-craft-sake { color: #A4CBB4 !important; border-color: #A4CBB4 !important; background-color: #fff !important; }

/* --- Flavors & Ingredients --- */
.cat-herbal { color: #8BD496 !important; border-color: #8BD496 !important; background-color: #fff !important; }
.cat-herbal-aroma { color: #A6D9A2 !important; border-color: #A6D9A2 !important; background-color: #fff !important; }
.cat-anise { color: #a8cb8b !important; border-color: #a8cb8b !important; background-color: #fff !important; }
.cat-wormwood { color: #8FA893 !important; border-color: #8FA893 !important; background-color: #fff !important; }
.cat-gentian { color: #9B9ECE !important; border-color: #9B9ECE !important; background-color: #fff !important; }
.cat-citrus { color: #F4D35E !important; border-color: #F4D35E !important; background-color: #fff !important; }
.cat-spice { color: #F4B183 !important; border-color: #F4B183 !important; background-color: #fff !important; }
.cat-sweet { color: #FBC4AB !important; border-color: #FBC4AB !important; background-color: #fff !important; }
.cat-dry { color: #a7ada8 !important; border-color: #a7ada8 !important; background-color: #fff !important; }
.cat-bitter { color: #D6B487 !important; border-color: #D6B487 !important; background-color: #fff !important; }
.cat-fruity { color: #FFB7B2 !important; border-color: #FFB7B2 !important; background-color: #fff !important; }

/* --- Benefits & Lifestyle --- */
.cat-digestion { color: #c3ad62 !important; border-color: #c3ad62 !important; background-color: #fff !important; }
.cat-aperitif { color: #F6A6A6 !important; border-color: #F6A6A6 !important; background-color: #fff !important; }
.cat-digestif { color: #89B0AE !important; border-color: #89B0AE !important; background-color: #fff !important; }
.cat-warming { color: #F2958D !important; border-color: #F2958D !important; background-color: #fff !important; }
.cat-wellness { color: #70A9A1 !important; border-color: #70A9A1 !important; background-color: #fff !important; }
.cat-healthy { color: #83C5BE !important; border-color: #83C5BE !important; background-color: #fff !important; }
.cat-beauty { color: #F8BBD0 !important; border-color: #F8BBD0 !important; background-color: #fff !important; }
.cat-chill { color: #A2D2FF !important; border-color: #A2D2FF !important; background-color: #fff !important; }
.cat-relax { color: #9dc3e3 !important; border-color: #9dc3e3 !important; background-color: #fff !important; }
.cat-drinking-party { color: #d1ad62 !important; border-color: #d1ad62 !important; background-color: #fff !important; }

/* --- Serving & Recipes --- */
.cat-cocktail-recipe { color: #FF99C8 !important; border-color: #FF99C8 !important; background-color: #fff !important; }
.cat-neat { color: #8D99AE !important; border-color: #8D99AE !important; background-color: #fff !important; }
.cat-on-the-rocks { color: #A9D6E5 !important; border-color: #A9D6E5 !important; background-color: #fff !important; }
.cat-with-soda { color: #89C2D9 !important; border-color: #89C2D9 !important; background-color: #fff !important; }
.cat-highball { color: #E2C044 !important; border-color: #E2C044 !important; background-color: #fff !important; }
.cat-pairing { color: #c49ccf !important; border-color: #c49ccf !important; background-color: #fff !important; }
.cat-mixology { color: #E5989B !important; border-color: #E5989B !important; background-color: #fff !important; }
.cat-baking { color: #E6BEAE !important; border-color: #E6BEAE !important; background-color: #fff !important; }
.cat-beginner { color: #e9a9ae !important; border-color: #e9a9ae !important; background-color: #fff !important; }

/* --- Brands --- */
.cat-chartreuse { color: #C5D86D !important; border-color: #C5D86D !important; background-color: #fff !important; }
.cat-pernod-ricard { color: #6B9AC4 !important; border-color: #6B9AC4 !important; background-color: #fff !important; }
.cat-campari { color: #EF837B !important; border-color: #EF837B !important; background-color: #fff !important; }
.cat-pernod { color:#bbcb28 !important; border-color: #bbcb28 !important; background-color: #fff !important; }
.cat-aperol { color: #FFAD85 !important; border-color: #FFAD85 !important; background-color: #fff !important; }
.cat-yomeishu { color: #D96C75 !important; border-color: #D96C75 !important; background-color: #fff !important; }

/* --- Regions --- */
.cat-italy { color: #90BE6D !important; border-color: #90BE6D !important; background-color: #fff !important; }
.cat-france { color: #9FA0C3 !important; border-color: #9FA0C3 !important; background-color: #fff !important; }
.cat-germany { color: #E0A458 !important; border-color: #E0A458 !important; background-color: #fff !important; }
.cat-japan { color: #F08080 !important; border-color: #F08080 !important; background-color: #fff !important; }
.cat-europe { color: #84A59D !important; border-color: #84A59D !important; background-color: #fff !important; }
.cat-asia { color: #ddc247 !important; border-color: #ddc247 !important; background-color: #fff !important; }
.cat-international { color: #908a9b !important; border-color: #908a9b !important; background-color: #fff !important; }

.banner-box {
  text-align: center;
  margin: 1em auto;
}

.nopc {
  display: none;
}

.nosp {
  display: block;
}

/* ------------------------------------------
               for Small PC
------------------------------------------ */
@media(max-width:1100px) {
    /* layouts */
    #content {
        padding-left: 4%;
        padding-right: 4%;
    }
}

/* ------------------------------------------
                 for tablet
------------------------------------------ */
@media(max-width:768px) {
    /* layouts */
    #content {
        width: 100%;
        max-width: 100%;
        min-width: 300px;
        padding: 0 0 10px;
        text-align: left;
        margin: 60px 0 0;
    }
    #content #main-wrapper {
        width: 100%;
        float: none;
        margin: 0;
    }
    #content main {
        margin-right: 0;
    }
    #content aside {
        width: 100%;
        float: none;
    }
    /* header */
    header#globalheader {
        height: 60px;
    }
    header#globalheader .inner .naviwrap {
        display: block;
    }
    header#globalheader .inner .logo img {
        height: 30px;
        max-width: initial;
    }
    /* globalmenu */
    header#globalheader label {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
    }
    #responsive-menu-button {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background: #fff url(https://food.biglobe.ne.jp/herbshu-susume/common/images/responsive-menu-button.png) no-repeat 8px 12px;
        background-size: 25px 17px;
    }
    header#globalheader nav.globalmenu {
        position: fixed;
        z-index: 2;
        height: 100%;
        top: 0;
        right: 0;
        background: #F7F7EF;
        padding: 60px 0;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.5s;
    }
    header#globalheader input:checked + label #responsive-menu-button {
        background: #fff url(https://food.biglobe.ne.jp/herbshu-susume/common/images/responsive-menu-button-active.png) no-repeat 10px 10px !important;
        background-size: 20px 20px !important;
    }
    header#globalheader input:checked + * + nav.globalmenu {
        transform: translateX(0);
    }
    header#globalheader ul {
        text-align: left;
        border-top: 1px #d8d8d8 solid;
    }
    header#globalheader ul li {
        border-bottom: 1px #d8d8d8 solid;
        padding: 1em;
    }
    header#globalheader ul li a {
        display: block;
    }
    section.entrylist,
    section.entrylist.pickup,
    #content aside section.categorylist,
    #content aside section.memberlist {
        padding: 2em 4% 2.5em;
        margin: 0;
    }
    section.entrylist ul.entrylist-new,
    section.entrylist ul.entrylist-pickup,
    #content aside section.categorylist ul.entry-tag,
    #content aside section.memberlist ul.entry-members {
        margin: 1em 0 0;
    }
    #content aside section.categorylist {
        border-radius: 0;
    }
    p.promotion {
        margin: .5em;
    }
    .title-img {
        height: 50px !important;
    }
    .entrylist li .entry-detail .entry-title {
        font-size: 0.875rem;
    }
    .entrylist ul.entrylist-new li .entry-detail h3.entry-title {
        height: calc(1.6 * 3em);
        -webkit-line-clamp: 3;
    }
    .entrylist ul.entrylist-pickup li .entry-detail h3.entry-title {
        margin: 0;
    }
    section.entry-author-detail .entry-author-detail-body{
        display: inherit;
        align-items: inherit;
    }
    section.entry-author-detail .entry-author-detail-body figure {
        width: 100%;
    }
    section.entry-author-detail .entry-author-detail-body .entry-author-detail-body-text {
        width: 100%;
    }
    section.entry-author-detail .entry-author-detail-body .entry-author-detail-body-text .name {
        text-align: center;
        margin: 1em 0 0;
    }
    .entry section.entry-content .toc-block {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 3em;
    }
    /* entrylist pickup */
    .entrylist ul.entrylist-pickup {
    }
    .entrylist ul.entrylist-pickup li.entry-detail-box {
        width: 100%;
        margin: 0 0 1.5em;
    }
    .entrylist ul.entrylist-pickup li.entry-detail-box a {
        display: flex;
        align-items: flex-start;
    }
    .entrylist ul.entrylist-pickup li.entry-detail-box a .entry-image {
        width: 35%;
    }
    .entrylist ul.entrylist-pickup li.entry-detail-box a .entry-detail {
        width: 65%;
        padding-left: 1.5em;
    }
    /* footer */
    footer .inner {
        width: 100%;
        max-width: 100%;
        min-width: 300px;
        margin: 0 auto;
        padding: 75px 4%;
    }
    #footer-about {
        width: 100%;
        float: none;
        margin-bottom: 1em;
        text-align: center;
    }
    #footer-about p {
        text-align: left;
    }
    #footer-about .footer-link ul {
        justify-content: space-around;
    }
    #footer-about .footer-link ul li {
        margin-right: inherit;
    }
    #footer-about .footer-about-logo img {
        width: 180px;
    }
    .cb-wrap a{
      padding:2em;
    }
    .cb-container{
      flex-direction:row;
      gap:24px;
      justify-content:center;
    }
    .cb-media{
      width:40%;
    }
    .cb-side{
      width:60%;
    }
    .cb-buttons{
      align-self:center;
    }
    .nosp {
      display: none;
    }
    .nopc {
      display: block;
    }
}

/* ------------------------------------------
                 for sp
------------------------------------------ */
@media(max-width:480px) {
  section.entrylist ul.entrylist-new {
    display: flex;
    flex-wrap: wrap;
  }
}