/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&family=Raleway:wght@800;900&display=swap');
/* gochi-hand-regular - latin */
/* gochi-hand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gochi-hand-v23-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/GochiHand-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*------------------------------------
adobeフォントがダウンロードされるまで非表示
html.wf-inactive body {
  opacity: 0;
}
html.wf-active body {
  opacity: 100;
  transition: 0.8s;
}
--------------------------------*/
body {
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/*-//ダウンロードされるまで非表示-*/
html {
  height: 100%;
}
html * {
  max-height: 999999px;
}
html img {
  max-width: 100%;
  height: auto;
}
body {
  background-color: #ece5da;
  height: 100%;
  margin: 0;
}
section#face {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0;
  /*box-shadow: 3px 8px 14px #000;
  background: #ece5da /*url("img/pr00285.jpg")*/ ;
  background-image: url("../img/christmas_02.jpg");
  background-image: url("../img/snow_01.jpg");
  background-image: url(../img/christmas_01.jpg);
  background: url("../img/umekouji_20220724.jpg") center center / cover;
  background-position: center bottom;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: darken;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  /* margin: 20px; */
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #f3f3f3;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0.42em;/*
  position: absolute;
  bottom: -0.1em;
  left: 0;*/
}
h1 span {
  display: block;
  font-size: 60px;
  letter-spacing: 0px;
  margin: 0;
  margin-bottom: -0.12em;
  line-height: 1em;
  /*text-shadow: 0px 0 14px #000;*/
}
h1 a {
  color: #f3f3f3;
  text-decoration: none;
}
section#face p {
  color: #fff;
  font-weight: bold;
  /*text-shadow: 0px 0 14px #000, 0px 0 14px #000, 0px 0 14px #000, 0px 0 54px #000, 0px 0 34px #000;*/
  text-shadow: 0px 0 14px #4c3d3f, 0px 0 14px #4c3d3f, 0px 0 34px #4c3d3f, 0px 0 54px #4c3d3f, 0px 0 134px #4c3d3f;
  font-size: 13px;
  letter-spacing: 0.05em;
  letter-spacing: 0.15em;
}
section#content {
  background: #f3f3f3;
  /*box-shadow: 3px 8px 14px #000;*/
  min-height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
  position: relative;
}
/*-------header 固定時（body.header_fixed） -----*/
.header_fixed section#face {
  height: 74px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  /*transition: opacity 3s, background 1s;*/
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.61);
  transition: box-shadow 0.3s;
  justify-content: flex-start;
}
.header_fixed h1 {
  position: relative;
}
.header_fixed h1 span {
  font-size: 40px;
  margin-bottom: 0.1em;
  margin-left: 0.1em;
  transition: .2s;
}
.header_fixed section#face p {
  display: none;
}
/*-//header 固定時 -*/
section#content .inner {
  display: block;
  margin: auto;
  max-width: 1024px;
  max-width: 920px;
}
p, li, dl, h2 {
  /* margin: 20px; */
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
p.copy {
  text-align: center;
  margin: 3em;
  font-weight: 100;
  font-size: 14px;
}
/*小*/
@media (width < 800px) {
  h1 span {
    font-size: 7.5vw;
  }
  .header_fixed section#face {
    background-size: auto 100vh;
  }
}
@media (width < 600px) {
  .header_fixed h1 span {
    font-size: 6.5vw;
  }
}
/*------------------------------------
--------content ------------
------------------------------------*/
#content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*-------header 固定時（body.header_fixed） -----*/
.header_fixed #content {
  padding-top: 100vh;
}
/*-//header 固定時 -*/
#content section {
  padding: 100px 3% 30px;
  width: 100%;
  box-sizing: border-box;
  background: none !important;
}
#content section:nth-child(even) {
  /*background: #2b2a28 !important;*/
}
#content section hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 0px dotted #4b4b4b;
}
#content section h2 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 1.2em;
  display: flex;
  align-items: baseline;
  color: #333;
  font-weight: 600;
}
#content section h2 .eng {
  font-family: 'Gochi Hand', sans-serif;
  font-family: "Sen", sans-serif;
  font-family: 'Raleway', sans-serif;
  padding-right: 0.3em;
  color: #838383;
  color: #eb611e;
  color: #d91414;
  color: #479436;
  font-size: 70px;
  font-size: 48px;
  font-weight: 800;
}
#content section h2 a {
  margin-left: auto;
  text-decoration: none;
}
#content section h2 a:hover {
  text-decoration: underline;
}
#content section h2 a::before {
  content: "> ";
}
#content section p {
  margin-bottom: 0.8em;
}
/*---- about ----*/
#content #about {
  background: #e55252;
}
#content section dt {
  clear: left;
  float: left;
  padding-right: 6px;
}
/*---- access ----*/
#content #access {
  background: #28b9ca;
}
#access #map {
  padding: 20px 0px 0px;
}
#access #map img {
  max-width: 100%;
}
#access #map {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#access #map iframe, #access #map object, #access #map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---- works ----*/
#content #works {
  background: #df722c;
}
/*---- contact ----*/
#content #contact {
  background: #7bb61e;
}
/*--------*/
#content #partner {
  background: #675dc3;
}
#content #blog {
  background: #868686;
}
/*中間*/
@media (width < 1200px) {
  #content section {}
}
/*小*/
@media (width < 800px) {
  section#content {
    padding: 1%;
  }
  #content section {
    padding: 8% 9% 30px;
    border-bottom: #C5C5C5 1px solid;
  }
  #access #map {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #content section h2 .eng {
    font-size: 32px;
    font-size: 46px;
  }
}
body:not(.header_fixed) .parallax__bg {
  background: url("../img/umekouji_20220724.jpg") center center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  will-change: transform;
}

body:not(.header_fixed) .parallax__content {
  position: relative;
}
