@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://use.typekit.net/osw1eet.css");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

img {
  vertical-align: bottom;
  border: none;
}

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

a {
  cursor: pointer;
}

mfont {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

gfont {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.phW100 {
  width: 100%;
}
.phW100 img {
  width: 100%;
}

.phW80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.phW80 img {
  width: 100%;
}

.phW60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.phW60 img {
  width: 100%;
}

.phW40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.phW40 img {
  width: 100%;
}

.phW20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.phW20 img {
  width: 100%;
}

.phW15 {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}
.phW15 img {
  width: 100%;
}

.phW10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.phW10 img {
  width: 100%;
}

.leftFlow {
  float: left;
  display: block;
}

.rightFlow {
  float: right;
  display: block;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

p {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 2;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: black;
  text-align: center;
  color: white;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
#splash #splash-logo {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash #splash-logo img {
  width: 100%;
}
#splash #splash-logo .logo {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 0%;
}
#splash #splash-logo h2 {
  font-size: 2.4em;
  text-align: center;
  letter-spacing: 0.1em;
}

.splashbg1, .splashbg2 {
  display: none;
}

body.appear .splashbg1, body.appear .splashbg2 {
  display: block;
}
body.appear .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: scaleX(1);
  background-color: black;
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
body.appear .splashbg2 {
  animation-name: PageAnime2;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 50%;
  transform: scaleX(1);
  background-color: black;
}
@keyframes PageAnime2 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
body.appear .wrap {
  animation-name: PageAnimeAppear;
  animation-duration: 2.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.iv {
  opacity: 0;
}

.wrap {
  display: block;
  opacity: 0;
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
header .cover {
  position: absolute;
  top: 0;
  background-color: transparent;
  background-image: url("../images/top/topCover.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
header .cover .inner {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .cover .inner img {
  width: 100%;
}
header .cover .inner .logo {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 0%;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.7));
}
header .cover .inner h2 {
  font-size: 2.4em;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 3px black;
}

/* !Navigation */
#topNavi {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
#topNavi .inner {
  padding: 2%;
  background-color: transparent;
}
#topNavi .inner .leftItem {
  width: 170px;
}
#topNavi .inner .gNaviBtn {
  outline: none;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  transform: scale(0.7);
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
}

#gNavi {
  position: fixed;
  top: 0;
  right: -40%;
  width: 30%;
  height: 100vh;
  background-color: black;
  transition: all 0.6s;
  z-index: 4;
}
#gNavi.panelactive {
  right: 0;
}
#gNavi.panelactive .inner {
  width: 80%;
  max-width: 600px;
  margin: 20% auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#gNavi.panelactive .inner ul li {
  line-height: 3;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  border-bottom: 1px solid #333;
}
#gNavi.panelactive .inner ul li a {
  color: white;
}

/* !main */
main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
main section {
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
}
main hr {
  width: 80%;
  padding: 0px 0 100px;
  margin: 0px auto;
}
main img {
  width: 100%;
}

.flexContainer {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.flexContainer .flexItem4 {
  display: table;
  width: 24%;
  height: auto;
  background-color: #f4f4f4;
  margin: 10px auto;
}
.flexContainer .flexItem4 p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.flexContainer .flexItem3 {
  width: 31%;
  margin: 1%;
}

/* !Delay */
.delay00 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0s;
  /* ディレイ*/
}

.delay01 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.25s;
  /* ディレイ*/
}

.delay02 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.5s;
  /* ディレイ*/
}

.delay03 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.75s;
  /* ディレイ*/
}

.delay04 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1s;
  /* ディレイ*/
}

.delay05 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.25s;
  /* ディレイ*/
}

.delay06 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.5s;
  /* ディレイ*/
}

/* col-sm- 767px 以下 */
@media only screen and (max-width: 767px) {
  .delay00, .delay01, .delay02, .delay03, .delay04, .delay05, .delay06 {
    animation-duration: 1s;
    /* デュレーション*/
    animation-delay: 0s;
    /* ディレイ*/
  }
}
html,
body {
  width: 100%;
  height: 100%;
  line-height: 2;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  background-color: black;
}

