/*----------------------------------------
	Web Fonts
----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&display=swap");
/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* =========================================================
/* Base Style
/* =========================================================*/
/*----------------------------------------
	reset
----------------------------------------*/
:root {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  border-width: 0;
  border-style: solid;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000000;
  vertical-align: baseline;
}

header,
footer,
article,
section,
aside,
hgroup,
main,
nav,
menu,
figure,
figcaption,
time {
  display: block;
}

span,
small,
strong,
em,
b,
i {
  color: inherit;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

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

/* =========================================================
/* Style
/* =========================================================*/
body {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

a,
a:hover,
a:active {
  color: #fff;
  text-decoration: none;
}

br.sp {
  display: inline;
}

.loading {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

.loading div {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heroarea {
  position: relative;
  width: 90%;
  height: calc(100vh - 6rem);
  min-height: calc(600px - 6rem);
  margin: 3rem auto 3rem;
  background: url(../img/hero2.jpg) 100% 50% no-repeat;
  background-size: cover;
}

.herocontent {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100vw;
  min-height: 400px;
  transform: translate(-50%, -50%);
}

h1 {
  width: 50%;
  margin: 0 auto;
}

.lead {
  margin: 2em 0 1em;
  color: #fff;
  font-size: 3px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}

.main {
  margin: 1em 0;
  color: #fff;
  font-size: 2.1px;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}

hr.jumbo {
  width: 40%;
  margin: 0 auto;
  border: none;
  border-top: 1px solid #ccc;
}

.sns {
  position: absolute;
  top: 2em;
  right: 1em;
  overflow: hidden;
  list-style: none;
}

.sns li {
  width: 2em;
  height: 2em;
  margin-right: 1em;
  float: left;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.6px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.sns a {
  text-align: center;
}

.sns a:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 641px), print {
  br.sp {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  .heroarea {
    min-height: calc(500px - 6rem);
    background: url(../img/hero2.jpg) 80% 50% no-repeat;
    background-size: cover;
  }
  .lead {
    font-size: 2px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75;
  }
  .main {
    font-size: 1.4px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
  }
}

@media only screen and (max-width: 640px) {
  .herocontent {
    top: 70%;
  }
}

@media only screen and (min-width: 721px) and (max-width: 950px) {
  h1 {
    width: 40%;
  }
}

@media only screen and (min-width: 951px), print {
  h1 {
    width: 33%;
  }
}

/*# sourceMappingURL=../../sourcemaps/css/style.css.map */
