@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

:root {
	/*使用しない場合も必ず設定*/
	--i_bg_color: #ffd817;/*背景色*/
	--i_txt_color: #263238;/*テキスト*/
	--i_main_color: #263238;/*メイン*/
	--i_sub_color: #88db47;/*アクセント*/
	--i_sub2_color: #ECEFF1;/*薄い色*/
	--i_btn_color: #ff5900;/*ボタン*/
	--i_btn_hover_color: #fd6f22;/*ボタンhover*/
	--i_btn_txt_color: #fff;/*ボタンテキスト*/
	--i_btn_hover_txt_color: #fff;/*ボタンテキスト*/
	--i_shadow_color: rgba(38, 50, 56, 0.05);/*シャドウ*/
	--i_border_color: rgba(38, 50, 56, 0.13);/*ボーダー*/
	--i_noimg_bg_color: #fff;/*画像無し*/
	--i_padding: 20px;/*左右余白*/
}
@media screen and (max-width: 500px) {
	:root {
		--i_padding: 20px;
		/*左右余白*/
	}
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-size: 1.65rem;
	line-height: 1.9;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: 500;
}
body,
main {
	background: var(--i_bg_color);
}
.index main {
	background: none !important;
}
@media screen and (max-width: 850px) {
	html {
		font-size: 60.606%;
	}
	body {
		letter-spacing: 0px;
	}
}
a {
	outline: 0;
	text-decoration: none;
	color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a {
	color: inherit;
}
/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img {
	object-position: 50% 50%;
	font-family: 'object-position: 50% 50%;';
}
@media screen and (max-width: 850px) {
	#sidebar {
		border: 5px solid var(--i_sub2_color) !important;
	}
}
.no_img {
	background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
	border: 1px solid var(--i_border_color);
}

/*----------------------------loader----------------------------*/
#load div:nth-of-type(1) {
	background: var(--i_bg_color);
}
#load .loader,
.popup .loader {
	border: 1px solid var(--i_main_color);
	/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
	border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
	/*★*-1*/
	left: -1px;
	top: -1px;
}
#load .loader,
.popup .loader {
	border: 1px solid var(--i_main_color);
	/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
	border-top-color: #09184f !important;
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
	/*★*-1*/
	left: -1px;
	top: -1px;
}
#load img {
	max-width: 150px;
	max-height: 100%;
}
@media screen and (max-width: 650px) {
	#load img {
		max-width: 105px;
	}
}

/*----------------------------header----------------------------*/
header {
	font-size: 1.4rem;
	color: #333;
}
body.scrolled header {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 2px 2px 5px var(--i_shadow_color);
}
header .wraper {
	max-width: 1300px;
}
header h1 {
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.7;
	fill: var(--i_txt_color);
}
body.scrolled header .logo {
	padding: 20px 0 !important;
}
header .logo {
	max-width: 150px !important;
	transition: 0.4s ease-in-out;
}
body.scrolled header .logo a img {
	max-height: 70px;
}
header .header_contents .header_col1 {
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
header .header_contents .header_col1 .tel {
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 26px;
	font-weight: 400;

	fill: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
	fill: var(--i_txt_color);
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
	background: var(--i_txt_color);
}
header .header_contents .header_col1 .tel svg {
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
}
header .header_contents .header_col1 .btn>a,
header#pattern4 .wraper>.inner>.btn>a {
	background: linear-gradient(270deg, var(--i_btn_color) 0%, var(--i_sub_color) 25%, var(--i_sub_color) 51%, var(--i_btn_color) 100%);
	color: var(--i_btn_txt_color);
	position: relative;
	display: inline-block;
	background-position: 1% 50%;
	background-size: 200% auto;
	transition: all 0.3s ease-out;
	font-weight: 400;
	border-radius: 100px;
	padding: 8px 10px;
	text-align: center;
}
header .header_contents .header_col1 .btn>a:hover,
header#pattern4 .wraper>.inner>.btn>a:hover {
	color: var(--i_btn_hover_txt_color);
	transition: 0.5s ease-in-out;
	background-position: 99% 50%;
	opacity: 1;
}
header .header_contents .header_col1 .btn>a span.inn {
	color: var(--i_btn_txt_color) !important;
}
header .header_contents .header_col1 .btn>a span.inn,
header#pattern4 .wraper>.inner>.btn>a span.inn {
	color: var(--i_btn_txt_color) !important;
	/* padding: 8px 20px 8px 20px !important; */
}
header .header_contents .header_col1 .btn .translate a svg {
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}
header .header_contents .header_col1 .btn .translate a:hover {
	opacity: 0.8;
}
header#pattern1 nav,
header#pattern3 nav {
	position: relative;
}
header nav * {
	color: var(--i_txt_color);
}
header nav ul.nav_1st {
	width: 100%;
	max-width: 1300px !important;
	/*任意*/
}
header nav ul.nav_1st>li {
	box-sizing: border-box;
	position: relative;
}
header nav ul.nav_1st>li:after {
	/*罫線*/
	content: "";
	position: absolute;
	top: calc(50% - 2.5px);
	left: 0;
	transition: 0.2s ease-in-out;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: var(--i_sub_color);
	border-radius: 99px;
	opacity: 0.7;
}
header nav ul.nav_1st>li:last-child:before {
	/*罫線*/
	content: "";
	position: absolute;
	top: calc(50% - 2.5px);
	right: 3px;
	transition: 0.2s ease-in-out;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: var(--i_sub_color);
	border-radius: 99px;
	opacity: 0.7;
}
_:-ms-lang(x),
header nav ul.nav_1st>li>a {
	transition: none !important;

}
header nav ul.nav_1st>li>a {
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
}
header nav ul.nav_1st>li>a span {
	/*ナビの高さはline-heightで調整*/
	line-height: 3;
	/* マージン普通選択時 */
	letter-spacing: 0.1rem;
	transition: 0.4s ease-in-out;
	font-size: 1.45rem;
	font-weight: 400;
}
header nav ul.nav_1st>li>a:hover span {
	color: var(--i_main_color);
}
header#pattern2 nav ul.nav_1st>li>a span {
	line-height: 3;
}
body.scrolled header#pattern2 nav ul.nav_1st>li>a span {
	line-height: 2.5;
}
body.margin header nav ul.nav_1st>li>a span {
	line-height: 4;
	/* マージン広い選択時 */
}
header nav ul.nav_2nd {
	padding-top: 20px;
}
header nav ul.nav_1st>li:hover ul.nav_2nd {
	padding-top: 15px;
}
header nav ul.nav_2nd>li {
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid var(--i_border_color);
}
header nav ul.nav_2nd>li:nth-last-of-type(1) {
	border-bottom: none;
}
header nav ul.nav_2nd li a {
	padding: 5px 15px;
	font-weight: normal;
	font-size: 1.4rem;
}
header nav ul.nav_2nd>li>a {
	padding-right: 30px;
}
header nav ul.nav_2nd>li>a:after {
	height: 5px;

	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid var(--i_sub_color);
	border-bottom: 1px solid var(--i_sub_color);
	top: calc(50% - 2.5px);
	right: 20px;
}
header nav ul.nav_3rd {
	padding-left: 20px;
}
header nav ul.nav_3nd li a {
	padding: 5px 20px;
}
header nav ul.nav_3rd>li>a:after {
	height: 1px;
	width: 4px;
	background: var(--i_sub_color);
	top: calc(50% - 0.5px);
	left: 5px;
}
header .header_contents .header_col1 .btn>a,
header#pattern4 .wraper>.inner>.btn>a {
	color: var(--i_bg_color);
	background: var(--i_btn_color);
	position: relative;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-family: inherit;
	font-weight: 400;
	padding: 10px 25px !important;
	box-shadow: 5px 5px 0 rgba(38, 50, 56, 0.2);
	transition: 0.3s ease-in-out;
	margin-right: 10px;
}
header .header_contents .header_col1 .btn>a:hover,
header#pattern4 .wraper>.inner>.btn>a:hover {
	box-shadow: none;
	transform: translate(3px, 3px);
}
header .header_contents .header_col1 .btn>a span.inn {
	color: var(--i_btn_txt_color) !important;
}
header .header_contents .header_col1 .btn>a span.inn,
header#pattern4 .wraper>.inner>.btn>a span.inn {
	color: var(--i_btn_txt_color) !important;
}
header .header_contents .header_col1 .btn>a[target=_blank]:not(:has(span.inn)):before,
header .header_contents .header_col1 .btn>a[target=_blank]:not(:has(span.inn)):after,
header#pattern4 .wraper>.inner>.btn>a[target=_blank]:not(:has(span.inn)):before,
header#pattern4 .wraper>.inner>.btn>a[target=_blank]:not(:has(span.inn)):after,
header .header_contents .header_col1 .btn>a[target=_blank] span.inn:before,
header .header_contents .header_col1 .btn>a[target=_blank] span.inn:after,
header#pattern4 .wraper>.inner>.btn>a[target=_blank] span.inn:before,
header#pattern4 .wraper>.inner>.btn>a[target=_blank] span.inn:after {
	border-color: var(--i_btn_txt_color) !important;
}
header#pattern4 .tel {
	display: none;
}
header#pattern4 .burger {
	top: 0%;
	transform: translateY(0%);
}
header#pattern4 .header_contents .header_col1 .btn {
	margin-bottom: 8px;
}
@media screen and (min-width: 901px) {
	header#pattern4 .wraper>.inner {
		height: 130px;
		padding-top: 25px;
	}
}
@media screen and (max-width: 900px) {
	header#pattern4 .logo {
		margin: auto 0;
		margin-right: auto;
	}
	header#pattern4 .header_contents,
	header#pattern4.open:after {
		width: 100% !important;
	}
	header#pattern4.open .header_contents {
		left: 0;
	}
	header#pattern4 .burger {
		position: absolute;
	}
}
@media screen and (min-width: 541px) {
	header#pattern4::before {
		content: "";
		display: block;
		visibility: hidden;
		width: 100vw;
		height: 100vh;
		background: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: 0;
		transition: .3s ease-in-out;
		opacity: 0;
	}

	header#pattern4.open::before {
		visibility: visible;
		opacity: 1;
	}
}
@media screen and (max-width: 900px) {
	body.scrolled header .logo {
		padding: 10px 0 !important;
	}
	header .burger li.sp_translate a svg {
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_sns {
		border-bottom: none;
	}
	header .header_sns:empty,
	header .header_contents .header_col1:empty,
	header .header_contents .header_col2:empty {
		border: none;
	}
	header .header_contents .header_col1 .tel,
	header .header_contents .header_col1 .btn {
		float: none;
	}
	header .header_contents .header_col2 {
		display: block !important;
	}
	header nav {
		border-bottom: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_1st li {
		border-bottom: 1px solid var(--i_border_color);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	header nav ul.nav_1st>li:before,
	header nav ul.nav_1st>li:after {
		display: none !important;
	}
	header nav ul.nav_1st>li i:before,
	header nav ul.nav_1st>li i:after {
		background: var(--i_sub_color);
	}
	header nav ul.nav_2nd {
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_2nd>li {
		box-shadow: none;
	}
	header nav ul.nav_2nd>li * {
		color: #333;
	}
	header nav ul.nav_3rd {
		border-top: 1px solid var(--i_border_color);
	}
	header nav ul.nav_3rd>li:nth-last-of-type(1) {
		border-bottom: none;
	}
	header .logo a img {
		max-height: 60px !important;
		transition: 0.4s ease-in-out;
	}
	body.scrolled header .logo a img {
		max-height: 50px !important;
	}
	header nav ul.nav_1st>li>a:hover:before {
		transform: scale(0, 0);
	}
	header#pattern1 nav,
	header#pattern3 nav {
		border-bottom: 0;
		border-top: 0;
	}
	header .header_contents .header_col1 .btn>a {
		padding: 11px 15px 11px;
	}
	header nav ul.nav_1st>li>a:hover {
		background: none;
	}
	header nav ul.nav_1st>li>a span {
		color: var(--i_txt_color);
	}
	header#pattern2 nav ul.nav_1st {
		border-bottom: 0px;
	}
}

/*----------------------------余白設定----------------------------*/
main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,

section[class*='pb']+.contents_related_tags {
	padding-top: 60px;
}
main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]) {
	padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
	main>section:first-child:not([class*="pt"]),
	main>div:first-child:not([class*="pt"]),
	div[class*='pb']+.contents_related,
	section[class*='pb']+.contents_related,
	div[class*='pb']+.contents_related_tags,
	section[class*='pb']+.contents_related_tags {
		padding-top: 40px;
	}
	main>section:not([class*="pt"]),
	main>div:not([class*="pt"]),
	aside>section:not([class*="pt"]),
	aside>div:not([class*="pt"]) {
		padding-bottom: 40px;
	}
}

