/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2025 | 08:28:18 */
/* 共通 - Common
-------------------------------------------------- */
.rtc_clr_yellow span { color: #ffff00; }

.rtc_block_honyaku {
	padding: 10px;
	background-color: #ebedf4;
}
.rtc_list_honyaku_btns {
	list-style: none;
	margin: 0;
	gap: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.rtc_list_honyaku_btns > li a {
	display: block;
	width: 150px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #142D62;
	border-radius: 50vh;
}
.rtc_list_honyaku_btns > li a::before {
	margin-right: 5px;
	content: '\f1ab';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	.rtc_block_honyaku {
		padding: 0;
	}
	.rtc_list_honyaku_btns {
		gap: 0;
	}
	.rtc_list_honyaku_btns > li {
		width: 50%;
	}
	.rtc_list_honyaku_btns > li:first-child {
		width: 100%;
	}
	.rtc_list_honyaku_btns > li a {
		padding: 5px;
		width: 100%;
		border-radius: 0;
		border: 1px solid #fff;
	}
}

/* b1系 - B01
-------------------------------------------------- */
/* ●B01ページのみ適応パーツ */
@media (max-width: 480px) {
	/* 特集画像がPC3列時、SP2列に */
	body.es-page-b-01 .esx-list-style-b1 .has-3-columns > * {
		width: calc( 50% - 10px );
	}
	body.es-page-b-01 .esx-list-style-b1 .has-3-columns > *:not(:nth-child(3n+1)) {
		margin: 0 0 20px 0;
	}
	body.es-page-b-01 .esx-list-style-b1 .has-3-columns {
		justify-content: space-between;
	}
}
@media (min-width: 481px) {
	body.es-page-b-01 .uagb-columns__stack-mobile > .uagb-columns__inner-wrap { display: flex; }
}

/* バナー画像ホバー時アニメーション・リンク */
body.es-page-b-01 .esc-image-hover-zoom { overflow: hidden; }
body.es-page-b-01 .esc-image-hover-zoom img { transition: transform .5s ease; }
body.es-page-b-01 .esc-image-hover-zoom:hover img { transform: scale( 1.1 ); }
body.es-page-b-01 .esc-image-hover-zoom figcaption:hover + a > img { transform: scale( 1.1 ); }
body.es-page-b-01 .entry-content .esx-expand-link:hover { cursor: pointer; }


/* ★バナー画像カスタム-B1 */
.esx-list-style-b1 figure.wp-block-image {
	position: relative;
}
.esx-list-style-b1 .uagb-columns__inner-wrap .wp-block-image figcaption {
	position: absolute;
	width: calc( 100% - 25% );
	margin: 0 auto;
	padding: 0.25rem 0;
	font-family: 'Noto Serif JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	text-shadow: 0 0 4px rgba( 0, 0, 0, .7 );
}
.esx-list-style-b1 .uagb-columns__inner-wrap .wp-block-image figcaption::first-line {
	font-size: 1.2rem;
	text-shadow: 0 0 8px rgba( 0, 0, 0, 1 );
}
.esx-list-style-b1 figure.wp-block-image::before {
	content: ' ';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, .3);
}
.esx-list-style-b1 figure.wp-block-image::after {
	content: ' ';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 1rem;
	border: solid 0.15rem #fff;
}
.esx-list-style-b1 .es-list a:hover .es-list-content::before {
	background-color: rgba( 0, 0, 0, 0 );
	transition: .35s ;
}

@media (max-width: 480px) {
	/* 特集画像がPC3列時、SP2列に */
	.esx-list-style-b1 .has-3-columns > * {
		width: calc( 50% - 10px );
	}
	.esx-list-style-b1 .has-3-columns > *:not(:nth-child(3n+1)) {
		margin: 0 0 20px 0;
	}
	.esx-list-style-b1 .has-3-columns {
		justify-content: space-between;
	}
}

/* ★ボタングループカスタム-B1 */
.esx-search-block-style-b1 .search_btn_group a.wp-block-button__link{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 8px;
	/* 以下有効にすればブロック設定のカラーをカスタムプロパティのカラーに上書き可能     
	color: #ffffff !important;
	background: var(--b-main-color) !important;
	*/
}
.esx-search-block-style-b1 .search_btn_group a.wp-block-button__link div > * {
	margin: 0;
	text-align: left;
	line-height: 1.8;
	border-bottom: dashed 2px;
}
.esx-search-block-style-b1 .search_btn_group a.wp-block-button__link p.last-line {
	padding: 4px 0;
	font-size: 1rem;
	font-weight: 400;
	border: none;
}
.esx-search-block-style-b1 .search_btn_group span[class*=" icon-"]::before {
	margin: 12px 8px;
	font-size: 72px;
}

@media (max-width: 480px) {
	.esx-search-block-style-b1 .search_btn_group a.wp-block-button__link div > * {
		margin: 0;
		padding: 4px 0;
	}
	.esx-search-block-style-b1 .search_btn_group a.wp-block-button__link p.last-line {
		display: none;
	}
}


/* ★特集画像カスタム-B1 */
.esx-list-style-b1 .es-list .es-list-content h3.wrap {
    padding: 1rem 0;
    text-align: center;
    font-size: 1.2rem;
}
@media (max-width: 480px) {
	.esx-list-style-b1 .es-list .es-list-content h3.wrap {
		padding: 0.5rem 0;
		font-size: 1rem;
	}
}


/* b2系 - B02
-------------------------------------------------- */
/* ●B02ページのみ適応パーツ */
/* キャプションを画像内bottom配置 */
body.es-page-b-02 .entry-content .esc-image-caption-bottom {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
body.es-page-b-02 .entry-content .esc-image-caption-bottom figcaption {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

/* ホバー時アニメーション・リンク */
body.es-page-b-02 .esc-image-hover-zoom { overflow: hidden; }
body.es-page-b-02 .esc-image-hover-zoom img { transition: transform .5s ease; }
body.es-page-b-02 .esc-image-hover-zoom:hover img { transform: scale( 1.1 ); }
body.es-page-b-02 .esc-image-hover-zoom figcaption:hover + a > img { transform: scale( 1.1 ); }
body.es-page-b-02 .entry-content .esx-expand-link:hover { cursor: pointer; }

/* 
キャプションのレパートリー
以下のいずれかを画像ブロック追加CSSに適用
・esx-image-caption-bg-black: 黒背景 + 白文字
・esx-image-caption-bg-white: 白背景 + 黒文字
・esx-image-caption-black: 背景ナシ + 黒文字
・esx-image-caption-white: 背景ナシ + 白文字

※ 画像とのコントラスト見てキャプションの色・透明度を調整してください
*/
body.es-page-b-02 .esx-image-caption-bg-black figcaption {
	color: #fff;
	background: rgba( 0, 0, 0, 0.5 );
}
body.es-page-b-02 .esx-image-caption-bg-white figcaption {
	color: #333;
	background: rgba( 255, 255, 255, 0.75 );
	text-shadow: 0 0 4px rgba( 255, 255, 255, 0.5 );
}
body.es-page-b-02 .esx-image-caption-black figcaption {
	color: #000;
	text-shadow: 0 0 8px rgba( 255, 255, 255, 1 ), 
		0 0 4px rgba( 255, 255, 255, 1 ),  
		0 0 4px rgba( 255, 255, 255, 1 ), 
		0 0 2px rgba( 255, 255, 255, 0.75 );
}
body.es-page-b-02 .esx-image-caption-white figcaption {
	color: #fff;
	text-shadow: 0 0 8px rgba( 0, 0, 0, 1 ),  0 0 2px rgba( 0, 0, 0, 0.5 );
}


/* ★ボタングループカスタム-B2 */
.esx-search-block-style-b2 .search_btn_group a.wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-size: 1.25rem;
	/* 以下有効にすればブロック設定のカラーをカスタムプロパティのカラーに上書き可能     
	color: #ffffff !important;
	background: var(--b-main-color) !important;
	*/
}
.esx-search-block-style-b2 .search_btn_group span {
	padding-top: 0.5rem;
}

@media (max-width: 480px) {	
	.esx-search-block-style-b2 .search_btn_group a.wp-block-button__link {
		font-size: 11px;
		flex-direction: column;
	}
}

/* ★特集画像カスタム-B2 */
.esx-list-style-b2 .es-list-item a {
	position: relative;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1 );
	transition: .35s ;
}
.esx-list-style-b2 .es-list-item a:hover {
	border-color: #ccc;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0 );
	transform: translate3d( 0, 3px, 0 );
}
.esx-list-style-b2 .es-list a .es-list-figure::before {
	padding-top: 55%;
}
.esx-list-style-b2 .es-list a .es-list-figure::after {
	background-color: rgba( 0, 0, 0, 0 );
	position: absolute;
	content: ' ';
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .35s ;
}
.esx-list-style-b2 .es-list a .es-list-figure img {
	height: auto;
}
.esx-list-style-b2 .es-list .es-list-content h3.wrap {
	display: none;
}
.esx-list-style-b2 .es-list a:hover img {
	transform: none;
}
.esx-list-style-b2 .es-list a:hover h3.wrap {
	text-decoration: none;
}
.esx-list-style-b2 .es-list a:hover .es-list-figure::after {
	background-color: rgba( 0, 0, 0, 0.1 );
}

/* 特集画像がPC3列時、SP2列に */
@media (max-width: 480px) {	
	.esx-list-style-b2 .has-3-columns > * {
		width: calc( 50% - 10px );
	}
	.esx-list-style-b2 .has-3-columns > *:not(:nth-child(3n+1)) {
		margin: 0 0 20px 0;
	}
	.esx-list-style-b2 .has-3-columns {
		justify-content: space-between;
	}
}


/* b3系 - B03
-------------------------------------------------- */
/* ●B03ページのみ適応パーツ */
/* バナー画像ホバー時アニメーション・リンク */
body.es-page-b-03 .esc-image-hover-zoom { overflow: hidden; }
body.es-page-b-03 .esc-image-hover-zoom img { transition: transform .5s ease; }
body.es-page-b-03 .esc-image-hover-zoom:hover img { transform: scale( 1.1 ); }
body.es-page-b-03 .esc-image-hover-zoom figcaption:hover + a > img { transform: scale( 1.1 ); }
body.es-page-b-03 .entry-content .esx-expand-link:hover { cursor: pointer; }

/* ★特集・バナー画像カスタム-B3 */
.esx-list-style-b3 .es-list a,
.esx-list-style-b3 figure.wp-block-image {
	position: relative;
}
.esx-list-style-b3 .es-list .es-list-content h3.wrap, 
.esx-list-style-b3 .uagb-columns__inner-wrap .wp-block-image figcaption {
	position: absolute;
	width: calc( 100% - 25% );
	margin: 0 auto;
	padding: 0.25rem 0;
	border: solid;
	border-width: 0.15rem 0 0.15rem 0;
	font-family: 'Noto Serif JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	color: #fff;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	text-shadow: 0 0 8px rgba( 0, 0, 0, 1 );
}
.esx-list-style-b3 .es-list .es-list-content::before, 
.esx-list-style-b3 figure.wp-block-image::before {
	content: ' ';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.3 );
}
.esx-list-style-b3 .es-list a:hover .es-list-content::before {
	background-color: rgba( 0, 0, 0, 0 );
	transition: .35s ;
}
.esx-list-style-b3 .es-list a:hover h3.wrap {
	text-decoration: none;
}


