@charset "UTF-8";
/*
Theme Name: Beburiiテーマ
Requires at least: 5.3
Requires PHP: 5.6
Version: 1.02
Text Domain: twentytwentyone
*/


/* 00: Vars --------------------------------*/



/* 01: BASE --------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration-thickness: 1px;
	text-decoration-line: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration-style: dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
	/* Apply border-box across the entire page. */
	box-sizing: border-box;
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
	box-sizing: inherit;
}

body {
	font-size: 1rem;
	font-weight: normal;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	line-height: 1.4;
}

button {
	cursor: pointer;
}


input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=tel],
textarea {
	border: var(--form--border-width) solid var(--form--border-color);
	border-radius: var(--form--border-radius);
	color: var(--form--color-text);
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit);
	margin: 0 2px;
	max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
	color: var(--form--color-text);
	outline-offset: 2px;
	outline: 2px dotted var(--form--border-color);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
textarea:disabled {
	opacity: 0.7;
}

input[type=search]:focus {
	outline-offset: -7px;
}

input[type=email],
input[type=url] {
	/*rtl:ignore*/
	direction: ltr;
}

select {
	border: var(--form--border-width) solid var(--form--border-color);
	color: var(--form--color-text);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
	background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right var(--form--spacing-unit) top 60%;
}
select:focus {
	outline-offset: 2px;
	outline: 2px dotted var(--form--border-color);
}


textarea {
	width: 100%;
}

label {
	font-size: var(--form--font-size);
	font-weight: var(--form--label-weight);
	margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* Classic editor images */
.entry-content img {
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Media captions */
figcaption,
.wp-caption {
	color: currentColor;
	font-size: var(--global--font-size-xs);
	line-height: var(--global--line-height-body);
	margin-top: calc(0.5 * var(--global--spacing-unit));
	margin-bottom: var(--global--spacing-unit);
	text-align: center;
}

.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption {
	margin-bottom: 0;
}

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Over here, place any elements that do not need to have their own file. */
b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

pre {
	white-space: pre;
	overflow-x: auto;
}

a {
	cursor: pointer;
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
	text-decoration: none;
}

a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}


/* 02: Layout ------------------------------*/
/**
 * ヘッダー
 */
/* レイアウト */
.ly_header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fff;
	height: 80px;
	z-index: 10;/* 基準 */
	
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.admin-bar .ly_header {
	top: 46px;
}
@media (min-width:768px){
	.ly_header{
		height: 120px;
        /*
		margin-top: 15px;
        */
	}
	.admin-bar .ly_header {
		top: 32px;
	}
}

/* ロゴ */
.bl_headerLogo{
	margin: 0;
    /*
	width: 40%;
    */
    width: 65%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
}
.bl_headerLogo img {
	vertical-align: 9%;
}

@media (min-width:768px){
	.bl_headerLogo{
		/*
        width: 20%;
		max-width: 270px;
        */
        max-width: 900px;
	}
	.bl_headerLogo img {
		vertical-align: bottom;
	}
}

/* PC用ヘッダーユーティリティ */
.bl_headerUtility {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	z-index: 10;

	display: flex;
	justify-content: flex-end;
	padding-right: 55px;/* ハンバーガボタン置く分 */
}


/* PC用ヘッダーSNSボタン */
.bl_headerPCsnsLinks {
	display: none;
	
	list-style: none;
	margin: 0;
	padding: 0;
}



@media (min-width: 48em){
	.bl_headerPCsnsLinks {
		display: flex;
		margin: 0 auto;
	}
	.bl_headerPCsnsLinks li {
		/*width: 40px;*/
		margin: 5px;
		text-align: center;
	}
	.bl_headerPCsnsLinks li {
		font-size: 35px;
		vertical-align: middle;
	}
	.bl_headerPCsnsLinks li a {
		color: #222;
	}
	.bl_headerPCsnsLinks li a:hover {
		color: #888;
	}
}
@media (min-width:1200px){
}

/* ヘッダーメニュー開閉ボタン */
.btn-trigger {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 25px;
	cursor: pointer;
}
.btn-trigger span{
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 2px;
}
.btn-trigger, .btn-trigger span{
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1){
	top: 0;
}
.btn-trigger span:nth-of-type(2){
	top: 12px;
}
.btn-trigger span:nth-of-type(3){
	bottom: 0;
}

/* メニューが開いた時の処理 */
.btn-trigger.active span{
	background-color: #000;
}
.btn-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.btn-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}

body.active{
	/* メニューが開いた時の処理はbodyにおよぶ */
	overflow: hidden;
}

@media (min-width:768px){
	.btn-trigger{
		/*transform: none;
		top: auto;
		bottom: 10%;
		right: 3%;*/
	}
}

@media (min-width:1200px){
	.btn-trigger{
		right: 3%;
	}
}


/* ヘッダーメニュー */
.global-nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9;/*　ly_headerより下　*/
}
.global-nav-inner{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 30px 30px 120px;
}
.admin-bar .global-nav-inner {
	top: calc(100px + 46px);
}

