
p,a,button,div,span{
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; */
  /* font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pr'; */
  font-weight: 600;
  letter-spacing: 0.6rem;
  letter-spacing: 0;
}

p{
  color: #3E593B;
}

html,body,a,button{
  color: #3e593b; 
  text-decoration: none;
  background: #fff;
  
}
body{
  background: url("") !important;
  width: 100%;
}

.flex-c{
  display: flex;
  justify-content: center;
  align-items: center;
}

.under{
  color: #d72025;
  background: linear-gradient(transparent 60%, #fff000 0%);
}


@media screen and (min-width: 768px){
  .pc { display:inline; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){
  .pc { display:none; }
  .sp { display:inline; }
}


/* ---------------------------- */
/* header */
/* ---------------------------- */

#header{
  background: #777;
  position: relative;
  width: 100%;
}
#header a{
  background-color: transparent;
  text-decoration: none;
}
nav{
  position: fixed;
  top: -150px;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease;
}
nav .btns{
  text-align: center;
  position: relative;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2000;
}
nav .btns img{
  height: 30px;
  margin: 0 5px;
  cursor: pointer;
}
nav .white{
  position: absolute;
  top: 57px;
  left: 0%;
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0px 2px 5px 3px #0005;
  z-index: 2000;
}

nav .kumamon{
  position: absolute;
  bottom:-15px;
  left: 49%;
  transform: translateX(-470px);
  width: 235px;
}

nav .date{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 450px;
}
nav .form-link{
  position: absolute;
  bottom: -15px;
  left: 45%;
  transform: translateX(320px);
  width: 125px;
  z-index: 1000;
  cursor: pointer;
}
.nav-caution{
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  text-align: center;
  width: 100%;
  color: #333;
}
.header-anim{
  top: 0px;
}

header .btn{
  padding: 0;
}

header .btn img{
	width:auto;
	display: flex;
}

@media screen and (max-width: 768px){
  nav .white{
    top: 50px;
    height: 55px;
  }
  nav .btns img{
    height: auto;
    width: 15%;
    margin: 0 3px;
  }
  .nav .date{
    width: 95%;
  }
  nav .kumamon,
  nav .form-link{
    display: none;
  }
  .nav-coop{
    width: 17% !important;
  }

  .nav-caution{
    bottom: -33px;
  }
.nav-caution>span {
  width: 100%;
  display: block;
}

}
