@charset "UTF-8";

/* ------------------------------
  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: 'kinuta-maruminyoshino-stdn', sans-serif !important;
  font-style: normal;
  color: #252525;
}
    h1 {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center; 
      justify-content: center;
      text-align: center; 
      padding: 2vmin 0vmin;
      font-size: 2.2em;
      font-weight: 600;
    }

    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 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fffaf7;
  padding: 0;
  height: 30vh;
}

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

/*各背景の画像*/
.img-bg-01 {
  background-image: url(../img/damage_023.jpg);
}
  .img-bg-01 div{
    backdrop-filter: sepia(1.4);
  }
.img-bg-02 {
  background-image: url(../img/ceiling_001.jpg);
}
  .img-bg-02 div{
    backdrop-filter: sepia(1);
  }
.img-bg-03 {
  background-image: url(../img/record_041.jpg);
}
  .img-bg-03 div{
    backdrop-filter: sepia(.8);
  }
.img-bg-04 {
  background-image: url(../img/map_001.jpg);
}
  .img-bg-04 div{
    backdrop-filter: sepia(.6);
  }
.img-bg-05 {
  background-image: url(../img/005.png);
}
  .img-bg-05 div{
    backdrop-filter: sepia(.4);
  }
.img-bg-06 {
  background-image: url(../img/006.jpg);
}
.img-bg-06 div{
  backdrop-filter: sepia(.2);
}

.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;
}