/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 12:45:13 */
/*　ブロックエディターフォントサイズ
----------------------------------------------- */

/* .ystd .has-スラッグ-font-size {
  font-size: ;
} */

.ystd .has-very-small-font-size {
  font-size:clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem) !important;
}

.ystd .has-x-small-font-size {
  font-size:clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem) !important;
}

.ystd .has-small-font-size {
  font-size:clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem) !important;
}

.ystd .has-normal-font-size {
  font-size: clamp(0.969rem, 0.913rem + 0.12vw, 1rem)!important;
}

.ystd .has-medium-small-font-size {
  font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem) !important;
}

.ystd .has-medium-font-size {
  font-size:clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem) !important;
}

.ystd .has-medium-large-font-size {
  font-size: clamp(1.156rem, 1.077rem + 0.4vw, 1.375rem) !important;
}

.ystd .has-s-larger-font-size {
  font-size:clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem) !important;
}

.ystd .has-larger-font-size {
  font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem) !important;
}

.ystd .has-x-larger-font-size {
  font-size: clamp(1.25rem, 0.361rem + 1.85vw, 1.75rem) !important;
}
.ystd .has-xxxl-font-size{
	font-size:clamp(1.375rem, -0.181rem + 3.24vw, 2.25rem) !important;
}

.ystd .has-s-big-font-size {
  font-size: clamp(1.625rem, 1.489rem + 0.68vw, 2rem) !important;
}

.ystd .has-big-font-size {
  font-size: clamp(1.75rem, 1.568rem + 0.91vw, 2.25rem) !important;
}

.ystd .has-x-big-font-size {
  font-size: clamp(2rem, 1.818rem + 0.91vw, 2.5rem) !important;
}

.ystd .has-s-huge-font-size {
  font-size: clamp(1.75rem, -0.472rem + 4.63vw, 3rem) !important;
}

.ystd .has-huge-font-size {
  font-size: clamp(2.25rem, 0.028rem + 4.63vw, 3.5rem) !important;
}

.ystd .has-x-huge-font-size {
  font-size: clamp(2.75rem, 2.295rem + 2.27vw, 4rem) !important;
}

.ystd .has-maximum-font-size {
  font-size:clamp(3rem, 2.273rem + 3.64vw, 5rem) !important;
}

/*　レイアウト系
----------------------------------------------- */
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

@media screen and (min-width: 769px) {
	.pc-hide br {
    display: none;
}
}

@media screen and (max-width: 768px) {
/* 改行なし */
	.sp-hide br {
    display: none;
}
	.sp-center {
        text-align: center !important;
    }
    .sp-left {
        text-align: left !important;
    }
}