@media (max-width: 480px) {
	/* 特集画像がPC3列時、SP2列に */
	.esx-list-style-b3 .has-3-columns > * {
		width: calc( 50% - 10px );
	}
	.esx-list-style-b3 .has-3-columns > *:not(:nth-child(3n+1)) {
		margin: 0 0 20px 0;
	}
	.esx-list-style-b3 .has-3-columns {
		justify-content: space-between;
	}
	/* 特集画像のみ、SP時キャプション調整 */
	.esx-list-style-b3 .es-list .es-list-content h3.wrap {
		width: calc( 100% - 20% );
		font-size: 1rem;
	}
}


/* b4系 - B04
-------------------------------------------------- */
/* ●B04ページのみ適応パーツ */
/* キャプションを画像内bottom配置 */
body.es-page-b-04 .entry-content .esc-image-caption-bottom {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
body.es-page-b-04 .entry-content .esc-image-caption-bottom figcaption {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

/* ホバー時アニメーション・リンク */
body.es-page-b-04 .esc-image-hover-zoom { overflow: hidden; }
body.es-page-b-04 .esc-image-hover-zoom img { transition: transform .5s ease; }
body.es-page-b-04 .esc-image-hover-zoom:hover img { transform: scale( 1.1 ); }
body.es-page-b-04 .esc-image-hover-zoom figcaption:hover + a > img { transform: scale( 1.1 ); }
body.es-page-b-04 .entry-content .esx-expand-link:hover { cursor: pointer; }

/* 
キャプションのレパートリー
以下のいずれかを画像ブロック追加CSSに適用
・esx-image-caption-bg-black: カスタム色背景 + 白文字
・esx-image-caption-bg-black: 黒背景 + 白文字
・esx-image-caption-bg-white: 白背景 + 黒文字
・esx-image-caption-black: 背景ナシ + 黒文字
・esx-image-caption-white: 背景ナシ + 白文字

※ 画像とのコントラスト見てキャプションの色・透明度を調整してください
*/
body.es-page-b-04 .esx-image-caption-bg-color figcaption {
	color: #fff;
	background: rgba( 10, 33, 92, 0.7 );
}
body.es-page-b-04 .esx-image-caption-bg-black figcaption {
	color: #fff;
	background: rgba( 0, 0, 0, 0.5 );
}
body.es-page-b-04 .esx-image-caption-bg-white figcaption {
	color: #333;
	background: rgba( 255, 255, 255, 0.75 );
	text-shadow: 0 0 4px rgba( 255, 255, 255, 0.5 );
}
body.es-page-b-04 .esx-image-caption-black figcaption {
	color: #000;
	text-shadow: 0 0 8px rgba( 255, 255, 255, 1 ), 
		0 0 4px rgba( 255, 255, 255, 1 ),  
		0 0 4px rgba( 255, 255, 255, 1 ), 
		0 0 2px rgba( 255, 255, 255, 0.75 );
}
body.es-page-b-04 .esx-image-caption-white figcaption {
	color: #fff;
	text-shadow: 0 0 8px rgba( 0, 0, 0, 1 ),  0 0 2px rgba( 0, 0, 0, 0.5 );
}


/* ★ボタングループカスタム-B4 */
.esx-search-block-style-b4 ul.search_btn_group a.wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border: 4px solid #113797;
	border-radius: 0;
	font-size: 1.25rem;
	/* 以下有効にすればブロック設定のカラーをカスタムプロパティのカラーに上書き可能
	color: #ffffff !important;
	background: var(--b-main-color) !important;
	*/
}
.esx-search-block-style-b4 ul.search_btn_group span {
	padding-top: 0.5rem;
}

@media (max-width: 480px) {
	.esx-search-block-style-b4 .search_tab_group * {
		margin: 0 !important;
		border: 0 !important;
	}
	.esx-search-block-style-b4 .search_tab_group li {
		min-width: 45%;
	}
	.esx-search-block-style-b4 .search_tab_group li a {
		font-size: 1.2rem;
		font-weight: 700;
		padding: 4px 0 !important;
	}
	.esx-search-block-style-b4 .tab_panel {
		padding: 16px 0;
	}
	.esx-search-block-style-b4 ul.search_btn_group {
		justify-content: center;
	}
	.esx-search-block-style-b4 ul.search_btn_group li {
		width: 80%;
	}
	.esx-search-block-style-b4 ul.search_btn_group li:not(:last-of-type) {
		margin-bottom: 12px
	}
	.esx-search-block-style-b4 ul.search_btn_group a.wp-block-button__link {
		font-size: 1rem;
	}
	.esx-search-block-style-b4 ul.search_btn_group a.wp-block-button__link span::before {
		font-size: 2.5rem;
	}
}

/* ★特集画像カスタム-B4 */
.esx-list-style-b4 {
	padding: 20px 0;
}
.esx-list-style-b4 .es-list-item a, 
.esx-list-style-b4 figure.wp-block-image {
	position: relative;
	box-shadow: 1px 4px 2px rgba( 0, 0, 0, 0.2 );
	transition: .35s ;
}
.esx-list-style-b4 .es-list-item a:hover, 
.esx-list-style-b4 figure.wp-block-image:hover {
	box-shadow: 1px 4px 2px rgba( 0, 0, 0, 0.2 );
	transform: translate3d( 0, 4px, 0 );
}
.esx-list-style-b4 .es-list a .es-list-figure::after, 
.esx-list-style-b4 .wp-block-image a img::after {
	position: absolute;
	content: ' ';
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .35s ;
}
.esx-list-style-b4 .es-list a .es-list-figure::before,
.esx-list-style-b4 .wp-block-image a img::before {
	background-color: #fff;
}
.esx-list-style-b4 .es-list .es-list-content h3.wrap, 
.esx-list-style-b4 .uagb-columns__inner-wrap .wp-block-image figcaption {
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 8px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
/* 	color: var(--b-main-color); */
	background-color:  #fff;
}
.esx-list-style-b4 .es-list a:hover img, 
.esx-list-style-b4 .wp-block-image:hover img {
	transform: none;
}
.esx-list-style-b4 .es-list a:hover h3.wrap, 
.esx-list-style-b4 .wp-block-image:hover figcaption {
	text-decoration: none;
}
.esx-list-style-b4 .es-list a:hover,
.esx-list-style-b4 .wp-block-image:hover {
	opacity: 0.75;
	cursor: pointer;
}

/* 特集画像がPC3列時のレイアウト調整 */ 
.esx-list-style-b4 .has-3-columns {
	justify-content: center;
}
.esx-list-style-b4 .has-3-columns > * {
	width: 25%;
}

@media (max-width: 480px) {
	.esx-list-style-b4 {
		padding: 20px 10px !important;
	}
	.esx-list-style-b4 .es-list .es-list-content h3.wrap, 
	.esx-list-style-b4 .uagb-columns__inner-wrap .wp-block-image figcaption {
		font-size: 0.8rem;
	}
	
	/* 特集画像がPC3列時、SP2列に */
	.esx-list-style-b4 .has-3-columns {
		justify-content: space-between;
	}
	.esx-list-style-b4 .has-3-columns > * {
		width: calc( 50% - 10px );
	}
	.esx-list-style-b4 .has-3-columns > *:not(:nth-child(3n+1)) {
		margin: 0 0 20px 0;
	}
	
	/* カラムブロックPC4列をSP2列に */
	.esx-list-style-b4 .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.esx-list-style-b4 .uagb-columns__inner-wrap .wp-block-uagb-column {
		width: calc(50% - 10px) !important;
	}
	.esx-list-style-b4 .uagb-columns__inner-wrap .wp-block-uagb-column .uagb-column__inner-wrap {
		padding: 0;
	}
	.esx-list-style-b4 .uagb-columns__inner-wrap .wp-block-uagb-column {
		margin: 0 0 14px 0;
	}
	.esx-list-style-b4 .uagb-columns__inner-wrap .wp-block-uagb-column .uagb-column__inner-wrap figure {
		margin:  0 0 6px 0;
	}
}


/* b5系 - B05
-------------------------------------------------- */
/* ●B05ページのみ適応パーツ */
/* ★検索ボタン・バナー画像カスタム B5 (カラムブロック+画像) */
@media (max-width: 767px) {
	body.es-page-b-05 .esx-button-columns .uagb-columns__stack-mobile > .uagb-columns__inner-wrap {
		display: flex;
	}
}
@media (max-width: 480px) {
	body.es-page-b-05 .esx-button-columns .uagb-columns__stack-mobile > .uagb-columns__inner-wrap {
		display: block;
	}
}

/* バナーにシャドウ */
body.es-page-b-05 .esx-banner-shadow figure img { box-shadow: 1px 4px 2px rgba( 0, 0, 0, 0.3 ); }

/* バナーhover時の挙動 */
body.es-page-b-05 .esx-banner-shadow figure img:hover, 
body.es-page-b-05 .entry-content .esx-expand-link:hover {
	cursor: pointer;
	opacity: 0.75;
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
	transition: transform .25s ease-out, box-shadow .25s ease-out;
	transform: translate(0, 4px);
}
body.es-page-b-05 .entry-content .esx-expand-link a:hover img {
	text-decoration: none;
	transform: none;
}

/* ★特集画像カスタム-B5 */
.esx-list-style-b5 .es-list a {
	position: relative;
}
.esx-list-style-b5 .es-list .es-list-content h3.wrap {
	position: absolute;
	width: calc( 100% - 25% );
	margin: 0 auto;
	padding: 0.25rem 0;
	font-size: 1.2rem;
	font-weight: 800;
	color: #fff;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	text-shadow: 0 0 8px rgba( 0, 0, 0, 1 );
}
.esx-list-style-b5 .es-list .es-list-content::before {
	content: ' ';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.2 );
}
.esx-list-style-b5 .es-list a:hover .es-list-content::before
{
	background-color: rgba( 0, 0, 0, 0 );
	transition: .35s ;
}
.esx-list-style-b5 .es-list a:hover h3.wrap {
	text-decoration: none;
}


@media (max-width: 480px) {
	/* 特集画像がPC3列時、SP2列に */
	.esx-list-style-b5 .has-3-columns > * {
		width: calc( 50% - 10px );
	}
	.esx-list-style-b5 .has-3-columns > *:not(:nth-child(3n+1)) {
		margin: 0 0 20px 0;
	}
	.esx-list-style-b5 .has-3-columns {
		justify-content: space-between;
	}
	/* 特集画像のみ、SP時キャプション調整 */
	.esx-list-style-b5 .es-list .es-list-content h3.wrap {
		width: calc( 100% - 20% );
		font-size: 1rem;
	}
}


