

/*-----共通-----*/

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	font-size: 14px;
}

body {
	line-height: 1.6;
	margin: 0 auto;
	/*max-width: 1280px;*/
	font-family: "Noto Sans Japanese", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Verdana', 'ＭＳ Ｐゴシック', sans-serif, FontAwesome;
}

body a {
	text-decoration: none;
}

body a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	/* IE 6,7 */
	-ms-filter: "alpha(opacity=60)";
	/* IE 8,9 */
	-moz-opacity: 0.6;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;
	/* Safari 1.x */
}

body img {
	width: 100%;
}

.navi-clm {
	position: relative;
	overflow: hidden;
}

section a:link,
section a:visited {
	color: #fff;
}

#main section {
	/* padding-top: 80px;固定ヘッダーの場合 */
}

#main section .inner {
	/* margin-top: -80px;
	padding-top: 80px; */
}

.font-small {
	font-size: 0.7em;
}

/*----------------------
go top
----------------------*/
.gotop a {
	background: #333 none repeat scroll 0 0;
	display: block;
	opacity: 0.8;
	padding: 12px 12px;
	text-align: center;
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #fff !important;
}

.gotop a img {
	width: 60%;
}

.gotop:hover {
	opacity: 0.8;
}

.kaiyu {
	margin-bottom: 50px;
}

.links p {
	text-align: center;
}

/*----------------------
go irisplaza
----------------------*/
.go-plaza img {
	width: 90%;
	margin-bottom: 1rem;
}

/*----------------------
kaiyu
----------------------*/
/*シリーズ*/
.series_btn {
	padding: 1rem;
}

.series_btn a {
	color: white;
}

.series_btn figure {
	padding: 0 0 2rem 0;
	margin: 0;
}

/*　オンラインストアボタン　*/
.store_btn {
	text-align: center;
	padding: 3rem;
	background: #7e7e7e;
	margin: 2rem 0;
}

.store_btn_link {
	border-radius: 50px;
	padding: 1rem 6rem;
	font-size: 1.5rem;
	display: inline-block;
	border: 1px solid #292929;
	background: #292929;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
}

/*----------------------
スマホ以下
----------------------*/
@media screen and (max-width: 767px) {
	.sm-none {
		display: none;
	}
}

/*----------------------
タブレット以下
----------------------*/
@media screen and (max-width: 1024px) {
	.sm-none {
		/*display: none;*/
	}
}

/*----------------------
タブレット以上
----------------------*/
@media screen and (min-width: 768px) {
	.pc-none {
		display: none;
	}

	/*----------------------
	下部リンク集
	----------------------*/
	.go-plaza img {
		width: 25%;
	}

	/*シリーズ*/
	.series_btn {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		max-width: 800px;
		margin: 0 auto;
		text-align: center;
	}

	.series_btn a {
		flex-basis: 48%;
	}

	/*　オンラインストアボタン　*/
	.store_btn {
		text-align: center;
		padding: 1.5rem 1rem;
		background: #7e7e7e;
		margin: 3rem 0;
	}

	.store_btn_link {
		border-radius: 50px;
		padding: 1rem 4rem;
		font-size: 1.2rem;
		display: inline-block;
		border: 1px solid #292929;
		background: #292929;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
		color: #fff;
	}
}

/*----------------------
PC以上
----------------------*/
@media screen and (min-width: 1024px) {}


/*-----font軽量版読み込み-----*/

/*-----Noto Sans font軽量版読み込み-----*/
@font-face {
	font-family: "Noto Sans Japanese";
	font-style: normal;
	font-weight: 200;
	src: url("/common/font/NotoSansCJKJP-Light.eot");
	src: url("/common/font/NotoSansCJKJP-Light.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Light.woff") format('woff'), url("/common/font/NotoSansCJKjp-Light.ttf") format('truetype');
}