@charset "UTF-8";

/*--基本--*/

body:not(.edit_view) .composite_box01 .inner_item_img img[src*="no_image"]{
	opacity: 0 !important;
}

.composite_box01.block_images_21{
	margin-top: 0;
}
.composite_box01 .wrapper_item{
	overflow: hidden;
	overflow: clip;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.composite_box01 .inner_item{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.composite_box01 .inner_item.empty{
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
	pointer-events: none;
}
.composite_box01 .inner_item>a{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.composite_box01 .inner_item_img{
	text-align: center;
	margin: 0 auto 10px;
	width: 100%;
}
.composite_box01 .inner_item_img img{
	width: 100%;
	object-fit: cover;
}

.composite_box01 .inner_item_img:nth-last-of-type(1){
	/*画像だけのとき*/
	margin-bottom: 0;
}
.composite_box01 .inner_item>a *{
	transition: 0.3s ease-in-out;
}
.composite_box01 .inner_item>a:hover *{
	opacity: 0.8;
}

.composite_box01 .inner_item .heading{
	margin-bottom: 10px;
	width: 100%;
}
.composite_box01 .inner_item_txt .heading:last-child{
	margin-bottom: 0;
}
.composite_box01 .inner_item .contents_btn01{
	margin-top: 15px;
}
[class*="dec2_"].composite_box01 .contents_btn01{
	margin: 0 auto 3vw;
	max-width: calc(100% - 6vw);
}
.block_images_2[class*="dec2_"].composite_box01 .contents_btn01{
	margin-top: 15px;
}
.composite_box01 .inner_item .contents_btn01 a{
	margin-bottom: 0;
}
body:not(.edit_view) .composite_box01 .inner_item .contents_btn01:has(a span:empty){
	display: none;
}

.composite_box01 .inner_item:nth-of-type(1){
	margin-left: 0 !important;
}
/*.inner_itemが6個*/
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(6),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(5),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(4),
.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(3),
.composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(6):nth-last-of-type(1){
	width: 31%;
	margin-left: 3.5%;
}
.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(3){
	margin-left: 0 !important;
}
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(6),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(5),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(4){
	margin-bottom: 30px;
}
/*.inner_itemが5個*/
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(5),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(4),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(3),
.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(1){
	width: 18%;
	margin-left: 2.5%;
}
/*.inner_itemが4個*/
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: 23.5%;
	margin-left: 2%;
}
/*.inner_itemが3個*/
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: 31%;
	margin-left: 3.5%;
}
/*.inner_itemが2個*/
.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: 48%;
	margin-left: 4%;
}
@media screen and (max-width: 1100px){
	/*5個を3個へ*/
	.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(5),
	.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(4),
	.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(1){
		width: 31%;
		margin-left: 0;
	}
	.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(4),
	.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(1){
		margin-left: 3.5%;
	}
	.composite_box01:not(.block_images_7) .inner_item:nth-of-type(1):nth-last-of-type(5),
	.composite_box01:not(.block_images_7) .inner_item:nth-of-type(2):nth-last-of-type(4),
	.composite_box01:not(.block_images_7) .inner_item:nth-of-type(3):nth-last-of-type(3){
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 920px){
	/*4個を2個へ*/
	.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: 48%;
		margin-left: 0;
	}
	.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1){
		margin-left: 4%;
	}
	.composite_box01:not(.block_images_7) .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01:not(.block_images_7) .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 900px){
	/*すべて2個へ*/
	.composite_box01:not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21):not(.block_images_22):not(.block_images_23):not(.block_images_24) .inner_item{
		width: 48%;
		margin-bottom: 30px;
	}
	.composite_box01.block_images_1 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_2 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_3 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_4 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_5 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_6 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_9 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_14 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_16 .inner_item:nth-of-type(2n){
		margin-left: 4% !important;
	}
	.composite_box01.block_images_1 .inner_item:nth-of-type(2n-1),
	.composite_box01.block_images_2 .inner_item:nth-of-type(2n-1),
	.composite_box01.block_images_3 .inner_item:nth-of-type(2n-1),
	.composite_box01.block_images_4 .inner_item:nth-of-type(2n-1),
	.composite_box01.block_images_5 .inner_item:nth-of-type(2n-1),
	.composite_box01.block_images_6 .inner_item:nth-of-type(2n-1),
	.composite_box01.block_images_9 .inner_item:nth-of-type(2n-1),
	.composite_box01.block_images_14 .inner_item:nth-of-type(2n-1),
	.composite_box01.block_images_16 .inner_item:nth-of-type(2n-1){
		margin-left: 0 !important;
	}
	.composite_box01 .inner_item:nth-last-of-type(1),
	.composite_box01 .inner_item:nth-of-type(2n-1):nth-last-of-type(2){
		margin-bottom: 0 !important;
	}
	.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_22 .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
	.composite_box01.block_images_23 .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
	.composite_box01.block_images_24 .inner_item:nth-of-type(2n-1):nth-last-of-type(2){
		margin-bottom: 30px !important;
	}
}
@media screen and (max-width: 768px){
	/*すべて1個へ*/
	.composite_box01:not(.col2):not(.block_images_7):not(.block_images_8):not(.block_images_10):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item{
		width: 100% !important;
	}
	.composite_box01:not(.col2):not(.block_images_14):not(.block_images_16) .inner_item{
		margin-left: 0 !important;
	}
	.composite_box01:not(.col2):not(.block_images_7):not(.block_images_11):not(.block_images_12):not(.block_images_13):not(.block_images_14):not(.block_images_15):not(.block_images_17):not(.block_images_21) .inner_item{
		width: 100% !important;
		margin-bottom: 30px;
	}
	.composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
	.composite_box01.block_images_2:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
	.composite_box01.block_images_3:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
	.composite_box01.block_images_4:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
	.composite_box01.block_images_5:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
	.composite_box01.block_images_6:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
	.composite_box01.block_images_9:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2),
	.composite_box01.block_images_15:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2){
		margin-bottom: 30px !important;
	}
	.composite_box01.block_images_1:not(.col2) .inner_item_img img,
	.composite_box01.block_images_2:not(.col2) .inner_item_img img,
	.composite_box01.block_images_3:not(.col2) .inner_item_img img,
	.composite_box01.block_images_14:not(.col2) .inner_item_img img{
		height: auto !important;
	}
}

.composite_box01.block_images_1 a+.inner_item_txt,
.composite_box01.block_images_3 a+.inner_item_txt,
.composite_box01.block_images_4 a+.inner_item_txt,
.composite_box01.block_images_6 a+.inner_item_txt{/*1～6 txtをaタグの外に*/
	margin-top: 10px;
}

.composite_box01 ul.slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.composite_box01 ul.slick-dots li{
	display: block;
	width: 7px;
	height: 7px;
	overflow: hidden;
	padding: 0 3px;
}
.composite_box01 ul.slick-dots li:marker{
	display: none;
}
.composite_box01 ul.slick-dots button{
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	text-indent: -10000px;
	background: var(--i_txt_color);
	opacity: 0.2;
	cursor: pointer;
}
.composite_box01 ul.slick-dots .slick-active button{
	background: var(--i_btn_color);
	opacity: 1;
}

/*--レイアウト--*/

/*-block_images_1 画像↓サブタイトル↓テキスト-*/

.block_images_1,
.block_images_4{
}

/*-block_images_2 サブタイトル↓テキスト↓画像-*/

.composite_box01.block_images_2 .inner_item_img,
.composite_box01.block_images_5 .inner_item_img{
	order: 2;
	margin-bottom: 0;
}
.composite_box01.block_images_2 .inner_item_txt,
.composite_box01.block_images_5 .inner_item_txt{
	order: 1;
	margin-bottom: 10px;
}
.composite_box01.block_images_2 a .inner_item_txt:nth-of-type(1),
.composite_box01.block_images_5 a .inner_item_txt:nth-of-type(1){
	margin-bottom: 0;
}
.composite_box01.block_images_2 .inner_item>a,
.composite_box01.block_images_5 .inner_item>a{/*1～6 txtをaタグの外に*/
	order: 2;
}
.composite_box01.block_images_2 a+.inner_item_txt,
.composite_box01.block_images_5 a+.inner_item_txt{/*1～6 txtをaタグの外に*/
	margin-bottom: 10px;
}
.composite_box01.block_images_2 .inner_item .contents_btn01{
	order: 3;
}

/*-block_images_3 サブタイトル↓画像↓テキスト js使用-*/

.composite_box01.block_images_3 .inner_item>.heading:nth-last-of-child(1),
.composite_box01.block_images_6 .inner_item>.heading:nth-last-of-child(1){
	margin-bottom: 0;
}

/*-.block_images_4 5 6 17 円形画像-*/

