@charset "utf-8";


/*
---------------------------------------------
modal開いた時のhtmlとbodyの設定
---------------------------------------------
*/
.pswp.pswp--open.pswp--has_mouse.pswp--ui-visible {
	z-index: 1000000;
}

.pswp.pswp--open.pswp--touch.pswp--ui-visible {
	z-index: 1000000;
}