@charset "utf-8";

html {
	font-family: "游ゴシック","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ","Meiryo","Osaka",sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size:62.5%;
}
html.not-safari {
	font-feature-settings : "palt";
}

@media (max-width:640px) {
	html {
		font-size:3.2vw;
	}
}

.touchevents * {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,td,th,figure,input,select,button,textarea,fieldset,legend {
	margin:0;
	padding:0;
}
article,aside,footer,header,main,nav,section,figcaption,figure {
	display:block;
}
input,select,button,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: none;
	border:none;
	outline: 0;
	font:inherit;
}
button,input {
	overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}
button:-moz-focusring,
input:-moz-focusring {
	outline:1px dotted ButtonText;
}
button,select {
	cursor:pointer;
	text-transform:none;
}
textarea {
	overflow: auto;
}
[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
	border:none;
}
fieldset {
	border: 1px solid silver;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
select::-ms-expand {
	display: none;
}
img {
	-ms-interpolation-mode:bicubic;
	border-style:none;
}
svg:not(:root) {
	overflow:hidden;
}
hr{
	box-sizing: border-box;
	height:0;
	overflow:visible;
}
b,strong {
	font-weight: inherit;
	font-weight: bolder;
}
a {
	outline:0;
	text-decoration:none;
	color: inherit;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
li {
	list-style:none;
}
sub,sup {
	position:relative;
	vertical-align:baseline;
	line-height: 0;
}
sub {
	bottom:-.25em;
}
sup {
	top:-.5em;
}
pre {
	font-family: monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: 0 0;
	text-decoration: underline;
	text-decoration: underline dotted;
}
code,kbd,samp {
	font-family: monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
audio,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
details,menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
[hidden],template {
	display: none;
}


/* 共通CSS */

@media (max-width:640px) {
}


/* 961px以上 */
@media (min-width:961px) {
	[data-sc-tab_sp] {
		display:none!important;
	}
	[data-sc-onlyTab] {
		display:none!important;
	}
	[data-sc-tab] {
		display:none!important;
	}
}
/* 641px以上 */
@media (min-width:641px) {
	[data-sc-sp] {
		display:none!important;
	}
}

/* 960px以下 */
@media (max-width:960px) {
	[data-sc-onlyPc] {
		display:none !important;
	}
}

/* 640px以下 */
@media (max-width:640px) {
	[data-sc-pc] {
		display:none!important;
	}
	[data-sc-onlyTab] {
		display:none!important;
	}
	[data-sc-tab] {
		display:none!important;
	}
}

[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
	-webkit-transition: none!important;
	transition: none!important;
}

[data-loadfile] {
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
[data-loadfile][style*="background-image"] {
	opacity: 1;
}


.side_btn_side {
	display: inline-block;
	z-index: 1000;
	position: fixed;
	top: 65%;
	right: 249px;
	bottom: auto;
	width: 50px;
	line-height: 0;
	border-right: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* animation: banner 1s ease 4s both; */
	transition: 0.5s;
}
.side_btn_side .btn {
	position: absolute;
	top: 0;
	left: -50px;
}
@media (max-width:640px) {
	.side_btn_side {
		display: none;
	}
}
@media print, screen and (min-width: 1441px) {
	@keyframes banner {
		0% {
			transform: translateX(249px);
			opacity: 0;
		}
		100% {
			transform: translateX(0px);
			opacity: 1;
		}
	}
	.side_btn_side.close {
		right: -50px;
	}
	.side_btn_side.close:hover {
		width: 350px;
	}
}
@media print, screen and (min-width:641px) and (max-width:1440px) {
	.side_btn_side {
		right: 179.75px;
	}
	@keyframes banner {
		0% {
			transform: translateX(249px) scale(.75);
			opacity: 0;
		}
		100% {
			transform: translateX(0px) scale(.75);
			opacity: 1;
		}
	}
	.side_btn_side.close {
		right: -43px;
	}
	.side_btn_side.close:hover {
		width: 305px;
	}
}