/* Collection */

.ver2 #waist {
	padding-top: 188px;
}
.collection_genre_summary {
	margin-bottom: 4.5em;
	padding: 0 3.5em;
}
.ver1 .collection_gallery_item {
	float: left;
	margin-bottom: 1.5em;
	width: 30.4%;
}
.ver1 .collection_gallery_item:nth-of-type(3n - 1) {
	margin: 0 4.4% 1.5em 4.4%;
}
.ver1 .collection_gallery_item:nth-of-type(3n + 1) {
	clear: both;
}
/*
.ver2 .collection_gallery_item {
	float: none;
	margin-bottom: 90px;
	padding-bottom: 90px;
	width: 100%;
	border-bottom: 1px solid #787878;
}
.ver2 .collection_gallery_item:nth-of-type(3n - 1) {
	margin-bottom: 90px;
}
*/
.ver2 .collection_gallery_item.slidein.move {
	padding-bottom: 4.5em;
}
.ver2 .collection_gallery_item:last-child.slidein.move {
	padding-bottom: 8.5em;
}
.collection_gallery_item_pane:not(:last-child) .collection_gallery_item_image {
	margin-bottom: 1em;
}
.ver1 .collection_gallery_item_text h4 {
	margin-bottom: 0.35em;
	font-size: 0.875em;
	line-height: 1.6em;
}
.ver2 .collection_gallery_item_text h4 {
	margin-bottom: 0.35em;
	font-size: 1.13em;
	line-height: 1.4em;
}
.ver1 .collection_gallery_item_text h5 {
	font-size: 0.687em;
	line-height: 1.6em;
}
.ver2 .collection_gallery_item_text h5 {
	font-size: 1em;
	font-size: 0.93em;
	line-height: inherit;
}
.collection_gallery_item_text h5:last-of-type {
	margin-bottom: 0.25em;
}
.ver1 .collection_gallery_item_text ul {
	font-size: 0.687em;
	line-height: 1.5em;
	line-height: 1.55em;
	font-feature-settings: 'palt';
}
.ver2 .collection_gallery_item_text ul {
	font-size: 1em;
	font-size: 0.93em;
	line-height: inherit;
	letter-spacing: 0.08em;
}
.collection_gallery_item_unit:not(last-child){
	margin-bottom: 1em;
}

#collection_note {
	margin-top: 5em;
}

.ver2 .collection_gallery_item_text h4 + p {
  font-size: 0.9em;
  margin-top: 1.5em;
}


/* Heading */

#page_heading .inner {
	padding-left: 30px;
	padding-right: 30px;
}
.collection_heading {
	margin-bottom: 107px;
	margin-bottom: 6.7em;
}
.collection_heading_summary_slides {
	position: relative;
	margin-bottom: 72px;
	margin-bottom: 3.5em;
	overflow-x: hidden;
}
.collection_heading_summary_text h4 {
	margin-bottom: 40px;
	margin-bottom: 1.5em;
	line-height: 1.8em;
}
.collection_heading_summary_text p:not(:last-child) {
	margin-bottom: 1.5em;
}

/* Anchors */

.collection_anchors {
	margin-bottom: 58px;
	margin-bottom: 3.6em;
}
.collection_anchors .inner {
	padding-bottom: 101px;
	padding-bottom: 6.3em;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid #787878;
}
.collection_anchor {
	float: left;
	width: 31.46%;
	border: 1px solid #231815;
}
.collection_anchor:nth-last-of-type(n + 3) {
	margin-bottom: 23px;
	margin-bottom: 1.4em;
}
.collection_anchor a {
	display: block;
	text-decoration: none;
}
.collection_anchor:not(:nth-of-type(3n)) {
	margin-right: 2.81%;
}
.collection_anchor:nth-of-type(3n + 1) {
	clear: both;
}
.collection_anchor_image {
	float: left;
	width: 120px;
}
.collection_anchor_text {
	position: relative;
	float: right;
	padding: 20px 14px;
	padding: 18px 15px;
	width: calc(100% - 120px);
	height: 120px;
}
.collection_anchor_text::before {
	position: absolute;
	bottom: 15px;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 22px;
	height: 22px;
	background: url(../../../img/pages/kogeifu/common/icon_anchor.png) no-repeat center / cover;
}
.collection_anchor:hover .collection_anchor_text::before {
	animation: arrow_effect 500ms 1 forwards ease-in-out;
}
@keyframes arrow_effect {
	0% {
		bottom: 12px;
	}
	50% {
		bottom: 8px;
	}
	100% {
		bottom: 12px;
	}
}