.global-nav ul{
	list-style: none;
}
.global-nav li{
	margin: 10px auto;
}
.global-nav a{
	color: #000;
}
.global-nav a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	margin-right: 5px;
}
.global-nav li li a::before {
	content: '\f292';
}
.global-nav .hash a::before{
	content: none;
}

@media (min-width:768px){
	.global-nav-inner {
		top: 120px;
		left: 50%;
		width: 750px;
		transform: translateX(-50%);
		margin: 0 auto;
		-ms-overflow-style: none;	/* IE, Edge 対応 */
		scrollbar-width: none;		 /* Firefox 対応 */
	}
	.admin-bar .global-nav-inner {
		top: calc(120px + 46px);
	}
	.global-nav-inner {
		top: 120px;
	}
	.global-nav-inner::-webkit-scrollbar {	/* Chrome, Safari 対応 */
		display: none;
	}
	.global-nav a {
		font-size: 18px;
	}
}
@media screen and (min-width: 783px) {
	.admin-bar .global-nav-inner {
		top: calc(120px + 32px);
	}
}

/* スマホ用SNSボタン */
.header-sns-sp{
	max-width: 350px;
	margin: 40px auto 20px;
	display: flex;
}
.header-sns-sp .sns-link{
	text-align: center;
	flex: 1;
}
.header-sns-sp .sns-icon::before{
	content: none;
}
.sns-icon {
	font-size: 32px;
	color: #222;
}
.sns-icon:hover {
	color: #888;
}


@media (min-width:768px){
	.header-sns-sp{
		display: none;
	}	
}



/* スマホ用下部メニュー */
.bottom-menu{
	background-color: #fff;
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	transition: 0.3s;
	z-index: 8;/*　開いたSPメニューより下　*/
}
.bottom-menu ul{
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
	border-top: 1px solid #999;
	list-style: none;
}
.bottom-menu li{
	flex: 1;
	text-align: center;
	line-height: 15px;
}
.bottom-menu li+li{
	border-left: 1px solid #999;
}
.bottom-menu a{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: min(14px, 3.5vw);
	color: #555;
	margin: auto;
}
.bottom-menu img{
	display: block;
	margin: 0 auto 5px;
	padding-top: 15px;
	width: 25px;
}
@media (max-width:369px){
	.bottom-menu a{
		font-size: 12px;
	}
}
@media (min-width:768px){
	.bottom-menu{
		display: none;
	}
}

/* ページトップに戻るボタン */
.bl_pageTop {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 999;
	display: block;
	box-sizing: border-box;
	width: 90px;
	height: 90px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	background: #000;
	border-radius: 50%;
	transition: 0.5s;
	opacity: 0.5;
}
@media (min-width: 48em) {
	.bl_pageTop {
		right: 10px;
		bottom: 10px;
	}
}
.bl_pageTop:hover {
	opacity: 0.75;
}
.bl_pageTop::before {
	content: '\f102';
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
	font-family: "Font Awesome 5 Free";
	font-size: 25px;
	font-weight: 900;
}



/**
 * フッター
 */

