@charset "UTF-8";
@layer base, vendors, composition, components, pages, utilities;
@layer vendors{
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}}
:root {
  --stk-post-thumb-ratio: 1.91 / 1;
  --vw: 1vw;
  --stk-wrap-width: 1200px;
  --stk-wide-width: 960px;
  --primary-color: #FC5D7B;
  --layout-padding-inline: 16px;
}
@media only screen and (min-width: 768px) {
  :root {
    --layout-padding-inline: 0px;
  }
}
/************************
* base
*************************/
@layer base {
  body {
    background: #fff;
  }
  p {
    margin-bottom: 40px;
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 768px) {
    p {
      margin-bottom: 40px;
    }
  }
  dl,
  ol,
  p,
  ul {
    letter-spacing: 0;
    line-height: 2;
  }
  @media only screen and (min-width: 768px) {
    dl,
    ol,
    p,
    ul {
      line-height: 2.2;
    }
  }
  @media only screen and not (min-width: 768px) {
    dl,
    ol,
    p,
    ul {
      font-size: 14px;
    }
  }
}
@layer vendors {
  /*
   * Splide
  */
  .splide__pagination {
    bottom: 0;
  }
  .splide__pagination--bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    padding: 0px;
    margin-top: 24px;
    position: relative;
  }
  .splide__pagination--bar li {
    line-height: 0;
  }
  .splide__pagination--bar .splide__pagination__page {
    margin: 0;
  }
  .splide__pagination__page {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #dcdcdc;
    margin: 0 5px;
  }
  @media only screen and (min-width: 768px) {
    .splide__pagination__page {
      width: 10px;
      height: 10px;
    }
  }
  .splide__pagination__page.is-active {
    background: var(--primary-color);
    transform: scale(1);
  }
  .splide__pagination__page--bar {
    width: 100%;
    background: #E5E7EB;
    height: 2px;
    border-radius: 9999px;
    display: block;
  }
  .splide__pagination__page--bar.is-active {
    background: #99A1AF;
  }
  .splide__arrow {
    background: transparent;
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 1px var(--primary-color);
    border-right: solid 1px var(--primary-color);
    position: absolute;
    border-radius: 0px;
  }
  @media only screen and not (min-width: 768px) {
    .splide__arrow {
      top: calc(var(--vw) * 100 * 0.524 / 2);
    }
  }
  .splide__arrow:disabled {
    opacity: 1;
    border-color: #DCDCDC;
  }
  .splide__arrow--prev {
    transform: rotate(-135deg);
    left: 9px;
  }
  @media only screen and (min-width: 768px) {
    .splide__arrow--prev {
      left: -20px;
    }
  }
  .splide__arrow--next {
    transform: rotate(45deg);
    right: 9px;
  }
  @media only screen and (min-width: 768px) {
    .splide__arrow--next {
      right: -20px;
    }
  }
  .splide__slide {
    position: relative;
  }
  .splide__slide img {
    max-width: none;
    width: 100%;
    height: auto;
    aspect-ratio: var(--stk-post-thumb-ratio, 1.91/1);
    object-fit: cover;
    object-position: center;
  }
  .splide__catch {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: #fff;
    padding: 10px 20px;
    max-width: calc(100% - 60px);
    line-height: 1.2;
    font-size: 18px;
    width: fit-content;
    font-size: 10px;
    line-height: 2;
    max-width: 100%;
    width: 100%;
    position: static;
    font-weight: 500;
    border-radius: 4px;
  }
  @media only screen and (min-width: 768px) {
    .splide__catch {
      line-height: 1.5;
      letter-spacing: 8%;
      max-width: calc(100% - 60px);
      width: fit-content;
      position: absolute;
      padding: 8px 24px;
      font-size: 16px;
      bottom: 12px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .splide__catch {
      padding: 8px 32px;
      bottom: 30px;
      font-size: 20px;
    }
  }
  .splide__track--nav > .splide__list > .splide__slide {
    border: none;
  }
  .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: none;
  }
  /*
   * custom twitter feed 関連
   * プラグインのCSSもとに要件に合致するよう編集
   */
  .ctf-owl-item img {
    height: initial;
  }
  .custom-twitter-feed_root #ctf {
    text-align: left;
    position: relative;
  }
  .custom-twitter-feed_root #ctf.ctf-fixed-height {
    -ms-overflow-y: auto;
    overflow-y: auto;
  }
  .custom-twitter-feed_root #ctf a {
    box-shadow: none;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-items {
    box-sizing: border-box;
  }
  .custom-twitter-feed_root #ctf .ctf-item {
    box-sizing: border-box;
    -o-transition: all 0.5s ease;
    padding: 15px 5px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
  }
  .custom-twitter-feed_root #ctf.ctf-regular-style .ctf-item.ctf-threads-expanded {
    border-bottom: 0 solid rgba(0, 0, 0, 0);
  }
  /* .custom-twitter-feed_root #ctf:not(.ctf-masonry) .ctf-item:last-of-type {
    border-bottom: 0;
  } */
  .custom-twitter-feed_root #ctf .ctf-item.ctf-transition {
    opacity: 0;
  }
  /* .custom-twitter-feed_root #ctf .ctf-item:first-child {
    border-top: none;
  } */
  .custom-twitter-feed_root #ctf .ctf_remaining {
    display: none;
  }
  .custom-twitter-feed_root #ctf .ctf_more {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    padding: 1px;
    line-height: 1;
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf .ctf_more:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.0509803922);
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    text-decoration: none;
  }
  .custom-twitter-feed_root .ctf-carousel-2-row.ctf-boxed-style[data-ctf-rows="2"] .ctf-item {
    margin-bottom: 15px;
  }
  .custom-twitter-feed_root #ctf .ctf-header {
    width: 100%;
    color: inherit;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 5px 15px;
    line-height: 1.2;
    overflow: hidden;
  }
  .custom-twitter-feed_root #ctf .ctf-header > a {
    float: left;
    width: 100%;
    color: inherit;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
    display: flex;
  }
  .custom-twitter-feed_root #ctf .ctf-header-img {
    float: left;
    border-radius: 40px;
    width: 48px;
    position: relative;
  }
  .custom-twitter-feed_root #ctf .ctf-header-img img {
    float: left;
    border: none;
    border-radius: 40px;
    margin: 0;
    padding: 0;
    display: block;
  }
  .custom-twitter-feed_root #ctf .ctf-author-avatar {
    clear: both;
    margin: 3px 6px 0 -53px;
  }
  .custom-twitter-feed_root #ctf .ctf-item .ctf-author-name {
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-author-box {
    padding-left: 53px;
  }
  .custom-twitter-feed_root #ctf .ctf-header-img-hover,
  .custom-twitter-feed_root #ctf .ctf-header-generic-icon {
    z-index: 1;
    text-align: center;
    color: #fff;
    background: rgba(27, 149, 224, 0.8509803922);
    border-radius: 40px;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-header-img-hover .fa,
  .custom-twitter-feed_root #ctf .ctf-header-generic-icon .fa,
  .custom-twitter-feed_root #ctf .ctf-header-img-hover svg,
  .custom-twitter-feed_root #ctf .ctf-header-generic-icon svg {
    margin-top: -10px;
    margin-left: -8px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .custom-twitter-feed_root #ctf .ctf-header-img-hover svg,
  .custom-twitter-feed_root #ctf .ctf-header-generic-icon svg {
    margin-top: -10px;
    margin-left: -10px;
  }
  .custom-twitter-feed_root #ctf .ctf-header-img-hover.ctf-rebranded svg,
  .custom-twitter-feed_root #ctf .ctf-header-generic-icon.ctf-rebranded svg {
    margin-top: -15px;
    margin-left: -14px;
  }
  .custom-twitter-feed_root #ctf .ctf-header-img-hover.ctf-rebranded svg path,
  .custom-twitter-feed_root #ctf .ctf-header-generic-icon.ctf-rebranded svg path {
    fill: #fff;
  }
  .custom-twitter-feed_root #ctf .ctf-header-text {
    float: left;
    width: 100%;
  }
  .custom-twitter-feed_root #ctf .ctf-header a {
    text-decoration: none;
  }
  .custom-twitter-feed_root #ctf .ctf-header-text .ctf-header-user,
  .custom-twitter-feed_root #ctf .ctf-header-text p {
    float: left;
    clear: both;
    text-align: left;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-header-name {
    margin-right: 6px;
    font-weight: bold;
  }
  .custom-twitter-feed_root #ctf .ctf-header-text .ctf-header-bio {
    word-break: break-word;
    padding: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-header-text .ctf-verified {
    margin-right: 5px;
  }
  .custom-twitter-feed_root #ctf .ctf-header .ctf-header-follow {
    color: #fff;
    -o-transition: background 0.6s ease-in-out;
    background: #1b95e0;
    border-radius: 3px;
    margin: 0 6px 0 2px;
    padding: 3px 6px;
    font-size: 11px;
    transition: background 0.6s ease-in-out;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .custom-twitter-feed_root #ctf .ctf-header .ctf-header-follow .fa,
  .custom-twitter-feed_root #ctf .ctf-header .ctf-header-follow svg {
    margin-right: 3px;
    font-size: 12px;
  }
  .custom-twitter-feed_root #ctf .ctf-header a:hover .ctf-header-follow {
    -o-transition: background 0.2s ease-in-out;
    background: #0c7abf;
    transition: background 0.2s ease-in-out;
  }
  .custom-twitter-feed_root #ctf .ctf-header-type-generic .ctf-header-img {
    color: #fff;
    width: 48px;
    height: 48px;
    position: relative;
  }
  .custom-twitter-feed_root #ctf .ctf-header-type-generic .ctf-header-link:hover .ctf-header-generic-icon {
    background: #0c7abf;
  }
  .custom-twitter-feed_root #ctf .ctf-header-type-generic .ctf-header-no-bio {
    padding-top: 9px;
    font-size: 16px;
    font-weight: bold;
  }
  .custom-twitter-feed_root #ctf .ctf-header-type-generic .ctf-header-generic-icon {
    color: #fff;
    -o-transition: background 0.2s ease-in-out;
    background: #1b95e0;
    transition: background 0.2s ease-in-out;
    display: block;
  }
  .custom-twitter-feed_root #ctf.ctf-rebranded-x .ctf-header-type-generic .ctf-header-generic-icon svg {
    margin-top: -14px;
    margin-left: -14px;
  }
  .custom-twitter-feed_root #ctf.ctf-rebranded-x .ctf-header-type-generic .ctf-header-generic-icon svg path {
    fill: #fff;
  }
  .custom-twitter-feed_root #ctf .ctf-header-type-generic:hover .ctf-header-generic-icon {
    opacity: 1;
    display: block;
  }
  .custom-twitter-feed_root #ctf .ctf-header .ctf-header-user {
    -ms-word-wrap: break-word;
    word-break: break-word;
    font-size: 16px;
    line-height: 1.3;
  }
  .custom-twitter-feed_root #ctf .ctf-header p,
  .custom-twitter-feed_root #ctf .ctf-header .ctf-header-screenname {
    font-size: 13px;
    line-height: 1.3;
  }
  .custom-twitter-feed_root #ctf .ctf-header-text.ctf-no-info .ctf-header-user {
    padding-top: 9px;
  }
  .custom-twitter-feed_root #ctf .ctf-header-text.ctf-no-bio .ctf-header-counts {
    clear: both;
  }
  .custom-twitter-feed_root #ctf .ctf-header-text .ctf-header-counts {
    font-size: 14px;
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf .ctf-header-counts span {
    padding-right: 10px;
  }
  .custom-twitter-feed_root #ctf .ctf-header-counts .fa,
  .custom-twitter-feed_root #ctf .ctf-header-counts svg {
    padding-right: 3px;
  }
  .custom-twitter-feed_root .ctf-rebranded-x .ctf-header-counts svg {
    width: 16px;
    height: 16px;
    transform: translateY(3px);
  }
  .custom-twitter-feed_root .ctf-rebranded-x .ctf-header-followers svg {
    transform: translateY(0);
  }
  .custom-twitter-feed_root #ctf .ctf-context {
    width: 100%;
    margin-bottom: 2px;
    padding-left: 36px;
  }
  .custom-twitter-feed_root #ctf .ctf-with-logo .ctf-context {
    padding-right: 30px;
  }
  .custom-twitter-feed_root #ctf .ctf-retweet-icon {
    font-size: inherit;
    border-radius: 3px;
    margin: 0 5px 0 0;
    line-height: 1;
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-retweet-icon {
    margin: 0 5px 0 0;
  }
  .custom-twitter-feed_root #ctf .ctf-reply-icon {
    font-size: inherit;
    margin: 0 3px 0 0;
    padding: 1px 3px 3px;
    line-height: 1;
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf .ctf-author-box,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-box {
    padding-left: 56px;
  }
  .custom-twitter-feed_root #ctf .ctf-author-avatar,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-avatar {
    float: left;
    border: none;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    margin: 3px 6px 0 -56px;
    overflow: hidden;
  }
  .custom-twitter-feed_root #ctf .ctf-author-avatar img,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-avatar img {
    margin: 0;
    padding: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-author-name,
  .custom-twitter-feed_root #ctf .ctf-author-screenname,
  .custom-twitter-feed_root #ctf .ctf-verified,
  .custom-twitter-feed_root #ctf .ctf-tweet-meta,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-name,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-screenname,
  .custom-twitter-feed_root #ctf_lightbox .ctf-verified,
  .custom-twitter-feed_root #ctf_lightbox .ctf-tweet-meta {
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf .ctf-hide-author .ctf-tweet-meta {
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-author-box,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-box {
    width: 110%;
    padding-left: 56px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-box.ctf-lb-hide-avatar,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-box.ctf-lb-hide-avatar .ctf-author-name {
    margin-left: 0;
    padding-left: 0;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-box.ctf-lb-hide-avatar .ctf-author-avatar {
    display: none;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf-caption-text.ctf-lb-hide-avatar {
    width: 110%;
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-screename-sep,
  .custom-twitter-feed_root #ctf_lightbox .ctf-screename-sep {
    margin: 0 2px;
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf .ctf-author-name,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-name {
    font-weight: bold;
  }
  .custom-twitter-feed_root #ctf .ctf-author-box-link,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-box-link {
    color: #000;
    align-items: center;
    gap: 4px;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
  }
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-author-screenname,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-screename-sep {
    margin-top: 10px;
  }
  .custom-twitter-feed_root #ctf .ctf-verified,
  .custom-twitter-feed_root #ctf .ctf-quoted-verified,
  .custom-twitter-feed_root #ctf_lightbox .ctf-verified,
  .custom-twitter-feed_root #ctf_lightbox .ctf-quoted-verified {
    color: #77c7f7;
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-verified,
  .custom-twitter-feed_root #ctf_lightbox .ctf-quoted-verified {
    margin-right: 4px;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-meta,
  .custom-twitter-feed_root #ctf_lightbox .ctf-tweet-meta {
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf .ctf-replied-to-text a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
  }
  .custom-twitter-feed_root #ctf p.ctf-tweet-text {
    margin: 0;
    padding: 0;
    line-height: 1.4;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-content {
    flex-direction: column;
    display: flex;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-content,
  .custom-twitter-feed_root #ctf .ctf-tweet-actions {
    clear: both;
    max-width: 100%;
    margin-top: 3px;
    margin-left: 56px;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-actions {
    display: flex;
  }
  .custom-twitter-feed_root #ctf .ctf-corner-logo {
    color: #1b95e0;
    font-size: 24px;
    position: absolute;
    top: 9px;
    right: 10px;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-corner-logo {
    font-size: 20px;
  }
  .custom-twitter-feed_root #ctf .ctf-hide-avatar .ctf-context,
  .custom-twitter-feed_root #ctf .ctf-hide-avatar .ctf-tweet-content,
  .custom-twitter-feed_root #ctf .ctf-hide-avatar .ctf-tweet-actions,
  .custom-twitter-feed_root #ctf .ctf-hide-avatar .ctf-quoted-tweet,
  .custom-twitter-feed_root #ctf .ctf-hide-avatar .ctf-author-box,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-hide-avatar .ctf-context,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-content,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-actions,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-hide-avatar .ctf-quoted-tweet,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-hide-avatar .ctf-author-box,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-context,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-content,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-actions,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-quoted-tweet,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-author-box {
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-hide-avatar .ctf-context,
  .custom-twitter-feed_root #ctf .ctf-hide-avatar .ctf-author-box {
    padding-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-hide-avatar .ctf-author-name {
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet,
  .custom-twitter-feed_root #ctf .ctf-twitter-card {
    clear: both;
    -o-transition: background 0.1s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-radius: 5px;
    margin: 7px 0 5px 58px;
    padding: 8px 12px;
    text-decoration: none;
    transition: background 0.1s ease-in-out;
    display: block;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet:hover,
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet:focus,
  .custom-twitter-feed_root #ctf .ctf-twitter-card:hover,
  .custom-twitter-feed_root #ctf .ctf-twitter-card:focus {
    -o-transition: background 0.1s ease-in-out;
    background: rgba(0, 0, 0, 0.0509803922);
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    transition: background 0.1s ease-in-out;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-author-name {
    margin-right: 4px;
    font-weight: bold;
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet p {
    text-align: left;
    margin: 2px 0;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet .ctf-tc-image {
    display: none;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet .ctf-tc-image:first-child {
    display: block;
  }
  .custom-twitter-feed_root #ctf .ctf-twitter-card,
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet {
    margin: 10px 0 5px;
    padding: 0;
    overflow: hidden;
  }
  .custom-twitter-feed_root #ctf .ctf-tc-image {
    float: left;
    width: 20%;
    height: 100px;
    overflow: hidden;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet img,
  .custom-twitter-feed_root #ctf .ctf-twitter-card img {
    float: left;
    border-radius: 5px 0 0 5px;
    max-width: none;
    height: auto;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet .ctf-tc-summary-info,
  .custom-twitter-feed_root #ctf .ctf-twitter-card .ctf-tc-summary-info {
    float: left;
    width: 76%;
    padding: 8px 2%;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet p,
  .custom-twitter-feed_root #ctf .ctf-twitter-card p {
    text-align: left;
    margin: 0;
    padding: 0 0 3px;
    line-height: 1.4;
  }
  .custom-twitter-feed_root #ctf .ctf-twitter-card .ctf-tc-heading {
    padding-top: 3px;
    font-weight: bold;
  }
  .custom-twitter-feed_root #ctf .ctf-twitter-card .ctf-tc-url {
    opacity: 0.6;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-actions a {
    float: left;
    padding: 2px 10px 2px 5px;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-actions a.ctf-reply,
  .custom-twitter-feed_root #ctf .ctf-tweet-actions a.ctf-retweet,
  .custom-twitter-feed_root #ctf .ctf-tweet-actions a.ctf-like {
    color: rgba(0, 0, 0, 0.3019607843);
    -o-transition: color 0.1s ease-in-out;
    border: none;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-actions .ctf-reply {
    margin-left: -5px;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-actions a:hover,
  .custom-twitter-feed_root #ctf .ctf-tweet-actions a:focus {
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-actions .ctf-reply:hover,
  .custom-twitter-feed_root #ctf .ctf-tweet-actions .ctf-reply:focus {
    color: #fe544f;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-actions .ctf-retweet:hover,
  .custom-twitter-feed_root #ctf .ctf-tweet-actions .ctf-retweet:focus {
    color: #19cf86;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-actions .ctf-like:hover,
  .custom-twitter-feed_root #ctf .ctf-tweet-actions .ctf-like:focus {
    color: #e81c4f;
  }
  .custom-twitter-feed_root #ctf .ctf-action-count {
    float: right;
    margin-top: 0.25em;
    padding-left: 3px;
    font-size: 0.9em;
    line-height: 1.2em;
  }
  .custom-twitter-feed_root #ctf .ctf-twitterlink {
    margin-top: 0.3em;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  .custom-twitter-feed_root #ctf #ctf-more {
    text-align: center;
    box-sizing: border-box;
    -o-transition: background 0.1s ease-in-out;
    background: rgba(0, 0, 0, 0.0509803922);
    border: none;
    border-radius: 5px;
    outline: none;
    width: 100%;
    min-height: 30px;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    transition: background 0.1s ease-in-out;
    display: block;
    position: relative;
  }
  .custom-twitter-feed_root #ctf #ctf-more:hover {
    -o-transition: background 0.1s ease-in-out;
    background: rgba(0, 0, 0, 0.1019607843);
    transition: background 0.1s ease-in-out;
  }
  .custom-twitter-feed_root #ctf.ctf-carousel #ctf-more {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-twitter-feed_root #ctf #ctf-more.ctf-loading span {
    -o-transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .custom-twitter-feed_root #ctf .ctf-loader {
    background-color: rgba(0, 0, 0, 0.5019607843);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    animation: 1s ease-in-out infinite ctf-sk-scaleout;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .custom-twitter-feed_root .ctf-credit-link {
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    padding: 5px 0;
    font-size: 12px;
  }
  .custom-twitter-feed_root .ctf-credit-link .fa,
  .custom-twitter-feed_root .ctf-credit-link svg {
    margin-right: 4px;
  }
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-author-screenname,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-screename-sep,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-context,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-tweet-meta,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-twitter-card,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-quoted-tweet {
    font-size: 12px;
  }
  .custom-twitter-feed_root #ctf .ctf-error {
    text-align: center;
    width: 100%;
  }
  .custom-twitter-feed_root #ctf .ctf-error p,
  .custom-twitter-feed_root #ctf .ctf-error iframe,
  .custom-twitter-feed_root #ctf .ctf-error code {
    margin: 0 2px;
    padding: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-error-user p {
    padding-bottom: 5px;
  }
  .custom-twitter-feed_root #ctf .ctf-error-user {
    width: 100%;
  }
  .custom-twitter-feed_root #ctf .ctf-error-admin {
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf .ctf-error code {
    padding: 4px;
    display: block;
  }
  .custom-twitter-feed_root .ctf_smash_error {
    box-sizing: border-box;
    color: #333;
    text-align: center;
    clear: both;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0;
    padding: 10px 15px;
    font-size: 13px;
  }
  .custom-twitter-feed_root .ctf_smash_error p {
    margin: 0;
    padding: 5px 0;
    line-height: 1.3;
  }
  .custom-twitter-feed_root .ctf_smash_error span {
    font-size: 12px;
  }
  .custom-twitter-feed_root #ctf .ctf-out-of-tweets {
    text-align: center;
    box-sizing: border-box;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-radius: 5px;
    width: 100%;
    min-height: 30px;
    margin: 0;
    padding: 5px 0;
    display: none;
    position: relative;
  }
  .custom-twitter-feed_root #ctf .ctf-out-of-tweets p,
  .custom-twitter-feed_root #ctf .ctf-out-of-tweets iframe {
    margin: 0 2px;
    padding: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-out-of-tweets p {
    padding: 3px;
    display: none;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-avatar,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-avatar img {
    width: 38px;
    height: 38px;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tweet-content,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tweet-actions {
    clear: both;
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-with-logo .ctf-author-box {
    margin-bottom: -20px;
    padding-right: 20px;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-context {
    padding-left: 26px;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-box {
    word-break: break-word;
    padding-left: 48px;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-hide-avatar .ctf-author-box {
    padding-left: 0;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-avatar {
    margin-left: -46px;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tweet-content {
    padding: 3px 0 5px;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tweet-actions {
    float: left;
    clear: both;
  }
  .custom-twitter-feed_root #ctf .ctf-threads-wrapper {
    clear: both;
    max-width: 100%;
    display: none;
  }
  .custom-twitter-feed_root #ctf .ctf-threads-wrapper .ctf-item {
    border-bottom: 0 solid rgba(0, 0, 0, 0);
  }
  .custom-twitter-feed_root #ctf.ctf-masonry .ctf-threads-wrapper.ctf-threads-expanded {
    padding-top: 12px;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry .ctf-threads-wrapper.ctf-threads-expanded .ctf-item {
    position: initial;
    margin-left: 0;
    padding-left: 0;
    top: 0;
    left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-btn-show-threads {
    color: #4595da;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #1b90ef;
    border-radius: 19px;
    margin: 20px 0 17px 56px;
    padding: 6px 14px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    transition: all 0.1s ease-in;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry .ctf-btn-show-threads {
    float: left;
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-btn-show-threads:hover {
    color: #fff;
    background-color: #4595da;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tc-image {
    width: 100%;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tc-summary-info {
    width: 90%;
    padding: 10px 5%;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-context,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-tweet-content,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-tweet-actions,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-quoted-tweet {
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-context,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-hide-avatar .ctf-author-box {
    padding-left: 0;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-box {
    min-height: 32px;
    margin-bottom: 2px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-avatar,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-avatar img {
    width: 30px;
    height: 30px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-box {
    float: left;
    clear: both;
    padding-left: 35px;
    font-size: 14px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-avatar {
    margin-top: 0;
    margin-left: -36px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-screenname,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-screename-sep {
    display: none;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-context {
    padding-bottom: 5px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-name {
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-tweet-content {
    float: left;
    clear: both;
    width: 100%;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-credit-link {
    font-size: 10px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow:not(.ctf-masonry):not(.ctf-carousel) .ctf-header-bio {
    margin: 0;
    padding-top: 5px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow:not(.ctf-masonry):not(.ctf-carousel) .ctf-header-user {
    min-height: 48px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow:not(.ctf-masonry):not(.ctf-carousel) .ctf-header-text {
    padding-top: 10px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow:not(.ctf-masonry):not(.ctf-carousel) .ctf-header-follow {
    margin-top: 5px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-more span {
    margin-top: 3px;
    display: block;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-tc-image {
    width: 100%;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-tc-summary-info {
    width: 90%;
    padding: 10px 5%;
  }
  .custom-twitter-feed_root .ctf-screenreader {
    text-indent: -9999px;
    text-align: left;
    width: 0;
    height: 0;
    line-height: 0;
    display: inline-block;
  }
  .custom-twitter-feed_root .ctf-rtl .ctf-screenreader,
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-rtl .ctf-screenreader {
    text-align: right;
  }
  .custom-twitter-feed_root #ctf.ctf-width-resp {
    width: 100%;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media {
    float: left;
    clear: both;
    width: 100%;
    margin: 4px 0 2px;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media a {
    float: left;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
    margin: 3px 0;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media img,
  .custom-twitter-feed_root #ctf .ctf-tweet-media video {
    float: left;
    clear: none;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-media-wrap video {
    max-width: 100%;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media a:after {
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    position: absolute;
    inset: 0;
  }
  .custom-twitter-feed_root [data-ctfimagecols="2"] .ctf-tweet-media,
  .custom-twitter-feed_root [data-ctfimagecols="3"] .ctf-tweet-media {
    grid-column-gap: 1%;
    grid-template-columns: 49% 49%;
    display: grid;
  }
  .custom-twitter-feed_root [data-ctfimagecols="3"] .ctf-tweet-media {
    grid-template-columns: 33% 33% 33%;
  }
  .custom-twitter-feed_root [data-ctfimagecols="2"] .ctf-tweet-media a,
  .custom-twitter-feed_root [data-ctfimagecols="3"] .ctf-tweet-media a {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .custom-twitter-feed_root [data-ctfimagecols="2"] .ctf-tweet-media img,
  .custom-twitter-feed_root [data-ctfimagecols="3"] .ctf-tweet-media img {
    height: 100%;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry,
  .custom-twitter-feed_root #ctf.ctf-masonry .ctf-tweet-items {
    box-sizing: border-box;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry .ctf-header {
    margin-bottom: 20px;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry .ctf-item {
    float: none;
    vertical-align: top;
    border: none;
    width: 31.33%;
    margin: 0 5px 10px;
    padding: 10px;
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry.masonry-2-desktop .ctf-item {
    width: 46%;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry.masonry-4-desktop .ctf-item {
    width: 21%;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry.masonry-5-desktop .ctf-item {
    width: 16%;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry.masonry-6-desktop .ctf-item {
    width: 12.66%;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry.masonry-2-desktop .ctf-item,
  .custom-twitter-feed_root #ctf.ctf-masonry .ctf-item,
  .custom-twitter-feed_root #ctf.ctf-masonry.masonry-4-desktop .ctf-item,
  .custom-twitter-feed_root #ctf.ctf-masonry.masonry-5-desktop .ctf-item,
  .custom-twitter-feed_root #ctf.ctf-masonry.masonry-6-desktop .ctf-item {
    width: 100%;
  }
  .custom-twitter-feed_root #ctf.ctf-masonry.masonry-2-mobile .ctf-item {
    width: 46%;
  }
  .custom-twitter-feed_root .ctf-video:before,
  .custom-twitter-feed_root .ctf-iframe:before {
    content: "";
    z-index: 4;
    color: rgba(255, 255, 255, 0.9019607843);
    text-align: center;
    width: 47px;
    height: 41px;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
    background: rgba(27, 127, 204, 0.8);
    border: 6px solid rgba(255, 255, 255, 0.9019607843);
    border-radius: 40px;
    margin-top: -33px;
    margin-left: -33px;
    padding: 13px 0 0 7px;
    font-size: 27px;
    font-style: normal;
    line-height: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }
  .custom-twitter-feed_root .ctf-fontfile .ctf-video:before,
  .custom-twitter-feed_root .ctf-fontfile .ctf-iframe:before {
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f04b";
    font-size: 27px;
    display: inline-block;
  }
  .custom-twitter-feed_root .ctf_playbtn,
  .custom-twitter-feed_root .ctf_playbtn {
    display: none;
  }
  .custom-twitter-feed_root #ctf .ctf-video .ctf_playbtn,
  .custom-twitter-feed_root #ctf .ctf-iframe .ctf_playbtn {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 4;
    margin-top: -14px;
    margin-left: -9px;
    padding: 0;
    font-size: 27px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .custom-twitter-feed_root #ctf .ctf-video.ctf-video-type-animated_gif .ctf_playbtn,
  .custom-twitter-feed_root #ctf .ctf-video.ctf-video-type-animated_gif:before,
  .custom-twitter-feed_root .ctf-video .fa-arrows-alt,
  .custom-twitter-feed_root .ctf-iframe .fa-arrows-alt {
    display: none;
  }
  .custom-twitter-feed_root .ctf-fontfile .ctf-video:hover:before,
  .custom-twitter-feed_root .ctf-fontfile .ctf-iframe:hover:before {
    color: #fff;
    background: #1b7fcc;
    border: 6px solid #fff;
  }
  .custom-twitter-feed_root .ctf-disable-lightbox .ctf-video:before,
  .custom-twitter-feed_root .ctf-disable-lightbox .ctf-iframe:before {
    display: none;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_video {
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0;
  }
  .custom-twitter-feed_root #ctf_lightbox.ctf_video_lightbox .ctf_video {
    display: block;
  }
  .custom-twitter-feed_root #ctf_lightbox.ctf_video_lightbox .ctf_lb-image {
    display: none;
  }
  .custom-twitter-feed_root #ctf .ctf-iframe-wrap {
    float: left;
    clear: both;
    width: 100%;
    margin: 5px 0;
    padding-bottom: 62%;
    position: relative;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-content.ctf-disable-lightbox .ctf-iframe-wrap {
    padding: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-content.ctf-disable-lightbox .ctf-iframe-wrap iframe {
    position: relative;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-content.ctf-disable-lightbox .ctf-iframe-wrap a {
    width: 100%;
  }
  .custom-twitter-feed_root #ctf .ctf-iframe-wrap.ctf-if-type-audio {
    padding-bottom: 150px;
  }
  .custom-twitter-feed_root #ctf .ctf-iframe-wrap.ctf-if-type-audio.ctf-spotify {
    padding-bottom: 85px;
  }
  .custom-twitter-feed_root #ctf .ctf-iframe-wrap.ctf-if-type-audio svg,
  .custom-twitter-feed_root #ctf .ctf-iframe-wrap.ctf-if-type-audio .ctf-iframe:before,
  .custom-twitter-feed_root #ctf .ctf-iframe-wrap.ctf-no-consent {
    display: none;
  }
  .custom-twitter-feed_root #ctf iframe {
    border: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-iframe-wrap iframe {
    z-index: 1;
    border: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .custom-twitter-feed_root #ctf_lightbox iframe {
    z-index: 10;
    border: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .custom-twitter-feed_root #ctf_lightbox.ctf-has-iframe iframe {
    display: block;
  }
  .custom-twitter-feed_root #ctf_lightbox.ctf-has-iframe .ctf_lb-image {
    min-width: 500px;
    display: none;
  }
  .custom-twitter-feed_root #ctf_lightbox.ctf-amplify iframe {
    height: 1000px;
    margin-top: -76px;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media .ctf-lightbox-link {
    float: left;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: none;
    border-radius: 4px;
    outline: none;
    max-width: 100%;
    margin: 3px 0;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media .ctf-iframe {
    z-index: 999;
    text-align: center;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 1.1;
    position: absolute;
    inset: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-photo-hover {
    z-index: 3;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: absolute;
    inset: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-photo-hover .fa,
  .custom-twitter-feed_root #ctf .ctf-photo-hover svg {
    z-index: 2;
    margin-top: -19px;
    margin-left: -16px;
    padding: 0;
    font-size: 39px;
    font-style: normal;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-video {
    -o-transition: background 0.1s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.1s ease-in-out;
    display: inline-block;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-video .ctf-tc-summary-info {
    clear: both;
    padding: 8px 12px;
    font-size: 12px;
    display: block;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-video .ctf-tc-summary-info p {
    text-align: left;
    margin: 0;
    padding: 0 0 3px;
    line-height: 1.4;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-video a {
    float: left;
    line-height: 1;
    position: relative;
  }
  .custom-twitter-feed_root #ctf svg {
    box-sizing: unset;
  }
  .custom-twitter-feed_root #ctf svg:not(:root).svg-inline--fa,
  .custom-twitter-feed_root #ctf_lightbox svg:not(:root).svg-inline--fa {
    box-sizing: unset;
    width: 1em;
    overflow: visible;
  }
  .custom-twitter-feed_root #ctf .svg-inline--fa.fa-w-16,
  .custom-twitter-feed_root #ctf .svg-inline--fa.fa-w-16 {
    width: 16px;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-actions a svg,
  .custom-twitter-feed_root #ctf .ctf-tweet-actions a i {
    width: 1.1em;
    height: 1.1em;
    font-size: 1.1em;
  }
  .custom-twitter-feed_root #ctf .svg-inline--fa.fa-w-20 {
    width: 20px;
  }
  .custom-twitter-feed_root #ctf .ctf-context .ctf-retweet-icon svg {
    width: 1.2em;
    height: 1.2em;
  }
  .custom-twitter-feed_root #ctf .svg-inline--fa,
  .custom-twitter-feed_root #ctf_lightbox .svg-inline--fa {
    font-size: inherit;
    vertical-align: -0.125em;
    height: 1em;
    display: inline-block;
    overflow: visible;
  }
  .custom-twitter-feed_root #ctf #ctf .ctf-photo-hover span.fa-arrows-alt,
  .custom-twitter-feed_root #ctf .ctf-photo-hover svg.fa-arrows-alt {
    display: none;
  }
  .custom-twitter-feed_root body:after {
    content: url("../img/ctf-sprite.png");
    display: none;
  }
  .custom-twitter-feed_root .ctf_lightboxOverlay {
    z-index: 99999;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.9;
    background-color: #000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .custom-twitter-feed_root .ctf_lightbox {
    z-index: 100000;
    text-align: center;
    width: 100%;
    font-weight: normal;
    line-height: 0;
    position: absolute;
    left: 0;
  }
  .custom-twitter-feed_root .ctf_lightbox .ctf_lb-image {
    height: auto;
    max-width: inherit;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
  }
  .custom-twitter-feed_root .ctf_lightbox a:hover,
  .custom-twitter-feed_root .ctf_lightbox a:focus,
  .custom-twitter-feed_root .ctf_lightbox a:active {
    outline: none;
  }
  .custom-twitter-feed_root .ctf_lightbox a img {
    border: none;
  }
  .custom-twitter-feed_root .ctf_lb-outerContainer {
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #000;
    border-radius: 3px;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px;
    position: relative;
  }
  .custom-twitter-feed_root .ctf_lb-outerContainer:after {
    content: "";
    clear: both;
    display: table;
  }
  .custom-twitter-feed_root .ctf_lb-container {
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    padding: 4px;
    position: relative;
    inset: 0;
  }
  .custom-twitter-feed_root .ctf_lb-loader {
    text-align: center;
    width: 100%;
    height: 25%;
    line-height: 0;
    position: absolute;
    top: 43%;
    left: 0;
  }
  .custom-twitter-feed_root .ctf_lb-cancel {
    background-color: rgba(255, 255, 255, 0.5019607843);
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    animation: 1s ease-in-out infinite ctf-sk-scaleout;
    display: block;
  }
  .custom-twitter-feed_root .ctf_lb-nav {
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
  }
  .custom-twitter-feed_root .ctf_lb-container > .nav {
    left: 0;
  }
  .custom-twitter-feed_root .ctf_lb-nav a {
    z-index: 100;
    outline: none;
    height: 90%;
    position: absolute;
    top: 0;
  }
  .custom-twitter-feed_root .ctf_lb-nav a.ctf_lb-prev {
    float: left;
    width: 50px;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transition: opacity 0.6s;
    background: url("../img/ctf-sprite.png") -127px no-repeat;
    transition: opacity 0.6s;
    left: 0;
  }
  .custom-twitter-feed_root .ctf-audio-iframe .ctf_lb-nav a.ctf_lb-prev {
    background: url("../img/prev.png") 0 35% no-repeat;
    max-width: 100px;
    height: 80%;
    margin-top: 10%;
  }
  .custom-twitter-feed_root .ctf_lb-nav a.ctf_lb-next {
    float: right;
    width: 50px;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -o-transition: opacity 0.6s;
    background: url("../img/ctf-sprite.png") -40px no-repeat;
    transition: opacity 0.6s;
    right: 0;
  }
  .custom-twitter-feed_root .ctf_lb-prev,
  .custom-twitter-feed_root .ctf_lb-next {
    cursor: pointer;
    height: 100%;
    display: block;
  }
  .custom-twitter-feed_root .ctf_lb-nav a.ctf_lb-prev {
    float: left;
    width: 50px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2;
    -o-transition: opacity 0.2s;
    padding-left: 10px;
    padding-right: 10px;
    transition: opacity 0.2s;
    left: -70px;
  }
  .custom-twitter-feed_root .ctf_lb-nav a.ctf_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .custom-twitter-feed_root .ctf_lb-nav a.ctf_lb-next {
    float: right;
    width: 50px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=.5);
    opacity: 0.5;
    -o-transition: opacity 0.2s;
    padding-left: 10px;
    padding-right: 10px;
    transition: opacity 0.2s;
    right: -70px;
  }
  .custom-twitter-feed_root .ctf_lb-nav span {
    background: url("../img/ctf-sprite.png") no-repeat;
    width: 34px;
    height: 45px;
    margin: -25px 0 0;
    display: block;
    position: absolute;
    top: 55%;
    left: 20px;
  }
  .custom-twitter-feed_root .ctf_lb-nav a.ctf_lb-prev span {
    background-position: -53px 0;
  }
  .custom-twitter-feed_root .ctf_lb-nav a.ctf_lb-next span {
    background-position: -18px 0;
    left: auto;
    right: 20px;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-close {
    background: url("../img/ctf-sprite.png") -10px -10px no-repeat;
    width: 27px;
    height: 27px;
  }
  .custom-twitter-feed_root .ctf_lb-nav a.ctf_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .custom-twitter-feed_root .ctf_lb-dataContainer {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
  }
  .custom-twitter-feed_root .ctf_lb-dataContainer:after {
    content: "";
    clear: both;
    display: table;
  }
  .custom-twitter-feed_root .ctf_lb-data {
    color: #ccc;
    padding: 0 4px;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-details {
    float: left;
    text-align: left;
    width: 85%;
    line-height: 1.1;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-caption {
    float: left;
    color: #ccc;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding-bottom: 3px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-caption a,
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-caption .ctf-screename-sep {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-caption a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-caption .ctf_lightbox_username {
    float: left;
    color: #ccc;
    width: 100%;
    margin: 0 0 5px;
    padding-bottom: 0;
    display: block;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-caption .ctf_lightbox_username:hover p {
    color: #fff;
    text-decoration: underline;
  }
  .custom-twitter-feed_root .ctf_lightbox .ctf_lightbox_username img {
    float: left;
    background: #666;
    border: none;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
  .custom-twitter-feed_root .ctf_lightbox_username p {
    float: left;
    color: #ccc;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf-caption-text {
    width: 100%;
    margin-left: 58px;
    padding-top: 3px;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-caption .ctf-tweet-date,
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-caption .ctf-author-screenname {
    font-weight: normal;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-info {
    float: left;
    clear: both;
    width: 100%;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-number {
    float: left;
    clear: both;
    color: #999;
    padding: 5px 0 15px;
    font-size: 12px;
    display: block;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-close {
    float: right;
    text-align: right;
    width: 27px;
    height: 27px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -o-transition: opacity 0.2s;
    background: url("../img/ctf-sprite.png") -10px -10px no-repeat;
    outline: none;
    transition: opacity 0.2s;
    display: block;
  }
  .custom-twitter-feed_root .ctf_lb-data .ctf_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .custom-twitter-feed_root .ctf_lb-nav {
    height: auto;
  }
  .custom-twitter-feed_root .ctf_lb-container {
    padding: 0;
  }
  .custom-twitter-feed_root #ctf_mod_link,
  .custom-twitter-feed_root #ctf_mod_error {
    display: none;
  }
  .custom-twitter-feed_root #ctf_mod_error {
    color: #333;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
  }
  .custom-twitter-feed_root #ctf_mod_error p {
    margin: 0;
    padding: 5px 0;
    line-height: 1.3;
  }
  .custom-twitter-feed_root #ctf_mod_error ol,
  .custom-twitter-feed_root #ctf_mod_error ul {
    margin: 0;
    padding: 5px 0 5px 20px;
  }
  .custom-twitter-feed_root #ctf_mod_error li {
    margin: 0;
    padding: 1px 0;
  }
  .custom-twitter-feed_root #ctf_mod_error span {
    font-size: 12px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action {
    float: left;
    border-left: 1px solid #666;
    margin: 5px 0 0 10px;
    padding: 0 0 0 10px;
    font-size: 12px;
    position: relative;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action a {
    float: left;
    color: #999;
    text-decoration: none;
    display: block;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action a:hover,
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action a:focus {
    color: #fff;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action .fa,
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action svg {
    margin-right: 5px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action.ctf_instagram .fa {
    font-size: 13px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_tooltip_social a svg {
    margin: auto;
    padding: 3px 4px;
    font-size: 19px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_gdpr_notice {
    z-index: 1;
    margin-top: -44px;
    margin-left: -44px;
    padding: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_gdpr_notice svg:not(:root).svg-inline--fa {
    opacity: 0.8;
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_gdpr_notice:hover svg:not(:root).svg-inline--fa {
    opacity: 1;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_tooltip {
    color: #222;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9019607843);
    border-radius: 4px;
    width: 100px;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.3;
    display: none;
    position: absolute;
    bottom: 22px;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_tooltip .fa-play {
    color: rgba(255, 255, 255, 0.9019607843);
    font-size: 8px;
    position: absolute;
    bottom: -6px;
    left: 36px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_tooltip_social a .fa {
    margin: 0;
    padding: 5px;
    font-size: 16px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_tooltip_social a#ctf_facebook_icon .fa,
  .custom-twitter-feed_root #ctf_lightbox .ctf_tooltip_social a#ctf_twitter_icon .fa,
  .custom-twitter-feed_root #ctf_lightbox .ctf_tooltip_social a#ctf_pinterest_icon .fa {
    padding-top: 4px;
    font-size: 18px;
  }
  .custom-twitter-feed_root #ctf_lightbox #ctf_mod_box {
    width: 280px;
    padding: 5px 10px 7px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_tooltip_social {
    width: 145px;
    padding: 5px 5px 4px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_tooltip_social a {
    color: #333;
    border-radius: 4px;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action #ctf_facebook_icon:hover {
    background: #3b5998;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action #ctf_twitter_icon:hover {
    background: #00aced;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action #ctf_google_icon:hover {
    background: #dd4b39;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action #ctf_linkedin_icon:hover {
    background: #007bb6;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action #ctf_pinterest_icon:hover {
    background: #cb2027;
  }
  .custom-twitter-feed_root #ctf_lightbox .ctf_lightbox_action #ctf_email_icon:hover {
    background: #333;
  }
  .custom-twitter-feed_root .ctf_lb-outerContainer,
  .custom-twitter-feed_root .ctf_lb-dataContainer {
    min-width: 450px;
  }
  .custom-twitter-feed_root #ctf .ctf-with-logo .ctf-author-box {
    margin-bottom: 0;
  }
  .custom-twitter-feed_root .ctf_lb-outerContainer,
  .custom-twitter-feed_root .ctf_lb-dataContainer {
    min-width: 0;
  }
  .custom-twitter-feed_root .ctf_lightbox .ctf_lb-image {
    height: auto;
    max-width: inherit;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
    display: block;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-tweet-items {
    position: relative;
  }
  .custom-twitter-feed_root .ctf-carousel {
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    width: 100%;
    display: none;
    position: relative;
    overflow: hidden;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-stage {
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    position: relative;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-stage:after {
    content: ".";
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
    display: block;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-wrapper,
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item {
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    min-height: 1px;
    padding: 0 5px;
    position: relative;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item img {
    width: 100%;
    display: block;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.disabled,
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-dots.disabled {
    display: none;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav .ctf-owl-prev,
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav .ctf-owl-next,
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-select: none;
  }
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-loaded {
    display: block;
  }
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-loading {
    opacity: 0;
    display: block;
  }
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-hidden {
    opacity: 0;
  }
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-refresh .ctf-owl-item {
    visibility: hidden;
  }
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-drag .ctf-owl-item {
    -webkit-user-select: none;
    user-select: none;
  }
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-grab {
    cursor: move;
    cursor: grab;
  }
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-rtl {
    direction: rtl;
  }
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-rtl .ctf-owl-item {
    float: right;
  }
  .custom-twitter-feed_root .no-js .ctf-carousel {
    display: block;
  }
  .custom-twitter-feed_root .ctf-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-animated-in {
    z-index: 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-animated-out {
    z-index: 1;
  }
  .custom-twitter-feed_root .ctf-carousel .fadeOut {
    animation-name: ctfFadeOut;
  }
  .custom-twitter-feed_root .ctf-owl-height {
    transition: height 0.5s ease-in-out;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item .ctf-owl-lazy {
    opacity: 0;
    transition: opacity 0.4s;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item img.ctf-owl-lazy {
    transform-style: preserve-3d;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-video-play-icon:hover {
    transform: scale(1.3);
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-video-playing .ctf-owl-video-tn,
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-video-playing .ctf-owl-video-play-icon {
    display: none;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-video-tn {
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    transition: opacity 0.4s;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-video-frame {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    min-height: 40px;
    margin-top: 10px;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.onhover {
    margin-top: 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav .ctf-owl-prev,
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav .ctf-owl-next {
    color: #fff;
    cursor: pointer;
    background: #d6d6d6;
    border-radius: 3px;
    margin: 5px;
    padding: 4px 7px;
    font-size: 14px;
    display: inline-block;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav .ctf-owl-prev:hover,
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav .ctf-owl-next:hover {
    color: #fff;
    background: #869791;
    text-decoration: none;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.disabled + .ctf-owl-dots {
    margin-top: 10px;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    padding: 5px 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-dots .ctf-owl-dot {
    zoom: 1;
    display: inline-block;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-dots .ctf-owl-dot span {
    -webkit-backface-visibility: visible;
    background: #d6d6d6;
    border-radius: 30px;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 0.2s;
    display: block;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-dots .ctf-owl-dot.active span,
  .custom-twitter-feed_root .ctf-owl-theme .ctf-owl-dots .ctf-owl-dot:hover span {
    background: #869791;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item {
    vertical-align: top;
    display: flex;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-stage-outer {
    overflow: hidden;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item > div {
    width: 100%;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-post-links {
    max-width: 100%;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item {
    box-sizing: border-box;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.onhover > div {
    background: none;
    width: 40px;
    height: 80%;
    position: absolute;
    top: 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.onhover > div:hover {
    cursor: pointer;
    background: none;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.onhover .ctf-owl-prev {
    left: 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.onhover .ctf-owl-next {
    right: 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.onhover span,
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.onhover svg {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    margin-top: 20px;
    padding: 8px 8px 8px 10px;
    position: absolute;
    top: 50%;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.onhover .ctf-owl-prev span,
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.onhover .ctf-owl-prev svg {
    padding: 8px 10px 8px 8px;
    left: 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-carousel-less,
  .custom-twitter-feed_root .ctf-carousel .ctf-carousel-more {
    clear: both;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 20px;
    filter: Alpha(Opacity=25);
    opacity: 0.25;
    background: #000;
    border: none;
    border-radius: 0;
    height: auto;
    max-height: 30px;
    margin-top: 0;
    padding: 4px 0;
    display: block;
    position: relative;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-carousel-less svg,
  .custom-twitter-feed_root .ctf-carousel .ctf-carousel-more svg {
    vertical-align: top;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-carousel-more:hover,
  .custom-twitter-feed_root .ctf-carousel .ctf-carousel-more:focus {
    filter: Alpha(Opacity=50);
    opacity: 0.5;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-carousel-more .fa-caret-down {
    padding: 0;
    font-size: 50px;
    line-height: 1;
    position: relative;
    top: -19px;
  }
  .custom-twitter-feed_root .ctf-owl-item.active iframe {
    visibility: visible;
  }
  .custom-twitter-feed_root .ctf-owl-item iframe {
    visibility: hidden;
  }
  .custom-twitter-feed_root #ctf.ctf-carousel .ctf-out-of-tweets {
    margin-top: 10px;
  }
  .custom-twitter-feed_root .ctf.ctf-boxed-style[data-boxshadow=true] .ctf-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078);
  }
  .custom-twitter-feed_root [data-header-size=large] .ctf-header-type-text {
    font-size: 48px;
  }
  .custom-twitter-feed_root [data-header-size=medium] .ctf-header-type-text {
    font-size: 42px;
  }
  .custom-twitter-feed_root [data-header-size=small] .ctf-header-type-text {
    font-size: 36px;
  }
  .custom-twitter-feed_root .ctf-list.ctf-boxed-style .ctf-item {
    margin-bottom: 25px;
  }
  .custom-twitter-feed_root .ctf-image > img,
  .custom-twitter-feed_root .ctf-media-link > img {
    opacity: 0;
  }
  .custom-twitter-feed_root .ctf-image,
  .custom-twitter-feed_root .ctf-media-link {
    background-position: center;
    background-size: cover;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-author-name,
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-tweet-text,
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-header-name,
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-header-type-text,
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-author-screenname,
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-header-counts,
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-header-bio {
    color: #444;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-tweet-text a {
    color: inherit;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-item {
    background: none;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-corner-logo {
    color: #1b95e0;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-verified {
    color: #77c7f7;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-more {
    color: #444;
    background: rgba(0, 0, 0, 0.5019607843);
  }
  .custom-twitter-feed_root #ctf.ctf_palette_light .ctf-tweet-actions a {
    color: #444;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_dark {
    background: #20222c;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_dark.ctf.ctf-boxed-style .ctf-item {
    background: rgba(255, 255, 255, 0.1019607843);
  }
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-author-name,
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-tweet-text,
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-header-name,
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-header-type-text,
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-author-screenname,
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-header-counts,
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-header-bio {
    color: #fff;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-tweet-text a {
    color: inherit;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-item {
    background: none;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-corner-logo {
    color: #1b95e0;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-verified {
    color: #77c7f7;
  }
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-more {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }
  .custom-twitter-feed_root #ctf.ctf_palette_dark .ctf-tweet-actions a {
    color: rgba(255, 255, 255, 0.8);
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice {
    background: #fff;
    border-radius: 4px;
    width: 298px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1490196078), 0 13.3px 19.32px rgba(0, 0, 0, 0.1019607843), 0 0 37.29px rgba(0, 0, 0, 0.0509803922);
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-header {
    box-sizing: border-box;
    background: #fceded;
    justify-content: space-between;
    height: 26px;
    padding: 5px 8px 0 12px;
    display: flex;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-header span.sb-text {
    color: #841919;
    font-size: 11px;
    font-weight: 600;
    line-height: 160%;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-header span.sb-left {
    display: flex;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-header .sb-close {
    cursor: pointer;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-header .sb-close svg {
    transform: translate(1px, -8px);
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-header svg {
    margin-right: 6px;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-header svg path {
    fill: #841919;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-body {
    box-sizing: border-box;
    height: 58px;
    padding: 9px 12px 15px;
    display: flex;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-body > svg {
    width: 44px;
    height: 36px;
    margin-right: 11px;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-body > svg path {
    fill: #006afa;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-body .ctf-fln-expired-text p {
    color: #141b38;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 160%;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-body .ctf-fln-expired-text p a {
    text-underline-offset: 1px;
    color: #af2121;
    margin-left: 5px;
    text-decoration: none;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice.ctf-ce-license-inactive .ctf-fln-body .ctf-fln-expired-text p a {
    color: #0068a0;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice.ctf-ce-license-inactive .ctf-fln-body .ctf-fln-expired-text p svg path {
    fill: #0068a0;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-body .ctf-fln-expired-text svg {
    width: 6px;
    transition: all 0.2s;
    display: inline-block;
    transform: translate(3px, 1px);
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-body .ctf-fln-expired-text svg path {
    fill: #af2121;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-body .ctf-fln-expired-text a:hover {
    text-decoration: underline;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice .ctf-fln-body .ctf-fln-expired-text a:hover svg {
    transform: translate(1px, 1px);
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice[data-license-state=inactive] .ctf-fln-body .ctf-fln-expired-text p a {
    color: #0068a0;
  }
  .custom-twitter-feed_root .ctf-frontend-license-notice[data-license-state=inactive] .ctf-fln-body .ctf-fln-expired-text svg path {
    fill: #0068a0;
  }
  .custom-twitter-feed_root .sb-elementor-cta {
    text-align: center;
    border: 1px solid #e8e8eb;
    border-radius: 2px;
    width: 100%;
    position: relative;
  }
  .custom-twitter-feed_root .sb-elementor-cta-img-ctn {
    float: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 35px;
    display: flex;
    position: relative;
  }
  .custom-twitter-feed_root .sb-elementor-cta-img {
    border: 2px solid #dcdde1;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    display: flex;
    position: relative;
    transform: rotate(-3deg);
  }
  .custom-twitter-feed_root .sb-elementor-cta-img span svg {
    float: left;
  }
  .custom-twitter-feed_root .sb-elementor-cta-img > * {
    transform: rotate(3deg);
  }
  .custom-twitter-feed_root .sb-elementor-cta-logo {
    z-index: 1;
    position: absolute;
    bottom: -19px;
    right: -15px;
  }
  .custom-twitter-feed_root .sb-elementor-cta-heading {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4em;
    display: inline-block;
  }
  .custom-twitter-feed_root .sb-elementor-cta-btn {
    cursor: pointer;
    color: #fff;
    background: #0068a0;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 8px 20px 8px 38px;
    position: relative;
  }
  .custom-twitter-feed_root .sb-elementor-cta-btn:before,
  .custom-twitter-feed_root .sb-elementor-cta-btn:after {
    content: "";
    background: #fff;
    width: 2px;
    height: 12px;
    position: absolute;
    top: 14px;
    left: 20px;
  }
  .custom-twitter-feed_root .sb-elementor-cta-btn:after {
    transform: rotate(90deg);
  }
  .custom-twitter-feed_root .sb-elementor-cta-desc {
    background: #f9f9fa;
    border-top: 1px solid #e8e8eb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    padding: 20px;
    display: flex;
  }
  .custom-twitter-feed_root .sb-elementor-cta-desc strong {
    color: #141b38;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
  }
  .custom-twitter-feed_root .sb-elementor-cta-desc span {
    color: #434960;
    padding: 0 20%;
    font-size: 14px;
    line-height: 1.5em;
  }
  .custom-twitter-feed_root .sb-elementor-cta-selector {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    padding: 0 20%;
    display: flex;
  }
  .custom-twitter-feed_root .sb-elementor-cta-feedselector {
    border: 1px solid #d0d1d7;
    min-width: 400px;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 8px 16px;
  }
  .custom-twitter-feed_root .sb-elementor-cta-selector span {
    color: #2c324c;
  }
  .custom-twitter-feed_root .sb-elementor-cta-selector span a {
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: underline;
  }
  .custom-twitter-feed_root .sb-elementor-cta-selector span a:after {
    color: #2c324c;
    margin-left: 2px;
    font-weight: 400;
    text-decoration-color: #fff;
  }
  .custom-twitter-feed_root .sb-elementor-cta-selector span a:first-of-type:after {
    content: ",";
  }
  .custom-twitter-feed_root .sb-elementor-cta-selector span a:nth-of-type(2):after {
    content: "or";
    margin-left: 5px;
    margin-right: 2px;
  }
  .custom-twitter-feed_root .ctf-preview-ctn #ctf.ctf-masonry .ctf-with-logo .ctf-author-box {
    margin-bottom: unset;
  }
  .custom-twitter-feed_root .ctf_lightbox.ctf-has-broadcast .ctf_lb-image,
  .custom-twitter-feed_root .ctf_lightbox.ctf-has-broadcast .ctf_lb-dataContainer .ctf_lb-details {
    display: none;
  }
  .custom-twitter-feed_root .ctf_lightbox.ctf-has-broadcast .ctf_lb-outerContainer {
    background: unset;
    width: 550px;
    max-width: 100%;
    height: unset;
  }
  .custom-twitter-feed_root .ctf_lightbox.ctf-has-broadcast #ctf-broadcast-ctn {
    justify-content: center;
    align-items: center;
    width: 550px;
    max-width: 100%;
    display: flex;
  }
  .custom-twitter-feed_root .ctf_lightbox.ctf-has-broadcast #ctf-broadcast-ctn iframe {
    display: block;
  }
  .custom-twitter-feed_root .ctf_lightbox.ctf-has-broadcast .ctf_lb-dataContainer {
    width: 550px;
    max-width: 100%;
  }
  .custom-twitter-feed_root .ctf-tweet-broadcast img {
    width: 100%;
  }
  .custom-twitter-feed_root .ctf-loadbroadcast {
    font-size: 14px;
    font-weight: 500;
  }
  .custom-twitter-feed_root .ctf-tweet-broadcast a {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
  .custom-twitter-feed_root .ctf-tweet-broadcast {
    margin: 10px 0;
  }
  .custom-twitter-feed_root {
    width: 100%;
    overflow: visible;
  }
  .custom-twitter-feed_root .ctf-feed-1.ctf_palette_custom_1 .ctf-item,
  .custom-twitter-feed_root .ctf-feed-1.ctf_palette_custom_1 .ctf-header {
    box-sizing: border-box;
    height: 532px;
  }
  .custom-twitter-feed_root .ctf-feed-1.ctf-fixed-height {
    height: fit-content;
    overflow: hidden;
  }
  .custom-twitter-feed_root .ctf-feed-1.ctf-boxed-style .ctf-item {
    border-radius: 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-tweet-items {
    height: 566px;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tweet-content {
    flex-grow: 1;
    padding: 0;
  }
  .custom-twitter-feed_root .ctf-tweet-content > :nth-child(n+4) {
    display: none;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media img,
  .custom-twitter-feed_root #ctf .ctf-tweet-media video {
    object-fit: contain;
    width: 100%;
    height: 320px;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media a {
    background-position: center;
    border-radius: 0;
    width: 100%;
    background-size: cover !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media a:after {
    background: none;
    border: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-item {
    flex-direction: column;
    padding: 0;
    display: flex;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tweet-content,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tweet-actions {
    width: 100%;
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media {
    height: 320px;
    margin: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-content,
  .custom-twitter-feed_root #ctf .ctf-tweet-actions {
    width: fit-content;
    margin-top: 0;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-corner-logo {
    font-size: 30px;
    display: none;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-box {
    padding-left: 48px;
    display: flex;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-avatar,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-avatar img {
    width: 33px;
    height: 33px;
  }
  .custom-twitter-feed_root .ctf-carousel.ctf-owl-drag .ctf-owl-item {
    height: 532px;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tweet-content,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-tweet-actions {
    justify-content: space-between;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-box {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .custom-twitter-feed_root #ctf p.ctf-tweet-text {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
    margin: 16px 24px;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
  }
  .custom-twitter-feed_root .ctf-feed-2.ctf-boxed-style .ctf-item {
    height: 532px;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media img,
  .custom-twitter-feed_root #ctf .ctf-tweet-media video {
    object-fit: cover;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet,
  .custom-twitter-feed_root #ctf .ctf-twitter-card {
    border: 0;
    flex-grow: 1;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-tc-image {
    flex-grow: 1;
  }
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-author-screenname,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-screename-sep,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-context,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-tweet-meta,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-twitter-card,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-quoted-tweet {
    flex-direction: column;
    flex-grow: 1;
    display: flex;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet .ctf-tc-summary-info,
  .custom-twitter-feed_root #ctf .ctf-twitter-card .ctf-tc-summary-info {
    padding: 8px 24px;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet:hover,
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet:focus,
  .custom-twitter-feed_root #ctf .ctf-twitter-card:hover,
  .custom-twitter-feed_root #ctf .ctf-twitter-card:focus {
    border: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet p,
  .custom-twitter-feed_root #ctf .ctf-twitter-card p {
    padding: 0;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-box {
    width: 100%;
    padding-left: 24px;
  }
  .custom-twitter-feed_root div.ctf-owl-item:nth-child(8) > div:first-child > div:nth-child(2) > a:nth-child(3) > div:first-child > div:first-child {
    height: 100%;
  }
  .custom-twitter-feed_root .ctf-quoted-media-wrap {
    flex-grow: 1;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item {
    box-sizing: border-box;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-box {
    margin-bottom: 0;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-screenname,
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-screename-sep {
    display: none;
  }
  .custom-twitter-feed_root #ctf .ctf-author-name,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-name {
    font-size: 16px;
    font-weight: normal;
  }
  .custom-twitter-feed_root #ctf .ctf-item .ctf-author-name {
    margin-right: -8px;
  }
  .custom-twitter-feed_root #ctf .ctf-author-name,
  .custom-twitter-feed_root #ctf .ctf-author-screenname,
  .custom-twitter-feed_root #ctf .ctf-verified,
  .custom-twitter-feed_root #ctf .ctf-tweet-meta,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-name,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-screenname,
  .custom-twitter-feed_root #ctf_lightbox .ctf-verified,
  .custom-twitter-feed_root #ctf_lightbox .ctf-tweet-meta {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-author-avatar,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-avatar {
    border-radius: 0;
    margin: 0;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-author-avatar {
    margin-left: 0;
  }
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-avatar,
  .custom-twitter-feed_root #ctf.ctf-narrow .ctf-author-avatar img {
    aspect-ratio: 1;
    place-content: center;
    max-width: none;
    display: grid;
  }
  .custom-twitter-feed_root #ctf .ctf-author-box-link,
  .custom-twitter-feed_root #ctf_lightbox .ctf-author-box-link {
    flex-wrap: wrap;
    gap: 4px 12px;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-tc-image {
    height: 100%;
  }
  .custom-twitter-feed_root a:link,
  .custom-twitter-feed_root a:visited:link {
    font-size: 12px;
  }
  .custom-twitter-feed_root img,
  .custom-twitter-feed_root svg {
    max-width: 100%;
  }
  .custom-twitter-feed_root .disabled {
    display: none !important;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-item {
    padding: 0 min(12px, 3vw);
  }
  .custom-twitter-feed_root #ctf .ctf-item {
    max-width: 360px;
  }
  .custom-twitter-feed_root .ctf-owl-item {
    justify-content: center;
    display: flex;
  }
  .custom-twitter-feed_root #ctf .ctf-item {
    border: 2px solid var(--primary-color);
    border-radius: 16px;
  }
  .custom-twitter-feed_root .ctf-original_actions_wrapper {
    margin-bottom: calc(var(--spacing) * 6);
    width: 100%;
    padding-inline: calc(var(--spacing) * 6);
    display: flex;
  }
  .custom-twitter-feed_root .ctf-original_actions {
    gap: 24px;
    display: flex;
  }
  .custom-twitter-feed_root .ctf-original_action {
    object-fit: contain;
    width: fit-content;
    height: 18px;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet .ctf-tc-summary-info,
  .custom-twitter-feed_root #ctf .ctf-twitter-card .ctf-tc-summary-info {
    display: none;
  }
  .custom-twitter-feed_root #ctf.ctf-super-narrow .ctf-tc-image {
    border-radius: 0;
    max-height: 320px;
  }
  .custom-twitter-feed_root #ctf .ctf-twitter-card,
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet {
    margin: 0;
  }
  .custom-twitter-feed_root .ctf-quoted-media-wrap {
    height: 320px;
  }
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-author-screenname,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-screename-sep,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-context,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-tweet-meta,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-twitter-card,
  .custom-twitter-feed_root #ctf.ctf-styles .ctf-quoted-tweet {
    flex-grow: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet img,
  .custom-twitter-feed_root #ctf .ctf-twitter-card img,
  .custom-twitter-feed_root #ctf .ctf-quoted-tweet,
  .custom-twitter-feed_root #ctf .ctf-twitter-card {
    border-radius: 0;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media img,
  .custom-twitter-feed_root #ctf .ctf-tweet-media video {
    border-radius: 0;
    height: 320px;
  }
  .custom-twitter-feed_root #ctf .ctf-tweet-media {
    margin: 0;
  }
  .custom-twitter-feed_root .ctf-quoted-tweet.no-icon {
    height: 320px;
  }
  .custom-twitter-feed_root #ctf svg:not(:root).svg-inline--fa,
  .custom-twitter-feed_root #ctf_lightbox svg:not(:root).svg-inline--fa {
    display: none;
  }
  .custom-twitter-feed_root .ctf-original_verifieds {
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 16px;
    display: flex;
  }
  .custom-twitter-feed_root img.ctf-original_verified[class] {
    object-fit: contain;
    width: 16px;
    height: 16px;
  }
  .custom-twitter-feed_root .ctf-owl-dots {
    margin-top: calc(var(--spacing) * 6);
    display: flex;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-nav.disabled + .ctf-owl-dots {
    justify-content: center;
    gap: 10px;
    height: fit-content;
    margin-top: 24px;
    padding: 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-dots .ctf-owl-dot span {
    aspect-ratio: 1;
    height: calc(var(--spacing) * 2);
    width: calc(var(--spacing) * 2);
    background: #dcdcdc;
    border-radius: 340282000000000000000000000000000000000px;
    margin: 0;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-dots .ctf-owl-dot span {
    width: 10px;
    height: 10px;
  }
  .custom-twitter-feed_root .ctf-carousel .ctf-owl-dots .ctf-owl-dot.active span {
    background: var(--primary-color);
  }
}
@layer composition {
  #main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  @media only screen and (min-width: 768px) {
    #main {
      gap: 80px;
    }
  }
  .sidebar {
    max-width: inherit;
    width: 100%;
    position: sticky;
    top: var(--sidebar-sticky-top, 120px);
    align-self: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    place-content: center;
    gap: 0px 20px;
    margin-top: 0;
    padding-inline: var(--layout-padding-inline);
  }
  @media only screen and (min-width: 600px) {
    .sidebar {
      grid-template-columns: repeat(auto-fit, minmax(0, 360px));
    }
  }
  @media only screen and (min-width: 768px) {
    .sidebar {
      padding-inline: 0;
      grid-template-columns: repeat(2, minmax(0, 360px));
      column-gap: 40px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .sidebar {
      grid-template-columns: minmax(0, 1fr);
    }
  }
  #content {
    padding: 40px 0px 0px;
    margin: 0;
    background: linear-gradient(99deg, #F6F6F6 0%, #FBF4F5 50%, #fef0f2 100%);
  }
  @media only screen and (min-width: 768px) {
    #content {
      padding: 80px 30px 0px;
    }
  }
  #inner-content {
    max-width: 1360px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: space-between;
    margin: 0 auto !important;
    box-shadow: none;
    background: none;
    gap: 64px;
    padding: 0 0px 64px;
  }
  @media only screen and (min-width: 768px) {
    #inner-content {
      gap: 40px;
      padding: 0 0px 100px;
    }
  }
  @media only screen and (min-width: 1024px) {
    #inner-content {
      grid-template-columns: minmax(70.58%, 960px) minmax(26.47%, 360px);
    }
  }
}
@layer components {
  /************************
  * Header
  *************************/
  .stk_header[class] {
    padding: 0 16px;
    z-index: 20000;
    box-shadow: none !important;
    padding: 0 8px;
  }
  @media only screen and (min-width: 768px) {
    .stk_header[class] {
      padding: 0 16px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .stk_header[class] {
      padding: 0 24px;
    }
  }
  @media only screen and (min-width: 1536px) {
    .stk_header[class] {
      padding: 0 32px;
    }
  }
  .inner-header[class] {
    padding: 0;
  }
  @media only screen and not (min-width: 768px) {
    .inner-header[class] {
      justify-content: flex-start;
    }
  }
  .header__top {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    padding: 8px 0 32px;
  }
  @media only screen and (min-width: 768px) {
    .header__top {
      padding: 16px 0;
      gap: 16px 8px;
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 1024px) {
    .header__top {
      padding: 24px 0;
      gap: 16px;
      flex-wrap: nowrap;
    }
  }
  @media only screen and (min-width: 1280px) {
    .header__top {
      gap: 24px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .header__top {
      flex-wrap: wrap;
    }
  }
  .site__logo {
    display: flex;
    align-items: center;
    gap: 16px;
    order: 1;
    display: contents;
  }
  @media only screen and (min-width: 768px) {
    .site__logo {
      display: flex;
    }
  }
  @media only screen and (min-width: 1024px) {
    .site__logo {
      gap: 24px;
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 1536px) {
    .site__logo {
      gap: 64px;
    }
  }
  .site__logo__title {
    width: auto;
  }
  @media only screen and (min-width: 1536px) {
    .site__logo__title {
      width: 100%;
    }
  }
  @media only screen and not (min-width: 768px) {
    .site__logo__title {
      order: 1;
      line-height: 1;
    }
  }
  .site__logo__catch {
    color: #333333;
    font-weight: bold;
    word-break: keep-all;
    font-size: 10px;
  }
  @media only screen and (min-width: 1024px) {
    .site__logo__catch {
      font-size: 12px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .site__logo__catch {
      font-size: 16px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .site__logo__catch {
      order: 4;
      line-height: 1.4;
      width: 100%;
      text-align: left;
    }
  }
  .site__logo .custom-logo {
    max-height: 32px;
  }
  @media only screen and (min-width: 1024px) {
    .site__logo .custom-logo {
      max-height: 43px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .site__logo .custom-logo {
      margin: 0 28px 0 0;
    }
  }
  .stk_custom_header {
    position: relative;
    padding-bottom: 32px;
  }
  @media only screen and (min-width: 768px) {
    .stk_custom_header {
      padding-bottom: 24px;
    }
  }
  .slider-jmail-logo img {
    width: max(183px, 14.29%);
    height: auto;
    aspect-ratio: 183/28;
  }
  @media only screen and not (min-width: 768px) {
    .slider-jmail-logo img {
      max-width: 120px !important;
    }
  }
  .js-header-scroll-active {
    padding: 16px;
  }
  .j-mail__buttons {
    gap: 8px;
    line-height: 1.2;
    gap: 7px;
    display: flex;
  }
  @media only screen and (min-width: 768px) {
    .j-mail__buttons {
      gap: 8px;
      order: 2;
    }
  }
  @media only screen and (min-width: 1024px) {
    .j-mail__buttons {
      order: 3;
    }
  }
  @media only screen and (min-width: 1280px) {
    .j-mail__buttons {
      display: grid;
      grid-template-columns: repeat(3, minmax(0px, 136px));
      gap: 16px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .j-mail__buttons {
      order: 2;
      margin-left: auto;
    }
  }
  .j-mail__button {
    width: 100%;
    height: 38px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: flex;
    gap: 4px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-width: 0;
    font-weight: 500;
    font-size: 7px;
    width: fit-content;
  }
  @media only screen and (min-width: 768px) {
    .j-mail__button {
      font-size: 10px;
      gap: 8px;
      border-width: 1px;
      font-weight: bold;
      width: 100%;
      padding: 0 4px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .j-mail__button {
      font-size: 12px;
    }
  }
  @media only screen and (min-width: 1536px) {
    .j-mail__button {
      font-size: 16px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .j-mail__button {
      order: 2;
      letter-spacing: 0;
      flex-direction: column;
      line-height: 1;
    }
  }
  .j-mail__button:hover {
    opacity: 0.7;
  }
  .j-mail__button--blue {
    border-color: #2fb7d8;
    color: #2fb7d8 !important;
  }
  .j-mail__button--pink {
    border-color: #eb8c91;
    color: #eb8c91 !important;
  }
  @media only screen and not (min-width: 768px) {
    .j-mail__button--pink {
      border-left: 1px solid #dcdcdc;
      padding-left: 6px;
    }
  }
  .j-mail__button--login {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
  }
  @media only screen and not (min-width: 768px) {
    .j-mail__button--login {
      border-left: 1px solid #dcdcdc;
      padding-left: 6px;
    }
  }
  .j-mail__button-icon {
    width: 16px;
  }
  @media only screen and not (min-width: 768px) {
    .j-mail__button-icon {
      height: 18px;
    }
  }
  .j-mail__button-icon--man {
    height: 18px;
  }
  @media only screen and (min-width: 1280px) {
    .j-mail__button-icon--man {
      height: 20px;
    }
  }
  .j-mail__button-text {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  /************************
  * Navigation
  *************************/
  .nav .menu-item--column > .sub-menu,
  .spnavi .menu-item--column > .sub-menu,
  .column-submenu {
    --border-width: 2px;
    background-color: #fff !important;
    box-shadow: none !important;
    display: grid;
    gap: 8px;
    border-radius: 8px;
    list-style: none;
    margin: 0;
  }
  .nav .menu-item--column > .sub-menu li,
  .spnavi .menu-item--column > .sub-menu li,
  .column-submenu li {
    width: 100%;
    height: 100%;
  }
  .nav .menu-item--column > .sub-menu a,
  .spnavi .menu-item--column > .sub-menu a,
  .column-submenu a {
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    color: var(--category-color, #333) !important;
    line-height: 1;
  }
  .nav .menu-item--column > .sub-menu a:hover,
  .spnavi .menu-item--column > .sub-menu a:hover,
  .column-submenu a:hover {
    color: #fff !important;
    background: var(--category-color, var(--primary-color));
  }
  .nav .menu-item--column > .sub-menu a:hover:after,
  .spnavi .menu-item--column > .sub-menu a:hover:after,
  .column-submenu a:hover:after {
    margin-right: -3px;
  }
  .nav .menu-item--column > .sub-menu a:hover .menu-item-icon img,
  .spnavi .menu-item--column > .sub-menu a:hover .menu-item-icon img,
  .column-submenu a:hover .menu-item-icon img {
    filter: brightness(0) invert(1);
  }
  .nav .menu-item--column > .sub-menu li.current-menu-item a,
  .spnavi .menu-item--column > .sub-menu li.current-menu-item a,
  .column-submenu li.current-menu-item a {
    color: #fff !important;
    background: var(--category-color, var(--primary-color));
  }
  .nav .menu-item--column > .sub-menu li.current-menu-item a:after,
  .spnavi .menu-item--column > .sub-menu li.current-menu-item a:after,
  .column-submenu li.current-menu-item a:after {
    margin-right: -3px;
  }
  .nav .menu-item--column > .sub-menu li.current-menu-item a .menu-item-icon img,
  .spnavi .menu-item--column > .sub-menu li.current-menu-item a .menu-item-icon img,
  .column-submenu li.current-menu-item a .menu-item-icon img {
    filter: brightness(0) invert(1);
  }
  .nav .menu-item--column > .sub-menu .menu-item-link-text,
  .spnavi .menu-item--column > .sub-menu .menu-item-link-text,
  .column-submenu .menu-item-link-text {
    transition: all 0.3s;
    flex-direction: column;
  }
  .nav .menu-item--column > .sub-menu .menu-item-link-text:before,
  .spnavi .menu-item--column > .sub-menu .menu-item-link-text:before,
  .column-submenu .menu-item-link-text:before {
    content: none !important;
  }
  .nav .menu-item--column > .sub-menu .menu-item-icon img,
  .spnavi .menu-item--column > .sub-menu .menu-item-icon img,
  .column-submenu .menu-item-icon img {
    transition: all 0.3s;
    object-fit: contain;
  }
  .nav .menu-item--column > .sub-menu .menu-item-link-inner-text,
  .spnavi .menu-item--column > .sub-menu .menu-item-link-inner-text,
  .column-submenu .menu-item-link-inner-text {
    transition: all 0.3s;
  }
  .nav {
    display: flex;
    align-self: stretch;
    align-items: stretch;
    justify-content: center;
    width: fit-content;
    background: #fff;
    display: none;
  }
  @media only screen and (min-width: 768px) {
    .nav {
      display: flex;
      order: 3;
      margin: 0 auto;
    }
  }
  @media only screen and (min-width: 1024px) {
    .nav {
      flex: 0 0 auto;
      order: 2;
      margin: 0;
    }
  }
  .nav > nav.stk_g_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .nav .ul__g_nav {
    flex-wrap: nowrap;
    gap: 32px;
    height: 100%;
  }
  @media only screen and (min-width: 1024px) {
    .nav .ul__g_nav {
      gap: 16px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .nav .ul__g_nav {
      gap: 24px;
    }
  }
  @media only screen and (min-width: 1536px) {
    .nav .ul__g_nav {
      gap: 32px;
    }
  }
  .nav .ul__g_nav > li {
    color: #3e3e3e;
    font-size: 14px !important;
    letter-spacing: 0.14em;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
  }
  @media only screen and (min-width: 1280px) {
    .nav .ul__g_nav > li {
      font-size: 16px !important;
    }
  }
  .nav .ul__g_nav > li:hover > .sub-menu {
    transform: scaleY(1);
  }
  .nav .ul__g_nav > li.menu-item--column:hover > .sub-menu {
    transform: translateX(-50%) scaleY(1);
  }
  .nav .ul__g_nav > li.menu-item-has-children > a .menu-item-link-text::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transition: transform ease-in 0.3s;
    transform: rotate(135deg);
  }
  .nav .ul__g_nav > li.menu-item-has-children:hover > a .menu-item-link-text:after {
    transform: rotate(-45deg);
    border-color: var(--primary-color);
  }
  .nav .ul__g_nav > li.current-menu-item a {
    opacity: 1;
    color: var(--primary-color);
  }
  .nav .ul__g_nav > li.current-menu-item a .menu-item-link-text:before {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .nav .ul__g_nav > li > a {
    font-weight: bold;
    padding: 0 20px !important;
  }
  @media only screen and (min-width: 1024px) {
    .nav .ul__g_nav > li > a {
      padding: 10px !important;
    }
  }
  .nav .ul__g_nav > li > a:after {
    content: none !important;
  }
  .nav .ul__g_nav > li > a:hover {
    opacity: 1;
    color: var(--primary-color);
  }
  .nav .ul__g_nav > li > a:hover .menu-item-link-text:before {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .nav .menu-item-link-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 6px;
    font-size: 14px;
  }
  @media only screen and (min-width: 1536px) {
    .nav .menu-item-link-text {
      font-size: 16px;
    }
  }
  .nav .menu-item-link-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transition: 0.25s ease-out;
    width: 0;
    border-bottom: 2px solid var(--primary-color);
  }
  .nav .ul__g_nav > li:not(.menu-item--column) > .sub-menu[class] {
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.3s;
    background-color: #fff !important;
    width: max-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(100% + 16px);
    box-shadow: none !important;
  }
  .nav .ul__g_nav > li:not(.menu-item--column) > .sub-menu[class] li {
    height: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .nav .ul__g_nav > li:not(.menu-item--column) > .sub-menu[class] a {
    width: 100%;
    color: #333 !important;
    padding: 20px 16px !important;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .nav .ul__g_nav > li:not(.menu-item--column) > .sub-menu[class] a:before {
    width: 4px;
    height: 4px;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    content: "";
    background: #9f9f9f;
    border-radius: 1px;
    transform: rotate(-45deg);
  }
  .nav .ul__g_nav > li:not(.menu-item--column) > .sub-menu[class] a:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #9f9f9f;
    border-right: solid 1px #9f9f9f;
    transition: all ease-in 0.3s;
    transform: rotate(45deg);
    margin-left: auto;
  }
  .nav .ul__g_nav > li:not(.menu-item--column) > .sub-menu[class] a:hover:after {
    margin-right: -3px;
  }
  .nav .ul__g_nav > li:not(.menu-item--column) > .sub-menu[class] .menu-item-link-text:before {
    content: none !important;
  }
  .nav .ul__g_nav > li:not(.menu-item--column):hover > .sub-menu[class] {
    transform: scaleY(1);
  }
  .nav .menu-item--column > .sub-menu[class] {
    --header-padding: 24px;
    transform-origin: center top;
    transition: all 0.3s;
    width: max-content;
    max-width: clamp(420px, 50svi, 960px);
    top: calc(100% + var(--header-padding));
    border: 2px solid var(--primary-color);
    padding: 24px 44px;
    grid-template-columns: repeat(auto-fit, minmax(40px, 80px));
    place-content: center;
    left: 50%;
    right: auto;
    transform: translateX(-50%) scaleY(0);
  }
  @media only screen and (min-width: 768px) {
    .nav .menu-item--column > .sub-menu[class] {
      padding: 18px 32px;
    }
  }
  @media only screen and (max-width: 1279px) {
    .nav .menu-item--column > .sub-menu[class] {
      max-width: calc(100svi - 32px);
    }
  }
  @media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .nav .menu-item--column > .sub-menu[class] {
      max-width: min(100svi - 32px, 480px);
    }
  }
  @media only screen and (min-width: 1280px) {
    .nav .menu-item--column > .sub-menu[class] {
      padding: 24px calc(44px - var(--border-width) * 2);
    }
  }
  .nav .menu-item--column > .sub-menu[class] li {
    height: fit-content !important;
  }
  .nav .menu-item--column > .sub-menu[class] a {
    padding: 8px !important;
    min-width: 80px;
    min-height: 80px;
  }
  @media only screen and (min-width: 768px) {
    .nav .menu-item--column > .sub-menu[class] a {
      min-width: 60px;
      min-height: 60px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .nav .menu-item--column > .sub-menu[class] a {
      min-width: 80px;
      min-height: 80px;
    }
  }
  .nav .menu-item--column > .sub-menu[class] .menu-item-icon img {
    width: 40px;
    height: 40px;
  }
  @media only screen and (min-width: 768px) {
    .nav .menu-item--column > .sub-menu[class] .menu-item-icon img {
      width: 30px;
      height: 30px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .nav .menu-item--column > .sub-menu[class] .menu-item-icon img {
      width: 40px;
      height: 40px;
    }
  }
  .nav .nav_btn.search_btn {
    color: #3e3e3e;
    align-items: center;
    flex-direction: row;
    width: auto !important;
  }
  .nav .search_text {
    width: 160px;
    text-align: center;
    color: #cdcdcd;
    font-weight: bold;
  }
  .nav .nav_btn__svgicon[class] {
    fill: #3e3e3e;
    width: 16px;
    height: 16px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header__top {
      position: relative;
    }
    .nav .ul__g_nav > li.menu-item--column {
      position: static;
    }
    .nav .menu-item--column > .sub-menu[class] {
      top: 100%;
    }
  }
  @media only screen and not (min-width: 768px) {
    .nav_btn[class] {
      order: 3;
      position: relative;
      margin-right: 0;
      top: inherit;
      left: inherit;
      width: auto;
      min-height: auto;
      padding: 0;
    }
  }
  .sp-nav-trigger_body {
    width: 42px;
    height: 32px;
    display: flex;
    flex-direction: column;
    border: 1px solid #333;
    padding: 10px 11px;
  }
  .sp-nav-trigger_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sp-nav-trigger span {
    width: 18px;
    height: 1px;
    background: #333;
    display: block;
    margin: 0 auto;
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .sp-nav-trigger span:first-of-type {
    top: 0px;
  }
  .sp-nav-trigger span:first-of-type.js-active {
    transform: translateY(5px) rotate(30.96deg);
  }
  .sp-nav-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right;
  }
  .sp-nav-trigger span:nth-of-type(2).js-active {
    transform: scaleX(0);
  }
  .sp-nav-trigger span:last-of-type {
    bottom: 0px;
  }
  .sp-nav-trigger span:last-of-type.js-active {
    transform: translateY(-4px) rotate(-32.28deg);
  }
  .spnavi .menu-item {
    border: none;
  }
  .spnavi .menu-item > a {
    padding: 10px 16px;
    position: relative;
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.14em;
    border-bottom: 1px solid #9f9f9f;
    background: #fff;
  }
  .spnavi .menu-item > a:before {
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background: var(--primary-color);
    position: relative;
    content: "";
  }
  .spnavi .menu-item > a:after {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  .spnavi .menu-item-has-children:not(.menu-item--column) > .sub-menu .menu-item[class] {
    border: none;
  }
  .spnavi .menu-item-has-children:not(.menu-item--column) > .sub-menu .menu-item[class] > a {
    padding-inline: 16px !important;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .spnavi .menu-item-has-children:not(.menu-item--column) > .sub-menu .menu-item[class] > a:before {
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    transform: rotate(45deg);
    border-radius: 1px;
    opacity: 1;
  }
  .spnavi .menu-item-has-children:not(.menu-item--column) > .sub-menu .menu-item[class] > a:after {
    width: 6px;
    height: 6px;
    border-color: #9f9f9f;
  }
  .spnavi .menu-item--column > .sub-menu {
    width: 100%;
    padding-block: 12px;
    grid-template-columns: repeat(auto-fit, minmax(40px, 60px));
    container-name: initial;
    container-type: normal;
  }
  .spnavi .menu-item--column > .sub-menu a {
    height: 100%;
    aspect-ratio: 1/1;
    padding: 6px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
  }
  .spnavi .menu-item--column > .sub-menu a:before, .spnavi .menu-item--column > .sub-menu a:after {
    content: none;
  }
  .spnavi .menu-item--column > .sub-menu .menu-item-icon img {
    width: 25px;
    height: 25px;
  }
  @media only screen and (min-width: 400px) {
    .spnavi .menu-item--column > .sub-menu .menu-item-icon img {
      width: 30px;
      height: 30px;
    }
  }
  #navbtn_menu_content {
    padding: 20px;
  }
  #navbtn_menu_content {
    width: 100% !important;
  }
  /************************
  * search
  *************************/
  .searchform {
    margin: 0 auto;
    width: 100%;
    height: 32px;
  }
  .searchform_input {
    border: 1px solid var(--primary-color);
    padding: 4px 14px;
    font-size: 14px;
    line-height: 16px;
  }
  @media only screen and (min-width: 768px) {
    .searchform_input {
      font-size: 12px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .searchform_input {
      font-size: 14px;
    }
  }
  .searchsubmit {
    aspect-ratio: 1/1;
    height: 100%;
    padding: 0;
    right: 0;
    background: var(--primary-color);
    border-radius: 0 4px 4px 0;
  }
  .svgicon_searchform {
    width: 16px;
    height: 16px;
  }
  .main__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  @media only screen and (min-width: 768px) {
    .main__body {
      gap: 64px;
    }
  }
  /************************
  * Section
  *************************/
  .section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-inline: 16px;
  }
  @media only screen and (min-width: 768px) {
    .section {
      padding-inline: 32px;
    }
  }
  .section--bg-white {
    background: #FFF;
    padding-block: 32px 40px;
  }
  @media only screen and (min-width: 768px) {
    .section--bg-white {
      border-radius: 8px;
    }
  }
  .section.p-0 {
    padding: 0;
  }
  .section__body.max-w-none {
    max-width: none;
  }
  .section__body.gap-0 {
    gap: 0;
  }
  .section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
  }
  @media only screen and (min-width: 768px) {
    .section__header {
      margin: 0 auto;
      flex-direction: row;
      border-bottom: 1px solid var(--primary-color);
      gap: 16px;
      padding-bottom: 20px;
    }
  }
  .section__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 12px;
    width: 100%;
  }
  @media only screen and (min-width: 768px) {
    .section__heading {
      width: auto;
      flex-direction: row;
      justify-content: flex-start;
      border-bottom: none;
      padding-bottom: 0;
      font-size: 28px;
      gap: 16px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .section__heading {
      font-size: 32px;
      gap: 16px;
    }
  }
  .section__heading-label {
    font-weight: 500;
    color: var(--primary-color);
    font-family: "Playwrite US Trad", "Noto Sans Jp", cursive, var(--stk-base-font-family);
    font-size: 12px;
  }
  @media only screen and (min-width: 768px) {
    .section__heading-label {
      font-size: 16px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .section__heading-label {
      font-size: 20px;
    }
  }
  .section__container {
    padding: 20px 12px 0;
  }
  @media only screen and (min-width: 768px) {
    .section__container {
      padding-inline: 0;
      padding-top: 40px;
    }
  }
  .section__contents {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .section__inner {
    width: 100%;
    margin: 0 auto;
  }
  .section__inner--small {
    max-width: 960px;
  }
  .section__jmail-guide {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    place-content: center;
    gap: 16px;
  }
  @media only screen and (min-width: 768px) {
    .section__jmail-guide {
      grid-template-columns: minmax(41.28%, 360px) minmax(0, 1fr);
      gap: 32px;
      grid-column: 1/3;
    }
  }
  @media only screen and (min-width: 1024px) {
    .section__jmail-guide {
      grid-column: auto;
    }
  }
  /************************
  * Slide
  *************************/
  .fv-slider {
    background: #fff;
    padding-bottom: 10px;
  }
  @media only screen and (min-width: 768px) {
    .fv-slider {
      padding-bottom: 34px;
    }
  }
  .fv-slider__link {
    position: relative;
    display: block;
    aspect-ratio: var(--stk-post-thumb-ratio, 1.91/1);
  }
  .fv-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
  }
  .post-slider__slide {
    display: flex;
    flex-direction: column;
  }
  .post-slider__link {
    display: flex;
    flex-direction: column;
  }
  .post-slider_pagination {
    position: relative;
    margin-left: auto;
    padding: 0;
    justify-content: flex-end;
    margin-bottom: 24px;
    justify-content: center;
  }
  @media only screen and (min-width: 768px) {
    .post-slider_pagination {
      justify-content: flex-end;
    }
  }
  @media only screen and not (min-width: 768px) {
    .post-slider_pagination {
      order: 2;
      margin: 0 auto;
    }
  }
  @media only screen and not (min-width: 768px) {
    .post-slider_list {
      order: 1;
    }
  }
  .post-slider__arrow {
    --arrow-size: 22px;
    --layout-padding-inline: -36px;
    --bar-size: 26px;
    top: calc(50% - (var(--bar-size)));
  }
  @media only screen and (max-width: 767px) {
    .post-slider__arrow--prev {
      left: calc(var(--layout-padding-inline) + var(--arrow-size) * 1.4142135624 / 2);
    }
  }
  @media only screen and (max-width: 767px) {
    .post-slider__arrow--next {
      right: calc(var(--layout-padding-inline) + var(--arrow-size) * 1.4142135624 / 2);
    }
  }
  .guide-slider__arrow {
    --arrow-size: 22px;
    --layout-padding-inline: -36px;
    --bar-size: 26px;
    top: calc(50% - (var(--bar-size)));
  }
  @media only screen and (max-width: 767px) {
    .guide-slider__arrow--prev {
      left: calc(var(--layout-padding-inline) + var(--arrow-size) * 1.4142135624 / 2);
    }
  }
  @media only screen and (max-width: 767px) {
    .guide-slider__arrow--next {
      right: calc(var(--layout-padding-inline) + var(--arrow-size) * 1.4142135624 / 2);
    }
  }
  .special-slider_link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    gap: 16px;
    gap: 0;
  }
  @media only screen and (min-width: 768px) {
    .special-slider_link {
      gap: 16px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .special-slider_link {
      height: 100%;
    }
  }
  .special-slider_meta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background: #fff;
    gap: 16px;
    height: fit-content;
    gap: 8px;
    height: 100%;
    justify-content: flex-start;
  }
  @media only screen and (min-width: 768px) {
    .special-slider_meta {
      gap: 16px;
      height: fit-content;
      justify-content: center;
    }
  }
  @media only screen and not (min-width: 768px) {
    .special-slider_meta {
      position: relative;
      padding: 16px;
    }
  }
  .special-slider_date {
    font-family: "Lexend Peta", sans-serif;
    letter-spacing: 0;
    color: #9f9f9f;
    margin-left: auto;
    color: #000;
    font-family: inherit;
  }
  @media only screen and (min-width: 768px) {
    .special-slider_date {
      color: #9f9f9f;
      font-family: "Lexend Peta", sans-serif;
    }
  }
  @media only screen and not (min-width: 768px) {
    .special-slider_date {
      font-size: 14px;
      line-height: 1;
      font-weight: 500;
    }
  }
  .special-slider_title {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
  }
  @media only screen and (min-width: 768px) {
    .special-slider_title {
      font-size: 16px;
      letter-spacing: 0.08em;
    }
  }
  @media only screen and not (min-width: 768px) {
    .special-slider_track {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
  }
  .special-slider_pagination {
    position: relative;
    margin-left: auto;
    padding: 0;
    justify-content: flex-end;
    margin-bottom: 24px;
    justify-content: center;
  }
  @media only screen and (min-width: 768px) {
    .special-slider_pagination {
      justify-content: flex-end;
    }
  }
  @media only screen and not (min-width: 768px) {
    .special-slider_pagination {
      order: 2;
      margin: 0 auto;
      padding-top: 0px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .special-slider_list {
      order: 1;
    }
  }
  .special-slider__arrow {
    width: 24px;
    height: 24px;
  }
  .special-slider .eyecatch {
    text-align: left;
  }
  .thumbnails-slider__list {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  @media only screen and (min-width: 768px) {
    .thumbnails-slider__list {
      flex-direction: column;
    }
  }
  .thumbnails-slider__slide {
    flex: 0 0 50px;
    cursor: pointer;
    overflow: hidden;
    transition: flex-basis 0.22s cubic-bezier(0.2, 0, 0, 1), width 0.22s cubic-bezier(0.2, 0, 0, 1), opacity 0.3s ease, transform 0.3ms ease;
    margin: 0 8px 0 0;
  }
  .thumbnails-slider__slide:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) {
    .thumbnails-slider__slide {
      margin-bottom: 8px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .thumbnails-slider__slide {
      flex: 0 0 80px;
    }
  }
  .thumbnails-slider__slide:hover {
    opacity: 0.8;
  }
  .thumbnails-slider__slide.is-hidden {
    margin: 0;
    flex-basis: 0;
    width: 0;
    opacity: 0;
    transform: scale(0.92);
    pointer-events: none;
  }
  .thumbnails-slider__image {
    width: 50px;
    height: 50px;
    margin: 0 !important;
  }
  @media only screen and (min-width: 1280px) {
    .thumbnails-slider__image {
      width: 80px;
      height: 80px;
    }
  }
  .thumbnails-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .widget {
    margin: 0 0 24px;
  }
  .widget:last-of-type {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) {
    .widget {
      margin-bottom: 32px;
    }
  }
  @media only screen and (min-width: 600px) {
    .widget_guide_banners {
      grid-column: 1/3;
    }
  }
  @media only screen and (min-width: 600px) and (max-width: 1023px) {
    .widget_guide_banners {
      display: contents;
    }
  }
  @media only screen and (min-width: 1024px) {
    .widget_guide_banners {
      grid-column: auto;
    }
  }
  .widget_guide_banners .guide-banners {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  @media only screen and (min-width: 600px) {
    .widget_guide_banners .guide-banners {
      flex-direction: row;
      gap: 20px;
    }
  }
  @media only screen and (min-width: 600px) and (max-width: 1023px) {
    .widget_guide_banners .guide-banners {
      display: contents;
    }
  }
  @media only screen and (min-width: 768px) {
    .widget_guide_banners .guide-banners {
      gap: 40px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .widget_guide_banners .guide-banners {
      gap: 16px;
      flex-direction: column;
    }
  }
  .widget_guide_banners .guide-banners__item {
    width: 100%;
  }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .widget_guide_banners .guide-banners__item {
      margin-bottom: 24px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .widget_guide_banners .guide-banners__item {
      margin-bottom: 32px;
    }
  }
  @media only screen and (min-width: 600px) and (max-width: 1023px) {
    .widget_guide_banners .guide-banners__item:first-of-type {
      grid-column: 2/3;
    }
  }
  .widget_campaign_page_banner {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) {
    .widget_campaign_page_banner {
      margin-bottom: 24px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .widget_campaign_page_banner {
      grid-column: auto;
    }
  }
  .widget_campaign_page_banner a {
    width: 100%;
  }
  .widget_campaign_page_banner a img {
    width: 100%;
  }
  .sidebar-column-search {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  @media only screen and (min-width: 768px) {
    .sidebar-column-search {
      gap: 24px;
    }
  }
  @media only screen and (min-width: 768px) {
    .widget_sidebar_column_submenu {
      grid-column: 1/3;
    }
  }
  @media only screen and (min-width: 1024px) {
    .widget_sidebar_column_submenu {
      grid-column: auto;
    }
  }
  .column-submenu-wrapper {
    container-name: column-submenu;
    container-type: inline-size;
  }
  .column-submenu {
    --header-padding: 24px;
    width: 100%;
    border: 2px solid var(--primary-color);
    place-content: center;
    padding-block: 16px;
    padding-inline: calc(12px - var(--border-width) * 2);
    grid-template-columns: repeat(auto-fit, 50px);
  }
  @container (min-width: 345px) {
    .column-submenu {
      grid-template-columns: repeat(auto-fit, minmax(40px, 60px));
    }
  }
  @container (min-width: 960px) {
    .column-submenu {
      padding-block: 24px;
      padding-inline: calc(44px - var(--border-width) * 2);
      grid-template-columns: repeat(auto-fit, minmax(40px, 80px));
    }
  }
  .column-submenu--no-border {
    --border-width: 0px;
    border: none;
  }
  .column-submenu a {
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    gap: 6px;
    padding: 6px 4px;
  }
  @container (min-width: 345px) {
    .column-submenu a {
      padding: 6px;
    }
  }
  @container (min-width: 960px) {
    .column-submenu a {
      font-size: 14px;
    }
  }
  .column-submenu .menu-item-icon img {
    width: 25px;
    height: 25px;
  }
  @container (min-width:360px) {
    .column-submenu .menu-item-icon img {
      width: 30px;
      height: 30px;
    }
  }
  @container (min-width:960px) {
    .column-submenu .menu-item-icon img {
      width: 40px;
      height: 40px;
    }
  }
  @media only screen and (min-width: 768px) {
    .widget_column_tabs {
      grid-column: 1/3;
    }
  }
  @media only screen and (min-width: 1024px) {
    .widget_column_tabs {
      grid-column: auto;
    }
  }
  .column-tab-widget {
    margin-top: 8px;
  }
  .column-tab-widget__tab-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 172px));
    gap: 8px;
  }
  .column-tab-widget__tab {
    background: #DCDCDC;
    border-radius: 2px 2px 0 0;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-weight: bold;
    font-size: 18px;
    transition: background ease-in-out 0.3s;
  }
  @media only screen and (min-width: 768px) {
    .column-tab-widget__tab {
      font-size: 16px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .column-tab-widget__tab {
      font-size: 18px;
    }
  }
  .column-tab-widget__tab:hover {
    background: rgba(252, 93, 123, 0.7);
  }
  .column-tab-widget__tab.is-active {
    background: var(--primary-color);
  }
  .column-tab-widget__body {
    background: #FFFFFF;
    border: 1px solid var(--primary-color);
    border-radius: 0px 2px 2px 2px;
    overflow: hidden;
    position: relative;
  }
  .column-tab-widget__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    padding: 24px 16px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .column-tab-widget__content {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
  }
  .column-tab-widget__content.is-active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
  }
  .breadcrumb {
    background: transparent;
    margin-bottom: 24px;
    padding-inline: var(--layout-padding-inline);
  }
  .breadcrumb__ul {
    gap: 0 6px;
    flex-wrap: wrap;
  }
  @media only screen and (min-width: 767px) {
    .breadcrumb__ul {
      flex-wrap: nowrap;
      gap: 0 12px;
    }
  }
  .breadcrumb__li {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
  }
  @media only screen and (min-width: 767px) {
    .breadcrumb__li {
      font-size: 16px;
    }
  }
  .breadcrumb__li:not(:has(> .breadcrumb__link)) {
    padding: 0px 6px;
  }
  @media only screen and (min-width: 767px) {
    .breadcrumb__li:not(:has(> .breadcrumb__link)) {
      padding-inline: 10px;
    }
  }
  .breadcrumb__li:not(:last-child):after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #6A7282;
    border-right: solid 1px #6A7282;
    transition: transform ease-in 0.3s;
    transform: rotate(45deg);
    flex-shrink: 0;
  }
  .breadcrumb a {
    color: #6A7282;
    display: block;
    transition: color ease-in 0.3s;
    flex-shrink: 0;
    padding: 4px 6px;
  }
  @media only screen and (min-width: 767px) {
    .breadcrumb a {
      padding-inline: 10px;
    }
  }
  .breadcrumb a:hover {
    color: var(--primary-color);
  }
  /************************
  * pagination
  *************************/
  .pagination {
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(0, 30px));
    gap: 20px;
    margin: 32px auto 0;
  }
  @media only screen and (min-width: 767px) {
    .pagination {
      margin-top: 64px;
    }
  }
  .pagination:not(:has(*)) {
    display: none;
  }
  .pagination .page-numbers {
    font-family: "Onest", sans-serif;
    padding: 0;
    border-width: 1px;
  }
  .pagination .page-numbers.current {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: transparent;
  }
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next {
    position: relative;
    width: 16px;
    height: 16px;
  }
  .pagination .page-numbers.prev:before,
  .pagination .page-numbers.next:before {
    position: absolute;
    transition: all ease 0.3s;
    content: "";
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 12px;
    height: 12px;
    border-right: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
  }
  @media only screen and (max-width: 767px) {
    .pagination .page-numbers.prev:before,
    .pagination .page-numbers.next:before {
      width: 8px;
      height: 8px;
    }
  }
  .pagination .page-numbers.prev:before {
    transform: rotate(-225deg);
    right: -3px;
  }
  .pagination .page-numbers.next:before {
    transform: rotate(-45deg);
    left: -3px;
  }
  .pagination .page-numbers:hover,
  .pagination .page-numbers:focus,
  .page-links .post-page-numbers:hover,
  .page-links .post-page-numbers:focus {
    background-color: transparent;
    color: var(--primary-color);
  }
  .pagination .page-numbers:not(.prev, .next):not(.dots):hover,
  .pagination .page-numbers:not(.prev, .next):not(.dots):focus,
  .page-links .post-page-numbers:not(.prev, .next):not(.dots):hover,
  .page-links .post-page-numbers:not(.prev, .next):not(.dots):focus {
    border-color: var(--primary-color);
  }
  .pagination .page-numbers:not(.prev, .next):not(.dots):hover:before,
  .pagination .page-numbers:not(.prev, .next):not(.dots):focus:before,
  .page-links .post-page-numbers:not(.prev, .next):not(.dots):hover:before,
  .page-links .post-page-numbers:not(.prev, .next):not(.dots):focus:before {
    border-color: var(--primary-color);
  }
  .pagination .page-numbers:is(.prev, .next):not(.dots):hover:before,
  .pagination .page-numbers:is(.prev, .next):not(.dots):focus:before,
  .page-links .post-page-numbers:is(.prev, .next):not(.dots):hover:before,
  .page-links .post-page-numbers:is(.prev, .next):not(.dots):focus:before {
    border-color: var(--primary-color);
  }
  .pagination .page-numbers.dots:hover,
  .pagination .page-numbers.dots:focus,
  .page-links .post-page-numbers.dots:hover,
  .page-links .post-page-numbers.dots:focus {
    color: #dcdcdc;
  }
  .pagination .page-numbers,
  .page-links .post-page-numbers {
    border-radius: 99999px;
    border-color: transparent;
    color: #dcdcdc;
    font-size: 20px;
    font-weight: bold;
    min-width: inherit;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  @media only screen and (max-width: 767px) {
    .pagination .page-numbers,
    .page-links .post-page-numbers {
      font-size: 16px;
    }
  }
  /************************
  * footer
  *************************/
  .footer .footer-links > .menu {
    gap: 16px;
    margin-bottom: 8px;
  }
  .footer .footer-links a {
    font-size: 12px;
  }
  .footer .footer-links a:before {
    color: #fff;
  }
  .footer .copyright {
    font-size: 10px;
    color: #fff;
  }
  /************************
  * Button
  *************************/
  .archive-button {
    border: 1px solid #333333;
    padding: 24px 16px;
    max-width: 400px;
    width: 100%;
    margin: 60px auto 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all ease 0.3s;
    max-width: 225px;
    font-size: 16px;
    padding: 12px 4px 20px;
    letter-spacing: 0;
  }
  @media only screen and (min-width: 768px) {
    .archive-button {
      max-width: 400px;
      font-size: 24px;
      padding: 24px 16px;
      letter-spacing: 0.08em;
    }
  }
  @media only screen and not (min-width: 768px) {
    .archive-button {
      margin-top: 36px;
    }
  }
  .archive-button:before {
    transition: all ease 0.3s;
    content: "";
    width: 100%;
    height: 100%;
    top: -4px;
    left: -4px;
    border: 1px solid #333333;
    position: absolute;
    z-index: 1;
    box-sizing: content-box;
  }
  .archive-button:after {
    transition: all ease 0.3s;
    content: "";
    mask-image: url(images/arrow.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    background: #333;
    width: 30px;
    height: 5.43px;
    top: -5.43px;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 4px;
    top: -4px;
    right: 8px;
  }
  @media only screen and (min-width: 768px) {
    .archive-button:after {
      width: 30px;
      height: 5.43px;
      top: -5.43px;
      right: 20px;
    }
  }
  .archive-button:hover {
    color: #333;
  }
  .archive-button:hover:before {
    top: 0;
    left: 0;
  }
  .archive-button:hover--single {
    margin-top: 56px;
    margin-top: 36px;
  }
  @media only screen and (min-width: 768px) {
    .archive-button:hover--single {
      margin-top: 56px;
    }
  }
  .archive-button:hover_text {
    z-index: 2;
  }
  .more-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
    align-self: self-end;
    flex-shrink: 0;
  }
  .more-link:hover:after {
    transform: translate(4px) rotate(45deg);
  }
  .more-link:after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 1px var(--primary-color);
    border-right: solid 1px var(--primary-color);
    transform: translate(0px) rotate(45deg);
    transition: transform 0.3s ease-out;
    margin-right: 2px;
  }
  /************************
    * floating-banner
    *************************/
  .floating-banner {
    display: none;
    display: flex;
  }
  @media only screen and (min-width: 768px) {
    .floating-banner {
      display: none;
    }
  }
  @media only screen and not (min-width: 768px) {
    .floating-banner {
      position: sticky;
      z-index: 10;
      bottom: 0;
      width: 100%;
      padding: 8px;
      background: #fff;
      gap: 11px;
      align-items: center;
    }
  }
  .floating-banner__main {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .floating-banner__logo {
    aspect-ratio: 107/30;
    height: 30px;
    object-fit: contain;
  }
  .floating-banner__text {
    font-size: 8px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .floating-banner__app-link {
    display: block;
    border-right: 1px solid #000;
    padding-right: 8px;
  }
  .floating-banner__app-logo {
    display: block;
    aspect-ratio: 86/29;
    width: 86px;
    max-width: inherit;
  }
  .floating-banner__search[class] {
    margin-left: 0 !important;
  }
  @media only screen and not (min-width: 768px) {
    .floating-banner__search[class] {
      border: 1px solid #000;
      padding: 6px;
      border-radius: 4px;
    }
  }
  .floating-banner .nav_btn__svgicon {
    width: 16px;
    height: 16px;
  }
  /************************
    * page-top
    *************************/
  #page-top.pt-active {
    transform: translateY(-70px);
  }
  /************************
    * j-mail-cv
    *************************/
  .j-mail-cv {
    background-color: #fff;
    padding: 40px 20px 20px;
  }
  @media only screen and (min-width: 768px) {
    .j-mail-cv {
      padding: 80px 4% 80px;
    }
  }
  .j-mail-cv__body {
    display: grid;
    grid-template-columns: 56% 1fr;
    gap: 6px;
    grid-template-columns: 1fr;
  }
  @media only screen and (min-width: 768px) {
    .j-mail-cv__body {
      grid-template-columns: 56% 1fr;
    }
  }
  @media only screen and (min-width: 1024px) {
    .j-mail-cv__body {
      gap: 40px;
    }
  }
  .j-mail-cv__contents {
    text-align: center;
    display: grid;
    place-content: center;
  }
  @media only screen and not (min-width: 768px) {
    .j-mail-cv__contents {
      padding: 0 16px;
    }
  }
  .j-mail-cv__logo {
    display: block;
    margin: 0 auto;
    height: 43px;
    margin-bottom: 10px;
  }
  .j-mail-cv__catchcopy {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 14px;
  }
  @media only screen and (min-width: 768px) {
    .j-mail-cv__catchcopy {
      font-size: 16px;
    }
  }
  .j-mail-cv__lead {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 500;
  }
  @media only screen and (min-width: 768px) {
    .j-mail-cv__lead {
      font-size: 14px;
    }
  }
  .j-mail-cv__buttons {
    margin-bottom: 12px;
    order: inherit;
  }
  @media only screen and not (min-width: 768px) {
    .j-mail-cv__buttons {
      order: inherit;
      flex-direction: column;
      align-items: center;
      margin: 0 auto 16px;
    }
  }
  .j-mail-cv__button {
    width: 100%;
    height: 38px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: flex;
    gap: 4px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    width: fit-content;
  }
  @media only screen and (min-width: 768px) {
    .j-mail-cv__button {
      width: 100%;
      font-size: 12px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .j-mail-cv__button {
      font-size: 14px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .j-mail-cv__button {
      font-size: 16px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .j-mail-cv__button {
      padding: 10px;
    }
  }
  .j-mail-cv__button:hover {
    opacity: 0.7;
  }
  .j-mail-cv__button--blue {
    border-color: #2fb7d8;
    color: #2fb7d8 !important;
  }
  .j-mail-cv__button--pink {
    border-color: #eb8c91;
    color: #eb8c91 !important;
  }
  .j-mail-cv__button--login {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
  }
  .j-mail-cv__button-icon {
    width: 16px;
  }
  .j-mail-cv__button-icon--man {
    height: 20px;
    height: 18px;
  }
  @media only screen and (min-width: 768px) {
    .j-mail-cv__button-icon--man {
      height: 20px;
    }
  }
  .j-mail-cv__notice-list {
    margin-bottom: 24px;
    text-align: left;
  }
  .j-mail-cv__notice {
    font-size: 8px;
  }
  .j-mail-cv__link-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .j-mail-cv__sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .j-mail-cv__sns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /************************
  * Archive
  *************************/
  .cat-name {
    background: transparent;
  }
  @media only screen and (min-width: 768px) {
    .cat-name {
      background: linear-gradient(112.34deg, #f6f6f6 0%, #fbf4f5 50%, #fef0f2 100%);
    }
  }
  .archives-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  @media only screen and (min-width: 768px) {
    .archives-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .archives-list .cat-name {
    opacity: 1;
  }
  .post-list {
    --image-ratio: 1 / 0.73;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    width: 100%;
    margin: 0;
  }
  .post-list--slide {
    display: flex;
    flex-direction: column;
  }
  .post-list__link {
    height: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    box-shadow: none;
    gap: 0px;
  }
  @media only screen and (min-width: 768px) {
    .post-list__link {
      gap: 8px;
    }
  }
  .post-list__link .eyecatch {
    width: 100%;
    margin: 0;
    height: 100%;
  }
  .post-list__link .eyecatch img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    aspect-ratio: var(--image-ratio);
    object-fit: cover;
  }
  .post-list__link--slide {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .post-list__link--small {
    grid-template-rows: auto;
    grid-template-columns: minmax(30.48%, 100px) minmax(0, 1fr);
    place-content: center;
    gap: 18px;
  }
  .post-list__link--small .eyecatch img {
    height: auto;
    aspect-ratio: 1/1;
  }
  .post-list__eyecatch-wrapper {
    position: relative;
  }
  @media only screen and (min-width: 768px) {
    .post-list__eyecatch-wrapper {
      height: min(100%, 202px);
      flex: 1;
    }
  }
  .post-list__eyecatch-wrapper .cat-name {
    position: relative;
    color: var(--category-color, var(--primary-color));
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 12px;
    font-size: 12px;
    min-height: 16px;
    border-radius: 0 0 8px 0;
    font-weight: bold;
    line-height: 1;
  }
  @media only screen and (min-width: 768px) {
    .post-list__eyecatch-wrapper .cat-name {
      z-index: 1;
      position: absolute;
      left: -1px;
      top: -1px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .post-list__eyecatch-wrapper .cat-name {
      min-height: 20px;
      padding: 8px 20px 8px 12px;
      font-size: 14px;
    }
  }
  .post-list__eyecatch-wrapper .cat-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  @media only screen and (min-width: 1280px) {
    .post-list__eyecatch-wrapper .cat-icon {
      width: 20px;
      height: 20px;
    }
  }
  .post-list__eyecatch-inner {
    position: relative;
  }
  @media only screen and (min-width: 768px) {
    .post-list__eyecatch-inner {
      height: 100%;
    }
  }
  .post-list__category--bg-white .cat-name {
    background: #FFF;
  }
  .post-list__contents--small {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }
  .post-list__category--small .cat-name {
    position: relative;
    color: var(--category-color, var(--primary-color));
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    border-radius: 0;
    position: relative;
    min-height: 16px;
    background: #FFF;
  }
  @media only screen and (min-width: 1280px) {
    .post-list__category--small .cat-name {
      font-size: 14px;
      min-height: 20px;
    }
  }
  .post-list__category--small .cat-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  @media only screen and (min-width: 1280px) {
    .post-list__category--small .cat-icon {
      width: 20px;
      height: 20px;
    }
  }
  .post-list .eyecatch {
    margin-bottom: 0 !important;
  }
  .post-list__date {
    font-family: "Lexend Peta", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #FFF;
    line-height: 1;
    font-weight: bold;
    padding: 8px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    font-size: 12px;
  }
  @media only screen and (min-width: 1280px) {
    .post-list__date {
      font-size: 14px;
    }
  }
  .post-list .entry-title {
    margin: 0;
    font-size: 14px;
    letter-spacing: 8%;
    padding-inline: 8px;
    font-weight: bold;
    line-height: 1.5;
  }
  @media only screen and (min-width: 1280px) {
    .post-list .entry-title {
      font-size: 16px;
    }
  }
  .post-list .entry-title--small {
    padding: 0px;
    letter-spacing: 4%;
  }
  @media only screen and (min-width: 768px) {
    .post-list .entry-title--small {
      font-size: 10px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .post-list .entry-title--small {
      font-size: 13px;
    }
  }
  .archives-list.card-list {
    margin-block: 0;
  }
  .archives-list.card-list .post-list {
    --image-ratio: 1 / 0.73;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  @media only screen and (min-width: 768px) {
    .archives-list.card-list .post-list {
      grid-row: span 2;
    }
  }
  .archives-list.card-list .post-list:first-of-type {
    grid-column: 1/3;
    grid-row: span 4;
  }
  .archives-list.card-list .post-list:first-of-type .post-list__link {
    grid-row: span 4;
  }
  .archives-list.card-list .post-list:first-of-type img {
    --image-ratio: 1 / 0.835;
    height: 100% !important;
  }
  .archives-list.card-list .post-list:first-of-type .post-list__eyecatch-wrapper {
    grid-row: 1/4;
    height: 100%;
  }
  .archives-list.card-list .post-list:first-of-type .entry-title {
    grid-row: 4;
  }
  .archives-list.card-list .post-list__link {
    height: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding: 0;
  }
  @media only screen and (min-width: 768px) {
    .archives-list.card-list .post-list__link {
      grid-row: span 3;
    }
  }
  .archives-list.card-list .post-list__link .eyecatch {
    width: 100%;
    margin: 0;
    height: 100%;
  }
  .archives-list.card-list .post-list__link .eyecatch img {
    width: 100%;
    border-radius: 4px;
    height: 100%;
    aspect-ratio: var(--image-ratio);
  }
  @media only screen and (min-width: 768px) {
    .archives-list.card-list .post-list__link .eyecatch img {
      height: min(100%, 202px);
    }
  }
  .archive-title {
    border: none;
    color: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    align-items: center;
    font-size: 32px;
    margin-bottom: 0;
    font-weight: bold;
    border-bottom: 1px solid var(--primary-color);
    padding: 0px 12px 20px;
    word-break: break-word;
  }
  @media only screen and (min-width: 768px) {
    .archive-title {
      font-size: 40px;
    }
  }
  .archive-title__cat-name {
    display: flex;
    align-items: center;
    opacity: 1;
    margin-bottom: 0;
    font-size: 26px;
    color: var(--category-color);
    padding: 0;
    line-height: 1;
    background: transparent;
    gap: 12px;
  }
  @media only screen and (min-width: 768px) {
    .archive-title__cat-name {
      gap: 16px;
      font-size: 40px;
    }
  }
  .archive-title__cat-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  @media only screen and (min-width: 768px) {
    .archive-title__cat-icon {
      width: 40px;
      height: 40px;
    }
  }
  .archive-title.ttl-category:before {
    content: none;
  }
  .archive-title__lead[class] {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 0;
    opacity: 1;
    margin-left: 8px;
  }
  @media only screen and (min-width: 768px) {
    .archive-title__lead[class] {
      font-size: 30px;
    }
  }
  @media only screen and (min-width: 768px) {
    .pickup_content__link:hover,
    .archives-list:not(.big-list):not(.text-list) .post-list a:hover {
      transform: none;
    }
  }
  .pickup_content__link:hover .entry-title[class],
  .archives-list:not(.big-list):not(.text-list) .post-list a:hover .entry-title[class] {
    transition: color ease 0.3s;
    color: var(--main-link-color-hover) !important;
  }
  @media only screen and (min-width: 768px) {
    .archives-list:not(.big-list):not(.text-list) .post-list__link:hover {
      box-shadow: none;
    }
  }
  .entry-header {
    margin-bottom: 40px;
    padding-inline: 12px;
    gap: 24px;
  }
  @media only screen and (min-width: 768px) {
    .entry-header {
      padding-inline: 0px;
      gap: 40px;
    }
  }
  .single-head {
    display: flex;
    width: 100%;
    gap: 8px 16px;
    border-bottom: 1px solid var(--category-color, var(--primary-color));
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 12px;
  }
  @media only screen and (min-width: 768px) {
    .single-head {
      border-radius: 4px 4px 0px 4px;
      display: grid;
      grid-template-columns: minmax(150px, max-content) minmax(0, 1fr);
      padding-bottom: 0px;
      border: none;
      gap: 0px;
      justify-content: center;
    }
  }
  .single-head__label {
    background: var(--category-color, var(--primary-color));
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    gap: 12px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 8px 12px;
    letter-spacing: 0;
    border-radius: 4px;
  }
  @media only screen and (min-width: 768px) {
    .single-head__label {
      border-radius: 4px 4px 0px 4px;
      width: 150px;
      padding: 15px 35px;
      aspect-ratio: 1/1;
      flex-direction: column;
      justify-content: center;
    }
  }
  .single-head__label-en {
    color: var(--primary-color);
    font-family: "Playwrite US Trad", "Noto Sans Jp", cursive, var(--stk-base-font-family);
    line-height: 1;
    font-size: 14px;
  }
  @media only screen and (min-width: 768px) {
    .single-head__label-en {
      font-size: 17px;
    }
  }
  .single-head__label-jp {
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
    text-align: center;
  }
  @media only screen and (min-width: 768px) {
    .single-head__label-jp {
      font-size: 20px;
    }
  }
  .single-head__category-icon {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
  }
  @media only screen and (min-width: 768px) {
    .single-head__category-icon {
      width: 72px;
      height: 72px;
    }
  }
  .single-head__detail {
    flex: 1;
    display: contents;
    height: 100%;
  }
  @media only screen and (min-width: 768px) {
    .single-head__detail {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 24px;
      border-bottom: 1px solid var(--category-color, var(--primary-color));
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .single-head__detail {
      padding-bottom: 8px;
    }
  }
  .single-head__date {
    font-family: "Lexend Peta", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    color: #9F9F9F;
    font-weight: 400;
  }
  @media only screen and (min-width: 768px) {
    .single-head__date {
      font-size: 16px;
    }
  }
  .single-head .entry-title {
    line-height: 1.6;
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  @media only screen and (min-width: 768px) {
    .single-head .entry-title {
      letter-spacing: 0.08em;
      font-size: 30px;
    }
  }
  .single-head .entry-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 16px !important;
  }
  .single-head .cat-name {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    color: var(--primary-color);
    font-size: 16px;
    background: transparent;
    line-height: 0.875;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
  @media only screen and (min-width: 768px) {
    .single-head .cat-name {
      font-size: 16px;
      line-height: 0.875;
    }
  }
  @media only screen and not (min-width: 768px) {
    .single-head .cat-name {
      padding: 0;
    }
  }
  .single-head .time__date {
    color: #9f9f9f;
    font-size: 16px;
    font-family: "Lexend Peta", sans-serif;
    line-height: 0.875;
    font-size: 14px;
    line-height: 1;
  }
  @media only screen and (min-width: 768px) {
    .single-head .time__date {
      font-size: 16px;
      line-height: 0.875;
    }
  }
  .single-head .time__date:before {
    content: none !important;
  }
  .stk_post_main_thum img {
    width: 100%;
  }
  .entry-content {
    max-width: 960px;
    margin: 0 auto;
    padding-inline: 0px;
  }
  @media only screen and (max-width: 768px) {
    .entry-content {
      padding-inline: var(--layout-padding-inline);
    }
  }
  .entry-content h2:not([class*=is-style-style]),
  .homeadd_wrap h2:not([class*=is-style-style]) {
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    font-size: 28px;
    letter-spacing: 0.08em;
    padding: 16px 0;
    background-color: transparent !important;
    font-weight: 500;
    margin: 40px 0 24px;
    box-shadow: none;
    border-radius: 0px;
    line-height: 1.6;
    font-size: 20px;
    letter-spacing: 0.04em;
    padding: 14px 0;
  }
  @media only screen and (min-width: 768px) {
    .entry-content h2:not([class*=is-style-style]),
    .homeadd_wrap h2:not([class*=is-style-style]) {
      font-size: 28px;
      letter-spacing: 0.08em;
      padding: 16px 0;
    }
  }
  @media only screen and not (min-width: 768px) {
    .entry-content h2:not([class*=is-style-style]),
    .homeadd_wrap h2:not([class*=is-style-style]) {
      margin-bottom: 16px;
      margin-inline: 0 !important;
    }
  }
  .entry-content h3:not([class*=is-style-style]) {
    border-bottom: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 16px;
    padding: 0;
    font-size: 16px;
  }
  @media only screen and (min-width: 768px) {
    .entry-content h3:not([class*=is-style-style]) {
      font-size: 20px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .entry-content h3:not([class*=is-style-style]) {
      letter-spacing: 0.04em;
      margin-top: 32px;
    }
  }
  .article-footer .post-categories {
    display: none !important;
  }
  #single_foot {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    gap: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #single_foot.page {
    padding-bottom: 0;
  }
  #single_foot.page .single_foot_share {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) {
    .sns-share {
      grid-column: 1/3;
    }
  }
  @media only screen and (min-width: 1024px) {
    .sns-share {
      grid-column: auto;
    }
  }
  .sns-share .sns_btn__li {
    width: 30px;
    height: 30px;
  }
  .sns-share .sns_btn__link {
    padding: 0px;
    height: 100%;
  }
  #np-post {
    width: 100%;
    margin: 0 auto;
    padding-inline: var(--layout-padding-inline);
  }
  #np-post .np-post__body {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 16px 0;
    justify-content: center;
    width: 100%;
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 12px;
    align-items: flex-start;
  }
  @media only screen and (min-width: 768px) {
    #np-post .np-post__body {
      align-items: center;
      gap: 24px 60px;
      flex-wrap: wrap;
    }
  }
  @media only screen and not (min-width: 768px) {
    #np-post .np-post__body {
      max-width: 100%;
      margin: 0 auto;
    }
  }
  @media only screen and (min-width: 768px) {
    #np-post .np-post__body {
      padding: 0;
    }
  }
  #np-post .np-post-list {
    width: 100%;
    max-width: 450px;
  }
  #np-post .np-post-list.prev {
    grid-column: 1/2;
  }
  #np-post .np-post-list.prev a {
    padding-inline: 8px 0;
  }
  #np-post .np-post-list.prev a:before {
    content: "" !important;
    background-image: url("../images/post-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 8px;
    flex-shrink: 0;
    align-self: center;
    transform: rotate(180deg);
    content: none !important;
  }
  @media only screen and (min-width: 768px) {
    #np-post .np-post-list.prev a:before {
      content: "" !important;
    }
  }
  #np-post .np-post-list.next {
    grid-column: 2/3;
  }
  #np-post .np-post-list.next a {
    padding-inline: 0px 8px;
  }
  #np-post .np-post-list.next a:after {
    content: none !important;
    background-image: url("../images/post-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 8px;
    flex-shrink: 0;
    align-self: center;
  }
  @media only screen and (min-width: 768px) {
    #np-post .np-post-list.next a:after {
      content: "" !important;
    }
  }
  #np-post .np-post-list a {
    height: 100%;
    align-items: center;
    padding-block: 12px;
  }
  @media only screen and (min-width: 768px) {
    #np-post .np-post-list a {
      padding-block: 16px;
    }
  }
  #np-post .np-post-list a .np-post-list__detail {
    display: flex;
    gap: 12px;
    align-items: center;
    height: 100%;
    gap: 8px;
  }
  @media only screen and (min-width: 768px) {
    #np-post .np-post-list a .np-post-list__detail {
      gap: 12px;
    }
  }
  @media only screen and not (min-width: 768px) {
    #np-post .np-post-list a .np-post-list__detail {
      flex-direction: column;
      padding: 0;
    }
  }
  #np-post .np-post-list a .eyecatch {
    flex-shrink: 0;
    margin: 0;
  }
  @media only screen and not (min-width: 768px) {
    #np-post .np-post-list a .eyecatch {
      order: 1;
      width: 100%;
    }
  }
  #np-post .np-post-list a .eyecatch img {
    aspect-ratio: 1/0.527;
    object-fit: cover;
    border-radius: 4px;
    min-width: inherit;
  }
  @media only screen and (min-width: 768px) {
    #np-post .np-post-list a .eyecatch img {
      min-width: 180px;
    }
  }
  @media only screen and (min-width: 1280px) {
    #np-post .np-post-list a .eyecatch img {
      min-width: 220px;
    }
  }
  @media only screen and not (min-width: 768px) {
    #np-post .np-post-list a .eyecatch img {
      width: 100%;
    }
  }
  #np-post .np-post-list a .ttl {
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-size: 13px;
  }
  @media only screen and (min-width: 768px) {
    #np-post .np-post-list a .ttl {
      font-size: 14px;
    }
  }
  @media only screen and not (min-width: 768px) {
    #np-post .np-post-list a .ttl {
      order: 2;
    }
  }
  .single_foot_recommend {
    padding: 32px 32px 40px;
    background: #FFF;
    width: 100%;
  }
  .wpulike {
    padding: 0;
  }
  @media only screen and not (min-width: 768px) {
    .wpulike {
      margin-bottom: 8px;
    }
  }
  .single_foot_share {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }
  .single_foot_share_text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  .single_foot_share_text::before, .single_foot_share_text::after {
    width: 1px;
    height: 28px;
    content: "";
    background-color: #000;
  }
  .single_foot_share_text::before {
    margin-right: 0.5em;
    transform: rotate(-45deg);
  }
  .single_foot_share_text::after {
    margin-left: 0.5em;
    transform: rotate(45deg);
  }
  @media only screen and not (min-width: 768px) {
    .single_foot_share_text {
      font-size: 14px;
    }
    .single_foot_share_text:before, .single_foot_share_text:after {
      height: 20px;
    }
  }
  .single_foot_share .sharewrap {
    width: 100%;
  }
  /************************
  * related-h
  *************************/
  #related-box {
    max-width: 1200px !important;
    width: 100%;
    padding-inline: 12px;
    margin: 0 auto;
  }
  #related-box .section__container {
    padding-inline: 0;
  }
  .recommend-header {
    border: none;
  }
  @media only screen and (min-width: 768px) {
    .recommend-header {
      border-bottom: 1px solid var(--primary-color);
    }
  }
  .recommend-header__title {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    padding: 0 0 12px;
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
  }
  @media only screen and (min-width: 768px) {
    .recommend-header__title {
      width: auto;
      flex-direction: row;
      padding-bottom: 0;
      border: none;
    }
  }
  @media only screen and (max-width: 768px) {
    .recommend-header__cat-name {
      gap: 8px;
    }
  }
  .recommend-slider .splide__track {
    overflow: hidden;
  }
  #related-box .post-slider__list,
  #author-newpost .post-slider__list {
    flex-wrap: nowrap;
  }
  .h_ttl {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: bold;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 48px;
    gap: 4px;
    font-size: 24px;
  }
  @media only screen and (min-width: 768px) {
    .h_ttl {
      gap: 16px;
      font-size: 32px;
    }
  }
  @media only screen and not (min-width: 768px) {
    .h_ttl {
      flex-direction: column;
      line-height: 1;
    }
  }
  .h_ttl .en {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    font-family: "Playwrite US Trad", "Noto Sans Jp", cursive, var(--stk-base-font-family);
    font-size: 12px;
  }
  @media only screen and (min-width: 768px) {
    .h_ttl .en {
      font-size: 20px;
    }
  }
}
@layer pages {
  @media only screen and not (min-width: 768px) {
    body.page-template #content,
    body.page-template-default #content,
    body.archive #content,
    body.search #content,
    body.single #content {
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .home #content {
      padding-top: 2px;
    }
  }
  .home .archives-list .post-list:last-of-type {
    display: none;
  }
  @media only screen and (min-width: 768px) {
    .home .archives-list .post-list:last-of-type {
      display: grid;
    }
  }
  #main {
    max-width: none !important;
  }
  .archive #main,
  .category #main,
  .single #main,
  .page-id-13259 #main,
  .search #main {
    gap: 0px;
  }
  .archive #main .archives-list,
  .category #main .archives-list,
  .single #main .archives-list,
  .page-id-13259 #main .archives-list,
  .search #main .archives-list {
    padding: 20px 12px 0;
  }
  @media only screen and (min-width: 768px) {
    .archive #main .archives-list,
    .category #main .archives-list,
    .single #main .archives-list,
    .page-id-13259 #main .archives-list,
    .search #main .archives-list {
      padding-top: 40px;
    }
  }
  .archive:not(.category) #main {
    padding-inline: 0px;
  }
  .archive:not(.category) #inner-content {
    padding-top: 0;
  }
  .category__column-information {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  @media only screen and (min-width: 768px) {
    .category__column-information {
      gap: 40px;
    }
  }
  .category__column-information .column-submenu-wrapper {
    padding-inline: var(--layout-padding-inline);
  }
  .sidebar_none #main {
    max-width: 1200px;
  }
  /************************
  * Page
  *************************/
  @media only screen and (min-width: 768px) {
    body.page-template .sidebar,
    body.page-template-default .sidebar,
    body.archive .sidebar,
    body.single .sidebar,
    body.search .sidebar,
    body.paged .sidebar {
      --breadcrumb-height: calc(56px + 24px);
      top: calc(var(--sidebar-sticky-top, 120px) - var(--breadcrumb-height, 80px));
      padding-top: var(--breadcrumb-height, 80px);
    }
  }
  .top-guide__banner {
    margin: 0 auto;
  }
  .top-campaigns_link {
    margin: 0 auto;
    display: block;
  }
  .top-campaigns_image {
    display: block;
    margin: 0 var(--layout-padding-inline) !important;
    max-width: 960px;
    object-fit: cover;
  }
  @media only screen and (min-width: 768px) {
    .top-campaigns_image {
      margin-inline: auto !important;
    }
  }
  .top-user-voice__link {
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
  }
  .top-user-voice__slider-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  @media only screen and (min-width: 768px) {
    .top-user-voice__slider-wrapper {
      grid-template-columns: minmax(0, 1fr) minmax(9.17%, 60px);
    }
  }
  @media only screen and (min-width: 1280px) {
    .top-user-voice__slider-wrapper {
      grid-template-columns: minmax(0, 1fr) minmax(9.17%, 80px);
    }
  }
  .top-user-voice__title {
    margin: -46px 14px 0;
    background: #fff;
    z-index: 1;
    position: relative;
    line-height: 2;
    letter-spacing: 0.08em;
    box-shadow: 4px 4px 4px rgba(212, 212, 212, 0.25);
    font-weight: bold;
    padding: 16px;
    font-size: 14px;
  }
  @media only screen and (min-width: 1024px) {
    .top-user-voice__title {
      padding: 24px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .top-user-voice__title {
      font-size: 16px;
      padding: 40px;
    }
  }
  .top-user-voice__title:before {
    width: 24px;
    height: 16px;
    top: -15px;
    left: 32px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    content: "";
    position: absolute;
  }
  .top-instagram_link {
    margin: 0 auto;
    display: block;
  }
  .top-instagram_image {
    display: block;
    margin: 0 auto;
    max-width: 960px;
    object-fit: cover;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  }
  /************************
  * single
  *************************/
  @media only screen and not (min-width: 768px) {
    #inner-content .entry-header .eyecatch {
      max-width: 100%;
      margin: 0 auto;
    }
  }
  .single.entry-content > p:first-child,
  body.page:not(.home) #content:not(.lp-wrap) .entry-content > p:first-child {
    margin-top: 0;
  }
  .single .entry-content > *:last-child {
    margin-bottom: 0;
  }
  body.post-type-archive-news .post-list__link,
  body.post-type-archive-user-voice .post-list__link {
    position: relative;
  }
  body.post-type-archive-news .eyecatch[class],
  body.post-type-archive-user-voice .eyecatch[class] {
    margin-bottom: 0 !important;
  }
  body.post-type-archive-news .archives-list-entry-content,
  body.post-type-archive-user-voice .archives-list-entry-content {
    background: #fff;
    margin: -8px 16px 0;
    padding: 16px;
    z-index: 1;
    position: relative;
  }
  @media only screen and not (min-width: 768px) {
    body.post-type-archive-news .archives-list-entry-content,
    body.post-type-archive-user-voice .archives-list-entry-content {
      margin-top: -32px;
    }
  }
  body.post-type-archive-user-voice .archives-list-entry-content {
    position: relative;
  }
  body.post-type-archive-user-voice .archives-list-entry-content:before {
    width: 24px;
    height: 16px;
    top: -15px;
    left: 16px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    content: "";
    position: absolute;
  }
  .sidebar .widget_search, .sidebar .widget_sidebar_column_submenu, .sidebar .widget_column_tabs {
    display: none;
  }
  @media only screen and (min-width: 768px) {
    .sidebar .widget_search, .sidebar .widget_sidebar_column_submenu, .sidebar .widget_column_tabs {
      display: block;
    }
  }
  .sidebar_none .archives-list:not(.card-list)[class] {
    max-width: 1200px;
    margin: 0 auto;
  }
  /************************
  * feature
  *************************/
  .feature-introduction__information p:last-of-type {
    margin-bottom: 0;
  }
  /************************
  * 404 + no results
  *************************/
  .error404 .article-header,
  .search-no-results .article-header,
  #post-not-found .article-header {
    padding-inline: var(--layout-padding-inline);
  }
}
@layer utilities {
  .dotted-circle-number {
    border-radius: 9999px;
    border: 1px dashed currentColor;
    color: #fc5d7b;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0em 0.45em;
    margin-right: 0.5em;
  }
  .sp-none {
    display: none;
  }
  @media only screen and (min-width: 768px) {
    .sp-none {
      display: block;
    }
  }
}
/************************
* Overrides
* インラインで読み込まれるCSSを上書きするため、カスケードレイヤー外に宣言
*************************/
#ez-toc-container {
  border: 2px dashed #9f9f9f;
  background: transparent;
  padding: 48px 24px 52px;
  margin-bottom: 40px;
  border-radius: 0;
}
#ez-toc-container ul li {
  font-size: inherit !important;
}
#ez-toc-container .ez-toc-title[class] {
  font-size: 18px !important;
  line-height: 2;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  color: #000;
  margin-bottom: 10px !important;
  display: block;
  width: fit-content;
}
#ez-toc-container .ez-toc-title-toggle,
#ez-toc-container .ez-toc-icon-toggle-span {
  display: none;
}
#ez-toc-container a {
  line-height: 2;
  color: #000;
}