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

/* トップページサムネイルがChromeで汚く表示される現象の修正 */

.u-obf-cover {
	overflow-clip-margin: unset;
}

/*======================================================================================================
ヘッダー
======================================================================================================*/

/* サイト名の行間の修正 */
.l-header__logo {
    line-height: 1.2;
}

/* サイト名の幅の修正 */
.-series .c-headLogo {
    max-width: 100%;
}

/* サイト名の文字サイズ */
.-txt .c-headLogo__link {
    font-size: 4vw;
}

@media (min-width: 600px) {
  .-txt .c-headLogo__link {
      font-size: 24px;
  }
}
