/*----- font -----*/
body { color: #000000; }
.entry-title { color: #000000; }
/* google font */
.omikuji_wrap_single label[for="tab01-01"], .table_jp { font-family: 'Noto Serif JP', serif !important; }
.omikuji_wrap_single label[for="tab01-02"], .table_en { font-family: 'Lora', serif !important; }
.omikuji_wrap_single label[for="tab01-03"], .table_cn { font-family: 'Noto Serif SC', serif !important; }
.omikuji_wrap_single label[for="tab01-04"], .table_ko { font-family: 'Noto Serif KR', serif !important; }
/* IcoMoon */
@font-face {
	font-family: 'icomoon-omikuji';
	src:  url('fonts/icomoon-omikuji.eot?h7esho');
	src:  url('fonts/icomoon-omikuji.eot?h7esho#iefix') format('embedded-opentype'),
		url('fonts/icomoon-omikuji.ttf?h7esho') format('truetype'),
		url('fonts/icomoon-omikuji.woff?h7esho') format('woff'),
		url('fonts/icomoon-omikuji.svg?h7esho#icomoon-omikuji') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-omikuji-"], [class*=" icon-omikuji-"] {
	font-family: 'icomoon-omikuji' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-omikuji-facebook::before { content: "\e900"; }
/*-- .icon-omikuji-twitter::before { content: "\e901"; } --*/
.icon-omikuji-twitter::before { content: "\e904"; }
.icon-omikuji-line::before { content: "\e902"; }
.icon-omikuji-instagram::before { content: "\e903"; }


/*----- loader -----*/
/* bg_loader */
.bg_loader {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* anime_loader */
.anime_loader {
	width: 36px;
	height: 36px;
	position: relative;
	animation: loader-1 2.5s infinite linear both;
}
.anime_loader_dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; 
	animation: loader-2 2.0s infinite ease-in-out both; 
}
.anime_loader_dot::before {
	content: '';
	display: block;
	width: 25%;
	height: 25%;
	background-color: #e05b58;
	border-radius: 100%;
	animation: loader-3 2.0s infinite ease-in-out both; 
}
.anime_loader_dot:nth-child(1) { animation-delay: -1.1s; }
.anime_loader_dot:nth-child(2) { animation-delay: -1.0s; }
.anime_loader_dot:nth-child(3) { animation-delay: -0.9s; }
.anime_loader_dot:nth-child(4) { animation-delay: -0.8s; }
.anime_loader_dot:nth-child(5) { animation-delay: -0.7s; }
.anime_loader_dot:nth-child(6) { animation-delay: -0.6s; }
.anime_loader_dot:nth-child(1):before { animation-delay: -1.1s; }
.anime_loader_dot:nth-child(2):before { animation-delay: -1.0s; }
.anime_loader_dot:nth-child(3):before { animation-delay: -0.9s; }
.anime_loader_dot:nth-child(4):before { animation-delay: -0.8s; }
.anime_loader_dot:nth-child(5):before { animation-delay: -0.7s; }
.anime_loader_dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes loader-1 {
	100% { transform: rotate(360deg); } 
}
@keyframes loader-2 {
	80%, 100% { transform: rotate(360deg); } 
}
@keyframes loader-3 {
	50% {
		transform: scale(0.4); 
	} 100%, 0% {
		transform: scale(1.0); 
	} 
}

/*----- main -----*/
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
	width: 96%;
	max-width: 840px;
}
/*----------*/
.omikuji_wrap_single {}
.omikuji_wrap_single .entry-header {
	border-bottom: none;
	padding-bottom: calc(1.3 * var(--global--spacing-vertical));
	margin-bottom: 0;
}
.omikuji_wrap_single h1.entry-title {
	text-align: center;
	font-size: 36px;	/*font-size: 1.8em;*/
	font-weight: bold;
}
.omikuji_wrap_single .entry-content {
	font-size: 16px;	/*font-size: 0.8em;*/
}
.omikuji_wrap_single main.site-main {
	padding-top: 0;
}
.omikuji_wrap_single main.site-main > article {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.omikuji_wrap_single h1.entry-title {
		font-size: 20px;	/*font-size: 1.0em;*/
	}
	.omikuji_wrap_single .entry-content {
		font-size: 14px;	/*font-size: 0.7em;*/
	}
	.omikuji_wrap_single main.site-main > article {
		margin-top: 30px;
	}
}

/* images size */
.omikuji_wrap_single main.site-main > article > header.alignwide {
	max-width: 92%;
}
.omikuji_wrap_single figure.post-thumbnail {
	width: 100%;
}

/* prohibit saving images */
.omikuji_wrap_single figure.post-thumbnail {
	position: relative;
}
.omikuji_wrap_single figure.post-thumbnail::before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('toumei.png');
	background-position: top left;
	background-size: 100% 100%;
}
.omikuji_wrap_single figure.post-thumbnail > img {
	pointer-events: none;
}

/*----- tab -----*/
.omikuji_wrap_single .tab-wrap {
	width: 96%;
	max-width: 1240px !important;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 100px;
	padding: 0;
	font-size: 14px;	/*font-size: 0.7em;*/
}
.omikuji_wrap_single .tab-wrap::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #666666;
	display: block;
	order: -1;
}
.omikuji_wrap_single .tab-label {
	color: #ffffff;
	font-size: 16px;	/*font-size: 0.8em;*/
	line-height: 1.0;
	background: #d8d8d8;
	font-weight: bold;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,0.2);*/
	white-space: nowrap;
	text-align: center;
	margin-bottom: 0;
	padding: 1.1em 0.5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
	transition: 0.2s;
}
.omikuji_wrap_single .tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.omikuji_wrap_single .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.omikuji_wrap_single .tab-switch:checked + .tab-label {
	background-color: #666666;
	letter-spacing: 0.08em;
}
.omikuji_wrap_single .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 2.0em 0;
	opacity: 1.0;
	transition: 0.5s opacity;
}
.omikuji_wrap_single .tab-switch {
	display: none;
}
.omikuji_wrap_single .tab-switch:hover + .tab-label {
	background-color: #666666;
	transition: 0.2s;
}

