@charset "UTF-8";

body,
html {
  height: 100% !important;
  margin: 0 auto !important;
  border-top: 0 !important;
  border-bottom:  0 !important;
}

/* ------------------------------
  section
------------------------------ */
.content {
  padding: 10vmin 2vmin !important;
}

.inner {
  padding: 2vmin 2vmin 4vmin 2vmin !important;
}

.ymd {
  padding: 2vmin 0vmin !important;
}

.center {
  max-width: 960px;
  margin: 0 auto;
}


/* ------------------------------
  h1, h2, h3, h4
------------------------------ */

/* h1, h1 p, h2, h3, h4,
.table-of-contents > * { */
* {
  font-family: "source-han-sans-jp-variable", sans-serif !important;
  font-style: normal;
  color: #252525;
}
  h1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center; 
    justify-content: center;
    display: block;
    text-align: center; 
    padding: 2vmin 0vmin;
    font-size: 2.2em;
    font-weight: 600;

    text-shadow: 0px -2px 5px #c4b59d;
    letter-spacing: 2px;
  }
  h1 p {
    color: #f1ebe5 !important;
  }

    h2 {
      display: flex;
      align-items: center; 
      justify-content: center;
      text-align: center; 
      font-size: 1.5em;
      font-weight: 400;
      color: #fffaf7;
      width: 100%;
      background: none;
      border-left: none;
    }
      h2:before, h2:after {
        content:"";
        width: 50px;
        flex-grow: 0;  
        border-bottom: 1px solid #fffaf7;
      }
      h2::before{
        margin-right: 1em;
      }
    
      h2::after{
        margin-left: 1em;
      }
    
      h2.dark {
        color: #0b161e;
      }
      h2.dark:before, h2.dark:after {
        border-bottom: 1px solid #0b161e;
      }

    h3 {
      font-size: 1em;
      font-weight: 400;
      padding: 2vmin 0 1vmin 0;
      border-bottom: solid 1px #e5e2da;
    }
  .table-of-contents {
    text-align: center;
  }
/* ------------------------------
  effect
------------------------------ */
.effect-fade {
  opacity : 0;
  transform : translate(0, 0);
  transition : all 1.5s;
}

/*固定する背景*/

.parallax-bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
  color: #fffaf7;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0;
  height: 30vh;
}

  .bg-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vmin;
    width: 100%;
    height: 100%;
  }

#heading01  {
  /* background-position: right !important;
  justify-content: flex-end !important; */
  height: 100vh !important;
  /* padding: 20px; */
}

/*各背景の画像*/
.img-bg-01 {
  background-image: url(../img/001.jpg);
}
  .img-bg-01 div{
    backdrop-filter: brightness(1.1);
  }

.img-bg-02 {
  background-image: url(../img/101.jpg);
}
  .img-bg-02 div{
    backdrop-filter: contrast(50%);
  }

.img-bg-03 {
  background-image: url(../img/202.jpg);
}
  .img-bg-03 div{
    backdrop-filter: contrast(50%);
  }

.img-bg-04 {
  background-image: url(../img/301.jpg);
}
  .img-bg-04 div{
    backdrop-filter: contrast(50%);
  }

.scrollbox {
  background-color: #fffaf7;
  padding: 5vmin;
}

/* ------------------------------
  neumorphism card
------------------------------ */
.neumorphism {
  flex-direction: column;
  align-items: center;
  padding: 3vmin;
  position: relative;
  background: transparent;
  background-color: #fffaf7;
  box-shadow: 4px 4px 16px rgba(198, 179, 163, 0.6), -6px -6px 16px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.neumorphism div {
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: middle;
}



.h100 {
  height: 100% !important;
}

@media all and (max-width: 815px) {
  .w100 {
    width: 100% !important;
    position: relative;
    
  }
}

.relative {
  position: relative;
}