/*################################################################################
グッズ専用CSS
################################################################################*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

:root{

}
body{
	/*background-image: none;*/
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 0;
	padding: 1em ;
	font-size: 16px;
	line-height: 1.8em;

/*	position: relative;
	background-image:url("../../img/smp/bottom_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
*/
	
	}
body:before{
	content: "";
	position: fixed;
	display: block;
	width: 100%;
	bottom:0;
	height: 100%;
	left: 0;
	background-image:url("../../img/pc/bottom_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.3;

}
	.fontChange{
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
}
body,nav,header,div,p,a,ul,li,section,article,dl,dt,dd,h1,h2,h3,h4,h5,h6,img{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style-type:none;	
	box-sizing:border-box;
	font-size: 1em;
}

img{
	width: 100%;
}
/*画像*/
.image{
	text-align: center;
	padding: 1em;
   
}

.image img{
     width:100%;
	/*border: #fff 0.5em solid;*/
}
.secnario{
	
	width:100%;
	position: relative;
	padding-bottom: 3em;
}
.ssArea{
	padding: 1em 1em 2em;
	max-width: 900px;
	margin: 0 auto;
	
}
p{
	padding: 0 0.5em ;
	line-height: 1.5em;
}
.serif{
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.5em;
}

/*################################################################################
  media query
################################################################################*/

/* タブレット */
@media screen and (max-width: 786px) {
body{
	font-size: max(2.2vw,14px);
	line-height: 1.8em;
}


}

/* スマホ */
@media screen and (max-width: 480px) {	
body{
	font-size:  max(3.3vw,12px);
	line-height: 1.8em;
}


}


