@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hannari", serif;
  letter-spacing: 2.5px;
}

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

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

form label {
  cursor: pointer;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

/*------------------------------------------------------------
	Resetここまで
------------------------------------------------------------*/
.wf-hannari {
  font-family: "Hannari";
}

@font-face {
  font-family: "Hannari";
  src: url("../font/HannariMincho-Regular.otf");
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* サイトレイアウト */
html {
  background-color: #000;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

header {
  height: 100vh;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
  }
}
header .header-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

h1 img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  h1 img {
    width: 70%;
  }
}

.header-menu {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  margin-top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .header-menu {
    font-size: 1.7rem;
    bottom: 35%;
  }
}
.header-menu li {
  margin-right: 20px;
}
.header-menu li:last-child {
  margin-right: 0px;
}
.header-menu li::after {
  content: "/";
  margin-left: 20px;
}
.header-menu li:last-child::after {
  content: none;
  margin-left: 0px;
}

.contents-about,
.contact {
  background-color: #fff;
}
.contents-about .contents-about-inner,
.contents-about .contact-inner,
.contact .contents-about-inner,
.contact .contact-inner {
  width: 820px;
  height: auto;
  margin: 0 auto;
  padding: 110px 0;
}
.contents-about .contents-about-inner h2,
.contents-about .contact-inner h2,
.contact .contents-about-inner h2,
.contact .contact-inner h2 {
  font-size: 3.5rem;
  margin-bottom: 30px;
}
.contents-about .contents-about-inner p,
.contents-about .contact-inner p,
.contact .contents-about-inner p,
.contact .contact-inner p {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .contents-about .contents-about-inner p,
  .contents-about .contact-inner p,
  .contact .contents-about-inner p,
  .contact .contact-inner p {
    font-size: 1.3rem;
    margin-left: 0rem;
  }
}
.contents-about .contents-about-inner .caption,
.contents-about .contact-inner .caption,
.contact .contents-about-inner .caption,
.contact .contact-inner .caption {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .contents-about .contents-about-inner .caption,
  .contents-about .contact-inner .caption,
  .contact .contents-about-inner .caption,
  .contact .contact-inner .caption {
    font-size: 1rem;
    letter-spacing: 1.5px;
  }
}
.contents-about .contents-about-inner .mail,
.contents-about .contact-inner .mail,
.contact .contents-about-inner .mail,
.contact .contact-inner .mail {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .contents-about .contents-about-inner,
  .contents-about .contact-inner,
  .contact .contents-about-inner,
  .contact .contact-inner {
    width: 85%;
  }
}

.contents-works-inner {
  width: 820px;
  height: auto;
  margin: 0 auto;
  padding: 110px 0;
  color: #fff;
}
.contents-works-inner h2 {
  font-size: 3.5rem;
  margin-bottom: 30px;
}
.contents-works-inner h3 {
  font-size: 1.9rem;
  line-height: 27px;
  padding-bottom: 20px;
}
.contents-works-inner h3 span {
  font-size: 1.2rem;
}
.contents-works-inner .works_01 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contents-works-inner .works_01 {
    margin-bottom: 100px;
  }
}
.contents-works-inner .work {
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .contents-works-inner .work {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-works-inner {
    width: 85%;
  }
}

.works-image {
  aspect-ratio: 16/9;
  width: 100%;
}
.works-image iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .works-image {
    width: 100%;
  }
  .works-image img {
    width: 100%;
  }
}

footer {
  background-color: #000;
  color: #fff;
  margin: 20px 0;
}
footer .footer-inner {
  width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.footer-title img {
  width: 120px;
}

.p-footer__copyright {
  text-align: center;
  margin-top: 5px;
  font-size: 1.3rem;
}

.footer-menu {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  margin-left: 20px;
}
.footer-menu li {
  margin-right: 20px;
}
.footer-menu li:last-child {
  margin-right: 0px;
}
.footer-menu li::after {
  content: "/";
  margin-left: 20px;
}
.footer-menu li:last-child::after {
  content: none;
  margin-left: 0px;
}

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