/*----------------------------見出し----------------------------*/
section .content_wrapper>.heading:first-child:last-child {
	margin-bottom: 0;
}
section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child {
	margin-bottom: 0;
}

/*--*/

.heading.block_header_1,
.heading.block_header_6 {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.heading.block_header_1 p,
.heading.block_header_6 .h {
	font-weight: 400;
	-webkit-text-stroke: 0.2px currentColor;
	text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
	font-size: 3.6rem;
	line-height: 1.4;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h {
	font-size: 6rem;
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before {
	position: absolute;
	content: "";
	background: radial-gradient(circle farthest-side, var(--i_sub_color), var(--i_sub_color) 30%, transparent 30%, transparent);
	background-size: 25px;
	content: '';
	display: inline-block;
	height: 25px;
	width: 100px;
	bottom: 0;
	left: calc(50% - 50px);
}
.heading.block_header_1.align-left p:before,
.heading.block_header_6.align-left .h:before {
	left: 0;
}
.heading.block_header_1.align-right p:before,
.heading.block_header_6.align-right .h:before {
	right: 0;
	left: auto;
}
*[style*=" color: #ffffff;"] .heading.block_header_1 p:before,
*[style*=" color: #ffffff;"] .heading.block_header_6 .h:before,
*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before {
	background: radial-gradient(circle farthest-side, #fff, #fff 30%, transparent 30%, transparent);
	background-size: 25px 25px;
}
*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p,
*[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h {
	color: #fff !important;
}
.heading.block_header_1 .h,
.heading.block_header_6 p {
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 800px) {
	.heading.block_header_1,
	.heading.block_header_6 {
		margin-bottom: 20px;
		padding-bottom: 12px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h {
		font-size: 2.5rem;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h {
		font-size: 3.5rem;
		padding-bottom: 25px;
		margin-bottom: 0px;
	}
}

/*--*/

.heading.block_header_2 {
	margin-bottom: 30px;
}
section[style*=" color: rgb(255, 255, 255);"] .heading.block_header_2,
div[style*=" color: rgb(255, 255, 255);"] .heading.block_header_2 {
	border-bottom-color: #fff;
}
.heading.block_header_2.align-center:before {
	display: none;
}
.heading.block_header_2.align-left:before {
	left: 0;
}
.heading.block_header_2.align-right:before {
	right: 0;
}
.heading.block_header_2 .h {
	display: inline-block;
	letter-spacing: 0.2rem;
	font-size: 1.9rem;
	line-height: 1.5;
	position: relative;
	padding-left: 20px;
	color: var(--i_txt_color);
	font-weight: 400;
	-webkit-text-stroke: 0.2px currentColor;
	text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
}
.heading.block_header_2 .h:before,
.heading.block_header_2 .h:after {
	display: block;
	content: '';
	position: absolute;
}
.heading.block_header_2 .h:before {
	top: calc(1em * 1.6/ 2);
	transform: translateY(-50%);
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--i_sub_color);
	border-radius: 50px;
}
.heading.block_header_2 p {
	font-size: 1.4rem;
	padding-left: 20px;
	letter-spacing: 0.2rem;
	color: var(--i_txt_color);
}
.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2 {
	border: none;
}
.widget_gallery01.add_design4 .inner_item .heading.block_header_2 {
	padding-left: 2em !important;
}
@media screen and (max-width: 800px) {
	.heading.block_header_2 {
		margin-bottom: 20px;
	}
	.heading.block_header_2 .h {
		font-size: 2.1rem;
	}
}

/*--*/

.heading.block_header_3 {
	overflow: hidden;
	background: var(--i_sub2_color);
	padding: 10px 10px 10px 30px;
	margin-bottom: 30px;
	color: var(--i_main_color);
}
.heading.block_header_3 .h {
	letter-spacing: 0.2rem;
	font-size: 1.9rem;
	line-height: 1.5;
}
.heading.block_header_3 p {
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	color: var(--i_main_color);
}
@media screen and (max-width: 800px) {
	.heading.block_header_3 {
		padding: 5px 5px 5px 30px;
		margin-bottom: 20px;
	}
	.heading.block_header_3 .h {
		font-size: 2.0rem;
	}
	.heading.block_header_3 p {
		font-size: 1.3rem;
	}
}

/*--*/

.heading.block_header_4 {
	margin-bottom: 15px;
}
.heading.block_header_4:before {
	display: none;
}
.heading.block_header_4 .h {
	font-size: 2.4rem;
	letter-spacing: 0.2rem;
	line-height: 1.5;
	margin-bottom: 5px;
	color: var(--i_txt_color);
	font-weight: 400;
	-webkit-text-stroke: 0.2px currentColor;
	text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
}
.heading.block_header_4 p {
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	color: var(--i_sub_color);
	font-weight: 400;
	-webkit-text-stroke: 0.2px currentColor;
	text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
}

/*--*/

.heading.block_header_5 {
	margin-bottom: 15px;
}
.heading.block_header_5 .h {
	display: inline;
	letter-spacing: 0.2rem;
	font-size: 1.8rem;
	margin-bottom: 10px;
	font-weight: 400;
	-webkit-text-stroke: 0.2px currentColor;
	text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
}
.heading.block_header_5 p {
	display: inline;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
}
.heading.block_header_5 p:before {
	content: "　/　";
}
#sidebar .heading.block_header_5 {
	background: var(--i_sub2_color);
	color: var(--i_txt_color);
	padding: 5px 15px;
}

/*----------------------------背景パララックス----------------------------*/
.parallax {
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/
.contents_btn01 {
	overflow: visible;
	margin-bottom: 5px;
}
.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit span {
	color: var(--i_btn_txt_color) !important;
	background: var(--i_btn_color);
	position: relative;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-family: inherit;
	font-weight: 400;
	padding: 0 15px;
	box-shadow: 5px 5px 0 rgba(38, 50, 56, 0.2);
	transition: 0.3s ease-in-out;
	font-weight: 400;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
	box-shadow: none;
}
.contents_btn01 a:hover,
main form .submit:hover span {
	background: var(--i_btn_hover_color);
	box-shadow: none;
	transform: translate(3px, 3px);
}
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after {
	background: var(--i_btn_hover_color);
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
	border: 1px solid var(--i_btn_txt_color)
}
.contents_btn01 a span {
	text-align: center;
	line-height: 1.8;
	font-size: 1.5rem;
	font-weight: 400;
}
main form .submit {
	position: relative;
	display: inline;
	padding: 0;
}
main form .submit {
	position: relative;
}
main form .submit span input {
	color: var(--i_btn_txt_color);
	display: block !important;
	background: transparent;
	font-weight: 400;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01 a {
	margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
	#fixbtn .contents_btn01 a {
		transform: none;
	}
}

/*--------------------------------MV--------------------------------*/
#mv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
	/* padding-top: 50px; */
}
#mv:before {
	content: '';
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0px;
	background: url(/common/upload_data/azu-illustratorjp/image/mv_img_2.png)no-repeat bottom left/100% 100%;
	width: 100%;
	height: 100%;
	z-index: 7;
}
#mv {
	width: 100%;
	height: 90vh;
}
#mv:after {
	/*スライドに重ねる色*/
	pointer-events: none;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0)30%, rgba(255, 255, 255, 0.4)) 100%;
}
#mv .mv_text {
	height: 80%;
	align-items: flex-end;
	/*垂直方向中央*/
	/*text-shadow: 0 0 5px var(--i_shadow_color);*/
	width: 100% !important;
	left: 0 !important;
	top: 0% !important;
}
#mv .mv_text>div {
	max-width: none !important;
	box-sizing: border-box;
	width: 95%;
	color: var(--i_txt_color);
	font-weight: 400;
	text-shadow: 0 0 0px #fff, 0 0 0px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
