@charset "UTF-8";
/*
theme Name: lighthouse_jp
Author: sober design
Author URI: design-sober.com
Description: lighthouseのオリジナルテーマ

*/
html {
  font-size: 62.5%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Yu Gothic Medium", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-weight: 300;
  font-style: normal;
}

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

body {
  line-height: 1;
  width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote {
  position: relative;
  margin: 20px 0;
  padding: 20px;
  font-size: .9em;
  background: #fff;
}

blockquote:before, blockquote:after {
  position: absolute;
  font-size: 2em;
  color: #000;
}

blockquote:before {
  top: 0;
  left: 20px;
  content: '“';
}

blockquote:after {
  bottom: 0;
  right: 20px;
  content: '”';
}

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

* {
  box-sizing: border-box;
}

iframe,
img {
  max-width: 100%;
  height: auto;
}

h1
{
	font-weight: 800;
}
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
}

h1 {
  font-size: 3.981rem;
}

h2 {
  font-size: 3.318rem;
}

h3 {
  font-size: 2.765rem;
}

h4 {
  font-size: 2.304rem;
}

h5 {
  font-size: 1.920rem;
}

small,
.text_small {
  font-size: 1.333rem;
}

a {
  text-decoration: none;
  transition: .4s ease-in-out;
}

a:hover, a:active {
  transition: .4s;
  opacity: .4;
}

a img:hover, a img:active {
  opacity: .4;
  transition: 0.4s;
}

strong {
  font-weight: bold;
}

video {
  max-width: 100%;
}

.float-block {
  float: left;
}

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

p,
a {
  font-feature-settings: "palt";
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #333;
  font-weight: 300;
}

.center {
  text-align: center;
}

#not-found h2 {
  padding: 100px 0 0 0;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}

#not-found a {
  display: block;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

.vi-none {
  visibility: hidden;
}

@media (max-width: 544px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  /******共通モバイルスタイル******/
  h1 {
    font-size: 3.484rem;
  }
  h2 {
    font-size: 2.903rem;
  }
  h3 {
    font-size: 2.419rem;
  }
  h4 {
    font-size: 2.016rem;
  }
  h5 {
    font-size: 1.68rem;
  }
  small,
  .text_small {
    font-size: 1.167rem;
  }
}