.composite_box01.block_images_4 .inner_item_img,
.composite_box01.block_images_5 .inner_item_img,
.composite_box01.block_images_6 .inner_item_img,
.composite_box01.block_images_17 .inner_item_img{
	position: relative;
	padding-top: 50%;
	width: 50%;
}
.composite_box01.block_images_4 .inner_item_img img,
.composite_box01.block_images_5 .inner_item_img img,
.composite_box01.block_images_6 .inner_item_img img,
.composite_box01.block_images_17 .inner_item_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 100%;
}

/*-block_images_7 画像背景-*/

.composite_box01.block_images_7.width_full .wrapper_item{
	width: calc(100% + var(--i_padding, 20px) * 2);
	margin-left: calc(var(--i_padding, 20px) * -1);
}
#primary .composite_box01.block_images_7.width_full .wrapper_item{
	width: 100%;
	margin-left: 0;
}
.composite_box01.block_images_7 .inner_item{
	flex-direction: row;
	align-items: stretch;
	position: relative;
	margin-bottom: 1px !important;
}
.composite_box01.block_images_7 .inner_item>a{
	position: relative;
	flex-direction: row;
	align-items: stretch;
}
.composite_box01.block_images_7 .inner_item>a:nth-last-child(2){
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.composite_box01.block_images_7 .inner_item>a:hover *{
	opacity: 1;
}
.composite_box01.block_images_7 .inner_item_txt{
	position: relative;
	z-index: 2;
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	min-height: 260px;
	transition: 0.3s;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	pointer-events: none;
}
.edit_view .composite_box01.block_images_7 .inner_item_txt{
	pointer-events: auto;
}
.composite_box01.block_images_7 .inner_item>a:hover .inner_item_txt,
.composite_box01.block_images_7 .inner_item>a:hover+.inner_item_txt{
	background-color: rgba(0,0,0,0.3);
}
.block_images_7 .inner_item_txt,
.block_images_7 .inner_item_txt .h,
.block_images_7 .inner_item_txt .h *{
	color: #fff !important;
}

.composite_box01.block_images_7 .inner_item_txt>*{
	width: 100%;
	box-sizing: border-box;
}
.composite_box01.block_images_7 .inner_item_txt a{
	pointer-events: auto;
}
.composite_box01.block_images_7 .inner_item_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}
.composite_box01.block_images_7 .inner_item_img img{
	display: block;
	width: 100% !important;
	height: 100% !important;
	transition: 0.8s !important;
}
.composite_box01.block_images_7 .inner_item>a:hover .inner_item_img img{
	transform: scale(1.05);
}
.composite_box01.block_images_7 .inner_item .contents_btn01{
	display: none;
}

/*.inner_itemが6個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(6),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(5),
.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(4),
.composite_box01.block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(3),
.composite_box01.block_images_7 .inner_item:nth-of-type(5):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(6):nth-last-of-type(1){
	width: calc(33.3% - 0.666px);
	margin-left: 1px;
}
/*.inner_itemが5個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(5),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(4),
.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(3),
.composite_box01.block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(5):nth-last-of-type(1){
	width: calc(20% - 0.8px);
	margin-left: 1px;
}
/*.inner_itemが4個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(4),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(3),
.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: calc(25% - 0.75px);
	margin-left: 1px;
}
/*.inner_itemが3個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: calc(33.3% - 0.666px);
	margin-left: 1px;
}
/*.inner_itemが2個*/
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: calc(50% - 0.5px);
	margin-left: 1px;
}
@media screen and (max-width: 1100px){
	/*5個を2個3個へ*/
	.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(5),
	.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(4){
		width: calc(50% - 0.5px);
	}
	.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_7 .inner_item:nth-of-type(5):nth-last-of-type(1){
		width: calc(33.3% - 0.666px);
	}
	.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(3){
		margin-left: 0;
	}
	/*4個を2個へ*/
	.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: calc(50% - 0.5px);
	}
	.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(2){
		margin-left: 0;
	}
}
@media screen and (max-width: 700px){
	.composite_box01.block_images_7 .inner_item:nth-of-type(2n-1):nth-last-of-type(2){
		margin-bottom: 1px !important;
	}
	/*すべて2個へ*/
	.composite_box01.block_images_7 .inner_item{
		width: calc(50% - 0.5px) !important;
		margin-left: 0 !important;
	}
	.composite_box01.block_images_7 .inner_item:nth-of-type(2n){
		margin-left: 1px !important;
	}
	/*5個を1個2個へ*/
	.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(5){
		width: 100% !important;
	}
	.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(4),
	.composite_box01.block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(2){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_7 .inner_item:nth-of-type(5):nth-last-of-type(1){
		margin-left: 1px !important;
	}
	/*3個を1個へ*/
	.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1){
		width: 100% !important;
		margin-left: 0 !important;
	}
	.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3) .inner_item_txt,
	.composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2) .inner_item_txt,
	.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1) .inner_item_txt{
		min-height: 0;
		padding: 30px 10px;
	}
}
@media screen and (max-width: 480px){
	/*すべて1個へ*/
	.composite_box01.block_images_7 .inner_item,
	.composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_7 .inner_item:nth-of-type(5):nth-last-of-type(1),
	.composite_box01.block_images_7 .inner_item:nth-of-type(n){
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 0;
	}
	.composite_box01.block_images_7 .inner_item_txt{
		min-height: 0;
		padding: 30px 10px;
	}
}

/*-block_images_8 画像背景2-*/

.composite_box01.block_images_8 .wrapper_item{
	justify-content: center;
}
.composite_box01.block_images_8 .inner_item{
	position: relative;
	margin: 0 !important;
	overflow: hidden;
	background: var(--i_bg_color);
}
.composite_box01.block_images_8 .inner_item_img{
	z-index: 2;
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	transition: 0.3s cubic-bezier(.22,.61,.36,1) !important;
	background: #000;
}
body:not(.edit_view) .composite_box01.block_images_8 .inner_item>a[href^="/common/"][href$=".jpg"],
body:not(.edit_view) .composite_box01.block_images_8 .inner_item>a[href^="/common/"][href$=".jpeg"],
body:not(.edit_view) .composite_box01.block_images_8 .inner_item>a[href^="/common/"][href$=".png"],
body:not(.edit_view) .composite_box01.block_images_8 .inner_item>a[href^="/common/"][href$=".gif"],
body:not(.edit_view) .composite_box01.block_images_8 .inner_item>a[href^="/common/"][href$=".JPG"],
body:not(.edit_view) .composite_box01.block_images_8 .inner_item>a[href^="/common/"][href$=".JPEG"],
body:not(.edit_view) .composite_box01.block_images_8 .inner_item>a[href^="/common/"][href$=".PNG"],
body:not(.edit_view) .composite_box01.block_images_8 .inner_item>a[href^="/common/"][href$=".GIF"]{
	pointer-events: none;
}
.composite_box01.block_images_8 .inner_item>a:hover *{
	opacity: 1;
}
.composite_box01.block_images_8 .inner_item_img img{
	display: block;
	width: 100% !important;
	object-fit: cover;
	transition: 0.3s cubic-bezier(.22,.61,.36,1) !important;
}
.composite_box01.block_images_8 .inner_item:hover .inner_item_img{
	top: 0;
}
.composite_box01.block_images_8 .inner_item:hover .inner_item_img img{
	opacity: 0.6;
}
.composite_box01.block_images_8 .inner_item_txt{
	z-index: 3;
	position: relative;
	min-height: 500px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: calc(140px + 10px) 20px 10px;
	box-sizing: border-box;
	pointer-events: none;
}
.composite_box01.block_images_8 .inner_item_txt>*{
	width: 100%;
}
.edit_view .composite_box01.block_images_8 .inner_item_txt{
	pointer-events: none;
}
.edit_view .composite_box01.block_images_8 .inner_item_txt *{
	pointer-events: auto;
}
.composite_box01.block_images_8 .inner_item_txt .heading{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	height: 140px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
	transition: 0.3s cubic-bezier(.22,.61,.36,1) !important;
	border-top: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	border-right: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
}
.composite_box01.block_images_8 .inner_item:first-child .inner_item_txt .heading{
	border-left: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
}
.composite_box01.block_images_8 .inner_item_txt .heading>*{
	width: 100%;
}
.composite_box01.block_images_8 .inner_item_txt .heading *{
	transition: 0.2s;
}
.composite_box01.block_images_8 .inner_item_txt .heading .h{
	margin-bottom: 0;
}
body:not(.edit_view) .composite_box01.block_images_8 .inner_item_txt p:empty{
	display: none;
}
.composite_box01.block_images_8 .inner_item_txt>p,
.composite_box01.block_images_8 .inner_item_txt>.heading~*{
	margin: 0;
	padding-bottom: 10px;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.2s !important;
	color: #fff;
}
.composite_box01.block_images_8 .inner_item_txt p a{
	pointer-events: auto;
}
.composite_box01.block_images_8 .inner_item_txt .heading+div p{
	color: #fff;
}
.edit_view .composite_box01.block_images_8 .inner_item_txt .heading+div p{
	color: initial;
}
.composite_box01.block_images_8 .inner_item:hover .inner_item_txt .heading,
.composite_box01.block_images_8 .inner_item:hover .inner_item_txt .heading .h,
.composite_box01.block_images_8 .inner_item:hover .inner_item_txt .heading p,
.composite_box01.block_images_8 .inner_item:hover+.inner_item_txt .heading,
.composite_box01.block_images_8 .inner_item:hover+.inner_item_txt .heading .h,
.composite_box01.block_images_8 .inner_item:hover+.inner_item_txt .heading p{
	color: #fff;
}
.composite_box01.block_images_8 .inner_item:hover .inner_item_txt>p,
.composite_box01.block_images_8 .inner_item:hover+.inner_item_txt>p,
.composite_box01.block_images_8 .inner_item:hover .inner_item_txt>.heading~*,
.composite_box01.block_images_8 .inner_item:hover+.inner_item_txt>.heading~*,
.edit_view .composite_box01.block_images_8 .inner_item_txt>p,
.edit_view .composite_box01.block_images_8 .inner_item_txt>.heading~*{
	opacity: 1;
}
.composite_box01.block_images_8 .inner_item .contents_btn01{
	display: none;
}