/* tab content table */
.omikuji_wrap_single .tab-content table tr {
    background-color: #ffffff;
}
.omikuji_wrap_single .tab-content table tr:nth-child(odd) {
    background-color: #efefef;
}
.omikuji_wrap_single .tab-content table td:first-of-type {
	min-width: 8.0em;
	width: 20%;
}
.omikuji_wrap_single .tab-content table td {
	padding: 1.0em 1.3em;
}

@media screen and (max-width: 767px) {
	.omikuji_wrap_single .tab-label {
		font-size: 14px;	/*font-size: 0.7em;*/
	}
}

/*----- sns -----*/
.omikuji_wrap_single ul.ul_sns_share,
.omikuji_wrap_single ul.ul_sns_share li {
	list-style: none;
}
.omikuji_wrap_single ul.ul_sns_share {
	display: flex;
	flex-flow: row nowrap;
	width: 96% !important;
	max-width: 1240px !important;
	margin: 0 auto 40px !important;
	padding: 0 !important;
}
.omikuji_wrap_single ul.ul_sns_share li {
	display: block;
	width: calc((100% - 3%) / 4);
	margin-right: 1%;
}
.omikuji_wrap_single ul.ul_sns_share li:last-of-type {
	margin-right: 0;
}
.omikuji_wrap_single ul.ul_sns_share li a:link,
.omikuji_wrap_single ul.ul_sns_share li a:hover,
.omikuji_wrap_single ul.ul_sns_share li a:visited,
.omikuji_wrap_single ul.ul_sns_share li a:active,
.omikuji_wrap_single ul.ul_sns_share li a:focus {
	background-color: initial !important;
	border: initial !important;
	text-decoration:  none !important;
	color: initial !important;
}
.omikuji_wrap_single ul.ul_sns_share li a:link {
	display: block;
	border: 1px solid #dddddd !important;
	border-radius: 3px;
	background-color: #fafafa !important;
	font-size: 14px;	/*font-size: 0.7em;*/
	color: #555555 !important;
	margin: 0;
	padding: 1.0em;
	transition: 0.2s;
	text-align: center;
}
.omikuji_wrap_single ul.ul_sns_share li a:hover {
	color: #ffffff !important;
}
.omikuji_wrap_single ul.ul_sns_share li.btn_facebook a:hover { background-color: #1877f2!important; border-color: #1877f2!important; }
/*-- .omikuji_wrap_single ul.ul_sns_share li.btn_twitter a:hover { background-color: #1da1f2!important; border-color: #1da1f2!important; }　--*/
.omikuji_wrap_single ul.ul_sns_share li.btn_twitter a:hover { background-color: #000000!important; border-color: #000000!important; }
.omikuji_wrap_single ul.ul_sns_share li.btn_line a:hover { background-color: #06c755!important; border-color: #06c755!important; }
/* icon */
.omikuji_wrap_single ul.ul_sns_share li a span.sns_icon::before {
	position: relative;
	top: 0.15em;
    left: -0.25em;
	font-size: 1.5em;
}

@media screen and (max-width: 767px) {
	.omikuji_wrap_single ul.ul_sns_share li {
		width: calc((100% - 2%) / 3);
	}
}


/*------------------------------------------------------------------------------------------*/
/* body.home::before,
body.single-post.postid-91::before {
	width: 100%;
	height: 100vh;
	position: relative;
	background-image: url('img_bg01.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
} */
/* for iOS Safari */
body.home::before,
body.single-post.postid-91::before,
body.single-post.postid-514::before,
body.single-post.postid-588::before,
body.single-post.postid-731::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
    width: 100%;
    height: 100vh;
	background-image: url('img_bg01.webp');
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	opacity: 0.7;
}

/* home logo */
body.home main.site-main {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
}
body.home main.site-main > article {	/* 画像サイズ 1200x630 */
	width: 80%;
	max-width: 600px;
}

/* home navi */
body.home main.site-main nav {
	margin: 0;
	padding: 0;
}
body.home main.site-main nav ul.ul_home_nav,
body.home main.site-main nav ul.ul_home_nav li {
	list-style: none;
}
body.home main.site-main nav ul.ul_home_nav {
	margin: 0;
	padding: 0;
}
body.home main.site-main nav ul.ul_home_nav li {
	font-size: 0.7em;
	margin: 0 0 1.5em;
	padding: 0;
	text-align: center;
}
body.home main.site-main nav ul.ul_home_nav li a:link,
body.home main.site-main nav ul.ul_home_nav li a:hover,
body.home main.site-main nav ul.ul_home_nav li a:visited,
body.home main.site-main nav ul.ul_home_nav li a:active,
body.home main.site-main nav ul.ul_home_nav li a:focus {
	background-color: initial !important;
	border: initial !important;
	text-decoration:  none !important;
	color: initial !important;
	outline: none !important;
}
body.home main.site-main nav ul.ul_home_nav li a:link {
	text-decoration: none !important;
	color: #777777 !important;
	transition: 0.2s;
}
body.home main.site-main nav ul.ul_home_nav li a:hover {
	text-decoration: underline !important;
	color: #da3b39 !important;
}
@media screen and (max-width: 767px) {
	body.home main.site-main nav ul.ul_home_nav li { font-size: 0.6em; }
}


/*------------------------------------------------------------------------------------------*/
/* hitomoji-pop */
.section_DL {
	max-width: 1240px !important;
	margin-bottom: 100px !important;
}
.section_DL .DL_parent {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.section_DL .DL_child {
	width: 48%;
	display: flex;
	flex-flow: column wrap;
	align-items: stretch;
	box-sizing: border-box;
	margin: 20px 0;
	padding: 40px 20px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 6px -4px rgba(0,0,0,0.8);
}
.section_DL .DL_child_img {
	width: 100%;
	height: auto;
	max-height: 400px;
	position: relative;
}
.section_DL .DL_child_img::after {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	padding-top: 66.66%;	/* 3:2 */
}
.section_DL .DL_child_img img {
	display: block;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);

	cursor: pointer;
	border: 1px solid #dddddd;
	transition: all .1s ease-out;
}
.section_DL .DL_child_inner {}
.section_DL .DL_child_inner h1 {
	font-size: 1.0em;
	line-height: 1.4;
	color: #333333;
	margin: 2em 1em;
	text-align: center;
}
.section_DL .DL_button {
	width: 100%;
	max-width: 300px;
    border: 2px solid #e71f19;
	border-radius: 150px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	
	cursor: pointer;
	background-color: rgba(231,31,25,0.1);
	transition: all .1s ease-out;
}
.section_DL .DL_button a:link,
.section_DL .DL_button a:hover,
.section_DL .DL_button a:visited,
.section_DL .DL_button a:active,
.section_DL .DL_button a:focus {
	background-color: initial !important;
	border: initial !important;
	text-decoration:  none !important;
	color: initial !important;
}
.section_DL .DL_button a:link {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 0.8em 1.0em 0.8em 1.5em;
	width: 100%;
	height: 100%;
	font-size: 0.85em;
	line-height: 1.4;
	color: #e71f19 !important;
	text-decoration: none !important;
}
.section_DL .DL_button a.icon_pdf::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background: url("/wp/wp-content/uploads/files/hitomoji-pdf/files/icon-pdf.png") no-repeat;
    background-size: contain;
    margin-left: 1.5em;
    vertical-align: middle;
}
.section_DL .DL_child_img img:hover {
    border: 1px solid #e71f19;
}
.section_DL .DL_button:hover {
	background-color: rgba(231,31,25,0.8);
}
.section_DL .DL_button:hover a {
	color: #ffffff !important;
}

@media screen and (max-width:720px) {
	.section_DL .DL_child {
		width: 98%;
	}
}

