/* ■library-custom.css（CDN,framework,JS他、調整用CSS。既存のCSSを上書きするので後で読み込む） */

/* ■VK All in One ExUnit
==================================== */
/* ExUnit：「編集」非表示 */
.veu_adminEdit {
	display: none !important;
}

/* ExUnit：ページトップボタン（デフォルトから書き換える） */
.page_top_btn {
	position: fixed;
	z-index: 99999;
	width: 48px !important;
	height: 48px !important;
	color: transparent;
	border: none;
	background: transparent !important;
	box-shadow: none !important;
	background-image: none !important;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity .3s;
	text-decoration: none;
}

/* PC */
@media screen and (min-width: 768px){
.page_top_btn {
	right: 50px !important;
	bottom: 32px !important;
	}
}

/* スマホ */
@media screen and (max-width: 767.9px){
.page_top_btn {
    right: 2% !important;
    bottom: 3% !important;
	}
}

#page_top:hover {
    color: transparent;
    text-decoration: none;
}

.page_top_btn::before {
	position: absolute;
	/* font-awesome調整 */
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	margin: auto !important;
	content: "\f111";
	font-style: normal;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 48px;
	color: #FFF;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.page_top_btn::after {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	margin: auto !important;
	width: 48px;
	height: auto;
	content: url("library-images/page_top_btn.svg") !important;
}


/* Bulma
============================================== */
.breadcrumb {
	background-color: transparent;
	border-radius: 0rem;
}

.breadcrumb a {
	color: #888;
}

.breadcrumb a:hover {
	color: #222;
	text-decoration: : none;
}

a.is-breadcrumb__current,
a.is-breadcrumb__current:hover {
	color: #666;
	/* eve:none & d:iB：IE対策 */
	pointer-events: none;
	display: inline-block;
}


/* musubii
============================================== */
.wysiwyg a {
	color: inherit;
	border-bottom: none;
}


/* prism.js（シンタックスハイライト）
============================================== */
pre[class*="language-"] {
	background: url('library-images/bg-geometric1.jpg') repeat;
	background-size: 500px auto;
	/* padding: 上  横  下 */
	padding: 12px 24px 12px;
}

.token.number {
    align-items: center;
    background-color: whitesmoke;
    border-radius: 290486px;
    display: inline !important;
    font-size: 1rem !important;
    height: 1rem !important;
    justify-content: center;
    margin-right: 0.5rem !important;
    min-width: 2.5em;
    padding: 2px 0.5rem !important;
    text-align: center;
    vertical-align: middle !important;
}

/* プログラミングフォントを入れている場合は、pre・code等をプログラミングフォントで表示 */
code[class*="language-"],
pre[class*="language-"] {
	font-family: "Myrica M",
		"MyricaM M",
		"SourceHanCodeJP-Regular",
		"M+ 1m",
		"Rounded M+ 1m regular",
		"Rounded M+ 2m regular",
		"Rounded Mgen+ 1m regular",
		"Rounded Mgen+ 2m regular",
		"Yutapon coding Regular",
		"Ricty Diminished Discord",
		"Ricty Diminished",
		"Migu 1M",
		"Migu 2M",
		"VL ゴシック",
		"MeiryoKe_Gothic",
		Consolas,
		Monaco,
		'Andale Mono',
		'Ubuntu Mono',
		monospace;
}

code[class*="language-"],
pre[class*="language-"] {
	font-size: 1em;
}

div.code-toolbar>.toolbar .toolbar-item {
	margin-top: 5px;
	margin-right: 1px;
	margin-left: 1px;
}

div.code-toolbar>.toolbar .toolbar-item span {
	padding: 2px 12px 2px;
	border-radius: 0px;
	font-size: 0.9rem;
	background: #68217a;
	color: #FFF;
}

div.code-toolbar>.toolbar .toolbar-item span:hover {
	color: #FFF;
}

div.code-toolbar>.toolbar .toolbar-item button span:hover {
	color: orange;
}


