* {
    box-sizing: border-box;
}

/*Reset*/
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form,em {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: 500;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;
}

textarea,
input{
  -webkit-appearance:none;
}
/* ------------------------------------------------*/
html {
	font-size:62.5%;
	height: 100%;
}

body {
	margin:0 auto;
	padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
	background: #fff;
	color: #000;
	height: 100%;
  overflow-x: hidden;

}


a{
  color: #333;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="tel"]{
  padding: 0.3em 0.4em;
  background: #dddddd;
  border:2px solid #ddd;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  scale(0.7);
}
input,
textarea{
  width: 100%;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #ddd inset;
}


a{
  text-decoration: none;
}

button{
  cursor: pointer;
  padding: 0.8em 2em;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  
  color: #fff;
  background: #000;
  position: relative;
  line-height: 1;
  border-style: none;
  letter-spacing: 0.3em;
  line-height: 1;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.s{
  background: url(../images/sprite.png) no-repeat 0 0 / 500px 500px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.sb:before{
  content: '';
  background: url(../images/sprite.png) no-repeat 0 0 / 500px 500px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.sa:after{
  content: '';
  background: url(../images/sprite.png) no-repeat 0 0 / 500px 500px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.pc{
  display: none;
}


.button,
.link{
  text-align: center;
}
.centering{
  text-align: center;
}
.img{
  margin: 0 auto;
}
.img.frame{
  margin:0 10px;
}
img{
  width: 100%;
  height: auto;
}

/* all */
body{
  position: relative;
  background:#fafafa;
}
article{
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  width: 100%;
}
h1{
  margin-bottom: 0.5em;
  padding:0.4em 0 0.5em 0;
  background:#fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 200;
  font-style: italic;
  color: #222;
  letter-spacing: 0.1em;
  line-height: 1;
}
p{
  text-align: center;
  font-size: 1.9rem;
  color: #555;
  line-height: 1.5;
  font-weight: 100;
  font-style: italic;
}
@media screen and (min-width : 375px){
  h1{
    font-size: 2.8rem;
    font-weight: 100;
  }
  p{
    font-size: 2rem;
  }
}
@media screen and (min-width : 768px){
/* tablet pc */
  h1{
    font-size: 6rem;
  }
  p{
    font-size: 3rem;
  }
}
 
@media screen and (min-width : 1024px) {
/* PC */
}