@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* =======================================
	CommonElements
======================================= */


body,header,footer,section,ul{
    margin:0;
    padding:0;
}

body {
	width:100%;
	font-size: 100%;
	font-family:"Noto Sans JP","Helvetica",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic",sans-serif;
	color: #000;
	background:#FFF;
	text-align: center;
	font-size:1em;
	/*font-size:1.2vw;*/
	scroll-behavior: smooth;
}

@media screen and (min-width: 1200px) {
    body{
     font-size:1.1em;   
    }
}

img {
    image-rendering: -webkit-optimize-contrast;
}

::-webkit-full-page-media, :future, :root
 img {
    image-rendering: auto;
}

/*---link---*/

a:link { text-decoration:underline; color: #009FE8;}
a:visited { text-decoration:underline; color: #009FE8;}
a:active { text-decoration:underline; color: #009FE8;}
a:hover { text-decoration:none; color: #009FE8;}

/*---list---*/
ul{
	margin:0;
	padding:0;
}

ul li{
	list-style-type: none;
	margin:0;
	padding:0;
}

/*---fontSize---*/

p{line-height:1.2em;}
strong{font-weight:600;}

.txt-xxl{font-size:1.5em}
.txt-xl{font-size:1.3em}
.txt-l{font-size:1.2em}
.txt{font-size:1.0em}
.txt-m{font-size:0.9em}
.txt-mm{font-size:0.8em}
.txt-s{font-size:0.7em}
.txt-ss{font-size:0.6em}

.txt-xxl_b{font-size:1.5em;font-weight:bold}
.txt-xl_b{font-size:1.3em;font-weight:bold}
.txt-l_b{font-size:1.2em;font-weight:bold}
.txt_b{font-size:1.0em;font-weight:bold}
.txt-m_b{font-size:0.9em;font-weight:bold}
.txt-mm_b{font-size:0.8em;font-weight:bold}
.txt-s_b{font-size:0.7em;font-weight:bold}
.txt-ss_b{font-size:0.6em;font-weight:bold}

.space-nar{letter-spacing:-0.1em}
.space-wide{letter-spacing:0.5em}

.t-l{text-align:left;}
.t-r{text-align:right;}

.pin{
    color:#E75297;
}

/*---fontSize end---*/

button {
  padding: 0;
  border: none;
  background: transparent;
}

button img {
  display: block;
}

/*表示*/
.cb{
	clear:both;
}

.dn{
	display: none;
}