/* index

	style.css

	- body
	- iOS
	- font
	- slick
	
----------------------------------------------- */

@import url("reset.css");
@import url("html5reset-1.6.1.css");
@import url("pc-v2.0.1.css") screen and (min-width: 747px);
@import url("sp-v2.0.1.css") screen and (max-width: 746px);
@import url("pc-v2.0.1.css") print;


/* font
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');


/* body
----------------------------------------------- */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Open Sans','Noto Sans JP', sans-serif;
	background: #5f279f;
	color: #000;

	font-feature-settings: "palt";
	letter-spacing: 0.02em;

}

img {
	border: 0;
	vertical-align: bottom;
}

::selection {
	color: #fff;
	background: #5f279f;
}

::-moz-selection {
	color: #fff;
	background: #5f279f;
}


/* iOS
----------------------------------------------- */
*:after {
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}


/* font
----------------------------------------------- */
h1 {
}

h2 {
	font-size: 2em;
	line-height: 1.8;
	font-weight: 500;
}

h3 {
	font-size: 1.4em;
	line-height: 1.8;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	line-height: 1.8;
	font-weight: bold;
}

h5,
h6 {
	font-size: 1em;
	line-height: 1.8;
	font-weight: bold;
}

p,
ul,
ol,
dl,
table,
address {
	font-size: 1em;
	line-height: 1.8;
	font-weight: normal;
}

big {
	font-size: 1.2em;
	line-height: 1.8;
	font-weight: normal;
}

small {
	font-size: 0.8em;
	line-height: 1.8;
	font-weight: normal;
}

strong {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

em {
	font-weight: 500;
	font-style: normal;
	color: #dd0000;
}

a:link,
a:visited {
	color: #5f279f;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:active {
	color: #5f279f;
	text-decoration: none;
	opacity: 0.6;
}

a.disabled, a:disabled {
    opacity: 0.6;
}
a.disabled, fieldset:disabled a {
    pointer-events: none;
}

/* slick
----------------------------------------------- */
.slick-dots {
	bottom: -25px !important;
}

.slick-dots li {
	margin: 0 !important;
}

.slick-dots li button:before {
	font-size: 9px !important;
	opacity: 1 !important;
	color: #999 !important;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
	color: #fff !important;
}