/* lazysizes
============================================== */
.lazysizes-fadein {
	opacity: 0;
	transform: translate(0, 80px);
	transition: all 1s ease-in-out;
}
.lazysizes-fadein.lazyloaded {
	transform: translate(0, 0);
	opacity: 1;
}


/* hamburgers（トグルボタン）
============================================== */
.hamburger {
	display: inline-block;
	width: 36px;
	height: 40px;
	padding: 0px 0px;
	background: #888;
}

.hamburger-box {
	display: inline-block;
	width: 36px;
	height: 28px;
	position: relative;
}

.hamburger p {
	position: absolute;
	width: auto;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 14px);
	-webkit-transform: translate(-50%, 14px);
	-moz-transform: translate(-50%, 14px);
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #FFF;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 100%;
	height: 4px;
	border-radius: 0px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	background-color: #FFF;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}


/* widgets_on_page
============================================== */
[class^="article"] .widgets_on_page {
	margin-top: 30px;
}

[class^="footer"] .widgets_on_page {
	margin-top: 0px;
}

/* タイトル非表示（デフォルト） */
.widgets_on_page .widgettitle {
	display: none;
}

/* タイトル表示 */
.widgets_on_page .widgettitle-show .widgettitle {
	margin-top: 0px;
	display: block;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 10px 10px 10px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background-color: #ec88b4;
	/* radius: 左上  右上  右下  左下 */
	border-radius: 5px 5px 0px 0px;
}

/* .textwidget（インナー） */
.widgets_on_page .textwidget {
	margin: 0;
	padding: 0;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

/* &musubii */
.widgets_on_page .is-center .textwidget {
	text-align: center;
}

.widgets_on_page .is-left .textwidget {
	text-align: left;
}

.widgets_on_page .textwidget p {
	text-align: left;
}

/* 個別設定 */
#Widgets_on_Content__Bottom1 {
	margin-top: 60px;
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
	background-color: #EEE;
	/* radius: 左上  右上  右下  左下 */
	border-radius: 0px 0px 5px 5px;
}


/* Shortcodes Ultimate
============================================== */
/* Button */
.su-button:nth-of-type(1) {
	margin-left: 0px;
}

.su-button:not( :nth-of-type(1) ) {
	margin-left: 4px;
}

.su-button>span {
	position: relative;
	font-size: 1em;
	font-weight: 600;
}

.su-button>span img {
	display: inline-block;
	height: 1.125em;
	width: auto;
}

.su-button-style-ghost span {
    border-width: 1px !important;
	border-style: solid;
	background: white;
	background: rgba(255, 255, 255, 0.8);
}

.su-button.su-button-style-single>span {
	/* padding: 上  右  下  左 */
	padding: 0px 0.05em 0px 0.72em !important;
}

.su-button.su-button-style-square>span {
	/* padding: 上  右  下  左 */
	padding: 0em 0em 0em 0.72em !important;
}

.su-button.su-button-style-circle {
	border-radius: 50% !important;
}
.su-button.su-button-style-circle>span {
	/* padding: 上  右  下  左 */
	padding: 0em 0em 0em 0.72em !important;
}


/* WPi Designer Button Shortcode
============================================== */
.wpi_slide {
	width: 96.5%;
	position: relative;
	min-height: 200px;
	padding: 40px;
	background-color: #3399aa;
	color: #ffffff;
	overflow: hidden;
	margin-bottom: 40px;
}

/* CTA image（importantで上書き） */
.wpi_slide .wpi_slide_image {
	background-image: url("wpi-designer/images/pAC_624025.jpg") !important;
	opacity: 0.8 !important;
}

/* Button */
.wpi_designer_button {
	margin-top: 5px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
}


/* Content Views
============================================== */
/* ページネーション */
.pt-cv-pagination-wrapper {
	margin-top: 45px;
	clear: both;
	position: relative;
	text-align: center;
}
.pt-cv-pagination-wrapper .pagination>li>a,
.pt-cv-pagination-wrapper .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.43;
	text-decoration: none;
	color: silver;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pt-cv-pagination-wrapper .pagination>.active>a,
