/*モーダルがあることをわからせる装飾*/

#ua-wrapper p.zoom_setsumei {
	margin-bottom: 10px;
	text-align: right;
}

#ua-wrapper p.zoom_setsumei img {
	vertical-align: middle;
	width: 20px;
	padding-right: 5px;
}

@media screen and (max-width: 768px){
	#ua-wrapper p.zoom_setsumei {
		width: 86%;
		margin: 0 auto 2%;
		font-size: 3vw;
}
}


/*カテゴリindexのサムネール*/
.category-list_wrap li a .thumb span.zoom_icon::before {
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 26px;
	bottom: 2px;
	right: 2px;
	background: #000;
	opacity: 0.6;
	border-top-left-radius: 4px;
}
				
.category-list_wrap li a .thumb span.zoom_icon::after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 16px;
	background: url("../img/icon_zoomyellow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom:6px;
	right: 6px;
}

@media screen and (max-width: 768px){
	.category-list_wrap li a .thumb span.zoom_icon::before {
		width: 6.133vw;
		height: 5.4vw;
		border-top-left-radius: 2px;
	}
	
	.category-list_wrap li a .thumb span.zoom_icon::after {
		width: 4vw;
		height: 3.4666vw;
		bottom:1.4vw;
		right: 1.4vw;
	}

}




@media screen and (max-width: 768px){

}

#modal-wrapper  {
	width: 980px; /*←おまじない*/
}

#auto-header, #auto-header-overlay {
    z-index: 100 !important;
}

@media screen and (max-width: 768px){
#access_header {
    z-index: 100 !important;
}
}
	
#modal {
	visibility: hidden;
	height: 0 !important;
	overflow: hidden;
	}
	
.modaal-content-container {
    padding: 0;
}

.modaal-container {
	background: none;
	box-shadow: none;
		max-width: 1140px;
}		
	
section {
	display: flex;
	width: 100%;
	margin: 0 auto;
}
	
section img {
	vertical-align: bottom;
	width: 100%;
	/*image-rendering: -webkit-optimize-contrast;*/
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  /*width: 100%;*/
  /*height: 300px;*/
}

.swiper-pagination {
	display: none;
}	
	
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  /*width: 100%;*/
  /*height: 100%;*/
  /*text-align: center;*/
  /*line-height: 400px;*/
}




.mySwiper2 {
  /*height: 400px;*/
  width:810px;
	margin: 0 auto;
}
	
.mySwiper2 p.photocaution {
	line-height: 1.8;
	font-size: 16px;
	margin-top: 6px;
	padding: 0;
	color: #fff;
}		
	
.mySwiper {
	box-sizing: border-box;
	width: 310px;
	margin-left: 20px;
  /*height: 100px;*/
}

.mySwiper.swiper-pointer-events {
    touch-action: none;
}
	
.mySwiper .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
	justify-content: space-between;
	/*justify-content: flex-end;*/
	height: auto;
	/*padding-top: 3px;*/
	/*width: 100% !important;*/
	width: 310px;
}
	
.mySwiper .swiper-wrapper::after {
	content:"";
	display: block;
	/*width: 49%;*/
	width: 150px;
}	
	
.mySwiper .swiper-slide {
	position: relative;
	width: 150px !important;
  /*width: 49% !important;*/
  /*height: 100%;*/
	/*opacity: 0.5;*/
	/*line-height: 100px;*/
	cursor: pointer;
	/*margin-bottom: 8%;*/
	margin-bottom: 10px;
}
.mySwiper .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    box-shadow: 0 0 0 4px #fff inset;
	opacity: 0.5;
}
	
.mySwiper .swiper-slide:hover {
	opacity: 1;
}	

.mySwiper .swiper-slide-thumb-active{
	opacity: 1;
	/*outline: 3px solid #c00;*/
	/*outline-offset: -5px;
	border: 5px solid #c00;*/
	overflow: hidden;
	position: relative;
}

.mySwiper .swiper-slide-thumb-active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    box-shadow: 0 0 0 4px #c00 inset;
	opacity: 1;
}
	
.swiper-button-next,
.swiper-button-prev {
    top: calc(50% - 32px);
}

.swiper-button-prev:after {
    text-shadow: 5px 2px 10px #000;
}

.swiper-button-next:after {
	text-shadow: -5px 2px 10px #000;
}
	
.Card-Item img {
	cursor: pointer;
}
	
@media screen and (max-width : 768px){ 
	#modal-wrapper {
		width: 86.6666%;
		margin: 0 auto; 
	}
	
	#modal-wrapper * {
		margin: 0;
		padding: 0;
	}
	
	.modaal-container {
	}
	
	section {
		display: block;
	}
	
	.swiper-pagination {
		display: block;
	}
	
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		/*bottom: 20px;*/
		bottom:13vw;
	}
	
	.mySwiper2 {
		width: 100%;
	}
	
	.mySwiper2 .swiper-slide {
		width: 100% !important;
	}
	
	.mySwiper2 p.photocaution {
		width: 90%;
		margin: 10px auto 0;
		padding: 0;
		line-height: 1.6;
		font-size: 11px;
}
	
	.mySwiper {
		display: none;
	}
	
	.modaal-content-container {
		padding: 0;
	}
	
	.modaal-inner-wrapper {
		padding: 0;
	}
	
	.swiper-button-next,
	.swiper-button-prev {
		top: calc(50% - 5vw);
	}
	
	.swiper-button-prev:after,
	.swiper-button-next:after {
		transform: scale(0.6);
	}
	
	.modaal-close {
		/*top: 34vw;*/
	}
}


/*202207add*/
.mushimegane {
	position: relative;
}

.mushimegane::before {
	content: '';
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	background: url("../img/icon_more_off.png") no-repeat;
	background-size: contain;
	right: 0;
	bottom:0;
	cursor: pointer;
}

.mushimegane:hover::before {
	background: url("../img/icon_more_on.png") no-repeat;
	background-size: contain;
}

@media screen and (max-width : 768px){
	.mushimegane::before {
		width: 9.6vw;
		height: 9.6vw;
	}
	
	.mushimegane:hover::before {
		background: none;
	}
}