.collection_anchor_text h5 {
	font-size: 0.8em;
	font-size: 0.86em;
	line-height: 1.6em !important;
	line-height: 1.7em !important;
	letter-spacing: 0;
}

/* Gallery */

/* .collection_gallery_item_summary {
	margin-bottom: 27px;
}
.collection_gallery_item_summary_image,
.collection_gallery_item_details_image {
	float: left;
	width: 360px;
}
.collection_gallery_item_summary_text,
.collection_gallery_item_details_text {
	float: right;
	width: 366px;
}
.collection_gallery_item_details_text .link {
	margin-bottom: 0;
	margin-top: 21px;
}
.collection_gallery_item_details_text .link a {
	display: block;
	width: 100%;
}
.collection_gallery_item_details_text .link:first-of-type {
	margin-top: 39px;
}
.collection_gallery_item_summary {
	margin-bottom: 27px;
} */

.collection_gallery .inner {
	padding-left: 0;
	padding-right: 0;
}
.collection_gallery_item_contents {
	padding: 0 30px;
}
/*
.collection_gallery_item_images {
	float: left;
	width: 360px;
}
*/
.collection_gallery_item {
	margin-bottom: 5.5em;
	padding-left: 27px;
	padding-right: 27px;
	padding-bottom: 5.5em;
	border-bottom: 1px solid #787878;
}
.collection_gallery_item_pane {
	margin-bottom: 1em;
}
.collection_gallery_item:first-child {
	padding-top: 0;
}
.collection_gallery_item_image {
	float: left;
	width: 360px;
}
/*
.collection_gallery_item_image:not(:last-of-type) {
	margin-bottom: 26px;
}
*/
.collection_gallery_item_text {
	float: right;
	width: 366px;
	width: calc(100% - 430px);
	letter-spacing: 0;
}
.collection_gallery_item_text p:not(:last-child) {
	margin-bottom: 1.5em;
}

/*
.collection_gallery_item_summary {
	margin-bottom: 27px;
	margin-bottom: 7.5em;
}
.collection_gallery_item_summary p:not(:last-child) {
	margin-bottom: 1.5em;
}
*/
.collection_gallery_item .link {
	margin-bottom: 0;
	margin-top: 21px;
	margin-top: 1.25em;
}
.collection_gallery_item .link a {
	display: block;
	width: 100%;
	width: 82%;
	font-size: 0.85em;
}
.collection_gallery_item .link .label {
	margin-left: 0.15em;
	margin-right: 0.15em;
	font-size: 1.2em;
}
.collection_gallery_item .link:first-of-type {
	margin-top: 39px;
}
.collection_gallery_item_image picture {
	display: block;
}
.collection_gallery_item_image picture:not(:last-child) {
	margin-bottom: 1.5em;
}
#sashiko_gallery_04 .collection_gallery_item_details:nth-of-type(3) {
	margin-top: 54px;
}
.collection_read .inner {
	padding-bottom: 6.3em;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
}
.collection_read .link {
	margin-top: 2.5em;
}
.collection_read .link a {
	background: #ccc;
	text-decoration: none;
}
.collection_gallery_lirt .collection_gallery_item_unit {
	/*margin-top: 3.5em;*/
  margin-top: 0;
}

