@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
*/


.l-header__logo, .c-headLogo__link, .l-fixHeader__logo {
	padding: 5px 0 !important;
}

.h2bg-left {
  position: absolute;
  top: 1em;
  left: -20%;
  font-size: 5rem;
  writing-mode: sideways-lr;
  opacity: .1;
}
.h2bg-right {
  position: absolute;
  top: 1em;
  right: -20%;
  font-size: 5rem;
  writing-mode: sideways-rl;
  opacity: .1;
}
.h2bg-center {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 5rem;
  transform: translate(-50%, -50%);
  opacity: .1;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .h2bg-left {
    top: 0;
    left: 0;
    transform: translateY(-50%);
    writing-mode: unset;
  }
  .h2bg-right {
    top: 0;
    right: 0;
    transform: translateY(-50%);
    writing-mode: unset;
  }
}