#mv .mv_text h2 {
	font-size: 60px;
	/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.5;
	letter-spacing: 0.5rem;
	font-size: 4rem !important;
	position: relative;
}
#mv .mv_text p {
	padding-top: 10px;
	font-size: 2.5rem;
	letter-spacing: 0.4rem;
}
#mv #conv .ic a {
	background: var(--i_sub_color);
	color: #fff;
}
#mv .mv_scroll,
#mv .mv_pointer,
#mv .mv_arrow {
	display: none;
}
@media screen and (max-width: 100vh) {
	#mv {
		height: 90vh;
	}
}
@media screen and (max-width: 900px) {
	#mv:after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0)30%, rgba(255, 255, 255, 0.4)) 100%;
	}
	#mv:before {
		background: url(/common/upload_data/azu-illustratorjp/image/mv_img_sp_2.png)no-repeat bottom left/100% 100%;
	}
	#mv .mv_text {
		height: 80%;
	}
	#mv .mv_text>div {
		color: var(--i_bg_color);
		text-align: center;
		text-shadow: none;
	}
	#mv .mv_text br {
		display: none;
	}
	#mv .mv_text h2 {
		line-height: 1.7;
		font-size: 1.55rem !important;
		letter-spacing: 0.2rem;
	}
	#mv .mv_text p {
		letter-spacing: 0.2rem;
		font-size: 1.4rem !important;
	}
}

/*--------------------------------IV--------------------------------*/
#lv {
	background: var(--i_bg_color);
	height: 250px;
	padding-bottom: 0;
	width: 100%;
}
#lv_outer {
	/*mvに背景とかはここを利用する*/
	position: relative;
}
header.over+#lv_outer #lv {
	min-height: 300px;
}
#lv div {
	opacity: 0.5;
}
#lv p {
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0;
}
#lv p span {
	display: inline-block;
	font-size: 4.0rem;
	font-weight: 400;
	-webkit-text-stroke: 0.2px currentColor;
	text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
	text-align: center;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	color: var(--i_txt_color);
}
@media screen and (max-width: 800px) {
	#lv {
		height: 200px;

	}
	#lv p span {
		font-size: 2.8rem;
	}
}

/*----------------------------パンくず----------------------------*/
#pan {
	padding: 0;
	border-bottom: 1px solid var(--i_border_color);
}
#pan li {
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan li:before,
#pan li:after {
	border-top: 1px solid var(--i_border_color);
	border-right: 1px solid var(--i_border_color);
}

/*----------------------------other parts----------------------------*/
/*--リスト--*/
.default_ul li:before {
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/
.category1 li a {
	border: 1px solid var(--i_main_color);
	border-radius: 50px;
	color: var(--i_main_color);
	font-size: 1.4rem;
}
.category1 li a:hover,
.category1 li a.current {
	background: var(--i_main_color);
	color: #fff;
}

/*--sidebar--*/
#sidebar section,
#sidebar>div {
	border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2 {
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li {
	border: 1px solid var(--i_border_color);
	background: var(--i_sub2_color);
}
#sidebar .sidebar_list a {
	position: relative;
	padding-left: 15px;
}
#sidebar .sidebar_list a:before {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid var(--i_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}

/*----------------------------pager----------------------------*/
/*アーカイブページページャー*/
.pager li a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid var(--i_main_color);
	font-size: 1.4rem;
	color: var(--i_main_color);
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
	background: var(--i_main_color);
	color: #fff;
}
.pager li.arrow a {
	background: none;
}

/*----------------------------pager2----------------------------*/
/*シングルページページャー*/
.pager2 li a {
	border: 1px solid var(--i_main_color);
	color: var(--i_main_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
}
.pager2 li a:hover {
	background: var(--i_main_color);
	color: #fff;
}

/*----------------------------popup----------------------------*/
/*画像ポップアップ拡大表示*/
.popup {
	background: rgba(255, 255, 255, 0.7);
}
.popclose {
	color: var(--i_main_color);
}
.popnav li {
	background: var(--i_main_color);
}
.poptxt {
	font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/
#fixbtn {
	margin-bottom: 30px;
	font-size: 1.55rem;
}
#fixbtn .fixbtnwrap[style^="position: fixed"] {
	background: var(--i_sub2_color);
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap {
	background-color: transparent;
}
#fixbtn .fixbtntel {
	border-right: 1px solid var(--i_border_color);
}
#fixbtn .fixbtntel:nth-last-of-type(2) {
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
	font-size: 2.8rem;
	line-height: 1;
	margin-right: 10px;
	font-weight: 400;
}
#fixbtn .contents_btn01 a:hover {
	transform: none;
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
	margin-right: 0;
}
#fixbtn[data-pattern="2"] .fixbtntel [data-tel],
#fixbtn[data-pattern="2"] .fixbtntel>a {
	font-size: 2.5rem !important;
	font-weight: 400;
}
#fixbtn .fixbtntel svg {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	fill: var(--i_txt_color);
}
#fixbtn .contents_btn01 {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#fixbtn .contents_btn01:nth-of-type(1) {
	border-left: none;
}

#fixbtn .contents_btn01:nth-of-type(1) {
	/*▼ TELない場合中央揃え*/
	margin-left: auto;
	margin-right: auto;
}
#fixbtn .contents_btn01 a {
	padding: 0;
	/* background: transparent; */
}
#fixbtn .contents_btn01 span {
	text-align: center;
	padding: 11px 20px 13px;
}
#fixbtn .contents_btn01 a:before,
#fixbtn .contents_btn01 a:after {
	display: none;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1) {
	margin-left: auto;
	/*▼ 右揃え*/
	margin-right: 0;
	/*▼ 中央揃え*/
	margin-right: auto;
}
#fixbtn #scrolltop a {
	height: 40px;
	width: 40px;
}
#fixbtn #scrolltop a::before {
	transition: 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	border: none !important;
	background: var(--i_txt_color);
	mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%20fill%3D%22%235f6368%22%3E%3Cpath%20d%3D%22M480-395.76%20327.83-244.35q-12.68%2012.68-31.45%2013.06-18.77.38-32.21-13.3-12.67-12.67-12.67-31.82%200-19.16%2012.67-31.83L447.93-492q6.72-6.72%2014.92-9.82%208.19-3.09%2017.15-3.09%208.96%200%2017.15%203.09%208.2%203.1%2014.92%209.82l183.76%20183.76q12.67%2012.67%2013.05%2031.33.38%2018.65-13.05%2032.32-12.68%2012.92-31.83%2012.92t-32.07-12.92L480-395.76Zm0-247.41L327.83-491.76q-12.68%2012.67-31.45%2013.05-18.77.38-32.21-13.05-12.67-12.67-12.67-31.83%200-19.15%2012.67-31.82l183.76-184q6.72-6.72%2014.92-9.82%208.19-3.1%2017.15-3.1%208.96%200%2017.15%203.1%208.2%203.1%2014.92%209.82l183.76%20184q12.67%2012.67%2013.05%2031.44.38%2018.77-13.05%2032.21-12.68%2012.67-31.83%2012.67t-31.83-12.67L480-643.17Z%22%2F%3E%3C%2Fsvg%3E');
}
#fixbtn #scrolltop a:hover:before {
	opacity: 0.7;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before {
	border-color: rgba(120, 120, 120, 0.6);
}
#fixbtn.no #scrolltop a:hover:before {
	border-left: 2px solid rgba(120, 120, 120, 1);
	border-top: 2px solid rgba(120, 120, 120, 1);
}

