@-webkit-keyframes FadeIn {
  to {
    opacity: 1
  }
}

@keyframes FadeIn {
  to {
    opacity: 1
  }
}

@-webkit-keyframes flash {
  0%, 45%, 55%, 75%, 85%, 95% {
    fill: rgba(0, 0, 0, 0)
  }
  50%, 80%, 100% {
    fill: var(--logo-color-on);
    stroke: rgba(0, 0, 0, 0)
  }
}

@keyframes flash {
  0%, 45%, 55%, 75%, 85%, 95% {
    fill: rgba(0, 0, 0, 0)
  }
  50%, 80%, 100% {
    fill: var(--logo-color-on);
    stroke: rgba(0, 0, 0, 0)
  }
}

@-webkit-keyframes flash-on {
  0%, 45% {
    fill: rgba(0, 0, 0, 0)
  }
  50%, 100% {
    fill: var(--logo-color-on);
    stroke: rgba(0, 0, 0, 0)
  }
}

@keyframes flash-on {
  0%, 45% {
    fill: rgba(0, 0, 0, 0)
  }
  50%, 100% {
    fill: var(--logo-color-on);
    stroke: rgba(0, 0, 0, 0)
  }
}

@-webkit-keyframes glow {
  0%, 15%, 100% {
    filter: drop-shadow(0px 0px 0px var(--logo-color-off))
  }
  20% {
    filter: drop-shadow(0px 0px 20px var(--logo-color-on));
    stroke: rgba(0, 0, 0, 0)
  }
}

@keyframes glow {
  0%, 15%, 100% {
    filter: drop-shadow(0px 0px 0px var(--logo-color-off))
  }
  20% {
    filter: drop-shadow(0px 0px 20px var(--logo-color-on));
    stroke: rgba(0, 0, 0, 0)
  }
}

@-webkit-keyframes clipmove {
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@keyframes clipmove {
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0
  }
  50% {
    left: 0;
    width: 100%
  }
  51% {
    left: 0;
    width: 100%
  }
  100% {
    left: 100%;
    width: 0
  }
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0
  }
  50% {
    left: 0;
    width: 100%
  }
  51% {
    left: 0;
    width: 100%
  }
  100% {
    left: 100%;
    width: 0
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes scroll-anime {
  0% {
    background-position: 0 30%
  }
  100% {
    background-position: -8000px 30%
  }
}

@keyframes scroll-anime {
  0% {
    background-position: 0 30%
  }
  100% {
    background-position: -8000px 30%
  }
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0
  }
  30% {
    height: 30px;
    opacity: 1
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0
  }
  30% {
    height: 30px;
    opacity: 1
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0
  }
}

:root {
  --tilt_deg: 16deg;
  --tilt_height: calc(tan(var(--tilt_deg)) * 100vw + 4em);
  --swiper-nav-size: 30px
}

@media(min-width: 2000px) {
  :root {
    --tilt_deg: 15deg
  }
}

[data-loaded=flase] body {
  opacity: 0;
  background-color: var(--color_link);
  transition: opacity .3s linear .3s
}

[data-loaded=true] body {
  opacity: 1
}

#body_wrap {
  background-color: var(--color_link)
}

.is-style-kakko_box::after, .is-style-kakko_box::before {
  border-color: var(--color_sec);
  mix-blend-mode: difference
}

.is-style-kakko_box.--double>.wp-block-group__inner-container::before, .is-style-kakko_box.--double>.wp-block-group__inner-container::after {
  border-color: var(--color_sec);
  mix-blend-mode: difference;
  content: "";
  display: inline-block;
  height: 2em;
  position: absolute;
  width: 2.25em
}

.is-style-kakko_box.--double>.wp-block-group__inner-container::before {
  border-right: 1px solid;
  border-top: 1px solid;
  right: 0;
  top: 0
}

.is-style-kakko_box.--double>.wp-block-group__inner-container::after {
  border-bottom: 1px solid;
  border-left: 1px solid;
  bottom: 0;
  left: 0
}

.-type-card .p-postList__item {
  padding: 0 1em 1em
}

.post_content>.swell-block-fullWide {
  margin-bottom: 0
}

.top #content {
  padding-top: 0;
  margin-top: var(--dev-content-top, 100vh)
}

.l-content {
  margin: 0 auto
}

.post_content>:first-child, .post_content>:first-child {
  margin-top: 0 !important
}

.post_content>:last-child, .post_content dd>:last-child {
  margin-bottom: 0 !important
}

.swell-block-fullWide+.swell-block-fullWide {
  margin-top: 0
}

.l-header {
  background-color: var(--color_link);
  mix-blend-mode: difference
}

@media(min-width: 960px) {
  .l-header {
    visibility: hidden
  }
}

@media(min-width: 960px) {
  .l-fixHeader {
    opacity: 1;
    visibility: visible;
    transform: none;
    mix-blend-mode: difference
  }
  .l-fixHeader:before {
    background: rgba(0, 0, 0, 0)
  }
}

