@charset "UTF-8";

* {
	font-weight: 100;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	white-space: normal;
	text-indent: 0;
	letter-spacing: 0;
	word-spacing: 0;
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 62.5% 'Noto Sans JP', sans-serif;
	appearance: none;
	outline: none;
	line-height: 1;
	  border-collapse: collapse;
  border-spacing: 0;
          background-color: transparent;
  text-align: left;
}

img {
	display: block;
}

.gothic {
font-family: 'Noto Sans JP', Sanserif!important;
}

.fancybox-button {
	background-color: transparent!important;
}
.fancybox-button div svg {
	display: none;
}
.fancybox-button div {

}
.fancybox-bg {
	background-color: #4B4F72!important;
}
.fancybox-close-small svg {
	width: 50px!important;
	height: 50px!important;
	margin-top: -30px;
	margin-left: -30px;
}


.fancybox-button--arrow_right:before {
content: '＞';
color: #b6b5bc;
font-size: 4rem;
}

.fancybox-button--arrow_left:before {
content: '＜';
color: #b6b5bc;
font-size: 4rem;
}



