@charset "UTF-8";
/*
Theme Name: クリエイトジャパン様 WordPressテーマ
Description: 
Version: 1.0
Author: 
*/

/* Basic Tag Setting
------------------------- */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--logo-gray: #595656;
	--gray: #999;
	--silver: #aaa;
	--light-silver: #ccc;
	--pale-silver: #f0f0f0;
	--light-gray: #e8e8e4;
	--pale-gray: #f8f8f4;
	--gold: #ab8c42;
	--bright-gold: #c9a95e;
	--pale-water: #f6fcff;
	--water: #e0f2fb;
	--deep-water: #c1e6f8;
	--turquoise: #65a7ca;
	--pale-blue: #f6fbfd;
	--dull-blue: #1d6db3;
	--bright-blue: #2d70df;
	--vivid-blue: #2c70de;
	--sky: #21a4e9;
	--pale-sky: #d3eaff;
	--light-sky: #5eb1f1;
	--deep-navy: #001b46;
	--dark-navy: #000033;
	--navy: #002c74;
	--bright-navy: #003b9c;
	--pink: #ff1879;
}
body {
	position: relative;
	letter-spacing: 1px;
	font-weight: 400;
	font-family:
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "YuGothic",
		"メイリオ", "Meiryo",
		sans-serif;
	font-feature-settings: "palt" 1;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 17px;
}
address, em {
	font-style: normal;
}
button {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.outfit {
	font-family:
		"Outfit",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "YuGothic",
		"メイリオ", "Meiryo",
		sans-serif;
}
.notoSans {
	font-family:
		"Noto Sans JP",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "YuGothic",
		"メイリオ", "Meiryo",
		sans-serif;
}
.dancingScript {
	font-optical-sizing: auto;
	font-family:
		"Dancing Script",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"游明朝", "Yu Mincho","游明朝体", "YuMincho",
		"MS 明朝", "MS Mincho","ＭＳ Ｐ明朝", "MS PMincho",
		serif;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.navy {
	color: var(--navy);
}
.red {
	color: var(--pink);
}
.system {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--pale-gray);
}
.taC {
	text-align: center;
}

/* SVG
------------------------- */
.svg-symbol {
	position: absolute;
	width: 0;
	height: 0;
}
.svg-instance {
	width: 100%;
	height: auto;
}

/* Up Button
------------------------- */
#up-button {
	z-index: 10;
	display: none;
	width: 44px;
	height: 44px;
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#up-button .svg-up-path {
	fill: #fff;
}
#up-button .svg-up-rect {
	transition: 0.4s;
	fill: #000033;
}
#up-button:hover .svg-up-rect {
	fill: var(--bright-navy);
}


/* Post Meta
------------------------- */
.coreContents ul.post-meta {
	margin: 0 0 30px;
}
.coreContents ul.post-meta a {
	text-decoration: none;
}
.coreContents ul.post-meta li {
	display:inline-block;
	margin-right: 16px;
	font-size: 13px;
}
.coreContents ul.post-meta li.tags {
	/*display:none;*/
}
.coreContents ul.post-meta .time:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px 0 0;
	background-color: #000;
	mask: url("./img/icon/icon_calendar.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("./img/icon/icon_calendar.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}
.coreContents ul.post-meta .cate:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px 0 0;
	background-color: #000;
	mask: url("./img/icon/icon_folder.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("./img/icon/icon_folder.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}
.coreContents ul.post-meta .pen:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px 0 0;
	background-color: #000;
	mask: url("./img/icon/icon_pen.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("./img/icon/icon_pen.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}
.coreContents ul.post-meta a {
	color: #000;
}
/* End of CSS File */