:root {
  --header_height: var(--logo_size_sp);
}
@media (min-width: 960px) {
  :root {
    --header_height: var(--logo_size_pc);
  }
}
@media (min-width: 600px) {
  :root {
    --header_height: var(--logo_size_pc);
  }
}
.l-header__inner.l-container {
  height: var(--header_height);
}
.l-header {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background: rgba(var(--rgb-color_bg),0.4);
}
.-series .c-headLogo {
  width: calc(var(--header_height) * 2.5);
  height: var(--header_height);
}
.l-content {
  margin-top: var(--header_height);
  padding-top: 1em;
}
@media (min-width: 600px) {
  .single .l-article {
    padding-top: 20px;
  }
}
@media (min-width: 600px) {
  figure.p-articleThumb {
    display: flex;
    border: var(--border02);
    padding: 20px;
    background: #fff;
  }
  figure.p-articleThumb .c-postTitle__ttl {
    font-size: 1.8em;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 1.5em;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  figure.p-articleThumb .p-articleThumb__img {
    width: 45%;
    height: 45%;
    box-shadow: none;
    border: var(--border02);
  }
  figure.p-articleThumb .c-postTitle {
    align-items: flex-start;
    padding: 0 0 0 2em;
    justify-content: center;
    display: flex;
    text-align: left;
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  figure.p-articleThumb .p-articleMetas {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em;
    padding: 0;
    justify-content: space-between;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.2em;
    align-items: center;
    width: 95%;
    position: absolute;
    bottom: 0;
    flex-direction: row;
  }
  figure.p-articleThumb .c-postTimes {
    display: inline-block;
    order: -1;
  }
  .p-articleMetas.-top {
    margin-top: 0;
  }
}
.c-categoryList__link {
  background-color: var(--color_main);
  color: #fff;
  font-family: var(--swl-font_family);
  font-size: 1.1em;
  margin: 0;
  padding: 0.5em;
  letter-spacing: .1em;
}
.c-categoryList:before {
  display: none;
  margin-right: 0.4em;
}
.post_content td, .post_content th {
  border: var(--border01);
  border-left: none!important;
  padding: 0.75em;
}
.post_content tr:first-child>td {
  border-top: var(--border02)!important;
}
.post_content tr:last-child>td {
  border-bottom: var(--border02);
}
.post_content .td_to_th_ tbody tr>:first-child, .post_content tbody th {
  opacity: .5;
}
.post_content h2.menu::after, .post_content h2.report::after, .post_content h2.info::after {
  font-family: 'Bebas Neue';
  color: rgba(255,255,255,.2);
  font-size: 2em;
  position: absolute;
  right: 0.2em;
  display: inline-block;
  top: 0.1em;
  font-weight: 400;
}
.post_content h2.menu::after {
  content: 'TAKEOUT MENU';
}
.post_content h2.report::after {
  content: 'REPORT';
}
.post_content h2.info::after {
  content: 'INFORMATION';
}
.post_content .info-group {
  margin-top: 4em;
}
.post_content .info-group .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: var(--color_link);
}
figure.p-articleThumb .p-articleMetas .c-postAuthor {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
figure.p-articleThumb .p-articleMetas .c-postAuthor__figure {
  border-radius: 50%;
  height: 40px;
  margin-left: 1px;
  margin-right: 0.25em;
  overflow: hidden;
  width: 40px;
}
figure.p-articleThumb .p-articleMetas .c-postAuthor__name {
  font-family: var(--swl-font_family);
  font-size: 0.8em;
  letter-spacing: 0.08em;
  margin-right: 0.5em;
}
@media (min-width: 600px) and (max-width: 960px) {
  figure.p-articleThumb .c-postTitle__ttl {
    font-size: 3.5vw;
  }
}
@media (max-width: 599px) {
  figure.p-articleThumb {
    position: relative;
    border: solid 0px var(--color_main);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  figure.p-articleThumb .p-articleThumb__img {
    width: 100%!important;
    height: 100%!important;
    border: var(--border02);
    box-shadow: none;
  }
  .c-postTitle {
    padding: 0!important;
    letter-spacing: 0.1em;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1em;
  }
  .c-postTitle__ttl {
    font-size: 6vw!important;
    line-height: 1.8!important;
    padding: 0.2em 0.4em;
    margin-bottom: 0!important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  figure.p-articleThumb .p-articleMetas {
    display: flex;
    font-size: 1.4em;
    padding: 0.2em;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 0.2em;
    align-items: center;
    width: 100%;
    bottom: 0;
  }
}
.p-postList.-type-thumb .p-postList__item {
  opacity: 1;
}
.l-article .p-postList.-type-thumb .p-postList__title,
#after_article .p-postList.-type-thumb .p-postList__title,
#sidebar .p-postList.-type-thumb .p-postList__title {
  font-size: 1.0em;
  letter-spacing: .08em;
  line-height: 1.5em;
  margin-top: 1em;
}
.l-article .p-postList.-type-thumb .p-postList__meta,
#after_article .p-postList.-type-thumb .p-postList__meta,
#sidebar .p-postList.-type-thumb .p-postList__meta {
  font-size: 1.1em;
  font-family: 'Bebas Neue', cursive;
  padding: 0.2em 0.4em;
}
@media (min-width: 960px) {
  .-sidebar-on #sidebar {
    margin-top: 10px;
  }
}
#sidebar .c-widget__title.-side,
#after_article .l-articleBottom__title.c-secTitle {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.8em;
  letter-spacing: .15em;
  padding: 0;
  margin-bottom: 1em;
  font-weight: 500;
}
#after_article .c-secTitle {
  border-left: solid 0 var(--color_main);
}
#sidebar .p-postList.-type-card, .p-postList.-type-thumb {
  margin-left: 0;
  margin-right: 0;
}
.c-widget__title:after, .c-widget__title:before {
  height: 2px;
}
.c-widget__title.-side::after {
  background: var(--color_main);
}
.l-sidebar #categories-3 {
  background-image: url(/wp-content/themes/swell_child/dev/img/tama-chizu.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 90% 85%;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
}
.popular-post.-w-ranking .p-postList {
  counter-reset: number 0;
}
.popular-post.-w-ranking .p-postList__item:before {
  content: none;
}
.popular-post.-w-ranking .p-postList__link {
  box-shadow: none;
}
.popular-post.-w-ranking .p-postList__thumb {
  box-shadow: 0px 0px 0 2px #000;
}
.popular-post.-w-ranking .-type-list .p-postList__link {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.popular-post.-w-ranking .-type-list .p-postList__body {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.popular-post.-w-ranking .-type-list .p-postList__item .p-postList__title:before {
  background-color: #3c3c3c;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: block;
  font-family: arial,helvetica,sans-serif;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 2;
}
.popular-post.-w-ranking .-type-list .p-postList__item .p-postList__title:before {
  font-size: 3vw;
  left: 0;
  line-height: 2;
  top: 0;
  width: 2em;
  background-image: none;
  margin-bottom: 0.1em;
}
.popular-post.-w-ranking .-type-list .p-postList__item:last-child .p-postList__title:before {
  width: 1.8em;
  height: 1.8em;
}
@media (min-width: 600px) {
  .popular-post.-w-ranking .-type-list .p-postList__item .p-postList__title:before {
    font-size: 12px;
  }
}
.popular-post.-w-ranking .-type-list .p-postList__item:not(:last-child) .p-postList__title:before {
  display: block;
  left: 0;
  --the-icon-svg: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M151.9%2C51.96L100%2C0%2C48.1%2C51.97%2C0%2C18.09%2C8.33%2C172.45H191.67l8.33-154.36-48.1%2C33.87Z%22%2F%3E%3C%2Fsvg%3E');
  -webkit-mask-image: var(--the-icon-svg);
  mask-image: var(--the-icon-svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 2em;
  position: relative;
  width: 100%;
}
.popular-post.-w-ranking .-type-list .p-postList__item:first-child .p-postList__title:before {
  background-color: #f7d305;
}
.popular-post.-w-ranking .-type-list .p-postList__item:nth-child(2) .p-postList__title:before {
  background-color: #a5a5a5;
}
.popular-post.-w-ranking .-type-list .p-postList__item:nth-child(3) .p-postList__title:before {
  background-color: #c47222;
}
.popular-post.-w-ranking .-type-list .p-postList__title {
  display: flex!important;
  flex-direction: column;
}
.l-mainContent .post_content figure:not(.c-postThumb__figure,.wp-block-gallery figure, .wp-block-table) {
  margin: 4em 0!important;
}
.l-mainContent .post_content figure img {
  border: var(--border02);
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 3.4em;
  line-height: 1.2;
  font-weight: 500;
}
.p-articleFoot {
  border-top: var(--border02);
}
.p-authorBox__desc {
  font-size: .8em;
}
[class*=page-numbers].current, [class*=page-numbers]:hover {
  background-color: var(--color_footer_bg);
  color: #fff;
}
[class*=page-numbers] {
  box-shadow: none;
  border: var(--border02);
  color: var(--color_text);
}
.c-fixBtn {
  background: #fff;
  border: var(--border02);
  color: var(--color_main);
}
.p-authorBox {
  border: var(--border02);
}
.p-authorBox__moreLink {
  border: var(--border02);
}
.l-mainContent .post_content iframe {
  border: var(--border02)!important;
}
[class*='flickity-carousel-'] {
  height: 100%;
  width: 100%;
}
[class*='flickity-carousel-'] div {
  width: 100%;
  height:100%;
}
[class*='flickity-carousel-'] .flickity-prev-next-button {
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    transform: translateY(-50%);
}
[class*='flickity-carousel-'] .flickity-prev-next-button.next {
    right: 15px;
}
[class*='flickity-carousel-'] .flickity-prev-next-button.previous {
    left: 15px;
}
.p-termContent {
  margin-top: 2em;
}
.c-pageTitle[data-style=b_bottom] {
  border-bottom: var(--border02);
}
.c-pageTitle__subTitle {
  font-style: normal;
  letter-spacing: var(--swl-letter_spacing,1px);
  margin-left: 1em;
  opacity: .8;
  position: relative;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.1em;
  padding: 0;
  font-weight: 500;
  top: 1px;
}
.category .p-termContent>.p-blogParts {
  margin-bottom: 2em;
}
.category .has-border {
  padding: 1.5em;
}
.category .pickup-column h3 {
  padding: 0;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.8em;
  font-weight: 500;
  margin: 0.5em 0;
  letter-spacing: .15em;
}
.category .pickup-column h3::before {
  height: 0;
}
.category .pickup-column .p-postList__link {
  box-shadow: none;
  align-items: center;
}
.category .pickup-column .p-postList__thumb {
  box-shadow: 0px 0px 0 2px #000;
}
.category .pickup-column .p-postList__thumb figure img {
  border: none;
}
.category .pickup-column .p-postList__body {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
.category .pickup-column .p-postList__title {
  display: flex!important;
  flex-direction: column;
}
.category .pickup-column .p-postList__times {
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 1.5em;
}
.category .p-postListTab {
  margin: 2em auto 1em;
  width: 100%;
}
.category .is-style-balloon>.c-tabList .c-tabList__button {
  box-shadow: none;
  background: hsla(0,0%,78%,.5);
  font-family: 'Bebas Neue', cursive;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 0;
}
.category .is-style-balloon>.c-tabList .c-tabList__button:hover, 
.category .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true] {
  background-color: var(--color_main)!important;
  color: #fff;
}
@media (min-width: 960px) {
  .category [data-width-pc="25"]>.c-tabList {
    --the-tab-flex_wrap: wrap;
    --the-tab-flex: 0 0 50%;
  }
}
.category .c-tabBody {
  padding: 0.5em;
}
:root {
  --article-thumb-w: 50%;
}
@media (min-width: 600px) {
  :root {
    --article-thumb-w: 33.33333%;
  }
}
@media (min-width: 1320px) {
  :root {
    --article-thumb-w: 25%;
  }
}
.-sidebar-on .l-article .-type-thumb.-pc-col3 .p-postList__item {
  width: calc(var(--article-thumb-w) - 2px);
  margin: 1px;
}
.p-authorBox {
  padding: 1em;
}
@media (max-width: 599px) {
  .p-authorBox {
    text-align: left;
  }
}
.p-authorBox__desc.u-thin {
  font-size: 1em;
  opacity: 1;
}
.p-authorBox.u-mt-30.u-mb-40 {
  margin-top: 2em!important;
  margin-bottom: 2em!important;
}