@media screen and (max-width: 600px) {
	#fixbtn {
		margin-bottom: 0;
	}
	#fixbtn,
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span {
		font-size: 1.7rem;
	}
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span {
		font-size: 2rem;
		color: var(--i_txt_color);
	}
	#fixbtn .fixbtntel svg {
		width: 16px !important;
		height: 16px !important;
	}
	#fixbtn .contents_btn01 a {
		padding: 0;
		letter-spacing: 0;
	}
	#fixbtn .contents_btn01 a:before {
		display: none;
	}
	#fixbtn .contents_btn01 a span {
		padding: 9px 5px 11px;
		font-size: 1.45rem !important;
	}
	.ft02 #fixbtn .fixbtntel [data-tel],
	.ft02 #fixbtn .fixbtntel>a {
		font-size: 2rem !important;
	}
}
footer {
	background: var(--i_sub2_color);
	padding: 0;
	color: var(--i_txt_color);
	text-align: center;
	font-size: 1.35rem;
}

/*追従SNS*/
footer:not(:has([style^="position: fixed"])) #fixsns {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
footer a {
	color: var(--i_txt_color);
}
footer nav li {
	padding: 5px 0;
}
footer nav li a {
	font-size: 1.55rem;
	font-weight: 400;
}
footer .logo {
	max-width: 200px !important;
}
footer .sns {
	margin: 0 auto 30px;
}
footer .sns svg {
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	fill: var(--i_main_color);
	transition: 0.2s ease-in-out;
}
footer .sns a:hover svg {
	opacity: 0.8;
}
#cp {
	padding: 30px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	color: var(--i_txt_color);
}
@media screen and (max-width: 600px) {
	footer {
		padding: 0 !important;
		width: 100%;
	}
	footer .logo {
		width: 100px;
		margin-top: 30px;
	}
	#fixbtn .fixbtnwrap {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.ft02 #fixbtn .contents_btn01 span {
		font-size: 1.25rem !important;
	}
	footer .content_wrapper {
		display: flex;
		flex-direction: column-reverse;
		padding: 0 20px !important;
	}
	footer nav ul {
		display: flex;
		justify-content: flex-start;
		gap: 0 20px;
		border-top: 2px solid var(--i_border_color);
		border-bottom: 2px solid var(--i_border_color);
	}
	footer nav li {
		width: auto;
	}
	footer nav li a {
		text-align: left;
	}
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/
.contents_faq01 dt {
	padding-left: 5rem;
	margin-bottom: 25px;
	min-height: 35px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dd {
	padding-left: 7.3rem;
	margin-bottom: 15px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before {
	width: 4rem;
	height: 4rem;
	font-size: 2.6rem;
	line-height: 1.2;
	box-sizing: border-box;
	font-weight: 400;
	-webkit-text-stroke: 0.2px currentColor;
	text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
	color: var(--i_txt_color);
	border: 2px solid var(--i_txt_color);
	text-align: center;
	border-radius: 5px;
}
.contents_faq01 dd:before {
	line-height: 1.2;
	background: var(--i_sub_color);
	color: var(--i_txt_color);
	border: 2px solid var(--i_sub_color);
}
.contents_faq01.accordion .mymore a {
	border-radius: 5px;
}

/*----------------------------contents_related_tags----------------------------*/
.contents_related_tags .inner_item {
	border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item:hover {
	background: var(--i_sub2_color);
}
.contents_related .inner_item a:hover {
	background: var(--i_sub2_color);
	opacity: 0.8;
}

/*----------------------------block_table_1----------------------------*/
.block_table_1 table thead {
	background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_1 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td {
	background-color: #fff;
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_1 table thead td {
	text-align: center;
	font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/
.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td {
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 500px) {
	.block_table_2 table {
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_2 table th {
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_2 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}

/*----------------------------block_table_3----------------------------*/
.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td {
	background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th {
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td {
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
@media screen and (max-width: 500px) {
	.block_table_3 table {
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_3 table th {
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_3 table td {
		border-top: 1px dotted var(--i_border_color);
	}
}
.block_table_3_item li {
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/
.gallery_archive .inner_item a,
.gallery_single .inner_item a {
	transition: 0.2s ease-in-out;
	background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover {
	background-color: #000;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img {
	opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after {
	color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span {
	color: #fff;
}
.gallery_single_slider .slick-arrow::before {
	border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/
.widget_gallery01 .slick-arrow {
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}
.widget_gallery01 .slick-next {
	left: auto;
	right: 0;
}

/*----------------------------gallery hover効果----------------------------*/
main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a {
	overflow: hidden;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img {
	/*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	backface-visibility: visible;
	transition: 1s ease-out !important;
	transition-property: transform opacity !important;
	transform: scale(1.001, 1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/
.news_archive article .inner_item_img:hover {
	opacity: 0.8;
}
.news_archive article .entry_meta {
	font-size: 1.3rem;
}
.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
	background-size: 50% !important;
}
#sidebar .widget_news02 li a div span i {
	background-size: 50% !important;
}

/*----------------------------widget_coupon----------------------------*/
.widget_coupon .content_wrapper {
	max-width: 900px !important;
}
.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl {
	font-size: 1.4rem;
	line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/
.widget_form .privacypolicy {
	border: 1px solid var(--i_border_color);
}
.widget_form form {
	border-top: 1px solid var(--i_border_color);
}
.widget_form form dl {
	border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd {
	vertical-align: middle;
}
.widget_form form dt span {
	color: var(--i_sub2_color);
	color: #D43B3B !important;
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (max-width: 770px) {
	.widget_form form dt {
		border-bottom: 1px dotted var(--i_border_color);
	}
}
main form dl input,
main form textarea {
	background: var(--i_sub2_color);
	border: 1px solid transparent;
	letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus {
	background: #fff;
	border: 1px solid var(--i_border_color);
}
main form .submit input {
	letter-spacing: 3px;
	border: none;
}
main form select {
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}
main form input[type=radio]+label,
main form input[type=checkbox]+label {
	padding: 0 15px 0 22px;
}
main form input[type=radio]+label::before,
main form input[type=checkbox]+label::before {
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: var(--i_sub2_color);
}
main form input[type=radio]+label::before {
	border-radius: 30px;
}
main form input[type=radio]:checked+label::after,
main form input[type=checkbox]:checked+label::after {
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: #09184f !important;
}
main form input[type=radio]:checked+label::after {
	border-radius: 100%;
}

/*----------------------------widget_link----------------------------*/
.widget_link .inner_item_txt {
	font-size: 2rem;
}
.widget_link .inner_item_url {
	color: #D43B3B !important;
	font-weight: bold;
}
.widget_link.block_link_1 .wrapper_item a {
	border-left: 1px solid #09184f !important;
}

/*----------------------------widget_lp01----------------------------*/
.widget_lp01 li a:hover {
	opacity: 0.8;
}
.widget_lp01 li a div span {
	background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/
.widget_menu01 h3 {
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.widget_menu01 li dd {
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/
.widget_menu02 h3 {
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.widget_menu02 li>p {
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/
.block_news_2 li {
	box-shadow: 5px 5px 0 rgba(31, 38, 52, 0.05) !important;
}
.block_news_2 li a {
	padding: 30px;
}
.block_news_2 li a:after {
	border: 0 solid #eee !important;
}
.block_news_2 li a:hover:after {
	border-width: 10px !important;
	;
}
.block_news_2 li:nth-child(2n) {
	background: #fff !important;
}

/*----------------------------widget_shop01----------------------------*/
.widget_staff01 .inner_item a:hover * {
	opacity: 0.8;
}
.widget_staff01 .sub {
	font-size: 1.2rem;
	font-weight: bold;
}

/*----------------------------widget_tel----------------------------*/
.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span {
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	padding: 20px;
	font-weight: bold;
}

@media screen and (max-width: 450px) {
	.widget_tel .inner_item_tel a,
	.widget_tel .inner_item_tel span {
		font-size: 2.6rem;
		padding: 15px 10px;
	}
	.widget_tel .inner_item_tel img {
		margin: 0 5px -2px 0;
	}
	.widget_tel .inner_item_tel svg {
		height: 16px;
		width: 16px;
	}
}

/*------------------glossary_archive------------------------*/
.glossary_archive .content_wrapper article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	/*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2 {
	margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h {
	font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h:after {
	top: 1em;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
	content: "View More";
	position: absolute;
	width: 150px;
	bottom: 32px;
	/*★1 + 数px*/
	right: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body {
	padding-right: 180px;
}
@media screen and (max-width: 1224px) {
	.glossary_archive .content_wrapper .heading.block_header_2 a:after {
		bottom: calc(32px + 1.8rem);
		/*★1 + 数px*/
	}
}

@media screen and (max-width: 650px) {
	.glossary_archive .content_wrapper article {
		padding-bottom: 60px;
	}
	.glossary_archive .content_wrapper .heading.block_header_2 a:after {
		bottom: 30px;
		/*★1*/
	}
	.glossary_archive .content_wrapper article .entry_body {
		padding-right: 0;
	}
}

/*------------------recruit------------------------*/
.recruit_archive.add_design1 .recruitment_list .inner_item {
	background: rgba(255, 255, 255, .8);
}

.index main>section:first-child+div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child+div+div.composite_box01 .heading.block_header_4 .h {
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}

@media screen and (max-width: 800px) {
	.index main>section:first-child+div.composite_box01 .heading.block_header_4 .h,
	.index main>section:first-child+div+div.composite_box01 .heading.block_header_4 .h {
		font-size: 2.1rem;
	}
}

/*------------------blog------------------------*/
.block_news_2 li {
	box-shadow: none;
	border: 1px solid var(--i_border_color);
}

/*------------------btn中央寄せ------------------*/
@media screen and (max-width: 950px) {
	.index .contents_box01 .inner_item_txt .contents_btn01 {
		text-align: center;
	}
}

/*------------------ft調整------------------*/
@media screen and (min-width: 701px) {
	footer .logo a {
		max-width: 100% !important;
	}
}

/*------------------ 追加CSS ------------------*/
/* ----- hd ----- */
a[id^="hd"]+section .contents_btn01 .content_wrapper {
	text-align: left;
}
a[id^="hd"]+section .heading.block_header_2 .h {
	padding-left: 0;
	font-size: 6rem !important;
	line-height: 1.4;
	color: var(--i_txt_color);
	font-weight: 400;
	-webkit-text-stroke: 0.2px currentColor;
	text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;

	position: relative;
}
a[id^="hd"]+section .heading.block_header_2 p {
	padding-left: 0;
	font-size: 1.7rem !important;
	color: var(--i_txt_color);
}
a[id^="hd"]+section .heading.block_header_2 .h:before,
a[id^="hd"]+section .heading.block_header_2 .h:after {
	display: none;
}

/* イラスト配置 */
a[id^="hd_img"]+section {
	overflow: visible;
}
a[id^="hd_img"]+section .inner_item_img {
	position: relative;
}
a[id^="hd_img"]+section .inner_item_img:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}
#hd_img_1+section .inner_item_txt {
	padding-left: 60px !important;
}
#hd_img_2+section .inner_item_txt {
	padding-right: 60px !important;
}
#hd_img_2+section .inner_item_img img {
	border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 900px) {
	a[id^="hd"]+section .heading.block_header_2 {
		text-align: center;
	}
	a[id^="hd"]+section .contents_btn01 .content_wrapper {
		text-align: center;
	}
	#hd_img_1+section .inner_item_txt {
		padding-left: 0 !important;
	}
	#hd_img_2+section .inner_item_txt {
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 800px) {
	a[id^="hd"]+section .heading.block_header_2 .h {
		font-size: 3.5rem !important;
	}
	a[id^="hd"]+section .heading.block_header_2 p {
		font-size: 1.5rem !important;
		letter-spacing: 0.2rem;
		color: var(--i_main_color);
	}
	a[id^="hd"]+section .heading.block_header_2 .h:before {
		height: 15px;
	}
}

/*-----------------パララックス------------------------*/
a[id*="para"]+section .parallax_img,
a[id*="para"]+div .parallax_img {
	opacity: 0.4;
	filter: brightness(120%) blur(2px) contrast(100%);
}
a[id*="para"]+section>.content_wrapper,
a[id*="para"]+div>.content_wrapper {
	background: rgba(255, 255, 255, 0.8) !important;
	box-shadow: 5px 5px 15px rgba(100, 100, 100, 0.1) !important;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 30px;
	border: 10px solid var(--i_btn_color);
}
a[id*="sub_para"]+section>.content_wrapper{
	background: none !important;
	box-shadow: none !important;
	padding: 20px var(--i_padding, 20px) 20px !important;
	margin-bottom: 0 !important;
	border-radius: 0;
	border: none;
}
@media screen and (max-width: 900px) {
	a[id*="para"]+section>.content_wrapper,
	a[id*="para"]+div>.content_wrapper {
		width: 90%;
		padding: 30px 20px 70px;
		margin-bottom: 60px;
	}
}

/*----- ブログ -----*/
#blog_type08+div .slick-arrow:before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	top: 55%;
	left: calc(50% - 3px);
	width: 8px;
	height: 8px;
}
#blog_type08+div .slick-arrow:after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: calc(50% - 8px);
	left: calc(50% - 15px);
	background: var(--i_sub_color);
	border-radius: 100px;
	z-index: -1;
}

/*中央３つ大（記事数5件以上）*/
#blog_type08+div.article5 .slick-next {
	left: auto;
	right: 20%;
	margin-top: -35px;
}
#blog_type08+div.article5 .slick-prev {
	left: 20%;
	margin-top: -35px !important;
}
#blog_type08+div.article5 .slick-next:before {
	left: calc(50% - 7px) !important;
}

/*中央３つ大（記事数4件）*/
#blog_type08+div.article4 .slick-next {
	left: auto;
	margin-top: -35px;
	right: 12%;
}
#blog_type08+div.article4 .slick-prev {
	left: 12%;
	margin-top: -35px !important;
}
#blog_type08+div.article4 .slick-next:before {
	left: calc(50% - 7px) !important;
}

/* 中央以外のスライド */
#blog_type08+div.article4 .slick-slide,
#blog_type08+div.article5 .slick-slide {
	height: auto;
	opacity: .3;
	transform: scale(.8);
	transition: opacity .5s, transform .5s;
	width: 100%;
}
/* 中央のスライド */
#blog_type08+div.article5 .slick-center,
#blog_type08+div.article5 .slick-center+.slick-active,
#blog_type08+div.article5 .slick-active:has(+ .slick-center),
#blog_type08+div.article4 .slick-center,
#blog_type08+div.article4 .slick-center+.slick-active,
#blog_type08+div.article4 .slick-active:has(+ .slick-center) {
	opacity: 1;
	transform: scale(1);
}
@media (max-width:500px) {
	#blog_type08+div .slick-prev,
	#blog_type08+div.article5 .slick-prev,
	#blog_type08+div.article4 .slick-prev {
		left: 15px;
	}
	#blog_type08+div .slick-next,
	#blog_type08+div.article5 .slick-next,
	#blog_type08+div.article4 .slick-next {
		right: 10px;
	}
	#blog_type08+div .content_wrapper ul li a span {
		width: 90%;
		margin: auto;
	}
	#blog_type08+div.article5 .slick-center+.slick-active,
	#blog_type08+div.article4 .slick-center+.slick-active {
		opacity: .3;
		transform: scale(.8);
	}
	#blog_type08+div .heading+.add_text {
		padding: 0 20px;
	}
}

/*----- c2 -----*/
#c2+div .wrapper_item {
	padding: 10px;
}
#c2+div .inner_item>a {
	pointer-events: none;
}
#c2+div .inner_item_img {
	position: relative;
}
#c2+div .inner_item_txt {
	z-index: 1;
	border-left: 4px solid var(--i_btn_color);
	padding-left: 20px;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	box-shadow: 5px 5px 15px rgba(100, 100, 100, 0.1);
	margin-top: 30px;
}
#c2+div .heading.block_header_4 .h {
	font-size: 4rem !important;
	color: var(--i_txt_color);
	/* font-style: italic; */
	line-height: 1.2;
}
#c2+div .heading.block_header_4 p {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}
#c2+div .inner_item_img img {
	border-radius: 0 30px 0 30px;
}

@media screen and (min-width: 901px) {
	#c2+div .inner_item {
		align-items: flex-end;
	}
	#c2+div .inner_item:nth-child(2) {
		margin-top: 60px;
	}
	#c2+div .inner_item_txt {
		width: 70%;
		margin-top: -70px;
	}
	#c2+div .inner_item_img {
		display: flex;
	}
	#c2+div .inner_item_img img {
		width: 70% !important;
		height: 500px !important;
	}
}