#body_wrap::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s;
  pointer-events: none
}

#body_wrap.navi-hover::after {
  opacity: .9
}

.l-section {
  padding-top: 1em !important;
  padding-bottom: calc(var(--tilt_height)*.4) !important
}

.l-section.--odd {
  background: var(--color_bg) !important;
  --color_sec: var(--color_main)
}

.l-section.--even {
  background: rgba(0, 0, 0, 0) !important;
  color: var(--color_bg);
  --color_sec: var(--color_bg)
}

.l-section.--logo {
  background-color: rgba(0, 0, 0, 0) !important;
  background: url(/wp-content/themes/swell_manuon/dev/img/logo-manuon-bg.svg) repeat-x;
  background-size: 6000px;
  background-position-y: top;
  -webkit-animation: scroll-anime 80s linear infinite;
  animation: scroll-anime 80s linear infinite;
  min-height: 430px;
  position: relative;
  top: -100px;
  padding: 0 !important;
  margin-bottom: -100px
}

@media(max-width: 600px) {
  .l-section.--logo {
    background-size: 2000px;
    min-height: 230px;
    top: -60px;
    margin-bottom: -120px;
    filter: invert(1)
  }
}

.l-section h2 {
  font-size: clamp(1.4em, 3vw, 2em)
}

.l-section h3 {
  font-size: clamp(1.2em, 2vw, 1.8em)
}

.l-section .is-style-section_ttl {
  color: var(--color_sec) !important;
  margin: 0 !important
}

.l-section .desc {
  font-size: clamp(1.1em, 2vw, 1.3em);
  font-weight: 600;
  margin-bottom: 5em
}

@media(max-width: 600px) {
  .l-section .desc {
    text-align: left
  }
}

.l-section .p-postListWrap .is-style-more_btn {
  margin-top: 6em
}

.l-section .p-postListWrap .is-style-more_btn a:hover {
  border: solid 1px #fff
}

.l-section.--tilt {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0 !important
}

.l-section.--tilt svg.h-txt {
  mix-blend-mode: difference;
  fill: var(--color_bg);
  height: clamp(50px, 12vw, 180px);
  margin-bottom: 0 !important
}

.l-section.--tilt h2.is-style-section_ttl {
  mix-blend-mode: difference;
  font-weight: 600;
  color: var(--color_bg) !important;
  margin-bottom: 0 !important;
  letter-spacing: .2em;
  padding-top: .8em
}

.l-section.--tilt h2.is-style-section_ttl::before {
  background: var(--color_bg);
  -webkit-mask: url(/wp-content/themes/swell_manuon/dev/img/h3-bg.svg) repeat center center/contain;
  mask: url(/wp-content/themes/swell_manuon/dev/img/h3-bg.svg) repeat center center/contain;
  -webkit-mask-size: 15px;
  mask-size: 15px;
  content: "";
  height: 15px;
  width: 100%;
  display: block;
  top: -4px
}

.l-section.--tilt .swell-block-fullWide__inner {
  height: var(--tilt_height);
  display: flex;
  justify-content: center;
  background: linear-gradient(var(--deg), var(--c1) 50%, var(--c1) 50%, var(--c2) 0%, var(--c2) 100%);
  padding: 0 var(--swl-pad_container, 0);
  flex-direction: column;
  align-items: center
}

.l-section.--tilt.--bl {
  --deg: calc(var(--tilt_deg) * -1);
  --c1: var(--color_bg);
  --c2: transparent
}

.l-section.--tilt.--br {
  --deg: calc(var(--tilt_deg) * 1);
  --c1: var(--color_bg);
  --c2: transparent
}

.l-section.--tilt.--tl {
  --deg: calc(var(--tilt_deg) * 1);
  --c1: transparent;
  --c2: var(--color_bg)
}

.l-section.--tilt.--tr {
  --deg: calc(var(--tilt_deg) * -1);
  --c1: transparent;
  --c2: var(--color_bg)
}

.l-section.--tilt.--bl .swell-block-fullWide__inner, .l-section.--tilt.--tr .swell-block-fullWide__inner {
  align-items: flex-end
}

.l-section.--tilt.--br .swell-block-fullWide__inner, .l-section.--tilt.--tl .swell-block-fullWide__inner {
  align-items: flex-start
}

.l-section.--tilt.--th {
  --deg: 0deg;
  --c1: transparent;
  --c2: transparent
}

.l-section.--tilt.--bh {
  --deg: 0deg;
  --c1: var(--color_bg);
  --c2: var(--color_bg)
}

.l-section.--tilt.--bh .h-txt, .l-section.--tilt.--th .h-txt {
  margin-top: calc(var(--tilt_height)/5) !important
}

.l-section.sec-wordpress .swell-block-step__item {
  padding: 0 0 5em 64px
}