.composite_box01.block_images_8 .inner_item:nth-of-type(n){
	margin-left: 0 !important;
}
/*.inner_itemが5個*/
.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(5),
.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(4),
.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(3),
.composite_box01.block_images_8 .inner_item:nth-of-type(4):nth-last-of-type(2),
.composite_box01.block_images_8 .inner_item:nth-of-type(5):nth-last-of-type(1){
	width: calc(20% - 0.8px);
}
/*.inner_itemが4個*/
.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(4),
.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(3),
.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(2),
.composite_box01.block_images_8 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: calc(25% - 0.75px);
}
/*.inner_itemが3個*/
.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(3),

.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: calc(33.3% - 0.666px);
}
/*.inner_itemが2個*/
.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: calc(50% - 0.5px);
}
@media screen and (min-width: 1025px){
	.composite_box01.block_images_8 .inner_item_img img{
		height: 100% !important;
	}
}
@media screen and (max-width: 1024px){
	.composite_box01.block_images_8 .wrapper_item{
		border-right: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
		border-top: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	}
	.composite_box01.block_images_8 .inner_item{
		border-left: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
		border-bottom: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	}
	.composite_box01.block_images_8 .inner_item_img{
		position: static;
		order: 1;
	}
	.composite_box01.block_images_8 .inner_item_txt{
		min-height: 0;
		padding: 20px;
		order: 2;
		display: block;
		border-top: none;
	}
	.composite_box01.block_images_8 .inner_item .inner_item_txt .heading{
		position: static;
		border: none !important;
		padding: 0;
		height: auto;
	}
	.composite_box01.block_images_8 .inner_item:hover .inner_item_txt .heading,
	.composite_box01.block_images_8 .inner_item:hover .inner_item_txt .heading .h,
	.composite_box01.block_images_8 .inner_item:hover .inner_item_txt .heading p,
	.composite_box01.block_images_8 .inner_item:hover+.inner_item_txt .heading,
	.composite_box01.block_images_8 .inner_item:hover+.inner_item_txt .heading .h,
	.composite_box01.block_images_8 .inner_item:hover+.inner_item_txt .heading p{
		color: inherit;
	}
	.composite_box01.block_images_8 .inner_item .inner_item_txt>p,
	.composite_box01.block_images_8 .inner_item .inner_item_txt>.heading~*{
		opacity: 1;
		color: inherit;
		padding: 0 
	}
	.composite_box01.block_images_8 .inner_item .inner_item_txt>.heading+p,
	.composite_box01.block_images_8 .inner_item .inner_item_txt>.heading~*{
		padding-top: 2px;
	}
	.composite_box01.block_images_8 .inner_item:hover .inner_item_img img{
		opacity: 1;
	}
}
@media screen and (max-width: 1100px){
	/*5個を2個3個へ*/
	.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(5),
	.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(4){
		width: calc(50% - 0.5px);
	}
	.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_8 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_8 .inner_item:nth-of-type(5):nth-last-of-type(1){
		width: calc(33.3% - 0.666px);
	}
	.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(3) .inner_item_txt .heading{
		border-left: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	}
	/*4個を2個へ*/
	.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_8 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: calc(50% - 0.5px);
	}
	.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(2) .inner_item_txt .heading{
		border-left: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	}
}
@media screen and (max-width: 700px){
	/*すべて2個へ*/
	.composite_box01.block_images_8 .inner_item{
		width: calc(50% - 0.5px) !important;
	}
	/*5個を1個2個へ*/
	.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(5){
		width: 100% !important;
	}
	.composite_box01.block_images_8 .inner_item:nth-of-type(3):nth-last-of-type(3) .inner_item_txt .heading{
		border-left: 0;
	}
	.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(4) .inner_item_txt .heading,
	.composite_box01.block_images_8 .inner_item:nth-of-type(4):nth-last-of-type(2) .inner_item_txt .heading{
		border-left: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	}
	/*3個を1個2個へ*/
	.composite_box01.block_images_8 .inner_item:nth-of-type(1):nth-last-of-type(3){
		width: 100% !important;
	}
	.composite_box01.block_images_8 .inner_item:nth-of-type(2):nth-last-of-type(2) .inner_item_txt .heading{
		border-left: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	}
}
@media screen and (max-width: 480px){
	/*すべて1個へ*/
	.composite_box01.block_images_8 .inner_item{
		width: 100% !important;
	}
}

/*-block_images_9 バナー-*/

