@charset "utf-8";

/* CSS Document */



/* ------------------------------------------
  common
--------------------------------------------- */
.bg-beige-light{
    background: url(../images/sec-bg01.webp) repeat;
}

.bg-beige{
    background: url(../images/sec-bg02.webp) repeat;
}

.bg-brown{
    background: url(../images/osusume-bg.webp) repeat;
}

.noto-serif{
    font-family: "Noto Serif JP", serif;
}

a:hover{
    opacity: inherit !important;
}

/* ------------------------------------------
  mv01
--------------------------------------------- */
.mv01 {
    height: 600px;
    background: url(../images/mv.webp) no-repeat center center;
}

/*@media screen and (max-width: 1024px) {
    .mv01 {
        background: url(../images/mv-m.webp) no-repeat center center;
    }
    
    .mv01 h1 img{
        width: 50vw;
        height: auto;
        max-width: 420px;
    }
}*/


/* ------------------------------------------
  loading
--------------------------------------------- */

#lead-fadeIn {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1000ms;
}

r #lead-fadeIn.lead-fadeIn-active {
    opacity: 1;
    transform: translateY(0);
}

#loading {}

#kv-lead {
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
    transform: translateY(15px);
}

#kv-lead.kv-lead-loaded {
    opacity: 1;
    transform: translateY(0);
}

/*fadein*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein-active {
    opacity: 1;
    transform: translate(0, 0);
}

/* ========================================================
   for SP
===========================================================*/

@media screen and (max-width: 768px) {


}