@media(max-width: 600px) {
  .l-section.sec-wordpress .swell-block-step__item {
    padding: 0 0 5em 0
  }
  .l-section.sec-wordpress .swell-block-step__item>.swell-block-step__body {
    margin-left: 0 !important
  }
  .l-section.sec-wordpress .swell-block-step__item>.swell-block-step__body.swiper.-slide {
    padding: 0 .5em
  }
}

.l-section.sec-wordpress .swell-block-step__item:before {
  border-left: 1px solid;
  height: 0;
  transition: all 2s
}

.l-section.sec-wordpress .swell-block-step__item.-inview:before {
  height: 100%
}

.l-section.sec-wordpress .swell-block-step__number {
  border: solid 1px
}

@media(min-width: 960px) {
  .l-section.sec-wordpress .swell-block-step__number {
    top: -0.5em;
    left: -0.6em;
    width: 50px;
    height: 50px;
    padding: .5em;
    row-gap: .2em
  }
}

.l-section.sec-wordpress .swell-block-step__title {
  padding-left: 60px
}

@media(min-width: 960px) {
  .l-section.sec-wordpress .swell-block-step__title {
    padding-left: .5em;
    font-size: 1.8em !important
  }
  .l-section.sec-wordpress .swell-block-step__title+.swell-block-step__body {
    margin-top: 2em
  }
}

.l-section.sec-designgallery .acrodion-title {
  position: relative;
  margin-bottom: 0;
  top: 4.3em
}

@media(max-width: 600px) {
  .l-section.sec-designgallery .acrodion-title {
    top: 3em
  }
}

.l-section.sec-designgallery .is-style-border>.swell-block-accordion__item {
  border: 2px solid var(--color_text);
  padding: 1em
}

@media(max-width: 600px) {
  .l-section.sec-designgallery .is-style-border>.swell-block-accordion__item {
    padding: 0
  }
}

.l-section.sec-designgallery .swell-block-accordion.is-style-border .swell-block-accordion__body, .l-section.sec-designgallery .swell-block-accordion.is-style-simple .swell-block-accordion__body {
  border-top: none;
  margin: 0 .5em;
  padding: 2em .5em
}

@media(max-width: 600px) {
  .l-section.sec-designgallery .swell-block-accordion.is-style-border .swell-block-accordion__body, .l-section.sec-designgallery .swell-block-accordion.is-style-simple .swell-block-accordion__body {
    margin: 0 1em;
    padding: 1em 0em
  }
}

.l-section.sec-designgallery .swell-block-accordion__icon {
  font-size: 1.5em
}

.l-section.sec-designgallery .swell-block-accordion__body .-type-card.-pc-col3 .p-postList__item {
  padding: 0 1em 2em
}

@media(min-width: 960px) {
  .l-section.sec-designgallery .swell-block-accordion__body .-type-card.-pc-col3 .p-postList__item {
    width: 25%
  }
}

@media(min-width: 600px)and (max-width: 960px) {
  .l-section.sec-designgallery .swell-block-accordion__body .-type-card.-pc-col3 .p-postList__item {
    padding: 0 .5em 2em;
    width: 33.333333%
  }
}

@media(max-width: 600px) {
  .l-section.sec-designgallery .swell-block-accordion__body .-type-card.-pc-col3 .p-postList__item {
    padding: 0 .5em 1.5em
  }
}

.l-section.sec-category {
  --color-tab-bg: rgba(255, 255, 255, 0.5)
}

.l-section.sec-category .c-tabList__button {
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  letter-spacing: .2em
}

.l-section.sec-category .is-style-balloon {
  margin-bottom: 6em
}

.l-section.sec-category .is-style-balloon>.c-tabList .c-tabList__button:hover, .l-section.sec-category .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true] {
  background-color: var(--color-tab-bg);
  color: #fff;
  border: none
}

.l-section.sec-category .is-style-balloon>.c-tabList .c-tabList__button:before {
  border: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-top: 8px solid var(--color-tab-bg)
}

.l-section.sec-category .swell-block-tab .c-tabBody__item[aria-hidden=false] {
  -webkit-animation: tabFadeUp .5s ease 0s 1 normal both;
  animation: tabFadeUp .5s ease 0s 1 normal both
}

.l-section.sec-category .-type-card.-pc-col3 .p-postList__item, .l-section.sec-category .-type-thumb.-pc-col3 .p-postList__item {
  padding: 0 1em 1em
}

@media(min-width: 1020px) {
  .l-section.sec-category .-type-card.-pc-col3 .p-postList__item, .l-section.sec-category .-type-thumb.-pc-col3 .p-postList__item {
    width: 25%
  }
}

.l-section.sec-category .-type-card.-pc-col3:not(.swiper-wrapper) .p-postList__item {
  padding: 16px
}

.l-section.sec-site-policy .is-style-card.wp-block-media-text {
  box-shadow: none
}

.l-section.sec-users-voices .swiper-parent {
  padding: 0 2.1em
}