@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*
html {
    background-image: linear-gradient(0deg, transparent 26px, #C7C7C7 27px), linear-gradient(90deg, transparent 26px, #C7C7C7 27px);
    background-size: 27px 27px;
    background-color: #fff;
}

body {
    background: none;
}

article#entry {
    border: 1px solid #212121;
}

.widget_block {
    border: 1px solid #212121;
}
*/

.home .text-transparent {
    color: transparent;
	font-size:2vw;
	font-weight:700;
	letter-spacing:0.05em;
	font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 3.2rem);
	    line-height: 1.3;
}

.home .bg-clip-text {
    -webkit-background-clip: text; /* WebKitブラウザ用 */
    background-clip: text; /* テキストの形で背景をクリップする */
}
.home .bg-gradient-text {
   color:#fff;
}




@media (max-width: 768px) {
 .home .wp-block-sgb-headings .sgb-heading .fv {
    text-align: center;
  }
}