.collection_heading_pagination_mobile,
.collection_heading_pagination,
.collection_gallery_pagination {
	display: inline-block;
	position: absolute;
	left: auto !important;
	right: 30px !important;
	bottom: 24px !important;
	width: auto !important;
	z-index: 1000;
}
.collection_heading_pagination_mobile,
.collection_heading_pagination,
.collection_gallery_pagination,
.collection_gallery_pagination2 {
	display: inline-block;
	position: absolute;
	left: auto !important;
	right: 10px !important;
	bottom: 4px !important;
	width: auto !important;
	z-index: 1000;
}

.collection_read_pane {
	float: left;
	margin-right: 3.5%;
	margin-bottom: 2em;
	width: 23.5%;
	width: 31%;
}
.collection_read_pane a {
	text-decoration: none;
}
.collection_read_pane:hover .collection_read_pane_image {
	opacity: 0.6;
	transition: all 350ms linear;
}
.collection_read_pane:nth-of-type(3n) {
	margin-right: 0;
}
.collection_read_pane:nth-of-type(3n + 1) {
	clear: both;
}
.collection_read_pane_image {
	margin-bottom: 1em;
	background: #eee;
	transition: all 350ms linear;
}
.collection_read_pane_text {
	font-size: 0.95em;
	line-height: 1.7em;
}
.collection_read_pane_text .read_schedule {
	display: block;
}

@media screen and (max-width: 850px) and (min-width: 601px) {

	.collection_anchor {
		float: left;
		margin: 0 0 1.5em 0 !important;
		width: 47.5%;
	}
	.collection_anchor:nth-last-of-type(odd) {
		clear: both;
		float: left !important;
	}
	.collection_anchor:nth-last-of-type(even) {
		clear: none !important;
		float: right !important;
	}
	.collection_anchor a {
		display: block;
	}
	.collection_anchor_image {
		float: none;
		width: 100%;
	}
	.collection_anchor_text {
		float: none;
		padding: 18px 15px;
		width: 100%;
		height: 130px;
		font-size: 1.15em;
	}
	.collection_anchor_text::before {
		bottom: 12px;
		width: 32px;
		height: 32px;
		background: url(../../../img/pages/kogeifu/common/icon_anchor.png) no-repeat center / cover;
	}
	.collection_gallery_item_image {
		float: left;
		width: 37%;
	}
	.collection_gallery_item_text {
		width: 56%;
	}
	.collection_gallery_item .link a {
		padding: 1.5em 2em;
		width: 100%;
	}
	
}




/* ainu */

.collection_ainushishu .mv-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.collection_ainushishu #page_heading .inner {
  padding-right: 50px;
  padding-left: 50px;
}
.collection_ainushishu .ainushishu_heading_img {
  margin: 0 0 60px;
}
/*.collection_ainushishu #ainushishu_heading_summary {
    float: inherit;
    width: 100%;
  }*/
.collection_ainushishu h4 {
  font-size: 1.25em;
  margin-bottom: 1.5em;
}
.collection_ainushishu .collection_heading_summary_text p:not(:last-child) {
  margin-bottom: 3.5em;
}
#ainushishu_about {
  
}
#ainushishu_about h4 {
}
#ainushishu_about .ainushishu_about_main {
  margin: 0 0 40px;
}
#ainushishu_about .ainushishu_about_img {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#ainushishu_about .ainushishu_about_img div {
  width: 450px;
}
#ainushishu_about .ainushishu_about_img div:nth-child(1){
  
}
#ainushishu_about .ainushishu_about_img div:nth-child(2) {
  margin: 40px auto 0 0;
}
#ainushishu_about .ainushishu_about_img div:nth-child(3) {
  width: 380px;
  margin: -100px 0 0 0;
}
#ainushishu_about .ainushishu_about_img div:nth-child(4) {
  width: 600px;
  margin: 400px -190px 0 0;
}
#ainushishu_about {
  
}

#ainushishu_gallery {
  margin-bottom: 0;
}

#ainushishu_gallery #ainushishu_gallery_01 {
  margin-top: 4em;
  border-top: 1px solid #787878;
  padding-top: 4.5em;
}
#ainushishu_gallery .collection_gallery_item_text p {
  margin-top: 1.5em;
  font-size: 0.93em;
}
#ainushishu_gallery h4 {
  
}