.composite_box01.block_images_9 .inner_item{
	position: relative;
}
.composite_box01.block_images_9 .inner_item>a *{
	transition: 0;
}
.composite_box01.block_images_9 .inner_item_img{
	height: 110px;
}
.composite_box01.block_images_9 .inner_item_txt .heading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 15px;
	box-sizing: border-box;
	transition: 0.2s !important;
	pointer-events: none;
}
.edit_view .composite_box01.block_images_9 .inner_item_txt .heading{
	pointer-events: auto;
}
/*.inner_itemが3個*/
.composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(3) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(2) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(3):nth-last-of-type(1) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(3) .inner_item_txt .heading,
.composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(2) .inner_item_txt .heading,
.composite_box01.block_images_9 .inner_item:nth-of-type(3):nth-last-of-type(1) .inner_item_txt .heading{
	height: 120px;
}
/*.inner_itemが2個*/
.composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_img,
.composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_txt .heading,
.composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_txt .heading{
	height: 140px;
}
@media screen and (max-width: 920px){
	.composite_box01.block_images_9 .inner_item_img,
	.composite_box01.block_images_9 .inner_item_txt .heading{
		height: 110px !important;
	}
}
.composite_box01.block_images_9 .inner_item_img img{
	height: 100% !important;
}
.composite_box01.block_images_9 .inner_item a+.inner_item_txt{
	margin-top: 10px;
}
.composite_box01.block_images_9 a:hover .inner_item_txt .heading.align-left,
.composite_box01.block_images_9 a:hover+.inner_item_txt .heading.align-left{
	padding-left: 25px;
	padding-right: 5px;
}
.composite_box01.block_images_9 a:hover .inner_item_txt .heading.align-right,
.composite_box01.block_images_9 a:hover+.inner_item_txt .heading.align-right{
	padding-left: 5px;
	padding-right: 25px;
}
.composite_box01.block_images_9 .inner_item_txt .heading:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: var(--i_main_color, #000);
	opacity: 0.3;
	transition: 0.2s;
}
.composite_box01.block_images_9 a:hover .inner_item_txt .heading:before,
.composite_box01.block_images_9 a:hover+.inner_item_txt .heading:before{
	opacity: 0.6;
}
.composite_box01.block_images_9 .inner_item_txt .heading .h{
	margin-bottom: 0;
}
.composite_box01.block_images_9 .inner_item_txt .heading .h,
.composite_box01.block_images_9 .inner_item_txt .heading p{
	width: 100%;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.composite_box01.block_images_9[style*=" color: inherit"] .inner_item_txt .heading .h,
.composite_box01.block_images_9[style*=" color: inherit"] .inner_item_txt .heading p,
.composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading .h,
.composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading p{
	color: #fff;
}
body:not(.edit_view) .composite_box01.block_images_9 .inner_item_txt p:empty{
	display: none;
}
.composite_box01.block_images_9 .inner_item>a:hover *{
	opacity: 1;
}

/*-block_images_10-*/

.composite_box01.block_images_10.width_full .wrapper_item{
	width: calc(100% + var(--i_padding, 20px) * 2);
	margin-left: calc(var(--i_padding, 20px) * -1);
}
#primary .composite_box01.block_images_10.width_full .wrapper_item{
	width: 100%;
	margin-left: 0;
}
.composite_box01.block_images_10 .wrapper_item{
	justify-content: center;
}
.composite_box01.block_images_10 .inner_item{
	position: relative;
}
.composite_box01.block_images_10 .inner_item_img{
	margin-bottom: 0;
	overflow: hidden;
}
.composite_box01.block_images_10 .inner_item_img img{
	height: 300px !important;
	transition: 0.75s ease;
}
.composite_box01.block_images_10 .inner_item>a:hover .inner_item_img img{
	transform: scale(1.15);
}
.composite_box01.block_images_10 .inner_item_txt{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10% 0;
	z-index: 2;
	pointer-events: none;
}
.edit_view .composite_box01.block_images_10 .inner_item_txt{
	pointer-events: auto;
}
.composite_box01.block_images_10 .inner_item_txt>*{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.composite_box01.block_images_10 .inner_item>a:hover *{
	opacity: 1;
}
.composite_box01.block_images_10 .inner_item_txt p{
	margin-bottom: 0;
}
.composite_box01.block_images_10 .inner_item_txt a{
	pointer-events: auto;
}
.composite_box01.block_images_10 .inner_item .contents_btn01{
	display: none;
}
@media screen and (max-width: 1100px){
	.composite_box01.block_images_10 .inner_item_txt>*{
		width: 90%;
	}
	.composite_box01.block_images_10 .inner_item_img img{
		height: 250px !important;
	}
	.composite_box01.block_images_10 .inner_item_txt{
		padding: 8% 0;
	}
}
@media screen and (max-width: 600px){
	.composite_box01.block_images_10 .inner_item_txt>p{
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 500px){
	.composite_box01.block_images_10 .inner_item_img img{
		height: 200px !important;
	}
	.composite_box01.block_images_10 .inner_item_txt{
		padding: 30px 0;
	}
}

.composite_box01.block_images_10 .inner_item:nth-of-type(n){
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}
/*.inner_itemが5個*/
.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(5),
.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(4),
.composite_box01.block_images_10 .inner_item:nth-of-type(3):nth-last-of-type(3),
.composite_box01.block_images_10 .inner_item:nth-of-type(4):nth-last-of-type(2),
.composite_box01.block_images_10 .inner_item:nth-of-type(5):nth-last-of-type(1){
	width: 20%;
}
/*.inner_itemが4個*/
.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(4),
.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(3),
.composite_box01.block_images_10 .inner_item:nth-of-type(3):nth-last-of-type(2),
.composite_box01.block_images_10 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: 25%;
}
/*.inner_itemが3個*/
.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(3),
.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01.block_images_10 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: 33.3%;
}
/*.inner_itemが2個*/
.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(2),
.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: 50%;
}
@media screen and (max-width: 1100px){
	/*5個を2個3個へ*/
	.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(5),
	.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(4){
		width: 50%;
	}
	.composite_box01.block_images_10 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_10 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_10 .inner_item:nth-of-type(5):nth-last-of-type(1){
		width: 33.3%;
	}
	/*4個を2個へ*/
	.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_10 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_10 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: 50%;
	}
}
@media screen and (max-width: 700px){
	/*すべて2個へ*/
	.composite_box01.block_images_10 .inner_item{
		width: 50% !important;
	}
	/*5個を1個2個へ*/
	.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(5){
		width: 100% !important;
	}
	/*3個を1個2個へ*/
	.composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(3){
		width: 100% !important;
	}
}
@media screen and (max-width: 450px){
	/*すべて1個へ*/
	.composite_box01.block_images_10 .inner_item{
		width: 100% !important;
	}
}

/*-block_images_11-*/