.pt-cv-pagination-wrapper .pagination>.active>a:focus,
.pt-cv-pagination-wrapper .pagination>.active>a:hover,
.pt-cv-pagination-wrapper .pagination>.active>span,
.pt-cv-pagination-wrapper .pagination>.active>span:focus,
.pt-cv-pagination-wrapper .pagination>.active>span:hover,
.pt-cv-pagination-wrapper .pagination>.cv-pageitem>span.current,
.pt-cv-pagination-wrapper .pagination>.cv-pageitem>span.current:focus,
.pt-cv-pagination-wrapper .pagination>.cv-pageitem>span.current:hover {
	z-index: 2;
	color: #fff;
	background-color: silver;
	border: 1px solid #ddd;
	cursor: default;
}
.pt-cv-pagination li.active a {
	border-color: rgba(221,221,221,1) !important;
}
.pt-cv-pagination-wrapper .pagination>li:last-child>a,
.pt-cv-pagination-wrapper .pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

/* VK All in One Expansion Unit
==================================== */
/* 編集非表示 */
.veu_adminEdit {
	display: none !important;
}

/* hover & current *
==================================== */
/* hvr-animo-borderLR  */
.hvr-animo-borderLR {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.hvr-animo-borderLR::after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #f39c12;
	transform-origin: bottom right;
	transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.hvr-animo-borderLR:hover::after,
.hvr-animo-borderLR[aria-current]::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

/* hvr-animo-bdGradient  */
.hvr-animo-bdGradient {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: -2px;
	cursor: pointer;
	color: #474e51;
}
.hvr-animo-bdGradient::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #f39c12, #474e51);
	transition: transform 0.3s ease-in-out;
	transform: translateX(-101%);
}
.hvr-animo-bdGradient:hover::before,
.hvr-animo-bdGradient[aria-current]::before {
	transform: translateX(0);
}

/* hvr-animo-txtGradient  */
.hvr-animo-txtGradient {
	display: inline-block;
	background-color: #000;
	background-image: -webkit-linear-gradient(
		 left,
		 #ff69b4 0,
		 orange 50%,
		 transparent 50%
	);
	background-position: 100% 0;
	background-size: 200% 200%;
	color: transparent;
	-webkit-transition: 0.1s 0.2s;
	transition: 0.1s 0.2s;
	-webkit-background-clip: text;
	background-clip: text;
	cursor: pointer;
}
.hvr-animo-txtGradient:hover,
.hvr-animo-txtGradient[aria-current] {
	background-position: 0 0;
	color: transparent;
	transition: 0.4s 0;
}

/* hover & current *
==================================== */
/* hvr-animo-borderC */
.hvr-animo-borderC {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.hvr-animo-borderC::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 60%;
	height: 3px;
	opacity: 0;
	background-color: #f39c12;
	transform: translate(-50%, 0);
	transition: all 0.3s ease-in-out;
}
.hvr-animo-borderC:hover::after,
.hvr-animo-borderC[aria-current]::after {
	width: 100%;
	opacity: 1;
}

/* hvr-animo-Zoom */
.hvr-animo-Zoom {
	display: inline-block;
	transition: transform 0.3s;
	cursor: pointer;
}
.hvr-animo-Zoom:hover,
.hvr-animo-Zoom[aria-current] {
	transform: scale(1.2);
}

/* hvr-animo-borderDD */
.hvr-animo-borderDD {
	display: inline-block;
	width: 80px;
	height: auto;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.hvr-animo-borderDD::after,
.hvr-animo-borderDD::before {
	position: absolute;
	content: "";
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #f39c12;
	transition: transform 0.2s ease-in-out;
}
.hvr-animo-borderDD::before {
	top: 0;
	transform: translateX(-100%);
}
.hvr-animo-borderDD::after {
	bottom: 0;
	transform: translateX(100%);
}
.hvr-animo-borderDD:hover::after,
.hvr-animo-borderDD:hover::before,
.hvr-animo-borderDD[aria-current]::after,
.hvr-animo-borderDD[aria-current]::before {
	transform: translateX(0);
}

