@charset "utf-8";
/* CSS Document */

@media screen and (min-width:961px) { /*PC*/
	.sp {
		display: none;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.pc {
		display: none;
	}
}
/*マージン関係*/

.o-m-08 {margin-bottom:8px!important;}
.o-m-12 {margin-bottom:12px!important;}
.o-m-16 {margin-bottom:16px!important;}
.o-m-20 {margin-bottom:20px!important;}
.o-m-24 {margin-bottom:24px!important;}
.o-m-28 {margin-bottom:28px!important;}
.o-m-32 {margin-bottom:32px!important;}
.o-m-36 {margin-bottom:36px!important;}
.o-m-40 {margin-bottom:40px!important;}
.o-m-44 {margin-bottom:44px!important;}
.o-m-48 {margin-bottom:48px!important;}
.o-m-52 {margin-bottom:52px!important;}
.o-m-56 {margin-bottom:56px!important;}
.o-m-60 {margin-bottom:60px!important;}
.o-m-64 {margin-bottom:64px!important;}
.o-m-68 {margin-bottom:68px!important;}
.o-m-72 {margin-bottom:72px!important;}
.o-m-76 {margin-bottom:76px!important;}
.o-m-80 {margin-bottom:80px!important;}
.o-m-120 {margin-bottom:120px!important;}
.o-m-160 {margin-bottom:160px!important;}

/*文字装飾関係*/

.o-t-n {
	text-align: left;
	line-height: 1.7;
}

strong {
	font-weight: bold;
}

/*文字色関係*/

.o-tc-wh {color:#fff;}
.o-tc-bl {color:#000;}
.o-tc-re {color:red;}
.o-tc-bl {color:blue;}
.o-tc-ye {color:yellow;}
.o-tc-gr {color:green;}

.o-tc-01 {color:#eb0078;}
.o-tc-02 {color:#ff8a69;}
.o-tc-03 {color:#fff000;}
.o-tc-04 {color:#f39b00;}
.o-tc-05 {color:#9acc00;}
.o-tc-06 {color:#35c5b5;}
.o-tc-07 {color:#5ec4ff;}
.o-tc-08 {color:#9060b8;}
.o-tc-09 {color:#327ece;}

.o-bc-01 {background-color:#eb0078;}
.o-bc-02 {background-color:#ff8a69;}
.o-bc-03 {background-color:#AC5BE9;}
.o-bc-04 {background-color:#f39b00;}
.o-bc-05 {background-color:#c438c2;}
.o-bc-06 {background-color:#35c5b5;}
.o-bc-07 {background-color:#5ec4ff;}
.o-bc-08 {background-color:#9060b8;}
.o-bc-09 {background-color:#327ece;}

/*文字リンク*/

a {color:deepskyblue; text-decoration: none;}
a:hover {text-decoration: underline;}

/*文字サイズ*/

.o-ts-12 {font-size:1.2rem;}
.o-ts-13 {font-size:1.3rem;}
.o-ts-14 {font-size:1.4rem;}
.o-ts-15 {font-size:1.5rem;}
.o-ts-16 {font-size:1.5rem;}
.o-ts-17 {font-size:1.7rem;}
.o-ts-18 {font-size:1.8rem;}
.o-ts-19 {font-size:1.9rem;}
.o-ts-20 {font-size:2.0rem;}

.o-ts-22 {font-size:2.2rem;}
.o-ts-24 {font-size:2.4rem;}
.o-ts-28 {font-size:2.8rem;}
.o-ts-32 {font-size:3.2rem;}
.o-ts-48 {font-size:4.8rem;}
.o-ts-60 {font-size:6.0rem;}

.o-t-small {font-size: 80%;}

/*Noto Serif*/

.o-noto-serif {
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 400;
}

/*Noto Sans*/

.o-noto-sans {
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 400;
}

/*Mplus Round*/

.o-mplus {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 400;
}

/*Webfontボールド指定*/

.o-bold {
	font-weight: 700!important;
}

/*タイトル関係*/

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

h7 {}

/*画像リンク フェード汎用*/

a.o-fade {
	transition: all 0.3s;
	opacity: 1;
}

a:hover.o-fade {
	opacity: 0.6;
}