@media screen and (max-width: 900px) {
	#c2+div .inner_item_txt {
		margin: 20px 0;
	}
	#c2+div .inner_item_img:before {
		display: none;
	}
	#c2+div .heading.block_header_4 .h {
		font-size: 3rem !important;
		margin-bottom: 0;
	}
	#c2+div .heading.block_header_4 p {
		font-size: 1.5rem;
	}
}

/*----- blog_type02 -----*/
#blog_type02+.block_news_2 li {
	box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.05) !important;
	position: relative;
	border-radius: 10px;
	border: 4px solid var(--i_btn_color);
}
#blog_type02+.block_news_2 li a {
	padding: 30px;
}
#blog_type02+.block_news_2 li a:after {
	border: 0 solid var(--i_btn_color) !important;
	opacity: 0.3;
}
#blog_type02+.block_news_2 li a:hover:after {
	border-width: 10px !important;
	;
	border-radius: 10px;
}
#blog_type02+.block_news_2 li:nth-child(2n) {
	background: #fff !important;
}
#blog_type02+.block_news_2>.content_wrapper>ul {
	align-items: center;
}
#blog_type02+.block_news_2>.content_wrapper>ul li {
	transform: rotate(-3deg);
}
#blog_type02+.block_news_2>.content_wrapper>ul li:nth-child(2n) {
	transform: rotate(5deg);
	margin-top: 25px;
}
#blog_type02+.block_news_2>.content_wrapper>ul li:nth-child(4) {
	transform: rotate(2deg);
	margin-top: 40px;
}

/* 矢印装飾 */
#blog_type02+.block_news_2 ul li {
	position: relative;
}
#blog_type02+.block_news_2 ul li::before {
	content: "";
	display: block;
	position: absolute;
	height: 5px;
	width: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	bottom: 23px;
	right: 24px;
	z-index: 1;
	transition: .3s ease-in-out;
}
#blog_type02+.block_news_2 ul li::after {
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	background: var(--i_sub_color);
	border: 1px solid var(--i_sub_color);
	border-radius: 50%;
	bottom: 15px;
	right: 15px;
	transition: .3s ease-in-out;
}
@media screen and (max-width: 900px) {
	#blog_type02+.block_news_2>.content_wrapper>ul li:nth-child(2n),
	#blog_type02+.block_news_2>.content_wrapper>ul li:nth-child(4) {
		margin-top: 0;
	}
}
#fixsns .sns li.snstgl {
	background: var(--i_txt_color);
}
#fixsns .sns li.snstgl a svg {
	fill: var(--i_bg_color);
}