/* b6系 - B06
-------------------------------------------------- */
/* ●B06共通 */
body.es-page-b-06 .esx-button-shadow a.wp-block-button__link {
	box-shadow: 1px 4px 2px rgba( 0, 0, 0, 0.2 );
	transition: transform .25s ease-out, box-shadow .25s ease-out;
}
body.es-page-b-06 .esx-button-shadow a.wp-block-button__link:hover {
	transform: translate( 0, 4px );
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
}


/* ★バナー画像カスタム B6 (メディア+文章ブロック) */
/* メディア文章ブロック */
body.es-page-b-06 .esx-halfimage-banner {
	position: relative;
	background: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
}
body.es-page-b-06 .esx-halfimage-banner:hover img {
	transform: none;
}
body.es-page-b-06 .esx-halfimage-banner:hover img:hover {
	transform: none;
}
body.es-page-b-06 .esx-halfimage-banner{
	grid-template-columns: 40% auto;
}
body.es-page-b-06 .esx-halfimage-banner .wp-block-media-text__content {
	padding-left: 0;
	font-size: 0.8rem;
	text-align: center;
	color: #555;
}
body.es-page-b-06 .esx-halfimage-banner .wp-block-media-text__content > * {
	margin: 0;
}
body.es-page-b-06 .esx-halfimage-banner h4 {
	font-size: 1.2rem;
	color: #555;
}
body.es-page-b-06 .esx-halfimage-banner .wp-block-media-text__content > p {
	margin-top: 4px;
}

@media (max-width: 767px) {
	body.es-page-b-06 .esx-button-columns .uagb-columns__stack-mobile > .uagb-columns__inner-wrap { display: flex; }
}
@media (max-width: 480px) {
	body.es-page-b-06 .esx-button-columns .uagb-columns__stack-mobile > .uagb-columns__inner-wrap { display: block; }
}

/* シャドウ＋hover時の動作 */
body.es-page-b-06 .esx-banner-shadow {
/* 	box-shadow: 1px 4px 2px rgba( 0, 0, 0, 0.2 ); */
	transition: transform .25s ease-out, box-shadow .25s ease-out;
}
body.es-page-b-06 .esx-banner-shadow:hover {
	transform: translate( 0, 4px );
/* 	box-shadow: 1px 4px 2px rgba( 0, 0, 0, 0.2 ); */
}

/* ホバー時 */
body.es-page-b-06 .entry-content .esx-expand-link:hover {
	opacity: 0.75;
	cursor: pointer;
}
body.es-page-b-06 .entry-content .esx-expand-link a:hover img {
	text-decoration: none;
	transform: none;
}


/* ★特集・バナー画像カスタム B6 (枠付き) */
.esx-list-style-b6-frame { padding: 20px 0; }
.esx-list-style-b6-frame .es-list-item a,
.esx-list-style-b6-frame .wp-block-image {
	position: relative;
	border: 8px solid #8ec31f;
	border-radius: 4px;
	box-shadow: #8ec31f;
	transition: .35s ;
}
.esx-list-style-b6-frame .es-list-item a:hover, 
.esx-list-style-b6-frame .wp-block-image:hover {
	box-shadow: 1px 4px 2px rgba( 0, 0, 0, 0.2 );
	transform: translate3d( 0, 4px, 0 );
	cursor: pointer;
}
.esx-list-style-b6-frame a .es-list-figure::after, 
.esx-list-style-b6-frame .wp-block-image img::after {
	position: absolute;
	content: ' ';
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .35s ;
}
.esx-list-style-b6-frame .es-list .es-list-content h3.wrap,
.esx-list-style-b6-frame .uagb-columns__inner-wrap .wp-block-image figcaption {
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background-color: #8ec31f;
}
.esx-list-style-b6-frame .es-list a:hover img, 
.esx-list-style-b6-frame .wp-block-image:hover img {
	transform: none;
}
.esx-list-style-b6-frame .es-list a:hover h3.wrap, 
.esx-list-style-b6-frame .wp-block-image:hover figcaption {
	text-decoration: none;
}
.esx-list-style-b6-frame .wp-block-image:hover {
	opacity: 0.7;
}
.esx-list-style-b6-frame .es-list a:hover .es-list-figure::after,
.esx-list-style-b6-frame .wp-block-image:hover img::after {
	background-color: rgba( 0, 0, 0, 0.2 );
}

@media (max-width: 480px) {
	.esx-list-style-b6-frame {
		padding: 20px 10px !important;
	}
	.esx-list-style-b6-frame .es-list .es-list-content h3.wrap, 
	.esx-list-style-b6-frame .uagb-columns__inner-wrap .wp-block-image figcaption {
		font-size: 0.8rem;
	}
	
	/* 特集画像がPC3列時、SP2列に */
	.esx-list-style-b6-frame .has-3-columns>* {
		width: calc(50% - 10px);
	}
	.esx-list-style-b6-frame .has-3-columns>*:not(:nth-child(3n+1)) {
		margin: 0 0 20px 0;
	}
	.esx-list-style-b6-frame .has-3-columns {
		justify-content: space-between;
	}
	
	/* カラムブロックをSP2列に */
	.esx-list-style-b6-frame .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.esx-list-style-b6-frame .uagb-columns__inner-wrap .wp-block-uagb-column {
		width: calc( 50% - 10px ) !important;
	}
	.esx-list-style-b6-frame .uagb-columns__inner-wrap .wp-block-uagb-column .uagb-column__inner-wrap {
		padding: 0;
	}
	.esx-list-style-b6-frame .uagb-columns__inner-wrap .wp-block-uagb-column {
		margin: 0 0 14px 0;
	}
	.esx-list-style-b6-frame .uagb-columns__inner-wrap .wp-block-uagb-column .uagb-column__inner-wrap .wp-block-image {
		margin:  0 0 6px 0;
	}
}


/* ★特集・バナー画像カスタム B6(枠ナシ) */
.esx-list-style-b6 { padding: 20px 0; }
.esx-list-style-b6 .es-list-item a,
.esx-list-style-b6 .wp-block-image {
	position: relative;
	background-color: #fff;
	border: 16px solid #fff;
	border-radius: 4px;
	box-shadow: 1px 4px 2px rgba( 0, 0, 0, 0.2 );
	transition: .35s ;
}
.esx-list-style-b6 .es-list-item a:hover, 
.esx-list-style-b6 .wp-block-image:hover {
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
	transform: translate3d(0, 4px, 0);
	cursor: pointer;
}
.esx-list-style-b6 a .es-list-figure::after, 
.esx-list-style-b6 .wp-block-image img::after {
	position: absolute;
	content: ' ';
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .35s ;
}
.esx-list-style-b6 .es-list a .es-list-figure::before, 
.esx-list-style-b6 .wp-block-image img::before {
	background-color: #fff;
}
.esx-list-style-b6 .es-list .es-list-content h3.wrap,
.esx-list-style-b6 .uagb-columns__inner-wrap .wp-block-image figcaption {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 8px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #333;
	background-color: #fff;
}
.esx-list-style-b6 .es-list a:hover img, 
.esx-list-style-b6 .wp-block-image:hover img {
	transform: none;
}
.esx-list-style-b6 .es-list a:hover h3.wrap, 
.esx-list-style-b6 .wp-block-image:hover figcaption {
	text-decoration: none;
}
.esx-list-style-b6 .es-list a:hover, 
.esx-list-style-b6 .wp-block-image:hover {
	opacity: 0.75;
}
@media (max-width: 480px) {
	.esx-list-style-b6 {
		padding: 20px 10px !important;
	}
	.esx-list-style-b6 .es-list .es-list-content h3.wrap, 
	.esx-list-style-b6 .uagb-columns__inner-wrap .wp-block-image figcaption {
		font-size: 0.9rem;
	}
}

/* 特集画像がPC3列時のレイアウト調整 */ 
.esx-list-style-b6 .has-3-columns {
	justify-content: center;
}
.esx-list-style-b6 .has-3-columns > * {
	width: 25%;
}

@media (max-width: 480px) {
	/* 特集画像がPC3列時、SP2列に */
	.esx-list-style-b6 .has-3-columns > * {
		width: calc(50% - 10px);
	}
	.esx-list-style-b6 .has-3-columns > *:not(:nth-child(3n+1)) {
		margin: 0 0 20px 0;
	}
	.esx-list-style-b6 .has-3-columns {
		justify-content: space-between;
	}
	
	/* カラムブロックをSP2列に */
	.esx-list-style-b6 .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.esx-list-style-b6 .uagb-columns__inner-wrap .wp-block-uagb-column {
		width: calc( 50% - 10px ) !important;
	}
	.esx-list-style-b6 .uagb-columns__inner-wrap .wp-block-uagb-column .uagb-column__inner-wrap {
		padding: 0;
	}
	.esx-list-style-b6 .uagb-columns__inner-wrap .wp-block-uagb-column {
		margin: 0 0 14px 0;
	}
	.esx-list-style-b6 .uagb-columns__inner-wrap .wp-block-uagb-column .uagb-column__inner-wrap .wp-block-image {
		margin:  0 0 6px 0;
	}
}

/* ★[B6] 買いたい/売りたい単体ボタン カスタム */
.esx-button-style-b6 {
	width: 100%;
}
.esx-button-style-b6 a.wp-block-button__link {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	width: 100%;
}
@media (max-width: 480px) {
	.esx-button-style-b6 a.wp-block-button__link {
		width: calc( 100% - 24px );
	}
}

/* ★ボタングループカスタム B6 */
.esx-search-block-style-b6 {
	background: none !important;
	/* padding: 0 !important; */
}
.esx-search-block-style-b6 .search_tab_group {
	margin: 0;
	border-style: none;
	justify-content: center;
}
.esx-search-block-style-b6 .search_tab_group li {
	min-width: 25%;
}
.esx-search-block-style-b6 .search_tab_group li a {
	font-size: 2rem;
	background-color: #fff;
	border-color: #e5e5e5;
}
.esx-search-block-style-b6 .search_tab_group li a.active {
	background-color: #EE942D;
	border-color: #EE942D;
	color: #fff;
}
.esx-search-block-style-b6 .search_tab_group a.active::before {
	display: none;
}
.esx-search-block-style-b6 .tab_panel {
	padding: 36px 0;
}
.esx-search-block-style-b6 .tab_panel .has-1-columns {
	display: flex;
	justify-content: center;
	padding: 0;
}
.esx-search-block-style-b6 div.active {
	background-color: #F9F3E7;
	border:  solid 2px #EE942D;
	border-radius: 12px;
}
.esx-search-block-style-b6 .search_btn_group {
	justify-content: space-evenly;
}
.esx-search-block-style-b6 .search_btn_group li {
	width: calc( 33.3% - 48px )
}
.esx-search-block-style-b6 .search_btn_group a.wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-size: 1.2rem;
	/*       以下有効にすればブロック設定のカラーを上書き可能        */
	/*       color: #ffffff !important; */
	/*       background: #EE942D !important; */
	background: #fff !important;

}
.esx-search-block-style-b6 .search_btn_group span{
	padding-top: 0.5rem;
}
.esx-search-block-style-b6 .search_btn_group .type_icon span::before{
	font-size: 2.5rem;
	/*       以下有効にすればブロック設定のカラーを上書き可能        */
	/*       color: #ffffff !important; */
}