.ly_footer{
	background-color: #f4f2ef;
    padding: 40px 0 0;
}
.footer-content{
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
	width: calc(100% - 20px);
}
.footer-address{
	order: 2;
	margin: 30px auto;
}
.footer-address a[href^="tel:"]{
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
.footer-logo{
	width: 80%;
	margin: 0 auto;
	transition: 0.3s;
}
.footer-logo:hover{
	opacity: 0.5;
}
.pc-only{
	display: none;
}
.footer-menu{
	order: 1;
	width: 100%;
}
.footer-link{
    /*
	margin: 20px auto 0;
    */
	display: flex;
	justify-content: space-between;
}
.footer-link ul{
	list-style: none;
	padding: 0;
	margin: 0;
    width: 48%;
}
.footer-link ul ul {
	margin: 10px auto 0;
	padding-left: 1.2em;
    width: 100%;
}
.footer-link li a{
	transition: 0.3s;
}
.footer-link li a:hover{
	opacity: 0.5;
}
.footer-link li+li{
	margin: 10px auto;
}
.footer-link a{
	color: #000;
	font-size: 14px;
}
.footer-link a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	margin-right: 5px;
}
.footer-link li li a::before {
	content: '\f292';
}
.footer-sns{
	text-align: center;
}
.footer-sns .sns-link{
	display: inline-block;
	margin-right: 30px;
	width: 40px;
}
.footer-sns .sns-link:last-child{
	margin-right: 0;
}
.copyright{
	text-align: center;
	background-color: #484949;
	color: #fff;
    margin-top: 30px;
	padding: 15px 0 85px;
	font-size: 12px;
}
@media (min-width:768px){
	.ly_footer{
		padding: 30px 0 0;
	}
	.footer-address{
		order: 1;
		margin: 0 auto;
		width: 50%;
		padding: 0 20px;
	}
	.footer-logo{
		width: 300px;
		margin: 0;
	}
	.pc-only{
		display: block;
		margin: 0 auto;
	}
	.pc-only p{
		margin: 0 auto;
		line-height: 1.4em;
	}
	.pc-only p+p{
		margin-top: 10px;
	}
	.pc-only a{
        color: #000000;
	}
	.footer-menu{
		order: 2;
		width: 50%;
		margin: 0 auto;
	}
	.footer-link{
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.footer-link a{
		font-size: 16px;
	}
}
@media (min-width:1024px){
	.footer-address{
		padding: 0 40px;
	}
}
@media (min-width:1200px){
	.footer-address{
		width: 60%;
	}
	.footer-menu{
		width: 40%;
	}
	.footer-link > * + * {
		margin-left: 1em;
	}
	
}





/**
 * メイン領域のベース設定
 */




/**
 * メイン領域
 */

.ly_cont {
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}


.entry-content {
	margin-bottom: 4rem;
}
.entry-content p {
	word-wrap: break-word;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* ページネーション */
.page-text{
	margin-bottom: 0.5rem; 
}
.pagination{
	margin: 30px auto;
	text-align: center;
}
.page-numbers{
	display: inline-block;
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	transition: 0.3s;
}
.page-numbers.current,
.page-numbers:hover{
	background-color: #333;
	color: #fff;
}
@media (min-width:768px){
	.pagination {
		margin: 100px auto;
	}
}


/* 03: Module: Element ---------------------*/

/* 見出し */
h2{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
h2 .fs-small{
	display: block;
	font-size: 16px;
	margin-top: 5px;
}
@media (min-width:768px){
	h2{
		font-size: 32px;
	}
}

.el_lv1Heading,
.bl_wysiwyg h1 {
	position: relative;
	padding-bottom: 1em;
	margin: 1.5em 0 2em;
	font-size: 1.5rem;
	text-align: center;
}

.el_lv1Heading::after,
.bl_wysiwyg h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 7em;
	height: 4px;
	margin: auto;
	background: #444;
}
@media (min-width: 48em){
	.el_lv1Heading::before,
	.bl_wysiwyg h1::before {
		font-size: 1.75rem;
	}
}


.el_lv2Heading,
.bl_wysiwyg h2 {
	position: relative;
	padding: 0.25em .5em;
	margin: 2.5em 0 1em;
	font-size: 1.25rem;
	text-align: inherit;
	border-bottom: 4px solid #ccc;
}
.bl_wysiwyg > h2:first-child {
	margin-top: 0;
}
/*
.el_lv2Heading::before,
.bl_wysiwyg h2::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 10em;
	height: 4px;
	background: #444;
}
*/
@media (min-width: 48em){
	.el_lv2Heading,
	.bl_wysiwyg h2 {
		font-size: 1.375rem;
	}
}



/* タグ */
.el_tagHasHash a {
	font-size: 12px;
	color: #999;
}
.el_tagHasHash a::before {
	content: "#";
}


/* 04: Module: Block -----------------------*/

.bl_wysiwyg {
	/* エディタでの出力 */
}
.bl_wysiwyg p,
.bl_wysiwyg > [class^='wp-'] {
	margin-bottom: 1.75em;
}

@media (max-width: 600px) {
	.bl_wysiwyg .wp-block-media-text__content {
		padding: 1em 0;
	}
}

.entry-content figcaption {
	margin-top: .5em;
	margin-bottom:1em;
	color: #555;
	font-size: 0.875em;
}
.wp-block-image {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
	display: table-caption;
	caption-side:bottom
}
*/



/**
 * フレキシブルコンテンツの「画像とテキスト」
 */
.bl_media {
	margin-top: 30px;
}
.bl_media_image,
.bl_media_text {
	margin-bottom: 30px;
}

@media (min-width:768px) {
	/*デフォルトは左寄せ*/
	.bl_media {
		display: flex;
		flex-wrap: nowrap;
		margin-top: 50px;
	}
	.bl_media.bl_media__rev {
		flex-direction: row-reverse;
	}

	.bl_media > * + * {
		margin-left: 2em;
	}
	.bl_media.bl_media__rev > * + * {
		margin-left: 0;
		margin-right: 2em;
	}

	.bl_media_image,
	.bl_media_text {
		margin-bottom: 0px;
	}
	.bl_media_image {
		flex: 2;
	}
	.bl_media_text {
		flex: 3;
	}
	
	.bl_media_image figcaption {
		text-align: start;
	}
	.bl_media__rev .bl_media_image figcaption {
		text-align: end;
	}
}



/* リスト */
ul,
ol {
	padding-left: 2em;
	margin: 0 0 1rem 0;
}

.bl_list,
.bl_wysiwyg > ul {
	padding-left: 1em;
	margin-bottom: 1.75em;
	list-style: none;
	line-height: 1.5;
}

.bl_list li,
.bl_wysiwyg > ul li {
	margin: 0.25em 0;
}

.bl_list > li,
.bl_wysiwyg > ul > li {
	position: relative;
	padding-left: 1em;
}

.bl_list > li::before,
.bl_wysiwyg > ul > li::before {
	position: absolute;
	top: 0.375em;
	left: 0;
	content: "";
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	background: #888;
	border-radius: 50%;
}

.bl_list ul,
.bl_wysiwyg > ul ul {
	list-style: disc;
}

.bl_list ul ul,
.bl_wysiwyg > ul ul ul {
	list-style: circle;
}

.bl_list ol,
.bl_wysiwyg > ul ol {
	list-style: decimal;
}

/* モディファイア：数字付きリスト */
.bl_list.bl_list__numeric {
	padding-left: 2.5em;
	list-style: decimal;
}

.bl_list.bl_list__numeric > li {
	position: static;
	padding-left: 0;
}

.bl_list.bl_list__numeric > li::before {
	content: none;
}

.bl_list.bl_list__numeric > li::before {
	content: none;
}


/* テーブル */
.bl_table {
	margin: 1rem 0;
}

.bl_table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: var(--global--color-primary);
	background: var(--global--color-white);
}

.bl_table th, .bl_table td {
	padding: 0.625em 1em;
	vertical-align: middle;
	border: 1px solid var(--table--border-color);
}

.bl_table th {
	background: var(--table--background-color);
	font-weight: 400;
}

.bl_table thead th {
	text-align: center;
}

.bl_table tbody th {
	white-space: nowrap;
}

@media screen and (max-width: 47.9375rem) {
	.bl_table {
		overflow-x: auto;
	}
	.bl_table table {
		width: 61.25rem;
	}
	.bl_table figcaption {
		text-align: left;
	}
}



/**
 * タグブロック
 * 	タグの「塊」　1行1タグ
 * 	ULでも使える想定
 * 
 */
.bl_tagBlock {
	padding: 0;
	line-height: 1.125;
}

.bl_tagBlock > * {
	display: block;
	margin-bottom: 5px;
}

.entry-content .bl_tagBlock {
	margin: 60px auto;
	max-width: 64rem;
}



/**
 * タグリスト
 * コンパクト設計
 */
.bl_tagList ul {
	padding: 0;
	text-align: center;
}
.bl_tagList ul > * {
	display: inline-block;
	margin: 5px 3px;
}
.el_tag {
	display: inline-block;
	padding: 0.25em 1em;
	color: #666;
	font-size: 12px;
	font-weight: 700;
	background-color: #fff;
	/* ボタンの高さを目安 */
	border: 2px solid currentcolor;
	border-radius: 2.5em;
}
.el_tag:hover {
	background-color: #eee;
}


.hentry {
	margin: 0 10px;
}
.type-article .entry-content {
	margin: 30px auto;
	max-width: 75rem;
}
.subpage-title{
	text-align: center;
}
.subpage-mv {
	text-align: center;
	margin: 30px auto;
}

/* メインがムービーだった時 768px以下でレスポンシブ対応 */
@media (max-width:767px){
	.subpage-mv.is_movie {
		max-width: 720px;
	}
	.subpage-mv.is_movie > p {
		position: relative;
		padding-top: 56.26667%;
	}
	.subpage-mv.is_movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.subpage-catchcopy {
	margin: 60px auto;
	
	font-size: 26px;
	text-align: center;
}
.subpage-catchcopy span {
	position: relative;
	display: inline-block;
	padding-bottom: 0.5em;
	border-bottom: 5px solid #888;
}
.subpage-catchcopy.is_left {
	text-align: left;
}
.subpage-catchcopy.is_right {
	text-align: right;
}

.type-article .flexible-content {
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}
.type-article .flexible-content p {
	line-height: 1.9;
}

@media (min-width:768px){
	.subpage-text{
		margin: 30px auto;
	}
}
@media (min-width:1200px){
	.hentry {
		margin: 0 auto;
	}
}


/* プロフィール部分 */
.profile {
	max-width: 450px;
	margin: 80px 10px 60px;
}
.profile-flex{
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.profile-details{
	width: 45%;
	margin: 0;
}
.profile-details .name{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.profile-img{
	max-width: 200px;
	width: 45%;
	margin: 0;
}
@media (min-width:450px){
	.profile{
		margin: 60px auto;
	}
}




/* 前後の記事へ */
.post-navigation {
	margin: 60px auto;
	
	max-width: 48rem;
}
.post-navigation .nav-links {
	display: flex;
}
.post-navigation .nav-links a {
	color: inherit;
	display: block;
}
.post-navigation .nav-links a:hover {
	background-color: #eee;
}
.post-navigation .nav-links > * {
	margin: 0 1em;
	flex: 1;
	max-width: 50%;
}
.nav-next {
	text-align: right;
}




/* 記事がないときの表示 */
.bl_noEntry {
	margin-bottom: 100px;
}
.bl_noEntry h2 {
	font-size: 2rem;
	font-weight: 400;
}



/* 07: Unique ------------------------------*/


/* アバウト */
.post-35.hentry {
	max-width: none;
	margin: 0;
	padding-top: 4em;
}
.post-35 .entry-content {
	position: relative;
	line-height: 1.75;
}
@media (min-width: 48em) {
	.post-35 .entry-content {
		line-height: 2.6;
	}
}
.post-35 .ly_cont {
	width: calc(100% - 20px);
}

/* アバウト：矢印画像 */
.un_aboutABimg {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	width: min(30vw, 400px);
}
.un_aboutABimg * {
	margin: 0;
}
@media (min-width: 75em) {
	.un_aboutABimg {
		left: calc(50vw - 37.5em);
	}
}
.un_aboutABimg_spOnly {
	display: none;
}
@media (max-width: 47.9375em) {
	.un_aboutABimg_spNone {
		display: none;
	}
	.un_aboutABimg_spOnly {
		display: block;
	}
}

/* アバウト：男女コンビ画像 */
.un_aboutCombiImg_wrap {
	margin-bottom: 30px;
}
.un_aboutCombiImg {
	text-align: center;
	margin-bottom: 20px;
}
.un_aboutCombiImg * {
	display: inline;
	margin: 0;
}
.un_aboutCombiImg img {
	width: 30%;
	max-width: 150px;
}

@media (min-width: 48em) {
	.un_aboutCombiImg_wrap > * {
		position: relative;
		padding-top: 41.8%;
	}
	.un_aboutCombiImg figure {
		position: absolute;
		top: 0;
		width: 18%;
	}
	.un_aboutCombiImg img {
		width: 100%;
	}
	.un_aboutCombiImg figure:nth-child(1) {
		left: 0;
	}
	.un_aboutCombiImg figure:nth-child(2) {
		right: 0;
	}
	.un_aboutCombiImg_wrap > * p {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (min-width: 75em) {
	.un_aboutCombiImg_wrap > * {
		margin: 0 3em;
	}
}


.un_about2girls > * {
	width: 42%;
	max-width: 210px;
}
.is-IE .un_about2girls.wp-block-image .aligncenter {
	display: block;
}

/* アバウト：見出し */
.post-35 .el_lv1Heading {
	line-height: 1.25;
}
.un_aboutABimg + .el_lv1Heading {
	margin-top: 10%;
}
.post-35 .el_lv1Heading::after {
	background: #e94751;
}
.post-35 .el_lv1Heading img {
	width: 75%;
	max-width: 600px;
}
.un_aboutPanphImages {
	padding: 0em;
	text-align: center;
	/*background: #f5f5f5;*/
}
.un_bdbColorY.el_lv1Heading::after {
	background: #f8b100;
}
.un_bdbColorC.el_lv1Heading::after {
	background: #00b5ca;
}

/* アバウト：本文スマホ時左揃え */
@media (max-width: 47.9375em) {
	.post-35 .has-text-align-center {
		text-align: inherit;
	}
}




/* タグのアーカイブページ */
.page-header {
	text-align: center;
	margin: 60px auto;
}

/*	pcメイン */
.main{
	margin: 30px auto 0;
}
.bl_cardUnit{
	margin: 30px auto;
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.list-item {
	width: 48%;
	margin: 20px auto;
	padding: 0 10px;
	transition: 0.3s;
	
	position: relative;
}

.list-item.is_sticky time {
	opacity: 0;
}

/*
@supports (display: grid) {
	.bl_cardUnit {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.list-item {
		width: auto;
		margin: 20px 0;
	}
}
*/


/*
.el_newIcon {
	color: red;
	font-weight: bold;
}
*/
.list-item .bl_newIcon {
	position: absolute;
	left: 10px;
	top: 0;
	
	font-size: 11px;
}
.bl_newIcon::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-color: #DD3344 transparent transparent transparent;
	border-style: solid;
	border-width: 4.625em 4.625em 0 0;
}

.bl_newIcon_txt {
	position: absolute;
	left: 0.375em;
	top: 1.125em;
	z-index: 2;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	transform: rotate(-45deg);
}

.list-item.is_sticky .bl_stickyIcon {
	position: absolute;
	left: 10px;
	top: 0;
	
	font-size: 18px;
}
.bl_stickyIcon::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-color: #146891 transparent transparent transparent;
	border-style: solid;
	border-width: 50px 50px 0 0;
}

.bl_stickyIcon_txt {
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 2;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	transform: rotate(30deg);
}


.page-link{
	margin: 10px auto;
	font-weight: bold;
	min-height: calc( 1.4em * 2 );
	line-height: 1.4;
	font-size: 18px;
	text-align: left;
}

.list-item > a{
	color: inherit;
	display: block;
}

.list-item > a:hover{
	opacity: 0.5;
}
/*
.img-thumbnail{
	background-color: #999;
}
.img-thumbnail img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.details-content{
	width: 100%;
	margin: 10px auto;
}
*/
.list-item figure {
	position: relative;
	padding-top: 75%;
}
.list-item figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";	
}
.date {
	margin-top: 0.5rem;
	font-size: 14px;
}

.list-item .bl_tagBlock {
	margin-top: 20px;
}



@media (min-width:768px){
	.main{
		margin: 0 auto;
	}
	.bl_cardUnit{
		margin: 60px auto;
	}
	.list-item{
		width: 24%;
		margin: 20px auto;
		padding: 0 10px;
	}
	/*
	@supports (display: grid) {
		.bl_cardUnit {
			grid-template-columns: repeat(4, 1fr);
		}
		.list-item {
			width: auto;
			margin: 20px 0;
		}
	}
	*/
}
@media (min-width:1200px){
	.content{
		margin: 60px auto;
	}
}



/* 固定ページ */


/* シングルページ */


/* トップページ */

/* トップページ：MV矢印画像 */
.img-arrow_sp,
.img-arrow_pc {
	position: absolute;
	z-index: 1;
}
.img-arrow_sp {
	top: -25px;
	left: -5px;
	width: 30%;
}
.img-arrow_pc{
	display: none;
}
@media (min-width:768px){
	.img-arrow_pc{
		display: block;
		top: -25px;
		left: -5px;
		width: 25%;
		max-width: 400px;
	}
	.img-arrow_sp{
		display: none;
	}
}

/* トップページ：MVモードBスライダー */
.un_frontSlider{
    max-width: 1400px;
    max-height: 480px;
	margin: 30px auto;
	position: relative;
}
.un_frontSlider .slider{
	width: 98%;
	margin: 0 auto;
	padding: 0;
}
.un_frontSlider .slick-dots {
	bottom: 5px;
}
.un_frontSlider .slick-dots li button:before {
	font-size: 12px;
}
.un_frontSlider .slick-dotted.slick-slider,
.un_frontSlider .slick-dotted.slick-slider .slick-slide,
.un_frontSlider .slick-dotted.slick-slider .slick-slide a{
    max-width: 1400px;
    max-height: 480px;
    width: 100%;
    height: 100%;
}
.un_frontSlider img{
    object-fit: contain;
    object-position: center;
    max-width: 1400px;
    max-height: 480px;
    width: 100%;
    height: 100%;
}

@media (min-width:1200px){
	.slider{
        /*
		width: 95%;
        */
		margin: 0 auto;
	}
	.slider img{
		width: 100%;
	}
}


/* トップページ：MVモードA */
.un_frontSlider.is_modeA {
	max-width: 1599px;
}
.un_frontMV {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.un_frontMV_action {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;

	animation-name: fadeout;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}
.un_frontMV_action > * {
	position: relative;
	flex: 1;
	overflow: hidden;
	height: 100%;
	background-color: #FFF;
}
.un_frontMV_action_img,
.un_frontMV_action_copy {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.un_frontMV_action_img {
	z-index: 2;
	transform: translateX(-101%);

	animation-name: slidein;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.01,.75,.48,.97);
}
.un_frontMV_action_copy {
	z-index: 1;
}

@keyframes slidein {
	from {
		transform: translateX(-100%);
	}
	
	to {
		transform: none;
	}
}
@keyframes fadeout {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}
/* アニメーション時間まとめ*/
.un_frontMV_action_img {
	animation-duration: 0.3s;/*スライドイン時間*/
}
.un_frontMV_action > *:nth-child(1) .un_frontMV_action_img {
	animation-delay: 0.5s;
}
.un_frontMV_action > *:nth-child(2) .un_frontMV_action_img {
	animation-delay: 1.3s;
}
.un_frontMV_action > *:nth-child(3) .un_frontMV_action_img {
	animation-delay: 2.1s;
}
.un_frontMV_action {
	animation-duration: 0.6s;/*フェードアウトにかかる時間*/
	animation-delay: 4s;
}


/*	トップページ：pc　メニュー */
.bl_tagUnit{
	display: none;
}
@media (min-width:768px){
	.bl_tagUnit{
		display:flex;
		flex-wrap: wrap;
		list-style: none;
		height: 70px;
		margin: 30px auto;
		max-width: 1400px;
        padding: 0!important;
	}
	.bl_tagUnit li{
		flex: 1;
		transition: 0.3s;
	}
	.bl_tagUnit li:hover{
		opacity: 0.5;
	}
	.bl_tagUnit li+li{
		border-left: 1px solid #333;
	}
	.bl_tagUnit a{
		color: #000;
		font-size: 1.125rem;
		font-weight: bold;
		width: 100%;
		height: 100%;
		text-align: center;
		display: flex;
        justify-content: center;
		align-items: center;
        flex-wrap: wrap;
		text-decoration: none;
	}
    .bl_tagUnit a.future{
        padding: 10px 0;
    }
    .bl_tagUnit a span{
        display: block;
        width: 100%;
    }
	.bl_tagUnit-link{
		flex: 1;
	}
	.fs-small{
		display: block;
		font-size: 12px;
        width: 100%;
        /*
		margin-top: 5px;
		font-weight: normal;
		color: #999;
        */
	}
}

/* 協賛 */
.un_sponsorBnr{
	padding: 0 10px;
	margin: 60px auto;
    /*
	background-color: #f6f6f6;
	background-image:radial-gradient(#999 20%, transparent 20%), radial-gradient(#999 20%, transparent 20%);
	background-size: 5px 5px;
	background-position: 0 0, 2.5px 2.5px;*/
	overflow: hidden;
}
ul.sponsor-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 30px auto 0;
    padding: 0!important;
}
ul.sponsor-list li{
    /*
	margin: 5px;
	float: left;
    */
    aspect-ratio: 501/104;
	width: 48%;
}
ul.sponsor-list li:nth-child(n+3){
    margin-top: 10px;
}
ul.sponsor-list li img{
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.sponsor-item{
	width: 48%;
	margin: 10px auto;
}
@media (min-width:768px){
	.un_sponsorBnr{
		/*background-image:radial-gradient(#ccc 20%, transparent 20%), radial-gradient(#ccc 20%, transparent 20%);
		background-size: 8px 8px;
		background-position: 0 0, 4px 4px;*/
	}
	.sponsor-item{
		width: 18%;
	}
	ul.sponsor-list{
        justify-content: flex-start;
        margin: 30px auto 0;
        list-style: none;
        max-width: 1400px;
    }
	ul.sponsor-list li+li{
        margin-left: calc( (100% - 95%) / 4 );
    }
	ul.sponsor-list li:nth-child(5n+1){
        margin-left: 0;
    }
	ul.sponsor-list li{
        /*
        margin: 5px;
        float: left;
        */
        width: 19%;
    }
    ul.sponsor-list li:nth-child(n+3){
        margin-top: 0;
    }
    ul.sponsor-list li:nth-child(n+6){
        margin-top: 15px;
    }
}

/* 08: Helper ------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after {
	clear: both;
}

.hp_center{
	text-align: center;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

@media (prefers-reduced-motion) {
	* {
		transition-delay: 0s !important;
		transition-duration: 0s !important;
	}
}





.is-IE {
	/* IEの時bodyに is-IE クラスがつくのでそれを利用する */
}


/* 09: Print -------------------------------*/



/*-------------------------------------------
    2026年 改修
-------------------------------------------*/
/*===== LINEバナー =====*/
.bl_bottomBanner{
    display: block;
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 550px;
    width: 95%;
    height: 60px;
}
.bl_bottomBanner a{
    transition: 0.3s;
    width: 100%;
    height: 100%;
}
.bl_bottomBanner a:hover{
    opacity: 0.7;
}
@media (min-width:768px){
    .bl_bottomBanner{
        bottom: 30px;
    }
}
@media (min-width:1200px){
    .bl_bottomBanner{
        max-width: 650px;
    }
}

/*===== LINE登録ボタン =====*/
.bl_lineBtn{
    text-align: center;
    margin: 20px auto;
}

/*===== プレゼントページ =====*/
.bl_presentCol+.bl_presentCol{
    border-top: 2px dashed #ccc;
    margin-top: 30px;
    padding-top: 30px;
}
.bl_presentCol figure{
    margin: 0 auto;
}
.bl_presentCol h3{
    text-align: center;
    margin: 20px auto;
}
.bl_presentCont .bl_btnCont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px auto;
}
.bl_presentCont .bl_btnCont .el_btn{
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 60px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
    max-width: 320px;
    width: 100%;
    height: 60px;
}
.bl_presentCont .bl_btnCont .el_btn:hover{
    background-color: #333;
    color: #fff;
    opacity: 1;
}
.bl_presentCont .bl_btnCont .el_btn+.el_btn{
    margin-top: 20px;
}
@media (min-width:768px){
    .bl_presentCont .bl_btnCont .el_btn+.el_btn{
        margin-top: 0;
        margin-left: 20px;
    }
}

/*===== アバウトページ =====*/
/* 共通 */
.bl_aboutCont{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 auto 120px;
    max-width: 1000px;
    padding: 0 15px;
}
.bl_aboutCont h1{
    text-align: center;
    padding: 0!important;
    margin-bottom: 60px;
}
.bl_aboutCont h1::after{
    display: none!important;
}
.bl_aboutCont h2{
    border: 0!important;
    font-size: clamp(1.5rem, 0.833rem + 1.39vw, 1.875rem); /* 24~30px */
    font-weight: 600;
    text-align: center;
    padding: 0;
}
.bl_aboutCont h3{
    text-align: center;
    margin: 60px auto 20px;
}
.bl_aboutCont p{
    font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem); /* 16~20px */
    line-height: 3;
    margin: 0;
}
.bl_aboutCont p br{
    display: none;
}
.bl_aboutCont figure{
    text-align: center;
    margin: 0;
}
.bl_aboutCont figure.pc{
    display: none;
}
@media (min-width:768px){
    .bl_aboutCont p br{
        display: block;
    }
    .bl_aboutCont figure.sp{
        display: none;
    }
    .bl_aboutCont figure.pc{
        display: block;
    }
}
@media (min-width:1100px){
    .bl_aboutCont{
        padding: 0;
    }
}

/* イントロ */
.bl_aboutCont .bl_intro{
    margin-bottom: 80px;
}
.bl_aboutCont .bl_intro figure{
    margin: 40px auto;
}
@media (min-width:768px){
    .bl_aboutCont .bl_intro figure{
        margin: 80px auto;
    }
    .bl_aboutCont .bl_intro p{
        text-align: center;
    }
}

/* 吹き出し */
.bl_aboutCont .bl_fukidashiCont > .wp-block-group__inner-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 120px auto 180px;
}
.bl_aboutCont .bl_fukidashiCont .bl_fukidashi{
    border: 2px solid #00abe1;
    border-radius: 40px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: 30px 20px;
    position: relative;
    text-align: left;
    margin-top: 40px;
}
.bl_aboutCont .bl_fukidashiCont .bl_fukidashi::before{
    border-style: solid;
    border-width: 0 15px 30px 15px;
    border-color: transparent transparent #00abe1;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -100%;
}
.bl_aboutCont .bl_fukidashiCont .bl_fukidashi::after{
    border-style: solid;
    border-width: 0 12.8px 25.5px 12.8px;
    border-color: transparent transparent #ffffff;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -100%;
}
.bl_aboutCont .bl_fukidashiCont .bl_fukidashi p{
    margin: 0;
    line-height: 1.6;
}
.bl_aboutCont .bl_fukidashiCont .bl_fukidashi h2{
    color: #00abe1;
    margin: 0 auto 10px;
    text-align: left;
}
@media (min-width:768px){
    .bl_aboutCont .bl_fukidashiCont figure{
        width: 320px;
    }
    .bl_aboutCont .bl_fukidashiCont .bl_fukidashi{
        margin: 0;
        padding: 30px;
        width: calc( 100% - 380px );
    }
    .bl_aboutCont .bl_fukidashiCont .bl_fukidashi::before{
        border-width: 15px 30px 15px 0;
        border-color: transparent #00abe1 transparent transparent;
        translate: -100% -50%;
        top: 50%;
        left: 0;
    }
    .bl_aboutCont .bl_fukidashiCont .bl_fukidashi::after{
        border-width: 12.8px 25.5px 12.8px 0;
        border-color: transparent #ffffff transparent transparent;
        top: 50%;
        left: 0;
        translate: -100% -50%;
    }
}

/* future・kinet */
.bl_aboutCont h2+h3{
    margin-top: 80px;
}
.bl_aboutCont .bl_flexCont+h3{
    margin-top: 140px;
}
.bl_aboutCont .bl_flexCont .wp-block-group__inner-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.bl_aboutCont .bl_flexCont .bl_flexCol{
    width: 100%;
    order: 1;
}
.bl_aboutCont .bl_flexCont p{
    font-size: 15px!important;
}
.bl_aboutCont .bl_flexCont figure.bl_flexCol{
    order: 2;
}
.bl_aboutCont .bl_flexCont figure.bl_flexCol img{
    margin: 0;
    width: 100%;
}
@media (min-width:1024px){
    .bl_aboutCont .bl_flexCont .bl_flexCol,
    .bl_aboutCont .bl_flexCont figure.bl_flexCol{
        order: 1;
        margin: 0;
    }
    .bl_aboutCont .bl_flexCont.future .bl_flexCol{
        max-width: 600px;
        width: 55%;
    }
    .bl_aboutCont .bl_flexCont.future figure.bl_flexCol{
        max-width: 400px;
        width: 100%;
    }
    .bl_aboutCont .bl_flexCont.kinet .bl_flexCol{
        text-align: right;
        max-width: 440px;
        width: 100%;
    }
    .bl_aboutCont .bl_flexCont.kinet figure.bl_flexCol{
        max-width: 520px;
        width: 50%;
    }
}

/*===== LINE友達登録ページ =====*/
.bl_lineCont{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 120px;
}
.bl_lineCont h1{
    color: #666;
    font-size: clamp(1.75rem, 0.972rem + 1.62vw, 2.188rem); /* 28~35px */
    margin-top: 80px;
}
.bl_lineCont h1::after{
    background-color: #05b604;
    max-width: 380px;
    width: 85%;
}
.bl_lineCol{
    margin-bottom: 120px;
}
.bl_lineCol p{
    color: #666;
    font-weight: bold;
    font-size: clamp(1.5rem, 0.833rem + 1.39vw, 1.875rem); /* 24~30px */
    line-height: 1.8;
}
.bl_lineCol p em{
    font-size: clamp(1.125rem, 0.458rem + 1.39vw, 1.5rem); /* 18~24px */
    font-style: normal!important;
}
.bl_lineCol p strong::before{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin-right: 10px;
    vertical-align: -8px;
    width: 40px;
    height: 40px;
}
.bl_lineCol p.el_line-num01 strong::before{
    background-image: url("assets/images/line/icon_line-num01.jpg");
}
.bl_lineCol p.el_line-num02 strong::before{
    background-image: url("assets/images/line/icon_line-num02.jpg");
}
.bl_lineCol p.el_line-num03 strong::before{
    background-image: url("assets/images/line/icon_line-num03.jpg");
}
.bl_lineCol p.el_line-num04 strong::before{
    background-image: url("assets/images/line/icon_line-num04.jpg");
}
.bl_lineCol p br{
    display: none;
}
.bl_lineCol figure{
    text-align: center;
}
.el_line-btn{
    display: block;
    margin: 0 auto;
    max-width: 450px;
    transition: 0.3s;
}
.el_line-btn:hover{
    opacity: 0.5;
}
@media (min-width:768px){
    .bl_lineCol p{
        text-align: center;
    }
    .bl_lineCol p br{
        display: block;
    }
}

/* 260226追加 */
.aligncenter  {
	text-align: center;
}