/* ----- フッターボタン#pattern1改行防止 ----- */
@media screen and (max-width: 1300px) and (min-width: 701px) {
	#fixbtn .contents_btn01 {
		flex-direction: row;
	}
	#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
		margin-left: 10px;
	}
	#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
		margin-top: 0;
	}
}

/*------------------MVテキスト画像------------------------*/
#mv .mv_textimg img {
	max-height: 865px;
	min-height: 300px;
	height: 80vh;
}
@media screen and (min-height: 701px) and (max-width: 768px) {
	#mv .mv_textimg img {
		height: 65vh;
	}
}
@media screen and (max-width: 480px) {
	#mv .mv_textimg {
		height: 96%;
		bottom: 4%;
	}
	#mv .mv_textimg img{
		height: 45vh;
	}
}

/* CV */
#mv .mv_textimg a {
	display: block;
	width: 100%;
	height: 30%;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	right: auto;
}

/* ----- フォント調整 ----- */
body.ft10,
body.ft10 #setting_modal .heading_design * {
	font-family: "Kosugi Maru", sans-serif !important;
	font-weight: 400 !important;
}

/* ----- ロゴTOPスクロール以外非表示 ----- */
body:not(.scrolled).index header#pattern4 .logo img {
	display: none;
}

/* ----- MVアニメーション ----- */
.mv_point1,
.mv_point2,
.mv_point3 {
	width: 20%;
	max-width: 240px;
	min-width: 100px;
	height: auto;
	aspect-ratio: 535 / 431;
	position: absolute;
	z-index: 7;
}
.mv_point1>div,
.mv_point2>div,
.mv_point3>div {
	position: relative;
	width: 100%;
	height: 100%;
}
.mv_point1 {
	top: 5vh;
	right: 60%;
}
.mv_point1>div {
	animation: floating-x 4s ease-in-out infinite alternate-reverse;
}
.mv_point2 {
	top: auto;
	bottom: 20%;
	left: auto;
	right: 10%;
}
.mv_point2>div {
	animation: floating-x 5s ease-in-out infinite alternate;
}
.mv_point3 {
	top: auto;
	bottom: 30%;
	left: 10%;
}
.mv_point3>div {
	animation: floating-x 6s ease-in-out infinite alternate-reverse;
}
.mv_point1>div::before,
.mv_point2>div::before,
.mv_point3>div::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
}
.mv_point1>div::before {
	background-image: url("/common/upload_data/azu-illustratorjp/image/point1_1.png");
	animation: floating-y 5s ease-in-out infinite alternate-reverse;
}
.mv_point2>div:before {
	background-image: url("/common/upload_data/azu-illustratorjp/image/point2_1.png");
	animation: floating-y 7s ease-in-out infinite alternate;
}
.mv_point3>div:before {
	background-image: url("/common/upload_data/azu-illustratorjp/image/point3_1.png");
	animation: floating-y 8s ease-in-out infinite alternate;
}

@keyframes floating-x {
	0% {
		transform: translateX(-5%);
	}
	100% {
		transform: translateX(5%);
	}
}

@keyframes floating-y {
	0% {
		transform: translateY(-10%);
	}
	33% {
		transform: translateY(5%);
	}
	66% {
		transform: translateY(-5%);
	}
	100% {
		transform: translateY(10%);
	}
}

@media screen and (max-width: 1360px) and (max-height: 630px) {
	.mv_point1,
	.mv_point2,
	.mv_point3 {
		width: 15%;
	}
}

@media screen and (max-width: 900px) {
	.mv_point2 {
		right: 1%;
		bottom: auto;
		top: 45%;
	}
	.mv_point3 {
		left: 1%;
		bottom: 50%;
	}
}

@media screen and (max-width: 650px) {
	.mv_point1,
	.mv_point2,
	.mv_point3 {
		width: 10%;
	}
	.mv_point2 {
		bottom: 50%;
	}
}

@media screen and (max-width: 480px) {
	.mv_point1 {
		top: 10vh;
		right: 45%;
	}
	.mv_point2 {
		bottom: auto;
		top: 25%;
	}
	.mv_point3 {
		bottom: 50%;
	}
}

/*----------------top_link--------------------------*/
#top_link+.contents_btn01 a {
	min-width: 240px;
}
#top_link+.contents_btn01 a span {
	padding: 25px 25px;
}
#top_link+.contents_btn01 a::before {
	display: inline;
	content: "";
	width: 40px;
	height: 40px;
	background: url(/common/upload_data/azu-illustratorjp/image/line.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	z-index: 0;
	pointer-events: none;
}
#top_link+.contents_btn01 a:nth-of-type(2):before {
	background-image: url(/common/upload_data/azu-illustratorjp/image/instagram1.png);
}


/*------------top_gallery1------------------------------*/
#top_gallery1+div.widget_gallery01.add_design1 .inner_item>a {
	height: auto;
	padding-top: 0;
	aspect-ratio: 1;
}

/*----------------top_gallery2--------------------------*/
#top_gallery2+div.widget_gallery01.add_design1 .inner_item a {
	height: auto;
	padding-top: 0;
	aspect-ratio: 1 / 1;
}

/* ----- 背景 ----- */
#para1+section,
#para2+section,
#hd_img_1_txt+div,
#blog_type08+div,
#hd_img_2+section,
#top_link+section,
#top_link+div,
#top_gallery1+div,
#top_gallery2+div,
#top_ex2+div,
#top_faq+div,
#top_btn+div,
a[id*="sub_para"]+section,
a[id*="sub_bg"]+section,
a[id*="sub_bg"]+div{
	padding-bottom: 250px;
}

a[id*="para"]+section::before,
#hd_img_1_txt+div::before,
#blog_type08+div::before,
#hd_img_2+section::before,
#top_link+section::before,
#top_link+div::before,
#top_gallery1+div::before,
#top_gallery2+div::before,
#top_ex2+div::before,
#top_faq+div::before,
#top_btn+div::before,
a[id*="sub_para"]+section::before,
a[id*="sub_bg"]+section::before,
a[id*="sub_bg"]+div::before{
	display: inline;
	content: "";
	width: 100%;
	height: 220px;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

/* 青 */
#para1+section::before,
#hd_img_2+section::before,
#top_gallery2+div::before,
#para2+section::before,
a[id*="bl"]+section::before,
a[id*="bl"]+div::before{
	background: url(/common/upload_data/azu-illustratorjp/image/top_bg1_1.png) no-repeat center bottom / 100% 90%;
}

/* 緑 */
#hd_img_1_txt+div::before,
#top_link+section::before,
#top_link+div::before,
#top_ex2+div::before,
#top_btn+div::before,
a[id*="gr"]+section::before,
a[id*="gr"]+div::before{
	background: url(/common/upload_data/azu-illustratorjp/image/top_bg3_1.png) no-repeat center bottom / 100% 90%;
}

/* 黄 */
#blog_type08+div::before,
#top_gallery1+div::before,
#top_faq+div::before,
a[id*="ye"]+section::before,
a[id*="ye"]+div::before{
	background: url(/common/upload_data/azu-illustratorjp/image/top_bg2_1.png) no-repeat center bottom / 100% 90%;
}

@media screen and (min-height: 701px) and (max-width: 768px){
	a[id*="sub_bg"]+section,
	a[id*="sub_bg"]+div{
		padding-bottom: 150px !important;
	}
}

@media screen and (max-width: 900px) {
	#para1+section,
	#para2+section,
	#hd_img_1_txt+div,
	#blog_type08+div,
	#hd_img_2+section,
	#top_link+section,
	#top_link+div,
	#top_gallery1+div,
	#top_gallery2+div,
	#top_ex2+div,
	#top_faq+div,
	#top_btn+div,
	a[id*="sub_para"]+section,
	a[id*="sub_bg"]+section,
	a[id*="sub_bg"]+div{
		padding-bottom: 120px;
	}

	#para1+section::before,
	#para2+section::before,
	#hd_img_1_txt+div::before,
	#blog_type08+div::before,
	#hd_img_2+section::before,
	#top_link+section::before,
	#top_link+div::before,
	#top_gallery1+div::before,
	#top_gallery2+div::before,
	#top_ex2+div::before,
	#top_faq+div::before,
	#top_btn+div::before,
	a[id*="sub_para"]+section::before,
	a[id*="sub_bg"]+section::before,
	a[id*="sub_bg"]+div::before{
		height: 15vw;
	}
}

/* ----- sectionアニメーション ----- */
#para1+section::after,
#hd_img_2+section::after,
#top_link+div::after,
#top_gallery1+div::after,
#top_gallery2+div::after,
#para2+section::after,
#top_btn+div::after,
a[id*="sub_bg_ani"]+section::after,
a[id*="sub_bg_ani"]+div::after,
a[id*="sub_ani"]+section::after,
a[id*="sub_ani"]+div::after,
a[id*="sub_bg_run1"]+section::after,
a[id*="sub_bg_run1"]+div::after,
a[id*="sub_bg_run2"]+section::after,
a[id*="sub_bg_run2"]+div::after,
#sub_ani_pb2+section::before{
	display: block;
	content: "";
	width: 20%;
	max-width: 240px;
	min-width: 100px;
	height: auto;
	aspect-ratio: 535 / 431;
	background: url(/common/upload_data/azu-illustratorjp/image/ani4_1.png) no-repeat center / contain;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: auto;
	right: -10%;
	z-index: 1;
	pointer-events: none;
	/* 右→左に走る */
	animation: run 6s ease-in-out infinite;
}

