@charset "utf-8";
:root {
	--Size_01: 0.1rem;	--Size_02: 0.2rem;	--Size_03: 0.3rem;	--Size_04: 0.4rem;	--Size_05: 0.5rem;
	--Size_06: 0.6rem;	--Size_07: 0.7rem;	--Size_08: 0.8rem;	--Size_09: 0.9rem;	--Size_10: 1.0rem;
	--Size_12: 1.2rem;	--Size_14: 1.4rem;	--Size_16: 1.6rem;	--Size_18: 1.8rem;	--Size_20: 2.0rem;
	--Size_22: 2.2rem;	--Size_24: 2.4rem;	--Size_26: 2.6rem;	--Size_28: 2.8rem;	--Size_30: 3.0rem;
	--Size_32: 3.2rem;	--Size_34: 3.4rem;	--Size_36: 3.6rem;	--Size_38: 3.8rem;	--Size_40: 4.0rem;
	--Size_42: 4.2rem;	--Size_44: 4.4rem;	--Size_46: 4.6rem;	--Size_48: 4.8rem;	--Size_50: 5.0rem;
	--Size_52: 5.2rem;	--Size_54: 5.4rem;	--Size_56: 5.6rem;	--Size_58: 5.8rem;	--Size_60: 6.0rem;
	--Size_62: 6.2rem;	--Size_64: 6.4rem;	--Size_66: 6.6rem;	--Size_68: 6.8rem;	--Size_70: 7.0rem;
	--Size_72: 7.2rem;	--Size_74: 7.4rem;	--Size_76: 7.6rem;	--Size_78: 7.8rem;	--Size_80: 8.0rem;
	--Size_90: 9.0rem;
	--Size_100: 10.0rem;
	--Size_110: 11.0rem;	--Size_120: 12.0rem;	--Size_130: 13.0rem;	--Size_140: 14.0rem;	--Size_150: 15.0rem;
	--Size_160: 16.0rem;	--Size_170: 17.0rem;	--Size_180: 18.0rem;	--Size_190: 19.0rem;	--Size_200: 20.0rem;
	--Size_210: 21.0rem;	--Size_220: 22.0rem;	--Size_230: 23.0rem;	--Size_240: 24.0rem;	--Size_250: 25.0rem;
	--Size_260: 26.0rem;	--Size_270: 27.0rem;	--Size_280: 28.0rem;	--Size_290: 29.0rem;	--Size_300: 30.0rem;
	--Gap_S: var(--Size_03);
	--Gap_M: var(--Size_06);
	--Gap_L: var(--Size_12);
	--Margin_S: var(--Size_24);
	--Margin_M: var(--Size_48);
	--Margin_L: var(--Size_72);
	--Color_FF: #FFFFFF;
	--Color_FF100: rgba( 255, 255, 255, 1.00 );
	--Color_FF090: rgba( 255, 255, 255, 0.90 );
	--Color_FF080: rgba( 255, 255, 255, 0.80 );
	--Color_FF060: rgba( 255, 255, 255, 0.60 );
	--Color_FF040: rgba( 255, 255, 255, 0.40 );
	--Color_FF020: rgba( 255, 255, 255, 0.20 );
	--Color_FF000: rgba( 255, 255, 255, 0.00 );
	--Color_R: #e60012;
	--Color_R100: rgba( 230, 0, 18, 1.00 );
	--Color_R080: rgba( 230, 0, 18, 0.80 );
	--Color_R060: rgba( 230, 0, 18, 0.60 );
	--Color_R040: rgba( 230, 0, 18, 0.40 );
	--Color_R020: rgba( 230, 0, 18, 0.20 );
	--Color_R000: rgba( 230, 0, 18, 0.00 );
	--Color_1D: #1d1d1d;
	--Color_1D100: rgba( 29, 29, 29, 1.00 );
	--Color_1D080: rgba( 29, 29, 29, 0.80 );
	--Color_1D060: rgba( 29, 29, 29, 0.60 );
	--Color_1D040: rgba( 29, 29, 29, 0.40 );
	--Color_1D020: rgba( 29, 29, 29, 0.20 );
	--Color_1D010: rgba( 29, 29, 29, 0.10 );
	--Color_1D005: rgba( 29, 29, 29, 0.05 );
	--Color_1D001: rgba( 29, 29, 29, 0.01 );
	--Color_1D000: rgba( 29, 29, 29, 0.00 );
	--Color_K: #231815;
	--Color_K: rgba(29,29,29,1.00);
	--Color_K100: rgba( 35, 24, 21, 1.00 );
	--Color_K080: rgba( 35, 24, 21, 0.80 );
	--Color_K060: rgba( 35, 24, 21, 0.60 );
	--Color_K040: rgba( 35, 24, 21, 0.40 );
	--Color_K020: rgba( 35, 24, 21, 0.20 );
	--Color_K000: rgba( 35, 24, 21, 0.00 );
	--Border-radius_L: calc( var(--Gap_M) * 100 );
	--Border-radius_S: var(--Gap_M);
	--Transition: all 0.4s ease;
}