main .container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
main .center {
  text-align: center;
}
main .heading {
  width: 200px;
  margin: 0 auto;
  letter-spacing: 3px;
  text-align: center;
}
main .waveLine {
  width: 86px;
  margin: 0 auto 30px;
}
main h3 {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 3;
}
main .lead {
  font-size: 1.2em;
  line-height: 3;
  letter-spacing: 0.1em;
}
main .bodyTxt {
  letter-spacing: 0.1em;
  line-height: 2.5;
}
main .gBG {
  background-color: transparent;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

#about {
  padding: 8% 0;
  position: relative;
  text-align: center;
  background-color: #2F2A26;
}
#about .inner {
  width: 60%;
  margin: 0 auto;
}
#about .inner dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  letter-spacing: 0.1em;
}
#about .inner dl dt {
  width: 35%;
  font-weight: bold;
  text-align: right;
}
#about .inner dl dd {
  width: 60%;
  font-weight: normal;
  text-align: left;
}

#services {
  position: relative;
  padding: 8% 0;
  background: #465E6A;
}
#services .heading {
  border-color: white;
}
#services .flexContainer {
  display: flex;
  justify-content: space-around;
}
#services .flexContainer .item {
  width: 23%;
  text-align: center;
  padding: 0 1%;
}
#services .flexContainer .item .ph {
  width: 70%;
  margin: 0 auto;
}
#services .flexContainer .item p {
  font-size: 0.9em;
  line-height: 1.8;
  text-align: justify;
}

#works, #contact {
  padding: 8% 0;
  color: black;
}

.contactCont {
  position: relative;
  padding: 5% 0;
  background-color: #fff;
  z-index: 1;
}
.contactCont .row {
  width: 100%;
}
.contactCont .row .btn {
  display: block;
  width: 240px;
  padding: 1em 2em;
  margin: 5% auto;
}
.contactCont .row .btn:hover {
  cursor: pointer;
}

footer .copyright {
  position: fixed;
  top: 45%;
  left: -30px;
  color: white;
  transform: rotate(90deg);
  z-index: 20;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-delay: 1s;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**************************************

	 			!Media

***************************************/
/* col-lg- 1200px以上はそのまま */
/* col-md- 1199px以下 */
/* col-sm- 991px 以下 */
@media screen and (max-width: 991px) {
  main .cover {
    background-image: url(../images/top/topCover.jpg);
    padding: 0;
    height: 80vh;
  }
  main .cover .inner {
    padding: 0 30px;
  }
  main .cover .inner .logo {
    width: 200px;
  }
  main .cover .inner nav {
    right: 30px;
  }
  main nav ul {
    margin-left: 20px;
  }
  main nav ul li {
    margin: 40px 0px;
  }
  main section {
    width: 100%;
  }
  main hr {
    width: 100%;
    padding: 0px 0 50px;
  }
  #about:after {
    top: -25%;
    width: 200%;
    height: 150%;
  }
  #services {
    padding: 160px 0 40px;
  }
}
/* col-sm- 767px 以下 */
@media only screen and (max-width: 767px) {
  body {
    line-height: 2;
  }
  h2 {
    font-size: 1.2rem;
  }
  p {
    font-size: 0.9rem;
  }
  h2, h3, p {
    line-height: 1.8;
  }
  h2.lead, h3.lead, p.lead {
    line-height: 1.8;
  }
  h2 span, h3 span, p span {
    display: inline-block;
  }
  .heading {
    margin-bottom: 0;
    padding-bottom: 1rem;
    letter-spacing: 3px;
  }
  header .cover {
    background-image: url(../images/top/topCover.jpg);
  }
  header .cover .inner {
    padding: 0 30px;
  }
  header .cover .inner nav {
    right: 0px;
  }
  header nav ul {
    margin-left: 20px;
  }
  header nav ul li {
    margin: 40px 0px;
    transform: rotate(-90deg);
  }
  main section {
    width: 100%;
    padding: 30px 0;
    margin: 0px auto 0;
  }
  main hr {
    width: 100%;
    padding: 0px 0 30px;
  }
  main h3 {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  main p {
    font-size: 0.9rem;
  }
  main p.lead {
    font-size: 0.9rem;
  }
  .flexContainer .flexItem4 {
    width: 48%;
    height: 120px;
  }
  #about {
    padding: 30px 0;
    text-align: justify;
  }
  #about:after {
    display: none;
  }
  #about br {
    display: none;
  }
  #about .inner {
    width: 90%;
  }
  #services {
    padding: 30px 0;
    background-color: #465E6A;
  }
  #services:after {
    display: none;
  }
  #services .flexContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #services .flexContainer .item {
    width: 100%;
    text-align: center;
    margin: 0 0 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid white;
  }
  #services .flexContainer .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  #services .flexContainer .item p {
    font-size: 0.9em;
    line-height: 1.8;
    text-align: justify;
  }
  .contactCont {
    padding: 30px 0;
    background-size: 40%;
  }
  footer .copyright {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    color: white;
    transform: rotate(0deg);
    z-index: 20;
  }
}

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