@media (max-width: 480px) {
	.esx-search-block-style-b6 .search_tab_group * {
		margin: 0 !important;
		border: 0 !important;
	}
	.esx-search-block-style-b6 .search_tab_group li {
		min-width: 45%;
	}
	.esx-search-block-style-b6 .search_tab_group li a {
		font-size: 1.2rem;
		font-weight: 700;
		padding: 4px 0 !important;
	}
	.esx-search-block-style-b6 .tab_panel {
		padding: 16px 0;
	}
	.esx-search-block-style-b6 .search_btn_group li {
		width: 80%;
	}
	.esx-search-block-style-b6 .search_btn_group li:not(:last-of-type) {
		margin-bottom: 12px
	}
	.esx-search-block-style-b6 .search_tab_group li a {
		border-top: 1px solid #e5e5e5 !important;
		border-left: 1px solid #e5e5e5 !important;
		border-right: 1px solid #e5e5e5 !important;
	}
	.esx-search-block-style-b6 .search_tab_group li a {
		border-top: 1px solid #e5e5e5 !important;
		border-right: 1px solid #e5e5e5 !important;
	}
}



/* s1系 - S01
-------------------------------------------------- */
/* 
 * ●S01ページのみ適応パーツ
 * - ★オープニングアニメーション｜シャッター
 * - ★ERA向け
 * - ★バナー画像カスタム S1
 * - ★RTCカスタム S1
 * -------------------------------------------------- */

/* ★オープニングアニメーション｜シャッター */

/*左側に空く隙間対策のベース変更*/
body.es-page-s-01 { min-width:initial; }
body.es-page-s-01 div.op-anima-container { position:relative; }

body.es-page-s-01 #opening-animation{
	position:fixed;
	top:0;
	left:0;
	height:100vh;
	width:100vw;
	margin: 0 calc( 50% - 50vw );
	background-color:#555;
	z-index:9999;
	animation: byeShutter 2.0s forwards;
}

body.es-page-s-01 #opening-animation::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	width: 0;
	height: 1px;
	animation: shutterOpen 2.0s forwards;
}

@keyframes byeShutter {
	70%  { opacity: 1; }
	100% { opacity: 0; display: none; z-index: -1; }
}

@keyframes shutterOpen {
	0% { opacity: 0.3; width: 0; height: 1px; }
	25% { opacity: 1; height: 1px; }
	50% { opacity: 0.3; width: 100%; height: 1px; }
	90% { width: 100%; height: 100%; }
	100% { width: 100%; height: 100%; }
}


/* ★ERA向け */
body.es-page-s-01 .es-page-es-page_on_front .fixed .main-header-bar {
    background: rgb( 255, 119, 0, 0.9 );
}

body.es-page-s-01 .custom-caption-img1 figcaption {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    color: #fff;
    background: rgba( 255, 119, 0, 0.7 );
    pointer-events: none;
    text-shadow: 0 0 4px rgba( 0, 0, 0, 0.5 );
}

body.es-page-s-01 .custom-new-block1.es_new_block a[href*="/rent/"]::before,
.custom-new-block1.es_new_block a[href*="/sale/"]::before {
    position: absolute;
    display: block;
    content: "for Rent";
    top: 0;
    left: 0;
    padding: 0 5px;
    color: #fff;
    background: rgba( 255, 119, 0, 0.7 );
    z-index: 2;
}

body.es-page-s-01 .custom-list-block1 .es-list-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    color: #fff;
    background: rgba( 255, 119, 0, 0.7 );
    pointer-events: none;
}

body.es-page-s-01 .esx-image-caption-bg-black figcaption {
    color: #fff;
    background: rgba( 255, 119, 0, 0.7 );
}

body.es-page-s-01 .custom-media-text1 .wp-block-media-text__content {
    width: 60%;
    margin-left: 0;
    padding: 40px;
    text-align: center;
    background: #f5efe9;
    box-shadow: 1px 1px 4px 0px rgba( 0, 0, 0, 0.15 );
}

body.es-page-s-01 .custom_floating1 .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50px;
    margin-bottom: 1px;
    padding: 15px 10px;
    color: #fff;
    background: rgb( 52 41 35 / 80% );
    transition: background .5s ease;
}

