@charset "UTF-8";
/*
	BASE
*******************************/

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Schibsted Grotesk', sans-serif;
*/
* {
	font-family: 'Schibsted Grotesk','Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	font-feature-settings: "palt";
	line-height:1;
}

html {
	font-size:62.5%;
	line-height:1;
}
body {
	font-size:1.6rem;
	background-color: #FFFFFF;
}

img {
	-webkit-backface-visibility: hidden;
	vertical-align:bottom;
	line-height:0;
}


p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6,label { color:#312927;}

a {
	color:#312927;
	text-decoration:none;
	outline:none;
	border:none;
}
a:hover {
	text-decoration:none;
}

a img {
	outline:none;
	border:none;
	-webkit-backface-visibility: hidden;
}
area {
	border:none;
	outline:none;
}

.clear { clear:both;}

* img {
	max-width: 100%;
	height: auto;
}

/*//////////////////////////////////////////////////////////////////////////*/

/*
	BASE LAYOUT
******************/

body {
/*	min-width:1080px;*/
}

#main {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}

/*
	Contents LAYOUT
******************/
.wrap {
	width:100%;
}

.contents {
	width:calc(100% - 60px);
	max-width:1100px;
	margin:0 auto;
	box-sizing:border-box;
}

.nolink {
	pointer-events: none;
}

@media screen and (max-width:1024px){

}

@media screen and (max-width:768px){

/*
	Contents LAYOUT
******************/

.wrap {
}
.contents {
	width: calc(100% - 30px);
}
	
}


@media screen and (max-width:768px) {
    .pcOnly {
    	display:none !important;
    }
    .tbOnly {
    	display:none !important;
    }
}
@media screen and (min-width:769px) {
    .spOnly {
    	display:none !important;
    }
}
@media screen and (min-width:1025px) {
    .sptbOnly {
    	display:none !important;
    }
    .tbOnly {
    	display:none !important;
    }
}