@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
:root {
  --torem: 0.0625rem;
}

/* ======================================
  1.0 - Foundation
===================================== */
/* --------------------------------------
   1.1 Reset & Base
-------------------------------------- */
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ----- [ 1.11 ] global ----- */
html {
  font-size: medium;
}

@media (min-width: 1440px) {
  html {
    font-size: 1.11vw;
  }
}
*,
::before,
::after,
::backdrop {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after,
  ::backdrop {
    transition: none !important;
    animation: none !important;
  }
}
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ----- [ 1.12 ] Document ----- */
body {
  font-family: var(--base-font-family);
  line-break: strict;
  overflow-wrap: anywhere;
  line-height: var(--base-line-height, 1.5);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.06em;
}

/* ----- [ 1.13 ] media ----- */
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----- [ 1.14 ] social icon ----- */
.wp-social-link-instagram {
  background-color: transparent;
  color: var(--color-key);
}

/* ======================================
  2.0 - SWELL Overrides
===================================== */
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ----- SWELL CSS Variables ----- */
@media (min-width: 600px) {
  :root {
    --swl-fz--content: 1rem;
  }
}
body,
.editor-styles-wrapper {
  --logo_size_pc: calc(50 * var(--torem));
  --logo_size_pcfix: calc(40 * var(--torem));
  --logo_size_sp: 2rem;
  --container_size: calc(1200 * var(--torem));
  --article_size: calc(1200 * var(--torem));
}

.l-content {
  padding-block: 0 !important;
}

.swell-block-fullWide:not(:has([style])) + .swell-block-fullWide:not(:has([style])) {
  padding-top: 0 !important;
}

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.p-breadcrumb .icon-home::before {
  display: none;
}
.p-breadcrumb .p-breadcrumb__list {
  font-size: 0.75rem;
}

@media (min-width: 600px) {
  .p-breadcrumb .p-breadcrumb__list {
    font-size: 0.875rem;
  }
}
.c-filterLayer::before, .c-filterLayer::after {
  display: none;
}

.c-pageTitle {
  text-shadow: none;
}

.p-postList__title {
  font-weight: 400 !important;
}

.c-postTimes__posted::before {
  content: none;
}

.single {
  overflow-wrap: initial;
}

.swell-block-button__link {
  box-shadow: none !important;
}

:where(#body_wrap:not(.single)) .post_content :is(h2, h3, h4):where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  padding: 0;
  background-color: transparent;
  background-image: initial;
  color: inherit;
  border: initial;
}
:where(#body_wrap:not(.single)) .post_content :is(h2, h3, h4):where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  content: none;
  position: static;
  inset: initial;
  display: initial;
  border: none;
  width: initial;
  height: initial;
  background-color: transparent;
}
:where(#body_wrap:not(.single)) .post_content h2.wp-block-heading::first-letter {
  border: none;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
:where(#body_wrap:not(.single)) .post_content h2.is-style-section_ttl {
  padding: 0;
}
:where(#body_wrap:not(.single)) .post_content h2.is-style-section_ttl::before, :where(#body_wrap:not(.single)) .post_content h2.is-style-section_ttl::after {
  content: none;
  position: static;
  display: initial;
  inset: initial;
  width: initial;
  height: initial;
  background-color: transparent;
}
:where(#body_wrap:not(.single)) .post_content small {
  opacity: 1;
}

.c-shareBtns {
  display: none;
}/*# sourceMappingURL=style.css.map */