body.es-page-s-01 .site-footer .widget-title {
    border-bottom: 1px solid #f70;
    color: #555;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

/* ★バナー画像カスタム S1 */
/* キャプションを画像内bottom配置 */
body.es-page-s-01 .entry-content .esc-image-caption-bottom {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
body.es-page-s-01 .entry-content .esc-image-caption-bottom figcaption {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

@media (max-width: 480px) {
	body.es-page-s-01 .custom-banner-group.wp-block-uagb-columns {
		margin-left: 10px;
		margin-right: 10px;
		padding: 10px;
	}
	body.es-page-s-01 .custom-banner-group .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	body.es-page-s-01 .custom-banner-group .uagb-columns__inner-wrap .uagb-column__wrap {
		width: 50% !important;
	}
	body.es-page-s-01 .custom-banner-group .es-hover-img {
		margin-bottom: 0;
	}
	body.es-page-s-01 .entry-content .esc-image-caption-bottom figcaption {
		padding: 2px 0;
		font-size: 12px;
	}
}

/* ホバー時アニメーション・リンク */
body.es-page-s-01 .esc-image-hover-zoom { overflow: hidden; }
body.es-page-s-01 .esc-image-hover-zoom img { transition: transform .5s ease; }
body.es-page-s-01 .esc-image-hover-zoom:hover img { transform: scale( 1.1 ); }
body.es-page-s-01 .esc-image-hover-zoom figcaption:hover + a > img { transform: scale(1.1); }
body.es-page-s-01 .entry-content .esx-expand-link:hover { cursor: pointer; }

/* 
キャプションのレパートリー
以下のいずれかを画像ブロック追加CSSに適用
・esx-image-caption-bg-black: 黒背景 + 白文字
・esx-image-caption-bg-white: 白背景 + 黒文字
・esx-image-caption-black: 背景ナシ + 黒文字
・esx-image-caption-white: 背景ナシ + 白文字

※ 画像とのコントラスト見てキャプションの色・透明度を調整してください
*/
body.es-page-s-01 .esx-image-caption-bg-black figcaption {
	color: #fff;
	background: rgba( 0, 0, 0, 0.5 );
}
body.es-page-s-01 .esx-image-caption-bg-white figcaption {
	color: #333;
	background: rgba( 255, 255, 255, 0.75 );
	text-shadow: 0 0 4px rgba( 255, 255, 255, 0.5 );
}
body.es-page-s-01 .esx-image-caption-black figcaption {
	color: #000;
	text-shadow: 0 0 8px rgba( 255, 255, 255, 1 ), 
		0 0 4px rgba( 255, 255, 255, 1 ),  
		0 0 4px rgba( 255, 255, 255, 1 ), 
		0 0 2px rgba( 255, 255, 255, 0.75 );
}
body.es-page-s-01 .esx-image-caption-white figcaption {
	color: #fff;
	text-shadow: 0 0 8px rgba( 0, 0, 0, 1 ), 
		0 0 2px rgba( 0, 0, 0, 0.5 );
}


/* ★RTCカスタム S1 */
body.es-page-s-01 .entry-content .custom-title1 {
	margin-bottom: 1.25em;
	font-size: 1.5rem;
}
body.es-page-s-01 .entry-content .custom-title1::after { display: none; }
@media (min-width: 481px) {
	body.es-page-s-01 .entry-content .custom-title1 { font-size: 2rem; }
}

body.es-page-s-01 .entry-content .custom-subtitle1 {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}

body.es-page-s-01 .entry-content .custom-title-block1 { padding-top: 0; }


/*
画像のキャプションを画像下に被せる
class : custom-caption-img1
class追加先：画像ブロック
背景色・文字色は適宜変更可
*/
body.es-page-s-01 .custom-caption-img1 {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border: 1px solid #fff;
}
body.es-page-s-01 .custom-caption-img1 img { transition: transform .5s ease, opacity .5s ease; }
body.es-page-s-01 .custom-caption-img1 figcaption {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	color: #fff;
	background: rgba( 0, 0, 0, 0.5 );
	pointer-events: none;
	text-shadow: 0 0 4px rgba( 0, 0, 0, 0.5 );
}
body.es-page-s-01 .custom-caption-img1:hover img { opacity: 0.8; }

/*
・ボタングループ(カラムブロック)3列時、中央揃えに
・ボタングループのスマホ表示を2列に
追加class : custom-button-group1
class追加先：カラムブロック
*/
body.es-page-s-01 .custom-button-group1 .uagb-columns__inner-wrap { justify-content: center; }
@media (max-width: 480px) {
	body.es-page-s-01 .custom-button-group1.wp-block-uagb-columns {
		margin-left: 10px;
		margin-right: 10px;
		padding: 10px;
	}
	body.es-page-s-01 .custom-button-group1 .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	body.es-page-s-01 .custom-button-group1 .uagb-columns__inner-wrap .uagb-column__wrap {
		width: 50% !important;
	}
	body.es-page-s-01 .custom-button-group1 .es-hover-img {
		margin-bottom: 0;
	}
	body.es-page-s-01 .custom-button-group1 figcaption {
		padding: 2px 0;
		font-size: 12px;
	}
}

/*
特集新着ブロックのカスタマイズ
追加class : custom-title-block1
class追加先：特集新着ブロック
*/
body.es-page-s-01 .custom-new-block1.es_new_block h2 {
	margin-bottom: 30px;
	font-size: 30px;
}
body.es-page-s-01 .custom-new-block1.es_new_block h2::after {
	display: none;
}
body.es-page-s-01 .custom-new-block1.es_new_block .es_new_block_item {
	border: none;
}
body.es-page-s-01 .custom-new-block1.es_new_block .es_new_block_figure {
	border: 1px solid #ddd;
}
body.es-page-s-01 .custom-new-block1.es_new_block .es_new_block_figure::before {
	padding-top: 62.5%;
}
body.es-page-s-01 .custom-new-block1.es_new_block a:hover h3.wrap {
	text-decoration: none;
}
body.es-page-s-01 .custom-new-block1.es_new_block .es_new_block_genre,
body.es-page-s-01 .custom-new-block1.es_new_block .salespoint {
	display: none;
}
body.es-page-s-01 .custom-new-block1.es_new_block .es_new_block_name_wrap {
	margin: 0 0 10px;
}
body.es-page-s-01 .custom-new-block1.es_new_block .es_new_block_name {
	font-weight: normal;
}
body.es-page-s-01 .custom-new-block1.es_new_block .has-icon {
	margin: 0 0 5px;
	padding: 0;
	text-indent: 0;
	color: #888;
}
body.es-page-s-01 .custom-new-block1.es_new_block .has-icon span[class*="icon-"] {
	display: none;
}
body.es-page-s-01 .custom-new-block1.es_new_block .color_em {
	color: #888;
	font-size: 14px;
	font-weight: normal;
}
body.es-page-s-01 .custom-new-block1.es_new_block img.ofi.contain {
	object-fit: cover;
}
/* for Rent/Sale表示が不要な場合は以下を削除 */
body.es-page-s-01 .custom-new-block1.es_new_block a[href*="/rent/"]::before,
body.es-page-s-01 .custom-new-block1.es_new_block a[href*="/sale/"]::before {
	position: absolute;
	display: block;
	content: "for Rent";
	top: 0;
	left: 0;
	padding: 0 5px;
	color: #fff;
	background: rgba( 0, 0, 0, 0.7 );
	z-index: 2;
}
body.es-page-s-01 .custom-new-block1.es_new_block a[href*="/sale/"]::before {
	content: "for Sale";
}

/*
一覧ブロックのカスタマイズ1
追加class : custom-list-block1
class追加先：各一覧ブロック・グリッド＋タイトル・画像のみ
*/
body.es-page-s-01 .custom-list-block1 .es-list-item a {
	position: relative;
}
body.es-page-s-01 .custom-list-block1 .es-list-item a:hover h3.wrap {
	text-decoration: none;
}
body.es-page-s-01 .custom-list-block1 .es-list-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	color: #fff;
	background: rgba( 0, 0, 0, 0.5 );
	pointer-events: none;
}
body.es-page-s-01 .custom-list-block1 .es-list-content h3 {
	color: #fff;
	text-shadow: 0 0 4px rgba( 0, 0, 0, 0.5 );
}
body.es-page-s-01 .custom-list-block1 .img_4_3::before {
	padding-top: 62.5%;
}

/*
一覧ブロックのカスタマイズ2
追加class : custom-list-block2
class追加先：各一覧ブロック・グリッド
*/
body.es-page-s-01 .custom-list-block2 h2 {
	color: #eee;
}
body.es-page-s-01 .custom-list-block2 .es-list-item {
	box-shadow: 0 0 4px rgba( 0, 0, 0, 0.2 );
}
body.es-page-s-01 .custom-list-block2 .img_4_3::before {
	padding-top: 40%;
}
body.es-page-s-01 .custom-list-block2 .es-list-content {
	padding: 15px;
	background: #fff;
}
@media (max-width: 480px) {
	body.es-page-s-01 .custom-list-block2 .es-list-item {
		width: 100%;
		margin-left: 0;
	}
	body.es-page-s-01 .custom-list-block2 .es-list-item:nth-child(even) {
		margin-left: 0;
	}
}

/*
メディアと文章ブロックのカスタマイズ
追加class : custom-media-text1
class追加先：メディアと文章ブロック
文章背景はbackgroundで調整
*/
body.es-page-s-01 .custom-media-text1 .wp-block-media-text__content {
	padding: 30px 20px 10px;
	text-align: center;
	background: #f5f5f5;
	box-shadow: 1px 1px 4px 0px rgba( 0, 0, 0, 0.15 );
}
@media (min-width: 481px) {
	body.es-page-s-01 .custom-media-text1 .wp-block-media-text__media { width: 130%; }
	body.es-page-s-01 .custom-media-text1 .wp-block-media-text__content {
		width: 60%;
		margin-left: 0;
		padding: 40px;
		text-align: center;
		background: #f5f5f5;
		box-shadow: 1px 1px 4px 0px rgba( 0, 0, 0, 0.15 );
	}
	body.es-page-s-01 .custom-media-text1.has-media-on-the-right .wp-block-media-text__media {
		margin-left: -30%;
	}
	body.es-page-s-01 .custom-media-text1.has-media-on-the-right .wp-block-media-text__content {
		position: relative;
		z-index: 1;
		margin-left: 40%;
	}
}

body.es-page-s-01 .custom-column-bg-dots .uagb-columns__overlay {
	background-color: rgba( 0, 0, 0, 0.95 );
	background-image: radial-gradient( #000000 10%, transparent 10% ), radial-gradient( #000000 10%, transparent 10% );
	background-position: 0 0, 16px 16px;
	background-size: 32px 32px;
}

/*
背景パターン
適宜パスを変更
*/
body.es-page-s-01 .custom-bgplus-dots {
	background-image: url(/wp-content/uploads/sites/447/2021/06/dot.png);
}
/*
body.es-page-s-01 .custom-bgplus-dots:not(.wp-block-uagb-columns) {
background-image: url(/wp-content/uploads/sites/113/2021/03/dot.png);
}
body.es-page-s-01 .custom-bgplus-dots > .uagb-columns__overlay {
background-image: url(/wp-content/uploads/sites/113/2021/03/dot.png);
}
*/

/*
フッターメニュー
*/
/* 箇条書きドット非表示 */
body.es-page-s-01 #colophon a::before {
	display: none;
}
/* タイトルカラー (任意のカラーコード) */
/* 
body.es-page-s-01 .site-footer .widget-title {
color: #;
border-bottom-color: #;
}
*/



/* s2系 - S02
-------------------------------------------------- */
/* 
 * ●S02ページのみ適応パーツ
 * - ★01.トップ｜オープニングアニメーション｜カラフルローディング
 * - ★RTCカスタム S2
 * -------------------------------------------------- */

/* ★01.トップ｜オープニングアニメーション｜カラフルローディング */
/*左側に空く隙間対策のベース変更*/
body.es-page-s-02 { min-width:initial; }
body.es-page-s-02 div.op-anima-container{ position:relative; }

body.es-page-s-02 div.loading-animation {
	position: fixed;
	margin: 0 calc( 50% - 50vw );
	top: -102px;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}

body.es-page-s-02 #opening-animation {
	animation: fadeout1 5.0s forwards;
	/*   background-color: rgba(45, 98, 38, 1); */
	background-color: rgba(1, 47, 83, 1);
}

body.es-page-s-02 div.loading-animation.div2 {
	display: flex;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
	animation: fadeout2 5.0s forwards;
	background-color: transparent;
}

@keyframes fadeout1 {
	30% { opacity: 1; }
	100% { opacity: 0; z-index: -1; }
}

@keyframes fadeout2 {
	50% { opacity: 1; }
	100% { opacity: 0; z-index:-1; }
}

body.es-page-s-02 span.top-anima {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

body.es-page-s-02 span.top-anima.icon1 {
	margin: 30px 0 0 0;
	animation: icon1 2s forwards;
	animation-iteration-count: 4;
}
body.es-page-s-02 span.top-anima.icon2 {
	margin: 30px 0 0 30px;
	animation: icon2 2s forwards;
	animation-iteration-count: 4;

}
body.es-page-s-02 span.top-anima.icon3 {
	margin: 30px 0 0 30px;
	animation: icon3 2s forwards;
	animation-iteration-count: 4;
}
body.es-page-s-02 span.top-anima.icon4 {
	margin: 30px 0 0 30px;
	animation: icon4 2s forwards;
	animation-iteration-count: 4;

}
body.es-page-s-02 span.top-anima.icon5 {
	margin: 30px 0 0 30px;
	animation: icon5 2s forwards;
	animation-iteration-count: 4;
}

body.es-page-s-02 span.top-anima.icon6 {
	display: none;
	opacity: 0;
	z-index: -1;
}

@keyframes icon1 {
	0% { opacity: 1; transform: scale(1.5); }
	10%{ opacity: 0.8; transform: scale(1.4); }
	20%{ opacity: 0.6; transform: scale(1.3); background:#E852C8; }
	30%{ opacity: 0.4; transform: scale(1.2); }
	40%{ opacity: 0.2; transform: scale(1.1); background:#D6E357; }
	50%{ opacity: 0; transform: scale(1);}
	60%{ opacity: 0.2; transform: scale(1.1); background:#E95317; }
	70%{ opacity: 0.4; transform: scale(1.2); }
	80%{ opacity: 0.6; transform: scale(1.3); background:#5FDB7D; }
	90%{ opacity: 0.8; transform: scale(1.4); }
	100% { opacity: 1; transform: scale(1.5); background:#50DBEA; }
}

@keyframes icon2 {
	0% { opacity: 0.8; transform: scale(1.4); }
	10%{ opacity: 1; transform: scale(1.5); background:#50DBEA; }
	20%{ opacity: 0.8; transform: scale(1.4); }
	30%{ opacity: 0.6; transform: scale(1.3); background:#E852C8; }
	40%{ opacity: 0.4; transform: scale(1.2); }
	50%{ opacity: 0.2; transform: scale(1.1); background:#D6E357; }
	60%{ opacity: 0; transform: scale(1); }
	70%{ opacity: 0.2; transform: scale(1.1); background:#E95317; }
	80%{ opacity: 0.4; transform: scale(1.2); }
	90%{ opacity: 0.6; transform: scale(1.3); background:#5FDB7D; }
	100% { opacity: 0.8; transform: scale(1.4); }
}

@keyframes icon3 {
	0% { opacity: 0.6; transform: scale(1.3); }
	10%{ opacity: 0.8; transform: scale(1.4); }
	20%{ opacity: 1; transform: scale(1.5); background:#50DBEA; }
	30%{ opacity: 0.8; transform: scale(1.4); }
	40%{ opacity: 0.6; transform: scale(1.3); background:#E852C8; }
	50%{ opacity: 0.4; transform: scale(1.2); }
	60%{ opacity: 0.2; transform: scale(1.1); background:#D6E357; }
	70%{ opacity: 0; transform: scale(1); }
	80%{ opacity: 0.2; transform: scale(1.1); background:#E95317; }
	90%{ opacity: 0.4; transform: scale(1.2); }
	100% {opacity: 0.6; transform: scale(1.3); background:#5FDB7D; }
}

@keyframes icon4 {
	0% { opacity: 0.4; transform: scale(1.2); background:#5FDB7D; }
	10%{ opacity: 0.6; transform: scale(1.3); }
	20%{ opacity: 0.8; transform: scale(1.4); }
	30%{ opacity: 1; transform: scale(1.5); background:#50DBEA; }
	40%{ opacity: 0.8; transform: scale(1.4); }
	50%{ opacity: 0.6; transform: scale(1.3); background:#E852C8; }
	60%{ opacity: 0.4; transform: scale(1.2); }
	70%{ opacity: 0.2; transform: scale(1.1); background:#D6E357; }
	80%{ opacity: 0; transform: scale(1); }
	90%{ opacity: 0.2; transform: scale(1.1); background:#E95317; }
	100% { opacity: 0.4; transform: scale(1.2); }
}

@keyframes icon5 {
	0% { opacity: 0.2; transform: scale(1.1); }
	10%{ opacity: 0.4; transform: scale(1.2); background:#5FDB7D; }
	20%{ opacity: 0.6; transform: scale(1.3); }
	30%{ opacity: 0.8; transform: scale(1.4); }
	40%{ opacity: 1; transform: scale(1.5);background:#50DBEA; }
	50%{ opacity: 0.8; transform: scale(1.4); }
	60%{ opacity: 0.6; transform: scale(1.3); background:#E852C8; }
	70%{ opacity: 0.4; transform: scale(1.5);}
	80%{ opacity: 0.2; transform: scale(1.2); background:#D6E357; }
	90%{ opacity: 0; transform: scale(1); }
	100% { opacity: 0.2; transform: scale(1.1); background:#E95317; }
}


/* ★RTCカスタム S2 */
/* ヘッダーに下線追加 */
body.es-page-s-02 .site-header { border-bottom: 1px solid #ff7700; }

/* pop用スライダー */
body.es-page-s-02 .esx-slider-pop li.es_slide.flex-active-slide > a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid rgba( 255, 119, 0, 1 );
	border-radius: 10px;
	z-index: 99;
}

@media (max-width: 480px) {
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider .flex-control-nav { margin-bottom: 10px; }
}
@media (min-width: 481px) {
	body.es-page-s-02 .esx-slider-pop li.es_slide > a {
/* 		position: relative; */
		margin: 30px 15px;
	}
	body.es-page-s-02 .esx-slider-pop li.es_slide::after {
		pointer-events: none;
		width: calc(100% - 30px) !important;
		height: calc(100% - 70px) !important;
		top: 30px !important;
		left: calc(-100% + 15px) !important;
	}
	body.es-page-s-02 .esx-slider-pop li.es_slide::after,
	body.es-page-s-02 .esx-slider-pop li.es_slide img {
		border-radius: 10px;
	}
	body.es-page-s-02 .esx-slider-pop li.es_slide.flex-active-slide:hover button {
		transform: translate(0, 3px);
		box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section {
		overflow: hidden;
		width: 40%;
		background: none;
		border-radius: 10px;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section.pos_left {
		left: 0;
		padding-left: 60px;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section.pos_right {
		width: calc(40% + 20px);
		right: 0;
		padding-left: 40px;
		padding-right: 60px;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section .inner {
		position: relative;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section::before {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 200%;
		top: -50%;
		z-index: 0;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section.pos_left::before {
		right: 0;
		border-radius: 0 100% 100% 0;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section.pos_right::before {
		left: 0;
		border-radius: 100% 0 0 100%;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section.bg_white::before {
		background: #fff;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section.bg_black::before {
		background: #000;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider li.es_slide section h3 span {
		font-size: 46px;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider .flex-control-nav {
		bottom: 40px;
	}
	body.es-page-s-02 .esx-slider-pop .flexslider.es_slider .flex-control-nav li a.flex-active {
		background: #333;
	}
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section h3 {
	margin-bottom: 0.75rem;
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section h3,
[class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section h3 span {
	color: rgba( 255, 119, 0, 1 ) !important;
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section button {
	margin-top: 0.75rem;
	padding: 0.5rem 1.5rem;
	color: #fff !important;
	background: #ff7700;
	border: none;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.2 );
	transition: transform .5s ease, box-shadow .5s ease;
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider a:hover {
	text-decoration: none;
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider.flex-active-slide > a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid rgba( 255, 119, 0, 1 );
	border-radius: 10px;
	z-index: 99;
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev,
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px !important;
	height: 60px !important;
	margin: -30px 0 0 !important;
	overflow: inherit;
	background: rgba( 255, 119, 0, 1 );
	border-radius: 60px;
	box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.2 );
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev::before,
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next::before {
	display: none !important;
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev::after,
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next::after {
	display: block;
	content: "";
	width: 23px;
	height: 23px;
	border-width: 5px 5px 0 0;
	border-color: #fff;
	border-style: solid;
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev::after {
	transform: rotate(225deg) skew(-10deg, -10deg) translate(-15.5%, 15.5%);
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next::after {
	transform: rotate(45deg) skew(-10deg, -10deg) translate(-15.5%, 15.5%);
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-prev,
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-next {
	transform: scale(0.6);
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-prev {
	left: 15px !important;
}
body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-next {
	right: 15px !important;
}
@media (max-width: 480px) {
	body.es-page-s-02 [class*="esx-slider-pop"] li.es_slide > a {
		display: flex;
		margin: 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] li.es_slide section {
		position: relative;
		margin-top: auto;
		padding: 10px 20px 40px;
		background: none;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] li.es_slide section::before {
		position: absolute;
		display: block;
		content: "";
		width: 200%;
		height: calc(100% + 20px);
		top: -20px;
		left: -50%;
		background: rgba(255, 255, 255, 0.35);
		border-radius: 100% 100% 0 0;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] li.es_slide section.pos_left, [class*="esx-slider-pop"] li.es_slide section.pos_right {
		top: inherit;
		transform: none;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] li.es_slide section.bg_white h3, [class*="esx-slider-pop"] li.es_slide section.bg_white p {
		text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff, -1px 0px 0px #fff, 1px 0px 0px #fff;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] li.es_slide section.bg_black {
		background: none !important;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] li.es_slide section.bg_black::before {
		background: rgba(0, 0, 0, 0.35);
	}
	body.es-page-s-02 [class*="esx-slider-pop"] li.es_slide section.bg_black h3, [class*="esx-slider-pop"] li.es_slide section.bg_black p {
		text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000, -1px 0px 0px #000, 1px 0px 0px #000;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] li.es_slide section .inner {
		position: relative;
	}
}
@media (min-width: 480px) {
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide.flex-active-slide section {
		animation: slider_section 1s cubic-bezier(0.4, 0, 0.22, 1) 0.5s forwards;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide.flex-active-slide section.pos_right {
		animation: slider_section_right 1s cubic-bezier(0.4, 0, 0.22, 1) 0.5s forwards;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section {
		overflow: hidden;
		width: 40%;
		max-width: 620px;
		background: none;
		border-radius: 10px;
		opacity: 0;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.pos_left {
		left: 0;
		padding-left: 60px;
		padding-right: 30px;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.pos_right {
		width: calc(40% + 20px);
		right: 0;
		padding-left: 30px;
		padding-right: 60px;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section .inner {
		position: relative;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section::before {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 200%;
		top: -50%;
		z-index: 0;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.pos_left::before {
		right: 0;
		border-radius: 0 100% 100% 0;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.pos_right::before {
		left: 0;
		border-radius: 100% 0 0 100%;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.bg_white::before {
		background: #fff;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section.bg_black::before {
		background: #000;
	}
	body.es-page-s-02 [class*="esx-slider-pop"] .flexslider.es_slider li.es_slide section h3 span {
		font-size: 46px;
	}
}

body.es-page-s-02 .esx-slider-pop-fullwidth {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: calc(100vw - 9px);
	width: calc(100vw - 9px);
}
body.es-page-s-02 .esx-slider-pop-fullwidth .flexslider.es_slider .flex-control-nav li a.flex-active {
	background: #333;
}

@keyframes slider_section {
	0% {
		opacity: 0;
		transform: translate(-30px, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@keyframes slider_section_right {
	0% {
		opacity: 0;
		transform: translate(30px, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}


/* メディアと文章ブロックをカスタマイズ */
body.es-page-s-02 .esx-halfimage-banner {
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
body.es-page-s-02 .esx-halfimage-banner::after {
	position: absolute;
	display: block;
	content: "";
	width: 27px;
	height: 27px;
	bottom: 0;
	right: 0;
	border-right: 27px solid rgba( 255, 119, 0, 1 );
	border-top: 27px solid transparent;
	border-left: 27px solid transparent;
}
body.es-page-s-02 .esx-halfimage-banner:hover img {
	transform: none;
}
body.es-page-s-02 .esx-halfimage-banner:hover img:hover {
	transform: none;
}
body.es-page-s-02 .esx-halfimage-banner .wp-block-media-text__content {
	font-size: 0.875rem;
	text-align: center;
}
body.es-page-s-02 .esx-halfimage-banner .wp-block-media-text__content > * {
	margin: 0;
}
body.es-page-s-02 .esx-halfimage-banner p {
	color: rgba( 255, 119, 0, 1 );
}
body.es-page-s-02 .esx-halfimage-banner h3 {
	font-size: 1rem;
}
@media (min-width: 481px) {
	body.es-page-s-02 .esx-halfimage-banner h3 {
		font-size: 1.125rem;
	}
}

/* ボタンにぼかし無し影＋hover時の動作 */
body.es-page-s-02 .esx-button-shadow-3 {
	box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.2 );
	transition: transform .25s ease-out, box-shadow .25s ease-out;
}
body.es-page-s-02 .esx-button-shadow-3:hover {
	transform: translate(0, 3px);
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
}

body.es-page-s-02 .esx-button-shadow-5 {
	box-shadow: 0 5px 0 rgba( 0, 0, 0, 0.2 );
	transition: transform .25s ease-out, box-shadow .25s ease-out;
}
body.es-page-s-02 .esx-button-shadow-5:hover {
	transform: translate(0, 5px);
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
}



/* 一覧用ブロック用1 */
body.es-page-s-02 .esx-list-style-pop1 { padding-bottom: 0; }
body.es-page-s-02 .esx-list-style-pop1 .es-list .es-list-item {
	position: relative;
	padding: 1.5rem 0;
	border: none;
}
body.es-page-s-02 .esx-list-style-pop1 .es-list .es-list-item::after {
	position: absolute;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	bottom: 0;
	background-image: linear-gradient(to right, #ff7700, #ff7700 8px, transparent 8px, transparent 8px);
	background-size: 18px 2px;
	background-repeat: repeat-x;
}
body.es-page-s-02 .esx-list-style-pop1 .es-list .es-list-figure {
	border-radius: 10px;
}
body.es-page-s-02 .esx-list-style-pop1 .es-list .es-list-figure::before {
	padding-top: 100%;
}
body.es-page-s-02 .esx-list-style-pop1 .es-list .date {
	display: block;
}
body.es-page-s-02 .esx-list-style-pop1 .es-list h3 {
	display: inline;
	font-size: 1.125rem;
	font-weight: normal;
	background: linear-gradient( transparent 0%, transparent 70%, rgba( 255, 204, 128, 0.6 ) 70%, rgba( 255, 204, 128, 0.6 ) 100% );
}
body.es-page-s-02 .esx-list-style-pop1 .es-list .entry-content,
body.es-page-s-02 .esx-list-style-pop1 .es-list p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 0.5em;
	font-size: 1rem;
}
@media (max-width: 480px) {
	body.es-page-s-02 .esx-list-style-pop1 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .thumb {
		width: 100px;
	}
	body.es-page-s-02 .esx-list-style-pop1 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .thumb figure {
		width: 100px;
	}
	body.es-page-s-02 .esx-list-style-pop1 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .list_content {
		width: calc(100% - 120px);
	}
	body.es-page-s-02 .esx-list-style-pop1 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .ellipsis {
		display: block;
	}
}
@media (min-width: 481px) {
	body.es-page-s-02 .esx-list-style-pop1 .es-list h3 {
		font-size: 1.5rem;
	}
}
/* 一覧ブロック用2 */
body.es-page-s-02 .esx-list-style-pop2 .es-list .es-list-figure {
	border-radius: 10px;
}
body.es-page-s-02 .esx-list-style-pop2 .es-list .es-list-content h3 {
	position: relative;
	width: calc(100% - 20px);
	max-width: 240px;
	margin: 0 auto;
	padding: 0.25rem 0;
	font-size: 1rem;
	text-align: center;
	background: #fff;
	border-radius: 2rem;
	box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.2 );
	transform: translate(0, -50%);
	transition: transform .35s ease, box-shadow .35s ease;
}
body.es-page-s-02 .esx-list-style-pop2 .es-list .es-list-content h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 9px;
	height: 10px;
	top: 50%;
	right: 12px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid rgba( 255, 119, 0, 1 );
	transform: translate(0, -50%);
}
body.es-page-s-02 .esx-list-style-pop2 .es-list a {
	transition: transform .35s ease-out;
}
body.es-page-s-02 .esx-list-style-pop2 .es-list a:hover img {
	transform: none;
}
body.es-page-s-02 .esx-list-style-pop2 .es-list a:hover h3.wrap {
	text-decoration: none;
	transform: translate(0, calc(-50% + 3px));
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 481px) {
	body.es-page-s-02 .esx-list-style-pop2 .es-list .es-list-content h3 {
		font-size: 1.125rem;
	}
}

/* 一覧ブロック用3 */
body.es-page-s-02 .esx-list-style-pop3 {
	padding: 30px 0;
}
body.es-page-s-02 .esx-list-style-pop3 a:hover img {
	transform: none;
}
body.es-page-s-02 .esx-list-style-pop3 a:hover .es-list-figure {
	transform: translate(0, 5px);
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
}
body.es-page-s-02 .esx-list-style-pop3 a:hover h3.wrap {
	text-decoration: none;
	color: rgba( 255, 119, 0, 1 );
}
body.es-page-s-02 .esx-list-style-pop3 .thumb {
	margin-bottom: 1rem;
}
body.es-page-s-02 .esx-list-style-pop3 .es-list-figure {
	border-radius: 100%;
	border: 5px solid #fff;
	box-shadow: 0 5px 0 rgba( 0, 0, 0, 0.2 );
	transition: transform .35s ease, box-shadow .35s ease;
}
body.es-page-s-02 .esx-list-style-pop3 .es-list-figure img {
	width: 110%;
	height: 110%;
}
body.es-page-s-02 .esx-list-style-pop3 .es-list-figure::before {
	padding-top: 100%;
}
body.es-page-s-02 .esx-list-style-pop3 h3 {
	text-align: center;
}

/* 一覧ブロック用4 */
body.es-page-s-02 .esx-list-style-pop4 .es-list-items .es-list-item {
	margin-bottom: 20px;
	border: none;
}
body.es-page-s-02 .esx-list-style-pop4 .es-list-item:nth-child(even) a {
	flex-direction: row-reverse;
}
body.es-page-s-02 .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content {
	margin-left: 0;
	margin-right: 20px;
}
body.es-page-s-02 .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::before, .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::after {
	left: inherit;
	right: -15px;
	transform: rotate(180deg);
}
body.es-page-s-02 .esx-list-style-pop4 .es-list-content {
	position: relative;
	flex-grow: 2;
	margin-left: 20px;
	padding: 10px 15px;
	border-radius: 10px;
	background: rgba( 237, 236, 230, 1 );
	box-shadow: 0 5px 0 rgba( 0, 0, 0, 0.2 );
}
body.es-page-s-02 .esx-list-style-pop4 .es-list-content::before, .esx-list-style-pop4 .es-list-content::after {
	position: absolute;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	left: -15px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
body.es-page-s-02 .esx-list-style-pop4 .es-list-content::before {
	top: 23px;
	border-right: 15px solid rgba(0, 0, 0, 0.2);
}
body.es-page-s-02 .esx-list-style-pop4 .es-list-content::after {
	top: 20px;
	border-right: 15px solid rgba( 237, 236, 230, 1 );
}
body.es-page-s-02 .esx-list-style-pop4 a {
	overflow: inherit;
	padding-bottom: 5px;
}
body.es-page-s-02 .esx-list-style-pop4 a:hover h3.wrap {
	text-decoration: none;
	color: rgba( 255, 119, 0, 1 );
}
body.es-page-s-02 .esx-list-style-pop4 .es-list-figure {
	border-radius: 10px;
	box-shadow: 0 5px 0 rgba( 0, 0, 0, 0.2 );
}
body.es-page-s-02 .esx-list-style-pop4 h3.wrap {
	position: relative;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: normal;
}
body.es-page-s-02 .esx-list-style-pop4 h3.wrap::after {
	position: absolute;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	bottom: 0;
	background-image: linear-gradient(to right, rgba( 255, 119, 0, 1 ), rgba( 255, 119, 0, 1 ) 8px, transparent 8px, transparent 8px);
	background-size: 18px 2px;
	background-repeat: repeat-x;
}
body.es-page-s-02 .esx-list-style-pop4 .ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: inherit;
}
@media (min-width: 481px) {
	body.es-page-s-02 .esx-list-style-pop4 .es-list-items .es-list-item {
		margin-bottom: 40px;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list-item {
		max-width: 1000px;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list-item:nth-child(even) {
		margin-left: auto;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content {
		margin-right: 40px;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::before, .esx-list-style-pop4 .es-list-item:nth-child(even) .es-list-content::after {
		right: -24px;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list-content {
		margin-left: 40px;
		padding: 20px 30px;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list-content::before, .esx-list-style-pop4 .es-list-content::after {
		width: 24px;
		height: 24px;
		left: -24px;
		border-top-width: 15px;
		border-bottom-width: 15px;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list-content::before {
		border-right-width: 24px;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list-content::after {
		border-right-width: 24px;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list.has-thumbnail.list-direction-column > ul.link > li > a figure,
	body.es-page-s-02 .esx-list-style-pop4 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .thumb {
		width: 240px;
	}
	body.es-page-s-02 .esx-list-style-pop4 .es-list.has-thumbnail.list-direction-column > ul.link > li > a .es-list-content {
		width: calc(100% - 280px);
	}
	body.es-page-s-02 .esx-list-style-pop4 h3.wrap {
		font-size: 1.5rem;
	}
	body.es-page-s-02 .esx-list-style-pop4 .ellipsis {
		-webkit-line-clamp: 1;
	}
}
/* ie11用、1行省略 */
@media (min-width: 481px) and (-ms-high-contrast: none), (min-width: 481px) and (-ms-high-contrast: active) {
	body.es-page-s-02 .esx-list-style-pop4 .ellipsis {
		white-space: nowrap;
	}
}



/* 特集新着ブロック用 */
body.es-page-s-02 .esx-new-list-pop1 {
	padding-left: 0;
	padding-right: 0;
}
body.es-page-s-02 .esx-new-list-pop1 .wp-block-column {
	border-radius: 10px;
	background: #fff;
}
body.es-page-s-02 .esx-new-list-pop1 .wp-block-column > a {
	border-radius: 10px;
}
body.es-page-s-02 .esx-new-list-pop1 .genre {
	display: block;
	margin: -10px 0 -5px 10px;
	transform: translate(0, -50%);
}
body.es-page-s-02 .esx-new-list-pop1 .genre span {
	border: none;
	color: #fff;
	background: #ff7700;
	border-radius: 2rem;
}
body.es-page-s-02 .esx-new-list-pop1 span[class^="icon-"]::before {
	color: #5d88d3;
}
@media (min-width: 481px) {
	body.es-page-s-02 .esx-new-list-pop1 .genre {
		margin-left: 15px;
	}
}

/* 特徴紹介ブロック */

body.es-page-s-02 .esx-company-feature-pop1 span[class*="icon-"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	border-radius: 130px;
}
body.es-page-s-02 .esx-company-feature-pop1 span[class*="icon-"]::before {
	font-family: 'esx-icon';
	font-size: 2.5rem;
}
body.es-page-s-02 .esx-company-feature-pop1 .wp-block-columns {
	margin-bottom: 0;
}
body.es-page-s-02 .esx-company-feature-pop1 .wp-block-columns .wp-block-column,
body.es-page-s-02 .esx-company-feature-pop1 .wp-block-columns .wp-block-column p {
	margin-bottom: 0;
}
body.es-page-s-02 .esx-company-feature-pop1 .wp-block-columns .wp-block-column:nth-child(1) span[class*="icon-"]::before {
	content: "\e901";
}
body.es-page-s-02 .esx-company-feature-pop1 .wp-block-columns .wp-block-column:nth-child(2) span[class*="icon-"]::before {
	content: "\e902";
}
body.es-page-s-02 .esx-company-feature-pop1 .wp-block-columns .wp-block-column:nth-child(3) span[class*="icon-"]::before {
	content: "\f138";
}
@media (min-width: 481px) {
	body.es-page-s-02 .esx-company-feature-pop1 span[class*="icon-"]::before {
		font-size: 4.5rem;
	}
}

body.es-page-s-02 #content #main .esx-company-feature-pop1 span[class*="icon-"] {
	color: #ff7700;
	background: #fff;
}



/* 一覧用アニメーション */
/* 左右交互にフェードイン(左から)*/
.esx-list-animation-alternate-left .es-list-item { opacity: 0; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(1) { animation: anim_fadein_left 0.5s ease-out 0.1s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(2) { animation: anim_fadein_right 0.5s ease-out 0.2s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(3) { animation: anim_fadein_left 0.5s ease-out 0.3s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(4) { animation: anim_fadein_right 0.5s ease-out 0.4s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(5) { animation: anim_fadein_left 0.5s ease-out 0.5s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(6) { animation: anim_fadein_right 0.5s ease-out 0.6s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(7) { animation: anim_fadein_left 0.5s ease-out 0.7s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(8) { animation: anim_fadein_right 0.5s ease-out 0.8s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(9) { animation: anim_fadein_left 0.5s ease-out 0.9s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(10) { animation: anim_fadein_right 0.5s ease-out 1s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(11) { animation: anim_fadein_left 0.5s ease-out 1.1s forwards; }
.esx-list-animation-alternate-left.is-inview .es-list-item:nth-child(12) { animation: anim_fadein_right 0.5s ease-out 1.2s forwards; }
/* 左右交互にフェードイン(右から)*/
.esx-list-animation-alternate-right .es-list-item { opacity: 0; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(1) { animation: anim_fadein_left 0.5s ease-out 0.1s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(2) { animation: anim_fadein_right 0.5s ease-out 0.2s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(3) { animation: anim_fadein_left 0.5s ease-out 0.3s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(4) { animation: anim_fadein_right 0.5s ease-out 0.4s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(5) { animation: anim_fadein_left 0.5s ease-out 0.5s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(6) { animation: anim_fadein_right 0.5s ease-out 0.6s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(7) { animation: anim_fadein_left 0.5s ease-out 0.7s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(8) { animation: anim_fadein_right 0.5s ease-out 0.8s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(9) { animation: anim_fadein_left 0.5s ease-out 0.9s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(10) { animation: anim_fadein_right 0.5s ease-out 1s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(11) { animation: anim_fadein_left 0.5s ease-out 1.1s forwards; }
.esx-list-animation-alternate-right.is-inview .es-list-item:nth-child(12) { animation: anim_fadein_right 0.5s ease-out 1.2s forwards; }
/* 上にフェードイン */
.esx-list-animation-up .es-list-item { opacity: 0; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(1) { animation: anim_fadein_up 0.5s ease-out 0.1s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(2) { animation: anim_fadein_up 0.5s ease-out 0.2s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(3) { animation: anim_fadein_up 0.5s ease-out 0.3s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(4) { animation: anim_fadein_up 0.5s ease-out 0.4s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(5) { animation: anim_fadein_up 0.5s ease-out 0.5s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(6) { animation: anim_fadein_up 0.5s ease-out 0.6s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(7) { animation: anim_fadein_up 0.5s ease-out 0.7s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(8) { animation: anim_fadein_up 0.5s ease-out 0.8s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(9) { animation: anim_fadein_up 0.5s ease-out 0.9s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(10) { animation: anim_fadein_up 0.5s ease-out 1s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(11) { animation: anim_fadein_up 0.5s ease-out 1.1s forwards; }
.esx-list-animation-up.is-inview .es-list-item:nth-child(12) { animation: anim_fadein_up 0.5s ease-out 1.2s forwards; }
/* 下にフェードイン */
.esx-list-animation-down .es-list-item { opacity: 0; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(1) { animation: anim_fadein_down 0.5s ease-out 0.1s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(2) { animation: anim_fadein_down 0.5s ease-out 0.2s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(3) { animation: anim_fadein_down 0.5s ease-out 0.3s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(4) { animation: anim_fadein_down 0.5s ease-out 0.4s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(5) { animation: anim_fadein_down 0.5s ease-out 0.5s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(6) { animation: anim_fadein_down 0.5s ease-out 0.6s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(7) { animation: anim_fadein_down 0.5s ease-out 0.7s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(8) { animation: anim_fadein_down 0.5s ease-out 0.8s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(9) { animation: anim_fadein_down 0.5s ease-out 0.9s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(10) { animation: anim_fadein_down 0.5s ease-out 1s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(11) { animation: anim_fadein_down 0.5s ease-out 1.1s forwards; }
.esx-list-animation-down.is-inview .es-list-item:nth-child(12) { animation: anim_fadein_down 0.5s ease-out 1.2s forwards; }
/* 左にフェードイン */
.esx-list-animation-left .es-list-item { opacity: 0; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(1) { animation: anim_fadein_left 0.5s ease-out 0.1s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(2) { animation: anim_fadein_left 0.5s ease-out 0.2s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(3) { animation: anim_fadein_left 0.5s ease-out 0.3s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(4) { animation: anim_fadein_left 0.5s ease-out 0.4s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(5) { animation: anim_fadein_left 0.5s ease-out 0.5s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(6) { animation: anim_fadein_left 0.5s ease-out 0.6s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(7) { animation: anim_fadein_left 0.5s ease-out 0.7s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(8) { animation: anim_fadein_left 0.5s ease-out 0.8s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(9) { animation: anim_fadein_left 0.5s ease-out 0.9s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(10) { animation: anim_fadein_left 0.5s ease-out 1s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(11) { animation: anim_fadein_left 0.5s ease-out 1.1s forwards; }
.esx-list-animation-left.is-inview .es-list-item:nth-child(12) { animation: anim_fadein_left 0.5s ease-out 1.2s forwards; }
/* 右にフェードイン */
.esx-list-animation-right .es-list-item { opacity: 0; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(1) { animation: anim_fadein_right 0.5s ease-out 0.1s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(2) { animation: anim_fadein_right 0.5s ease-out 0.2s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(3) { animation: anim_fadein_right 0.5s ease-out 0.3s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(4) { animation: anim_fadein_right 0.5s ease-out 0.4s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(5) { animation: anim_fadein_right 0.5s ease-out 0.5s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(6) { animation: anim_fadein_right 0.5s ease-out 0.6s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(7) { animation: anim_fadein_right 0.5s ease-out 0.7s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(8) { animation: anim_fadein_right 0.5s ease-out 0.8s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(9) { animation: anim_fadein_right 0.5s ease-out 0.9s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(10) { animation: anim_fadein_right 0.5s ease-out 1s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(11) { animation: anim_fadein_right 0.5s ease-out 1.1s forwards; }
.esx-list-animation-right.is-inview .es-list-item:nth-child(12) { animation: anim_fadein_right 0.5s ease-out 1.2s forwards; }



/* その他のポップ用css */
body.es-page-s-02 .entry-content .esx-box-shadow-style1:not(.wp-block-button),
body.es-page-s-02 .entry-content .esx-box-shadow-style1 > .wp-block-button__link {
	overflow: inherit;
	box-shadow: 0 10px 0 rgba( 0, 0, 0, .3 );
}
body.es-page-s-02 .entry-content .esx-box-shadow-style1:not(.wp-block-button) .esx-icon-title1,
body.es-page-s-02 .entry-content .esx-box-shadow-style1 > .wp-block-button__link .esx-icon-title1 {
	margin: -100px auto 0;
}
body.es-page-s-02 .entry-content .esx-box-shadow-style2:not(.wp-block-button),
body.es-page-s-02 .entry-content .esx-box-shadow-style2 > .wp-block-button__link {
	position: relative;
	overflow: inherit;
	box-shadow: 0 5px 0 rgba( 0, 0, 0, 0.2 );
	transition: opacity .25s ease-out, transform .25s ease-out, box-shadow .25s ease-out;
}
body.es-page-s-02 .entry-content .esx-box-shadow-style2:not(.wp-block-button)::after,
body.es-page-s-02 .entry-content .esx-box-shadow-style2 > .wp-block-button__link::after {
	position: absolute;
	display: block;
	content: "";
	width: 9px;
	height: 10px;
	top: 50%;
	right: 12px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #fff;
	transform: translate(0, -50%);
}
body.es-page-s-02 .entry-content .esx-box-shadow-style2 > .wp-block-button__link:hover {
	opacity: 1;
	transform: translate(0px, 5px);
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
}
body.es-page-s-02 .entry-content .esx-icon-title1 {
	font-size: 1.375rem;
}
body.es-page-s-02 .entry-content .esx-icon-title1::before {
	margin-bottom: 25px;
	color: #ff7700;
}
body.es-page-s-02 .entry-content .esx-icon-title1.has-text-align-center::before {
	justify-content: center;
}
body.es-page-s-02 .entry-content .esx-icon-title1 em {
	font-style: normal;
	background: linear-gradient( transparent 0%, transparent 70%, rgba( 255, 204, 128, 0.6 ) 70%, rgba( 255, 204, 128, 0.6 ) 100% );
}
@media (min-width: 481px) {
	body.es-page-s-02 .entry-content .esx-icon-title1 {
		font-size: 1.875rem;
	}
}
body.es-page-s-02 .entry-content .esx-icon-title2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	margin: -70px auto 0;
	font-size: 1.375rem;
	border-radius: 200px;
	border: 2px solid #ff7700;
	background: #fff;
}
body.es-page-s-02 .entry-content .esx-icon-title2::before {
	color: #ff7700;
}
body.es-page-s-02 .entry-content .esx-icon-title2 em {
	font-style: normal;
	background: linear-gradient( transparent 0%, transparent 70%, rgba( 255, 204, 128, 0.6 ) 70%, rgba( 255, 204, 128, 0.6 ) 100% );
}
@media (min-width: 481px) {
	body.es-page-s-02 .entry-content .esx-icon-title2 {
		width: 200px;
		height: 200px;
		margin-top: -100px;
		font-size: 1.875rem;
	}
}
body.es-page-s-02 .entry-content .esx-before-icon-top::before {
	font-family: 'es_font';
	content: "\e924";
	color: #ff7700;
	font-size: 68px;
}
body.es-page-s-02 .entry-content .esx-icon-color-main::before {
	color: #ff7700;
}
body.es-page-s-02 .entry-content .esx-icon-color-sub::before {
	color: rgba( 255, 119, 0, 1 );
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1 {
	position: relative;
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1 a {
	display: block;
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1 a:hover img {
	transform: none;
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1 figcaption {
	position: relative;
	width: calc(100% - 20px);
	max-width: 240px;
	margin: 0 auto;
	padding: 0.25rem 0;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background: #ff7700;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.2 );
	transform: translate(0, -50%);
	transition: transform .35s ease, box-shadow .35s ease;
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1:hover figcaption {
	text-decoration: none;
	transform: translate(0, calc(-50% + 3px));
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
}

body.es-page-s-02 .esx-button-width1 .wp-block-button__link {
	width: 240px;
	max-width: 100%;
}
@media (min-width: 481px) {
	body.es-page-s-02 .esx-button-width1 .wp-block-button__link {
		width: 300px;
	}
}

body.es-page-s-02 .esx-border-radius-20-bg .uagb-column__overlay {
	border-radius: 20px;
}
/* 画像ブロックのキャプションを画像に被せる＋画像に角丸 */
body.es-page-s-02 .entry-content .esx-image-block-link-pop1 {
	position: relative;
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1 a {
	display: block;
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1 a:hover img {
	transform: none;
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1 img {
	border-radius: 10px;
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1 figcaption {
	position: relative;
	width: calc(100% - 20px);
	max-width: 240px;
	margin: 0 auto;
	padding: 0.25rem 0;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background: #ff7700;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.2 );
	transform: translate(0, -50%);
	transition: transform .35s ease, box-shadow .35s ease;
}
body.es-page-s-02 .entry-content .esx-image-block-link-pop1:hover figcaption {
	text-decoration: none;
	transform: translate(0, calc(-50% + 3px));
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0.1 );
}

body.es-page-s-02 .esx-footer-info-column h3 {
	margin-bottom: 0;
	font-size: 1.25rem;
}
body.es-page-s-02 .esx-footer-info-column p {
	margin-bottom: 10px;
}
body.es-page-s-02 .esx-footer-info-column [class*="esx-icon-"].has-text-align-center::before {
	justify-content: center;
}
@media (min-width: 481px) {
	body.es-page-s-02 .esx-footer-info-column h3 {
		font-size: 2.25rem;
	}
}

body.es-page-s-02 .esx-line-height-0 {
	line-height: 0;
}

/*
フッターメニュー
*/
/* 箇条書きドット非表示 */
body.es-page-s-02 #colophon a::before {
	display: none;
}
/* タイトルカラー */
body.es-page-s-02 .site-footer .widget-title {
	color: #ff7700;
	border-bottom-color: #ff7700;
}