.composite_box01.block_images_11 .wrapper_item{
	justify-content: center;
}
.composite_box01.block_images_11 .inner_item{
	position: relative;
}
.composite_box01.block_images_11 .inner_item_img{
	margin-bottom: 0;
	overflow: hidden;
}
.composite_box01.block_images_11 .inner_item_img img{
	display: block;
	height: 250px !important;
	transition: 0.75s ease;
	transform: scale(1.05);
}
.composite_box01.block_images_11 .inner_item>a:hover .inner_item_img img,
.composite_box01.block_images_11 a:hover .inner_item_txt .pwrap .iwrap img,
.composite_box01.block_images_11 a:hover+.inner_item_txt .pwrap .iwrap img{
	transform: scale(1.2);
}
.composite_box01.block_images_11 .inner_item_txt{
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 2;
	pointer-events: none;
}
.edit_view .composite_box01.block_images_11 .inner_item_txt{
	pointer-events: auto;
}
.composite_box01.block_images_11 .inner_item_txt .heading{

	width: auto;
	margin: auto;
	background: var(--i_btn_color, #fff);
	color: var(--i_btn_txt_color, #000);
	box-sizing: border-box;
	padding: 10px;
	min-width: 40%;
}
.composite_box01.block_images_11 .inner_item_txt .pwrap{
	width: 100%;
	box-sizing: border-box;
	padding: 7px 10px;
	position: relative;
	overflow: hidden;
	background: var(--i_bg_color, rgba(0,0,0,0));
}
.composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 250px;
	z-index: 1;
}
.composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap img{
	display: block;
	transition: 0.75s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(5px) brightness(150%);
	opacity: 0.5;
	transform: scale(1.05);
}
.composite_box01.block_images_11 .inner_item_txt .pwrap p{
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.composite_box01.block_images_11 .inner_item>a:hover *{
	opacity: 1;
}
.composite_box01.block_images_11 .inner_item_txt a{
	pointer-events: auto;
}
.composite_box01.block_images_11 .inner_item .contents_btn01{
	display: none;
}
@media screen and (max-width: 800px){
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(3){
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 600px){
	.composite_box01.block_images_11 .inner_item{
		width: 100% !important;
	}
	.composite_box01.block_images_11 .inner_item_img img,
	.composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap{
		height: 200px !important;
	}
}
@media screen and (max-width: 480px){
	.composite_box01.block_images_11 .inner_item:nth-of-type(5):nth-last-of-type(2){
		margin-bottom: 30px !important;
	}
}
@media screen and (max-width: 400px){
	.composite_box01.block_images_11 .inner_item_img img,
	.composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap{
		height: 170px !important;
	}
}

@media screen and (max-width: 1100px){
	/*5個を2個3個へ*/
	.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(5),
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(4){
		width: 48%;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_11 .inner_item:nth-of-type(5):nth-last-of-type(1){
		width: 31%;
		margin-left: 0;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(4){
		margin-left: 4%;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_11 .inner_item:nth-of-type(5):nth-last-of-type(1){
		margin-left: 3.5%;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(3){
		margin-bottom: 0 !important;
	}
	/*4個を2個へ*/
	.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: 48%;
		margin-left: 0;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 30px;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(1){
		margin-left: 4% !important;
	}
}
@media screen and (max-width: 800px){
	/*すべて2個へ*/
	.composite_box01.block_images_11 .inner_item{
		width: 48% !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(n){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(2n){
		margin-left: 4% !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(2),
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(2){
		margin-bottom: 0;
	}
	/*5個を1個2個へ*/
	.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(5){
		width: 100% !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_11 .inner_item:nth-of-type(5):nth-last-of-type(1){
		margin-left: 4% !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(4),
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(2){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(3){
		margin-bottom: 30px !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(2){
		margin-bottom: 0;
	}
	/*3個を1個2個へ*/
	.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(3){
		width: 100% !important;
		margin-bottom: 30px;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(2){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(1){
		margin-left: 4% !important;
	}
}
@media screen and (max-width: 480px){
	/*すべて1個へ*/
	.composite_box01.block_images_11 .inner_item{
		width: 100% !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(1),
	.composite_box01.block_images_11 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_11 .inner_item:nth-of-type(5):nth-last-of-type(1),
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(1){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(2),
	.composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01.block_images_11 .inner_item:nth-of-type(4):nth-last-of-type(2){
		margin-bottom: 30px !important;
	}
}

/*-block_images_12-*/

.composite_box01.block_images_12 .wrapper_item{
	justify-content: space-between;
}
.composite_box01.block_images_12 .inner_item{
	position: relative;
}
.composite_box01.block_images_12 .inner_item_img{
	margin-bottom: 0;
	overflow: hidden;
}
.composite_box01.block_images_12 .inner_item_img img{
	display: block;
	height: 250px !important;
	transition: 0.75s ease;
	transform: scale(1.05);
}
.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_img img,
.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_img img{
	height: 300px !important;
}
.composite_box01.block_images_12 .inner_item>a:hover .inner_item_img img,
.composite_box01.block_images_12 a:hover .inner_item_txt .pwrap .iwrap img,
.composite_box01.block_images_12 a:hover+.inner_item_txt .pwrap .iwrap img{
	transform: scale(1.2);
}
.composite_box01.block_images_12 .inner_item_txt{
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 2;
	pointer-events: none;
}
.composite_box01.block_images_12 .inner_item .contents_btn01{
	display: none;
}

.edit_view .composite_box01.block_images_12 .inner_item_txt{
	pointer-events: auto;
}
.composite_box01.block_images_12 .inner_item_txt .heading{
	width: 100%;
	position: static;
	margin-bottom: 0;
	height: 40px;
}
.composite_box01.block_images_12 .inner_item_txt .heading .h{
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--i_btn_color, #fff);
	color: var(--i_btn_txt_color, #000);
	font-size: 1.2rem !important;
	padding: 5px 10px !important;
	line-height: 1.3 !important;
	font-weight: 500 !important;
}
.composite_box01.block_images_12 .inner_item_txt .heading:before,
.composite_box01.block_images_12 .inner_item_txt .heading:after,
.composite_box01.block_images_12 .inner_item_txt .heading .h:before,
.composite_box01.block_images_12 .inner_item_txt .heading .h:after{
	display: none !important;
}
.composite_box01.block_images_12 .inner_item_txt .pwrap{
	width: 100%;
	box-sizing: border-box;
	padding: 7px 10px;
	position: relative;
	overflow: hidden;
	background: var(--i_bg_color, rgba(0,0,0,0));
}
.composite_box01.block_images_12 .inner_item_txt .pwrap .h{
	font-weight: bold;
	margin-bottom: 5px;
}
.composite_box01.block_images_12 .inner_item_txt .heading.align-left+.pwrap .h{
	text-align: left;
}
.composite_box01.block_images_12 .inner_item_txt .heading.align-center+.pwrap .h{
	text-align: center;
}
.composite_box01.block_images_12 .inner_item_txt .heading.align-right+.pwrap .h{
	text-align: right;
}
.composite_box01.block_images_12 .inner_item_txt .pwrap .iwrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 250px;
	z-index: 1;
}
.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_txt .pwrap .iwrap,
.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_txt .pwrap .iwrap{
	min-height: 300px !important;
}
.composite_box01.block_images_12 .inner_item_txt .pwrap .iwrap img{
	display: block;
	transition: 0.75s ease;
	width: 100%;
	height: 300px !important;
	min-height: 300px;
	object-fit: cover;
	filter: blur(5px) brightness(150%) !important;
	opacity: 0.5;
	transform: scale(1.05);
}
.composite_box01.block_images_12 .inner_item_txt .pwrap p{
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.composite_box01.block_images_12 .inner_item_txt a{
	pointer-events: auto;
}
.composite_box01.block_images_12 .inner_item>a:hover *{
	opacity: 1;
}
@media screen and (max-width: 900px){
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 800px){
	.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(3){
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 500px){
	.composite_box01.block_images_12 .wrapper_item .inner_item:nth-of-type(n){
		margin-bottom: 20px;
	}
	.composite_box01.block_images_12 .wrapper_item .inner_item:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.composite_box01.block_images_12 .wrapper_item .inner_item:nth-of-type(n) .inner_item_img img,
	.composite_box01.block_images_12 .wrapper_item .inner_item:nth-of-type(n) .inner_item_txt .pwrap .iwrap{
		min-height: 200px !important;
	}
}
@media screen and (max-width: 480px){
	.composite_box01.block_images_12 .inner_item:nth-of-type(5):nth-last-of-type(2){
		margin-bottom: 20px !important;
	}
}

@media screen and (max-width: 1100px){
	/*5個を2個3個へ*/
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(5),
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(4){
		width: 48%;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_12 .inner_item:nth-of-type(5):nth-last-of-type(1){
		width: 31%;
		margin-left: 0;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(4){
		margin-left: 4%;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_12 .inner_item:nth-of-type(5):nth-last-of-type(1){
		margin-left: 3.5%;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(3){
		margin-bottom: 0 !important;
	}
	/*4個を2個へ*/
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: 48%;
		margin-left: 0;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(3){
		margin-bottom: 30px;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(1){
		margin-left: 4% !important;
	}
}
@media screen and (max-width: 800px){
	/*すべて2個へ*/
	.composite_box01.block_images_12 .inner_item{
		width: 48% !important;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(n){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(2n){
		margin-left: 4% !important;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2),
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(2){
		margin-bottom: 0;
	}
	/*5個を1個2個へ*/
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(5){
		width: 100% !important;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_12 .inner_item:nth-of-type(5):nth-last-of-type(1){
		margin-left: 4% !important;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(4),
	.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(2){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(3){
		margin-bottom: 30px !important;
	}
	/*3個を1個2個へ*/
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(3){
		width: 100% !important;
		margin-bottom: 30px;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(2){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(1){
		margin-left: 4% !important;
	}
}
@media screen and (max-width: 480px){
	/*すべて1個へ*/
	.composite_box01.block_images_12 .inner_item{
		width: 100% !important;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(1),
	.composite_box01.block_images_12 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_12 .inner_item:nth-of-type(5):nth-last-of-type(1),
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(1){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2),
	.composite_box01.block_images_12 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01.block_images_12 .inner_item:nth-of-type(4):nth-last-of-type(2){
		margin-bottom: 30px !important;
	}
}

/*-block_images_13-*/

.composite_box01.block_images_13 .wrapper_item{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	overflow: visible;
}
.composite_box01.block_images_13 .wrapper_item:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-left: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	border-right: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 3;
}
.composite_box01.block_images_13 .slick-arrow{
	display: block;
	height: 40px;
	width: 30px;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 20px);
	left: -32px;
	z-index: 1;
	border: none;
	margin-top: -15px;
}
.composite_box01.block_images_13 .slick-next{
	left: auto;
	right: -32px;
}
.composite_box01.block_images_13 .slick-arrow:before{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: calc(50% - 7px);
	border-top: 1px solid var(--i_btn_color, rgba(125,125,125,0.3));
	border-left: 1px solid var(--i_btn_color, rgba(125,125,125,0.3));
}
.composite_box01.block_images_13 .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
.composite_box01.block_images_13 .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 12px);
}
.composite_box01.block_images_13 .slick-list{
	overflow: hidden;
	position: relative;
	padding-bottom: 1px;
	min-width: 100%;
}
.composite_box01.block_images_13 .slick-track{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	min-width: 100%;
}
.composite_box01.block_images_13 .inner_item{
	flex: 0 1 auto;
	width: auto;
	vertical-align: top;
	border-right: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	border-top: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	border-bottom: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
	box-sizing: border-box;
	margin: 0 !important;
}
.composite_box01.block_images_13 .wrapper_item>.inner_item:nth-of-type(1):nth-last-of-type(1){
	width: 100%;
}
.composite_box01.block_images_13 .inner_item_img{
	margin-bottom: 0;
}
.composite_box01.block_images_13 .inner_item_img img{
	height: 200px !important;
}
.composite_box01.block_images_13 .inner_item_txt{
	padding: 10px 20px 15px;
}
.composite_box01.block_images_13 .inner_item .contents_btn01{
	margin-top: 0;
	margin-bottom: 20px;
}
.edit_view .composite_box01.block_images_13 .wrapper_item{
	border-left: 1px solid var(--i_border_color, rgba(125,125,125,0.3));
}
.edit_view .composite_box01.block_images_13 .wrapper_item:before{
	display: none;
}
.edit_view .composite_box01.block_images_13 .wrapper_item>.inner_item{
	width: auto !important;
}
@media screen and (max-width: 1260px){
	.composite_box01.block_images_13 .slick-arrow{
		display: none !important;
	}
}
@media screen and (max-width: 950px){
	.composite_box01.block_images_13 .wrapper_item{
		width: 100%;
	}
}
.composite_box01.block_images_13 ul.slick-dots{
	position: absolute;
	bottom: -20px;
	left: 5%;
}

/*-block_images_14-*/

.composite_box01.block_images_14 .content_wrapper,
.composite_box01.block_images_14 .wrapper_item{
	overflow: visible;
}
.composite_box01.block_images_14 .inner_item{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	background: var(--i_bg_color, #fff);
	padding: 2%;
}
.composite_box01.block_images_14 .inner_item a+.inner_item_txt{
	margin-top: 10px;
}
@media screen and (max-width: 920px){
	.composite_box01.block_images_14:not(.no_responsive) .inner_item{
		width: 49%;
		margin-left: 0;
	}
	.composite_box01.block_images_14 .inner_item:nth-of-type(2n){
		margin-left: 2% !important;
	}
	.composite_box01.block_images_14 .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01.block_images_14 .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01.block_images_14 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_14 .inner_item:nth-of-type(4):nth-last-of-type(3){
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 700px){
	.composite_box01.block_images_14 .inner_item:nth-of-type(2n){
		margin-left: 4% !important;
	}
	.composite_box01.block_images_14:not(.no_responsive) .inner_item:nth-of-type(1):nth-last-of-type(3),
	.composite_box01.block_images_14:not(.no_responsive) .inner_item:nth-of-type(2):nth-last-of-type(2){
		margin-bottom: 20px !important;
	}
}
@media screen and (max-width: 600px){
	.composite_box01.block_images_14 .inner_item{
		padding: 15px;
	}
	.composite_box01.block_images_14 .inner_item_txt{
		line-height: 1.6;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px){
	.composite_box01.block_images_14:not(.no_responsive) .inner_item{
		margin-bottom: 20px !important;
	}
	.composite_box01.block_images_14 .inner_item:nth-of-type(2n){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_14:not(.no_responsive) .inner_item:nth-last-of-type(1){
		margin-bottom: 0 !important;
	}
}


/*-block_images_15-*/

.composite_box01.block_images_15 .wrapper_item{
	align-items: stretch;
}
.composite_box01.block_images_15 .inner_item,
.composite_box01.block_images_15 .inner_item>a{
	align-items: stretch;
}
.composite_box01.block_images_15 .inner_item,
.composite_box01.block_images_15 .inner_item>a:nth-last-child(1){
	min-height: 100%;
}
.composite_box01.block_images_15 .inner_item_img,
.composite_box01.block_images_15 .inner_item_txt{
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0;
}
.composite_box01.block_images_15 .inner_item>a{
	order: 2;
}
.composite_box01.block_images_15 .inner_item_img{
	order: 2;
	background: var(--i_sub2_color, rgba(125,125,125,0.1));
}
.composite_box01.block_images_15 .inner_item_img img{
	width: 100%;
	height: auto !important;
	object-fit: contain;
}
.composite_box01.block_images_15 .inner_item_txt{
	padding: 10%;
	order: 1;
	background: var(--my_composite1, var(--i_btn_color, #222));
	color: var(--i_btn_txt_color, #fff);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1 1 50%;
}
.composite_box01.block_images_15 .inner_item:nth-of-type(5n-3) .inner_item_txt{
	background: var(--my_composite2, var(--i_btn_color, #222));
}
.composite_box01.block_images_15 .inner_item:nth-of-type(5n-2) .inner_item_txt{
	background: var(--my_composite3, var(--i_btn_color, #222));
}
.composite_box01.block_images_15 .inner_item:nth-of-type(5n-1) .inner_item_txt{
	background: var(--my_composite4, var(--i_btn_color, #222));
}
.composite_box01.block_images_15 .inner_item:nth-of-type(5n) .inner_item_txt{
	background: var(--my_composite5, var(--i_btn_color, #222));
}
.composite_box01.block_images_15 .inner_item .contents_btn01{
	display: none;
}
@media screen and (max-width: 1160px){
	.composite_box01.block_images_15 .wrapper_item{
		display: block;
	}
	.composite_box01.block_images_15 .inner_item{
		margin: 0 auto 40px !important;
	}
	.composite_box01.block_images_15 .inner_item:nth-of-type(5):nth-last-of-type(2){
		margin-bottom: 40px !important;
	}
	.composite_box01.block_images_15 .inner_item:last-child{
		margin-bottom: 0 !important;
	}
	.composite_box01.block_images_15 .inner_item,
	.composite_box01.block_images_15 .inner_item>a{
		width: 100% !important;
		flex-direction: row;
	}
	.composite_box01.block_images_15 .inner_item:nth-of-type(2n),
	.composite_box01.block_images_15 .inner_item:nth-of-type(2n) a{
		flex-direction: row-reverse;
	}
	.composite_box01.block_images_15 .inner_item>a:nth-last-child(2),
	.composite_box01.block_images_15 .inner_item_img,
	.composite_box01.block_images_15 .inner_item_txt{
		width: 50% !important;
	}
	.composite_box01.block_images_15 .inner_item_txt{
		padding: 5%;
	}
	.composite_box01.block_images_15 .inner_item>a:nth-last-child(2) .inner_item_img{
		width: 100% !important;
	}
	.composite_box01.block_images_15 .inner_item_img img{
		height: 100% !important;
		object-fit: cover;
	}
}
@media screen and (max-width: 600px){
	.composite_box01.block_images_15 .inner_item,
	.composite_box01.block_images_15 .inner_item>a{
		flex-direction: column !important;
	}
	.composite_box01.block_images_15 .inner_item>a:nth-last-child(2),
	.composite_box01.block_images_15 .inner_item_img,
	.composite_box01.block_images_15 .inner_item_txt{
		width: 100% !important;
	}
	.composite_box01.block_images_15 .inner_item{
		margin: 0 auto 30px !important;
	}
	.composite_box01.block_images_15 .inner_item:last-child{
		margin-bottom: 0 !important;
	}
}

/*-block_images_16-*/

.composite_box01.block_images_16 .inner_item,
.composite_box01.block_images_16 .inner_item>a{
	position: relative;
	height: 22vw;
	max-height: 50vh;
	align-items: stretch;
	flex-direction: row;
}
.composite_box01.block_images_16 .inner_item>a:hover *{
	opacity: 1;
}
.composite_box01.block_images_16 .inner_item_img,
.composite_box01.block_images_16 .inner_item:not(:has(.contents_btn01 ))>a:nth-last-child(2),
.composite_box01.block_images_16 .inner_item:has(.contents_btn01 )>a:nth-last-child(3){
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	margin: 0;
	overflow: hidden;
}
.composite_box01.block_images_16 .inner_item_img img{
	height: 100% !important;
	transition: 0.6s;
}
.composite_box01.block_images_16 .inner_item_img:before{
	content: "";
	display: block;
	width: 100%;
	height: 30%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.composite_box01.block_images_16 .inner_item:hover .inner_item_img img{
	transform: scale(1.1);
}
.composite_box01.block_images_16 .inner_item_txt{
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	pointer-events: none;
	padding-bottom: 10px;
}
.edit_view .composite_box01.block_images_16 .inner_item_txt{
	pointer-events: auto;
}
.composite_box01.block_images_16 .inner_item_txt>*{
	width: 100%;
}
.composite_box01.block_images_16 .inner_item_txt .heading{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	z-index: 3;
}
.composite_box01.block_images_16 .inner_item_txt .heading .h{
	background: var(--i_bg_color, #fff);
	padding: 10px 15px;
	font-size: 1.3rem !important;
	margin: 0;
}
.composite_box01.block_images_16 .inner_item_txt .heading p{
	color: #fff;
	padding: 15px;
	transition: 0.4s;
}
.composite_box01.block_images_16 .inner_item:hover .inner_item_txt .heading p:not(.contenteditable){
	opacity: 0;
}
.composite_box01.block_images_16 .inner_item_txt>p,
.composite_box01.block_images_16 .inner_item_txt>.heading~*,
.composite_box01.block_images_16 .inner_item_txt>.contenteditable{
	background: var(--i_bg_color, #fff);
	padding: 10px;
	opacity: 0;
	transition: 0.4s;
	transition-delay: 0.3s;
	margin: 0 10px;
	width: calc(100% - 20px);
	line-height: 1.6;
	box-sizing: border-box;
}
.composite_box01.block_images_16 .inner_item_txt>.contenteditable{
	opacity: 1;
	z-index: 4;
}
.composite_box01.block_images_16 .inner_item:hover .inner_item_txt>p,
.composite_box01.block_images_16 .inner_item:hover .inner_item_txt>.heading~*{
	opacity: 1;
}
.composite_box01.block_images_16 .inner_item_txt p a{
	pointer-events: auto;
}
.composite_box01.block_images_16 .inner_item .contents_btn01{
	display: none;
}
.edit_view .composite_box01.block_images_16 .inner_item_txt>p,
.edit_view .composite_box01.block_images_16 .inner_item_txt>.heading~*,
.edit_view .composite_box01.block_images_16 .inner_item_txt>.contenteditable{
	margin-bottom: 40px;
}
@media screen and (max-width: 1200px){
	.composite_box01.block_images_16 .inner_item,
	.composite_box01.block_images_16 .inner_item>a{
		height: 32vw;
		max-height: none;
	}
}
@media screen and (max-width: 1024px){
	.composite_box01.block_images_16 .inner_item,
	.composite_box01.block_images_16 .inner_item>a{
		height: auto;
		display: block;
	}
	.composite_box01.block_images_16 .inner_item>a{
		position: static !important;
		height: auto !important;
	}
	.composite_box01.block_images_16 .inner_item_img{
		position: relative;
		height: 30vw;
		margin-bottom: 15px;
		z-index: inherit;
	}
	.composite_box01.block_images_16 .inner_item_img:before{
		height: 20%;
	}
	.composite_box01.block_images_16 .inner_item_txt{
		position: static;
	}
	.composite_box01.block_images_16 .inner_item_txt>p,
	.composite_box01.block_images_16 .inner_item_txt>.heading~*{
		background: none;
		padding: 0;
		opacity: 1;
		margin: 0;
		width: 100%;
		line-height: 1.8;
	}
	.composite_box01.block_images_16 .inner_item_txt .heading{
		height: 30vw;
	}
	.composite_box01.block_images_16 .inner_item_txt .heading p{
		opacity: 1 !important;
	}
}
@media screen and (max-width: 700px){
	.composite_box01.block_images_16 .inner_item_txt .heading{
		height: 50vw;
	}
	.composite_box01.block_images_16 .inner_item_img{
		height: 50vw;
	}
}
@media screen and (max-width: 480px){
	.composite_box01.block_images_16 .inner_item,
	.composite_box01.block_images_16 .inner_item:nth-of-type(2n-1):nth-last-of-type(2){
		margin-bottom: 30px !important;
	}
	.composite_box01.block_images_16 .inner_item:nth-of-type(2n){
		margin-left: 0 !important;
	}
	.composite_box01.block_images_16 .inner_item:nth-last-of-type(1){
		margin-bottom: 0 !important;	
	}
}
.edit_view .composite_box01.block_images_16 .inner_item_img{
	cursor: default;
}
.edit_view .composite_box01.block_images_16 .inner_item_txt,
.edit_view .composite_box01.block_images_16 .inner_item_txt>*{
	pointer-events: none;
}
.edit_view .composite_box01.block_images_16 .inner_item_txt .contenteditable{
	pointer-events: auto;
}
.edit_view .composite_box01.block_images_16 .admin_edit_link,
.edit_view .composite_box01.block_images_16 .admin_edit_img{
	bottom: calc(50% - 17px);
}

/*-block_images_17-*/

.composite_box01.block_images_17.width_full .wrapper_item{
	width: calc(100% + var(--i_padding, 20px) * 2);
	margin-left: calc(var(--i_padding, 20px) * -1);
}
#primary .composite_box01.block_images_17.width_full .wrapper_item{
	width: 100%;
	margin-left: 0;
}
.composite_box01.block_images_17 .inner_item{
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	flex: 1 1 auto;
}
.composite_box01.block_images_17 .inner_item,
.composite_box01.block_images_17 .inner_item>a{
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.composite_box01.block_images_17 .inner_item:nth-of-type(5n-4){
	background: var(--my_composite1, var(--i_btn_color, #222));
}
.composite_box01.block_images_17 .inner_item:nth-of-type(5n-3){
	background: var(--my_composite2, var(--i_btn_color, #222));
}
.composite_box01.block_images_17 .inner_item:nth-of-type(5n-2){
	background: var(--my_composite3, var(--i_btn_color, #222));
}
.composite_box01.block_images_17 .inner_item:nth-of-type(5n-1){
	background: var(--my_composite4, var(--i_btn_color, #222));
}
.composite_box01.block_images_17 .inner_item:nth-of-type(5n){
	background: var(--my_composite5, var(--i_btn_color, #222));
}
.composite_box01.block_images_17 .inner_item:not(:has(.contents_btn01 ))>a:nth-last-child(2),
.composite_box01.block_images_17 .inner_item:has(.contents_btn01 )>a:nth-last-child(3),
.composite_box01.block_images_17 .inner_item_img{
	width: 20%;
	padding-top: 20%;
	margin: 30px 0 30px 30px;
	height: 0;
}
.composite_box01.block_images_17 .inner_item:not(:has(.contents_btn01 ))>a:nth-last-child(2),
.composite_box01.block_images_17 .inner_item:has(.contents_btn01 )>a:nth-last-child(3){
	position: relative;
}
.composite_box01.block_images_17 .inner_item:not(:has(.contents_btn01 ))>a:nth-last-child(2) .inner_item_img,
.composite_box01.block_images_17 .inner_item:has(.contents_btn01 )>a:nth-last-child(3) .inner_item_img{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.composite_box01.block_images_17 .inner_item_txt{
	width: calc(80% - 30px);
	box-sizing: border-box;
	padding: 30px;
	color: var(--i_btn_txt_color, #fff);
}
.composite_box01.block_images_17 .inner_item .contents_btn01{
	display: none;
}
@media screen and (max-width: 1700px){
	.composite_box01.block_images_17 .inner_item:nth-of-type(1):nth-last-of-type(5),
	.composite_box01.block_images_17 .inner_item:nth-of-type(2):nth-last-of-type(4),
	.composite_box01.block_images_17 .inner_item:nth-of-type(1):nth-last-of-type(4),
	.composite_box01.block_images_17 .inner_item:nth-of-type(2):nth-last-of-type(3),
	.composite_box01.block_images_17 .inner_item:nth-of-type(3):nth-last-of-type(2),
	.composite_box01.block_images_17 .inner_item:nth-of-type(4):nth-last-of-type(1){
		width: 50%;
	}
	.composite_box01.block_images_17 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_17 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_17 .inner_item:nth-of-type(5):nth-last-of-type(1){
		width: 33.3%;
	}
}
@media screen and (max-width: 1000px){
	.composite_box01.block_images_17 .inner_item:nth-of-type(1):nth-last-of-type(5),
	.composite_box01.block_images_17 .inner_item:nth-of-type(1):nth-last-of-type(3){
		width: 100%;
	}
	.composite_box01.block_images_17 .inner_item:nth-of-type(3):nth-last-of-type(3),
	.composite_box01.block_images_17 .inner_item:nth-of-type(2):nth-last-of-type(4),
	.composite_box01.block_images_17 .inner_item:nth-of-type(4):nth-last-of-type(2),
	.composite_box01.block_images_17 .inner_item:nth-of-type(5):nth-last-of-type(1),
	.composite_box01.block_images_17 .inner_item:nth-of-type(2):nth-last-of-type(2),
	.composite_box01.block_images_17 .inner_item:nth-of-type(3):nth-last-of-type(1){
		width: 50%;
	}
}
@media screen and (max-width: 900px){
	.composite_box01.block_images_17 .inner_item_img{
		margin: 20px 0 20px 20px;
	}
	.composite_box01.block_images_17 .inner_item_txt{
		width: calc(80% - 20px);
		padding: 20px;
	}
}
@media screen and (max-width: 600px){
	.composite_box01.block_images_17 .inner_item{
		width: 100% !important;
	}
	.composite_box01.block_images_17 .inner_item_img,
	.composite_box01.block_images_17 .inner_item:not(:has(.contents_btn01 ))>a:nth-last-child(2),
	.composite_box01.block_images_17 .inner_item:has(.contents_btn01 )>a:nth-last-child(3){
		width: 90px;
		padding-top: 90px;
		margin: 15px 0 15px 15px;
	}
	.composite_box01.block_images_17 .inner_item_txt{
		width: calc(100% - 90px - 15px);
		padding: 15px;
	}
	.composite_box01.block_images_17 .inner_item_txt>p{
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

/*-block_images_21-*/

.composite_box01.block_images_21{
	overflow: clip;
}
.composite_box01.block_images_21 .content_wrapper.sideslide{
	max-width: none !important;
}
.composite_box01.block_images_21 .wrapper_item{
	position: relative;
	display: block;
	min-width: 100vw;
}
.composite_box01.block_images_21 .side-scroll{
	display: flex;
	position: sticky;
	top: 0;
	left: 0;
	width: 500vw;
}
.composite_box01.block_images_21 .inner_item{
	width: 100vw !important;
	min-width: 100vw;
	height: 100vh;
	margin: 0 !important;
	flex-direction: row;
	align-items: stretch;
}
body.edit_view .composite_box01.block_images_21 .inner_item a{
	cursor: default;
}
body.edit_view .composite_box01.block_images_21 .wrapper_item,
body.edit_view .composite_box01.block_images_21 .inner_item{
	height: calc(100vh - 45px);
}
.composite_box01.block_images_21 .inner_item_img{
	margin: 0;
}
body:not(.edit_view) .composite_box01.block_images_21 .inner_item>a,
.composite_box01.block_images_21 .inner_item_img{
	display: block;
	width: 50%;
}
body:not(.edit_view) .composite_box01.block_images_21 .inner_item>a[href^="/common/upload_data/"]{
	pointer-events: none;
}
body.edit_view .composite_box01.block_images_21 .inner_item>a{
	flex-direction: row;
}
.composite_box01.block_images_21 .inner_item>a .inner_item_img{
	width: 100%;
	height: 100%;
	margin: 0;
}
.composite_box01.block_images_21 .inner_item_img img{
	height: 100% !important;
}
.composite_box01.block_images_21 .inner_item_txt{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: var(--i_padding, 20px);
	box-sizing: border-box;
}
.composite_box01.block_images_21 .inner_item .contents_btn01{
	display: none;
}
.composite_box01.block_images_21 .inner_item_txt p,
body.edit_view .composite_box01.block_images_21 .inner_item_txt .editor{
	width: 100%;
}
body:not(.edit_view) .composite_box01.block_images_21 .inner_item.img100 .inner_item_txt{
	display: none;
}
body:not(.edit_view) .composite_box01.block_images_21 .inner_item.img100>a,
body:not(.edit_view) .composite_box01.block_images_21 .inner_item.img100 .inner_item_img{
	width: 100%;
}
body:not(.edit_view) .composite_box01.block_images_21 .inner_item.img0 a{
	display: none;
}
body:not(.edit_view) .composite_box01.block_images_21 .inner_item.img0 a+.inner_item_txt{
	width: 100%;
}
@media screen and (max-width: 800px){
	.composite_box01.block_images_21 .side-scroll{
		width: 1000vw;
	}
	.composite_box01.block_images_21 .inner_item{
		width: 200vw !important;
	}
	.composite_box01.block_images_21 .inner_item.img100,
	.composite_box01.block_images_21 .inner_item.img0{
		width: 100vw !important;
	}
}

/*-block_images_22 23 24 vertical-*/

.composite_box01.block_images_22 .wrapper_item,
.composite_box01.block_images_23 .wrapper_item,
.composite_box01.block_images_24 .wrapper_item{
	display: block;
}
.composite_box01.block_images_22 .inner_item,
.composite_box01.block_images_23 .inner_item,
.composite_box01.block_images_24 .inner_item{
	width: 100% !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 40px !important;
}
.composite_box01.block_images_22 .inner_item:last-child,
.composite_box01.block_images_23 .inner_item:last-child,
.composite_box01.block_images_24 .inner_item:last-child{
	margin-bottom: 0 !important;
}
.composite_box01.block_images_22 .inner_item>a,
.composite_box01.block_images_23 .inner_item>a,
.composite_box01.block_images_24 .inner_item>a,
.composite_box01.block_images_22 .inner_item>.inner_item_img,
.composite_box01.block_images_23 .inner_item>.inner_item_img,
.composite_box01.block_images_24 .inner_item>.inner_item_img,
.edit_view .composite_box01.block_images_22 .inner_item_img,
.edit_view .composite_box01.block_images_23 .inner_item_img,
.edit_view .composite_box01.block_images_24 .inner_item_img{
	flex-basis: 40%;
	max-width: 40%;
}
.edit_view .composite_box01.block_images_22 .inner_item>a:has(.inner_item_txt),
.edit_view .composite_box01.block_images_23 .inner_item>a:has(.inner_item_txt),
.edit_view .composite_box01.block_images_24 .inner_item>a:has(.inner_item_txt){
	flex-direction: row;
	align-items: flex-start;
}
.composite_box01.block_images_23 .inner_item,
.composite_box01.block_images_24 .inner_item:nth-of-type(2n),
.edit_view .composite_box01.block_images_23 .inner_item>a:has(.inner_item_txt),
.edit_view .composite_box01.block_images_24 .inner_item:nth-of-type(2n)>a:has(.inner_item_txt){
	flex-direction: row-reverse;
}
.edit_view .composite_box01.block_images_22 .inner_item>a:has(.inner_item_txt),
.edit_view .composite_box01.block_images_23 .inner_item>a:has(.inner_item_txt),
.edit_view .composite_box01.block_images_24 .inner_item>a:has(.inner_item_txt),
.edit_view .composite_box01.block_images_22 .inner_item>a:not(:has(.inner_item_txt)) .inner_item_img,
.edit_view .composite_box01.block_images_23 .inner_item>a:not(:has(.inner_item_txt)) .inner_item_img,
.edit_view .composite_box01.block_images_24 .inner_item>a:not(:has(.inner_item_txt)) .inner_item_img{
	flex-basis: 100%;
	max-width: 100%;
}
.composite_box01.block_images_22 .inner_item>a:empty,
.composite_box01.block_images_22 .inner_item>a[href*="no_image"],
.composite_box01.block_images_22 .inner_item>a[style*="pointer-events: none"],
.composite_box01.block_images_23 .inner_item>a:empty,
.composite_box01.block_images_23 .inner_item>a[href*="no_image"],
.composite_box01.block_images_23 .inner_item>a[style*="pointer-events: none"],
.composite_box01.block_images_24 .inner_item>a:empty,
.composite_box01.block_images_24 .inner_item>a[href*="no_image"],
.composite_box01.block_images_24 .inner_item>a[style*="pointer-events: none"]{
	display: none;
}
.composite_box01.block_images_22 .inner_item_img,
.composite_box01.block_images_23 .inner_item_img,
.composite_box01.block_images_24 .inner_item_img{
	margin-bottom: 0;
}
.composite_box01.block_images_22 .inner_item_img img,
.composite_box01.block_images_23 .inner_item_img img,
.composite_box01.block_images_24 .inner_item_img img{
	height: auto !important;
}
.composite_box01.block_images_22 .inner_item_txt,
.composite_box01.block_images_23 .inner_item_txt,
.composite_box01.block_images_24 .inner_item_txt{
	flex-basis: 60%;
	max-width: 60%;
}
.composite_box01.block_images_22 .inner_item_txt,
.composite_box01.block_images_24 .inner_item:nth-of-type(2n-1) .inner_item_txt{
	padding-left: var(--i_padding, 20px);
}
.composite_box01.block_images_23 .inner_item_txt,
.composite_box01.block_images_24 .inner_item:nth-of-type(2n) .inner_item_txt{
	padding-right: var(--i_padding, 20px);
}
.composite_box01.block_images_22 .inner_item>a:empty+.inner_item_txt,
.composite_box01.block_images_22 .inner_item>a[href*="no_image"]+.inner_item_txt,
.composite_box01.block_images_22 .inner_item>a[style*="pointer-events: none"]+.inner_item_txt,
.composite_box01.block_images_22 .inner_item>.inner_item_txt:first-child,
.composite_box01.block_images_23 .inner_item>a:empty+.inner_item_txt,
.composite_box01.block_images_23 .inner_item>a[href*="no_image"]+.inner_item_txt,
.composite_box01.block_images_23 .inner_item>a[style*="pointer-events: none"]+.inner_item_txt,
.composite_box01.block_images_23 .inner_item>.inner_item_txt:first-child,
.composite_box01.block_images_24 .inner_item>a:empty+.inner_item_txt,
.composite_box01.block_images_24 .inner_item>a[href*="no_image"]+.inner_item_txt,
.composite_box01.block_images_24 .inner_item>a[style*="pointer-events: none"]+.inner_item_txt,
.composite_box01.block_images_24 .inner_item>.inner_item_txt:first-child{
	flex-basis: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.composite_box01.block_images_22 .inner_item .contents_btn01,
.composite_box01.block_images_23 .inner_item .contents_btn01,
.composite_box01.block_images_24 .inner_item .contents_btn01{
	display: none;
}
@media screen and (max-width: 768px){
	.composite_box01.block_images_22 .inner_item,
	.composite_box01.block_images_23 .inner_item,
	.composite_box01.block_images_24 .inner_item{
		display: block;
		margin-bottom: 30px !important;
	}
	.composite_box01.block_images_22 .inner_item>a,
	.composite_box01.block_images_23 .inner_item>a,
	.composite_box01.block_images_24 .inner_item>a,
	.composite_box01.block_images_22 .inner_item>.inner_item_img,
	.composite_box01.block_images_23 .inner_item>.inner_item_img,
	.composite_box01.block_images_24 .inner_item>.inner_item_img,
	.composite_box01.block_images_22 .inner_item_txt,
	.composite_box01.block_images_23 .inner_item_txt,
	.composite_box01.block_images_24 .inner_item_txt,
	.edit_view .composite_box01.block_images_22 .inner_item_img,
	.edit_view .composite_box01.block_images_23 .inner_item_img,
	.edit_view .composite_box01.block_images_24 .inner_item_img{
		flex-basis: 100%;
		max-width: 100%;
	}
	.composite_box01.block_images_22 .inner_item_txt,
	.composite_box01.block_images_23 .inner_item_txt,
	.composite_box01.block_images_24 .inner_item_txt{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.composite_box01.block_images_22 .inner_item_img img,
	.composite_box01.block_images_23 .inner_item_img img,
	.composite_box01.block_images_24 .inner_item_img img{
		margin-bottom: 20px;
	}
	.edit_view .composite_box01.block_images_22 .inner_item>a:has(.inner_item_txt),
	.edit_view .composite_box01.block_images_23 .inner_item>a:has(.inner_item_txt),
	.edit_view .composite_box01.block_images_24 .inner_item>a:has(.inner_item_txt){
		display: block;
	}
}