@charset "UTF-8";

/* Font Size */
.fontSize10 { font-size: 1.0rem; }
.fontSize13 { font-size: 1.3rem; }
.fontSize16 { font-size: 1.6rem; }
.fontSize17 { font-size: 1.7rem; }
.fontSize18 { font-size: 1.8rem; }
.fontSize20 { font-size: 2.0rem; }
.fontSize21 { font-size: 2.1rem; }
.fontSize22 { font-size: 2.2rem; }
.fontSize24 { font-size: 2.4rem; }
.fontSize25 { font-size: 2.5rem; }
.fontSize28 { font-size: 2.8rem; }
.fontSize30 { font-size: 3.0rem; }
.fontSize33 { font-size: 3.3rem; }
.fontSize40 { font-size: 4.0rem; }
.fontSize50 { font-size: 5.0rem; }


@media only screen and (min-width: 375px) {
	.fontSizeXxs18 { font-size: 1.8rem; }
}

@media only screen and (min-width: 414px) {
	.fontSizeXs16 { font-size: 1.6rem; }
	.fontSizeXs18 { font-size: 1.8rem; }
	.fontSizeXs24 { font-size: 2.4rem; }
	.fontSizeXs25 { font-size: 2.5rem; }
	.fontSizeXs30 { font-size: 3.0rem; }
	.fontSizeXs32 { font-size: 3.2rem; }
	.fontSizeXs36 { font-size: 3.6rem; }
	.fontSizeXs40 { font-size: 4.0rem; }
}

@media only screen and (min-width: 576px) {
	.fontSizeSm24 { font-size: 2.4rem; }
	.fontSizeSm40 { font-size: 4.0rem; }
	.fontSizeSm42 { font-size: 4.2rem; }
	.fontSizeSm50 { font-size: 5.0rem; }
}

@media only screen and (min-width: 768px) {
	.fontSizeMd12 { font-size: 1.2rem; }
	.fontSizeMd14 { font-size: 1.4rem; }
	.fontSizeMd26 { font-size: 2.6rem; }
	.fontSizeMd28 { font-size: 2.8rem; }
	.fontSizeMd30 { font-size: 3.0rem; }
	.fontSizeMd36 { font-size: 3.6rem; }
	.fontSizeMd42 { font-size: 4.2rem; }
	.fontSizeMd45 { font-size: 4.5rem; }
}

@media only screen and (min-width: 992px) {
	.fontSizeLg28 { font-size: 2.8rem; }
	.fontSizeLg36 { font-size: 3.6rem; }
	.fontSizeLg40 { font-size: 4.0rem; }
	.fontSizeLg44 { font-size: 4.4rem; }
	.fontSizeLg48 { font-size: 4.8rem; }
}

@media only screen and (min-width: 1200px) {
	.fontSizeXl16 { font-size: 1.6rem; }
	.fontSizeXl30 { font-size: 3.0rem; }
	.fontSizeXl36 { font-size: 3.6rem; }
	.fontSizeXl38 { font-size: 3.8rem; }
	.fontSizeXl40 { font-size: 4.0rem; }
	.fontSizeXl42 { font-size: 4.2rem; }
	.fontSizeXl45 { font-size: 4.5rem; }
	.fontSizeXl54 { font-size: 5.4rem; }
	.fontSizeXl56 { font-size: 5.6rem; }
	.fontSizeXl60 { font-size: 6.0rem; }
	.fontSizeXl64 { font-size: 6.4rem; }
}

@media only screen and (min-width: 1500px) {
	.fontSizeXxl40 { font-size: 4.0rem; }
	.fontSizeXxl42 { font-size: 4.2rem; }
	.fontSizeXxl48 { font-size: 4.8rem; }
	.fontSizeXxl55 { font-size: 5.5rem; }
	.fontSizeXxl60 { font-size: 6.0rem; }
}


/***** Font Weight *****/
.fontRegular  { font-weight: 400; }
.fontDemibold { font-weight: 500; }
.fontBold     { font-weight: 700; }
.fontBlack    { font-weight: 900; }



/***** Font Family *****/
.fontFamilyMeiryo {
	font-family: 'メイリオ', Meiryo, 'Noto Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