/*#ainushishu_gallery .collection_gallery_item_text p {
  padding-left: 2em;
  border-left: 1px solid #aba19e;
  margin-bottom: 3.5em;
}*/
#ainushishu_gallery .collection_gallery_item_text ul + h5 {
  margin-top: 0.8em;
}
#ainushishu_gallery #ainushishu_gallery_01 {
  
}
.collection_gallery .collection_gallery_item.-top {
  margin-top: 4em;
  border-top: 1px solid #787878;
  padding-top: 4.5em;
}
.collection_gallery .gallery_main {
  margin: 0 0 40px;
}
.collection_gallery .collection_gallery_item_unit .item-list > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10%;
}
.collection_gallery .collection_gallery_item_unit .item-list > ul > li {
  width: 45%;
  margin-top: 5%;
}
.collection_gallery .collection_gallery_item_unit .item-list > ul > li p {
  margin: 1.5em 0 0;
  line-height: 1.5;
}
.collection_gallery .collection_gallery_item_unit .item-list > ul > li p + ul {
  margin: 0.5em 0 0;
}
.collection_gallery .collection_gallery_item_unit .item-list > ul > li ul {
  margin: 1.5em 0 0;
}


#ainushishu_read .collection_read_pane {
  width: 46%;
}
#ainushishu_read .collection_read_pane .link span {
	display: inline-block;
	padding: 1.5em 5em;
	text-align: center !important;
	font-size: 1.06em;
	border: solid 1px #231815;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}
#ainushishu_read .collection_read_pane .link span:hover {
	transform: scale(0.96);
	transition: all 360ms ease-in-out;
}
#ainushishu_kikaku #ainushishu_kikaku_panes {
  margin-top: 2em;
}
#ainushishu_kikaku .collection_read_pane {
  width: 48%
}
#ainushishu_kikaku .collection_read_pane:nth-child(2n) {
  margin-right: 0;
}
#ainushishu_kikaku .link a {
  background: none;
}

#kikaku h3 + p {
  float: left;
  margin: 0 0 40px;
}



@media screen and (max-width: 1068px) and (min-width: 768px) {
  
}

@media screen and (max-width: 827px) and (min-width: 601px) {

}
@media screen and (max-width: 910px) {
  #ainushishu_about .ainushishu_about_img div:nth-child(1){
    width: 80%;
  }
  #ainushishu_about .ainushishu_about_img div:nth-child(2) {
    width: 80%;
    margin: 5% auto 0 -8%;
  }
  #ainushishu_about .ainushishu_about_img div:nth-child(3) {
    width: 55%;
    margin: 5% 5% auto 0;
  }
  #ainushishu_about .ainushishu_about_img div:nth-child(4) {
    width: 100%;
    margin: 10% -8% 0 0;
  }
  
  #ainushishu_gallery .inner > h4,
  #ainushishu_gallery .inner > p {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .collection_ainushishu #page_heading .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .collection_ainushishu #waist {
    padding-top: 89px!important;
  } 
  .collection_ainushishu .ainushishu_heading_img {
    /*width: calc(110% + 60px);
    margin: 0 -60px 1.5em;*/
  }
  #ainushishu_about {
    margin-top: 6em;
  }
  #ainushishu_gallery #ainushishu_gallery_01 {
    
  }
  .collection_gallery .collection_gallery_item.-top {
  padding-top: 3.5em;
    margin-top: 3.5em!important;
}
  #ainushishu_gallery .collection_gallery_item_text p {
    /*padding-left: 1em;*/
  }
  .collection_ainushishu .kogeifu_columns h3.title {
    white-space:inherit;
  }
  #ainushishu_read .collection_read_pane {
    width: 100%;
  }
  #ainushishu_gallery .inner > h4,
  #ainushishu_gallery .inner > p {
    padding: 0;
  }
  
}