/* 右→左に走る */
a[id*="sub_bg_run1"]+section::after,
a[id*="sub_bg_run1"]+div::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub1.png);
}

/* 左→右に走る */
#top_gallery2+div::after {
	background-image: url(/common/upload_data/azu-illustratorjp/image/ani5_1.png);
	left: -10%;
	right: auto;
	animation: run2 6s ease-in-out infinite;
	transform: scaleX(-1);
}
a[id*="sub_bg_run2"]+section::after,
a[id*="sub_bg_run2"]+div::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub7.png);
	left: -10%;
	right: auto;
	animation: run2 6s ease-in-out infinite;
}
#sub_bg_run2_bl_pb1+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub_sb1.png.png);
}

/* 上下に揺れる */
#hd_img_2+section::after {
	background-image: url(/common/upload_data/azu-illustratorjp/image/ani2_1.png);
	animation: floating-y 5s ease-in-out infinite alternate;
	right: auto;
	left: 5%;
}
#top_link+div::after {
	background-image: url(/common/upload_data/azu-illustratorjp/image/ani3_1.png);
	right: 5%;
	animation: floating-y 5.5s ease-in-out infinite alternate;
}
#top_gallery1+div::after {
	background-image: url(/common/upload_data/azu-illustratorjp/image/ani6_1.png);
	animation: floating-y 4.5s ease-in-out infinite alternate;
	right: auto;
	left: 8%;
}
#para2+section::after {
	background-image: url(/common/upload_data/azu-illustratorjp/image/ani1_1.png);
	animation: floating-y 5s ease-in-out infinite alternate;
	right: 5%;
}
#top_btn+div::after {
	background-image: url(/common/upload_data/azu-illustratorjp/image/ani7_1.png);
	animation: floating-y 5.5s ease-in-out infinite alternate;
	right: auto;
	left: 5%;
}
a[id*="sub_bg_ani"]+section::after,
a[id*="sub_bg_ani"]+div::after,
a[id*="sub_ani"]+section::after,
a[id*="sub_ani"]+div::after,
#sub_ani_pb2+section::before{
	animation: floating-y 5s ease-in-out infinite alternate;
}
#sub_bg_ani_ye_f1+div::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub2.png);
	right: auto;
	left: 5%;
}
#sub_bg_ani_ye_s3+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub3.png);
	right: 5%;
}
#sub_bg_ani_bl_feat+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub4.png);
	right: auto;
	left: 5%;
}
#sub_bg_ani_ye_feat5+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub5.png);
	right: 5%;
}
#sub_bg_ani_bl_o+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub6.png);
	right: 5%;
}
#sub_bg_ani_ye_o5+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub8.png);
	right: auto;
	left: 5%;
}
#sub_bg_ani_bl_i+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub9.png);
	right: auto;
	left: 5%;
}
#sub_bg_ani_ye_i5+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub10.png);
	right: 5%;
}
#sub_bg_ani_bl_l+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub11.png);
	right: 5%;
}
#sub_bg_ani_ye_l5+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub12.png);
	right: auto;
	left: 5%;
}
#sub_bg_ani_bl_sb+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub2.png);
	right: auto;
	left: 5%;
}
#sub_bg_ani_ye_sb5+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub3.png);
	right: 5%;
}
#sub_bg_ani_bl_d+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub4.png);
	right: 5%;
}
#sub_bg_ani_ye_d5+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub5.png);
	right: auto;
	left: 5%;
}
#sub_bg_ani_ye_a+div::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub6.png);
	right: auto;
	left: 5%;
}
#sub_bg_ani_ye_p+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub8.png);
	right: auto;
	left: 5%;
}
#sub_ani_pb2+section::after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub_sb2.png.png);
	right: auto;
	left: 5%;
}
#sub_ani_pb2+section::before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub_sb3.png.png);
	right: 5%;
}

@keyframes run {
	0% {
		right: -10%;
	}
	100% {
		right: 110%;
	}
}
@keyframes run2 {
	0% {
		left: -10%;
	}
	100% {
		left: 110%;
	}
}

/*--------------ギャラリー一覧レイアウト-------------*/
.view_gallery_archive[data-type="gallery_archive"] .inner_item {
	width: 22% !important;
	aspect-ratio: 1 / 1.8 !important;
	margin: 0 4% 0 0 !important;
	overflow: hidden;
	padding-bottom: 0 !important;
}
.view_gallery_archive[data-type="gallery_archive"] .inner_item:nth-of-type(4n){
	margin-right: 0 !important;
}
.view_gallery_archive[data-type="gallery_archive"] .inner_item a img {
	aspect-ratio: 1 / 1 !important;
	height: auto !important;
}
.view_gallery_archive[data-type="gallery_archive"] .inner_item .infotxt p:nth-last-of-type(1){
	text-align: center;
}
@media screen and (min-height: 701px) and (max-width: 768px){
	.view_gallery_archive[data-type="gallery_archive"] .inner_item{
		aspect-ratio: 1 / 1.8 !important;
	}
}
@media screen and (max-width: 650px){
	.view_gallery_archive[data-type="gallery_archive"] .wrapper_item{
		display: flex;
	}
	.view_gallery_archive[data-type="gallery_archive"] .inner_item:nth-of-type(2n){
		margin-right: 0 !important;
	}
	.view_gallery_archive[data-type="gallery_archive"] .inner_item{
		width: 46% !important;
		margin: 0 8% 0 0 !important;
	}
}

/*----------コラム最新記事画像非表示-----------*/
.view_archive_webp[data-type="column_archive"] #sidebar .widget_news02 li a div:nth-of-type(1),
.view_detail[data-type="column_detail"] #sidebar .widget_news02 li a div:nth-of-type(1) {
	display: none;
}

/* ---追記2025/09/10--- */
/* バーガーメニューデザイン */
header .sp_menu a div {
	display: none;
}
header .burger li.sp_menu {
	background: #fffced;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-left: 10px;
}
header .burger li.sp_menu::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 90px;
	height: 100%;
	top: -25px;
	right: 0;
	background: url("/common/upload_data/azu-illustratorjp/image/open.png") no-repeat top left / contain;
}
header.open .burger li.sp_menu::before {
	background: url("/common/upload_data/azu-illustratorjp/image/close.png") no-repeat top left / contain;
}
header .burger li.sp_menu a {
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border-radius: 50%;
}
header .burger li.sp_menu a::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 45px;
	height: 45px;
	bottom: 10px;
	right: 10px;
	background: url("/common/upload_data/azu-illustratorjp/image/menu.png") no-repeat bottom right / contain;
	animation: menu-anm 6s ease-in-out infinite;
}
@keyframes menu-anm {
	0% {
		transform: translate(0)
	}
	50% {
		transform: translate(40%, 40%)
	}
	to {
		transform: translate(0)
	}
}
header#pattern4 .header_contents {
	background: #fff6ca !important;
	top: 0;
	padding-top: 130px !important;
	border-radius: 0 0 0 80px;
}
header#pattern4 .header_contents .inner {
	background: url("/common/upload_data/azu-illustratorjp/image/20251002194939.png") no-repeat bottom center / 70% !important;
	padding-bottom: 80px;
}
header#pattern4.unix4 nav,
header#pattern4 nav ul.nav_1st li,
header#pattern4.unix4 nav ul.nav_1st,
header#pattern4.unix4 nav ul.nav_2nd,
header#pattern4.unix4 .header_contents .header_col1 {
	border: 0 !important;
}
header#pattern4.unix4 nav {
	height: 350px;
	background: #fff !important;
	padding: 10px 20px !important;
	box-sizing: border-box;
	border-radius: 20px;
}
header#pattern4.unix4 nav ul.nav_1st {
	overflow-y: scroll !important;
	height: 100%;
}
header#pattern4 nav ul.nav_1st>li>a {
	display: flex;
	flex-direction: column;
	padding: 8px 0;
}
header#pattern4 em {
	font-style: normal;
	text-transform: uppercase;
}
header#pattern4 nav ul.nav_1st li a span {
	line-height: 1.2 !important;
	font-size: 1.3rem;
}
header .header_contents .header_sns li a.header_sns_add img {
	filter: invert(48%) sepia(99%) saturate(5592%) hue-rotate(1deg) brightness(101%) contrast(104%);
}
header#pattern4 .header_contents .header_sns {
	padding-top: 0px;
}
@media screen and (max-width: 900px) {
	header#pattern4 .header_contents {
		padding-top: 80px !important;
		border-radius: 0 0 0 30px;
	}
	header#pattern4 .header_contents .inner {
		padding-bottom: 25px;
		background-size: 180px !important;
	}
	header#pattern4 h1 {
		padding-top: 20px !important;
	}
	header .burger li.sp_menu {
		margin-top: 20px;
	}
	header .burger li.sp_menu::before {
		width: 80px;
		top: -20px;
	}
}

/* ----- 画像配置 ----- */
/* content_wrapper */
a[id*="para"]+section>.content_wrapper:before {
	display: block;
	content: "";
	width: 12%;
	max-width: 240px;
	min-width: 80px;
	height: auto;
	aspect-ratio: 535 / 431;
	background: url(/common/upload_data/azu-illustratorjp/image/para_b.png) no-repeat left bottom / contain;
	position: absolute;
	left: -50px;
	bottom: -50px;
	z-index: 1;
	pointer-events: none;
}
a[id*="sub_para"]+section>.content_wrapper:before{
	content: none;
}
@media screen and (max-width: 900px){
	a[id*="para"]+section>.content_wrapper:before{
		left: -18px;;
		bottom: -18px;
	}
}

/* heading左右 */
a[id*="para"]+section .heading.block_header_1:before,
a[id*="para"]+section .heading.block_header_1:after,
.widget_sitemap .heading.block_header_1:before,
.widget_sitemap .heading.block_header_1:after,
.view_gallery_archive .heading.block_header_6:before,
.view_gallery_archive .heading.block_header_6:after,
.view_archive_webp .heading.block_header_6:before,
.view_archive_webp .heading.block_header_6:after,
#hd_img_1_txt+div .heading.block_header_1:before,
#hd_img_1_txt+div .heading.block_header_1:after{
	display: block;
	content: "";
	width: 20%;
	max-width: 240px;
	min-width: 70px;
	height: auto;
	aspect-ratio: 535 / 431;
	background: url(/common/upload_data/azu-illustratorjp/image/ani4_1.png) no-repeat center left / contain;
	position: absolute;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
a[id*="para"]+section .heading.block_header_1:after,
.widget_sitemap .heading.block_header_1:after,
.view_gallery_archive .heading.block_header_6:before,
.view_archive_webp .heading.block_header_6:before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/ani4_1.png);
	right: 0;
	left: auto;
}

/* TOP */
#para1+section .heading.block_header_1:before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para1_tl.png);
}
#para1+section .heading.block_header_1:after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para1_tr.png);
}
#para2+section .heading.block_header_1:before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para2_tl.png);
}
#para2+section .heading.block_header_1:after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para2_tr.png);
}
#hd_img_1_txt+div .heading.block_header_1:before,
#hd_img_1_txt+div .heading.block_header_1:after{
	aspect-ratio: 1 / 1;
	max-width: 100px;
	min-width: 100px;
}
#hd_img_1_txt+div .heading.block_header_1:before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/s_tl_1.png);
	top: auto;
	bottom: 0;
}
#hd_img_1_txt+div .heading.block_header_1:after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/s_tr_1.png);
	right: 0;
	left: auto;
	bottom: auto;
	top: 0;
}

/* ご挨拶 */
#sub_para_gr_g+section .heading.block_header_1:before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/g_tl.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}
#sub_para_gr_g+section .heading.block_header_1:after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/g_tr.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}

/* view_gallery_archive */
.view_gallery_archive .heading.block_header_6:before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para2_tl.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}
.view_gallery_archive .heading.block_header_6:after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para2_tr.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}

/* 販売絵本紹介 */
#sub_bg_run2_bl_pb1+section .heading.block_header_6:before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub_sb4.png.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}
#sub_bg_run2_bl_pb1+section .heading.block_header_6:after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/sub_sb5.png.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}

/* ブログ・コラム */
.view_archive_webp .heading.block_header_6:before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para1_tl.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}
.view_archive_webp .heading.block_header_6:after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para1_tr.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}

/* サイトマップ */
.widget_sitemap .heading.block_header_1:before{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para2_tl.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}
.widget_sitemap .heading.block_header_1:after{
	background-image: url(/common/upload_data/azu-illustratorjp/image/para2_tr.png);
	animation: floating-y 5s ease-in-out infinite alternate;
}

@media screen and (min-width: 901px){
	a[id*="sub_para"]+section .heading.block_header_1,
	.widget_sitemap .heading.block_header_1,
	.view_gallery_archive .heading.block_header_6,
	.view_archive_webp .heading.block_header_6{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 900px){
	.widget_sitemap .heading.block_header_1:before,
	.widget_sitemap .heading.block_header_1:after,
	.view_gallery_archive .heading.block_header_6:before,
	.view_gallery_archive .heading.block_header_6:after,
	.view_archive_webp .heading.block_header_6:before,
	.view_archive_webp .heading.block_header_6:after{
		top: 0;
	}
}
@media screen and (max-width: 650px){
	a[id*="para"]+section .heading.block_header_1:before,
	a[id*="para"]+section .heading.block_header_1:after{
		top: 0;
	}
}
@media screen and (max-width: 400px){
	a[id*="para"]+section .heading.block_header_1:before{
		left: -15px;
	}
	a[id*="para"]+section .heading.block_header_1:after{
		right: -15px;
	}
}

/* heading上 */
#blog_type08+div .heading.block_header_1,
#top_link+div .heading.block_header_1,
#top_gallery1+div .heading.block_header_1,
#top_gallery2+div .heading.block_header_1,
#top_faq+div .heading.block_header_1,
#top_access+div .heading.block_header_1,
#blog_type02+div .heading.block_header_1{
	padding-top: 180px;
}
#blog_type08+div .heading.block_header_1:before,
#top_link+div .heading.block_header_1:before,
#top_gallery1+div .heading.block_header_1:before,
#top_gallery2+div .heading.block_header_1:before,
#top_faq+div .heading.block_header_1:before,
#top_access+div .heading.block_header_1:before,
#blog_type02+div .heading.block_header_1:before{
	width: 20%;
	max-width: 240px;
	min-width: 70px;
	height: auto;
	aspect-ratio: 535 / 431;
	background: url(/common/upload_data/azu-illustratorjp/image/t_blog_type08.png) no-repeat center / contain;
	top: 0;
}
#top_link+div .heading.block_header_1:before{
	background: url(/common/upload_data/azu-illustratorjp/image/t_top_link.png) no-repeat center / contain;
}
#top_gallery1+div .heading.block_header_1:before{
	background: url(/common/upload_data/azu-illustratorjp/image/t_top_gallery1_1.png) no-repeat center / contain;
}
#top_gallery2+div .heading.block_header_1:before{
	background: url(/common/upload_data/azu-illustratorjp/image/t_top_gallery2_1.png) no-repeat center / contain;
}
#top_faq+div .heading.block_header_1:before{
	background: url(/common/upload_data/azu-illustratorjp/image/t_top_faq.png) no-repeat center / contain;
}
#top_access+div .heading.block_header_1:before{
	background: url(/common/upload_data/azu-illustratorjp/image/t_top_access.png) no-repeat center / contain;
}
#blog_type02+div .heading.block_header_1:before{
	background: url(/common/upload_data/azu-illustratorjp/image/t_blog_type02.png) no-repeat center / contain;
}
@media screen and (max-width: 1360px){
	#blog_type08+div .heading.block_header_1,
	#top_link+div .heading.block_header_1,
	#top_gallery1+div .heading.block_header_1,
	#top_gallery2+div .heading.block_header_1,
	#top_faq+div .heading.block_header_1,
	#top_access+div .heading.block_header_1,
	#blog_type02+div .heading.block_header_1{
		padding-top: 15%;
	}
}

/* ----- top_ex ----- */
#top_ex1+div .inner_item_txt p,
#top_ex2+div .inner_item_txt p{
	color: var(--i_btn_color);
	font-size: 2.4rem;
	-webkit-text-stroke: 0.2px currentColor;
	text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
}
@media screen and (max-width: 900px){
	#top_ex2+div .heading.block_header_1 p{
		font-size: 2.8rem;
	}
	#top_ex2+div .heading.block_header_4 .h{
		font-size: 1.6rem !important;
	}
        #top_ex1+div .inner_item_txt p,
	#top_ex2+div .inner_item_txt p{
		font-size: 1.4rem !important;
	}
}
@media screen and (min-width: 481px) {
    #top_ex2+div br.spbr  {
        display: none !important;
    }
}

/* ----- 追記20250925 ----- */
/* 販売絵本紹介 */
#sub_bg_run2_bl_pb1+section,
#sub_ani_pb2+section{
	padding-top: 60px;
}
#sub_ani_pb2+section{
	background-color: rgb(182, 245, 253);
	margin-bottom: 0 !important;
	padding-bottom: 200px !important;
}
#sub_ani_pb2+section .inner_item .heading.block_header_2 .h{
	letter-spacing: 0 !important;
	font-weight: 400;
}
#sub_ani_pb2+section .content_wrapper{
	max-width: 1600px !important;
}
@media screen and (max-width: 1360px){
	#sub_ani_pb2+section .inner_item .heading.block_header_2 .h{
		font-size: 1.5rem !important;
		letter-spacing: 0 !important;
	}
}
@media screen and (min-height: 701px) and (max-width: 768px){
	#sub_ani_pb2+section{
		padding-bottom: 100px !important;
	}
}
@media screen and (max-width: 900px){
	#sub_ani_pb2+section{
		padding-bottom: 70px !important;
	}
}

/* 制作紹介 */
main .gallery_archive .inner_item a img,
.view_gallery_archive .popimg img{
	background: #fff;
}

/* ----- TOPの修正はページ設定直書きへ----- */