/*font*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
body {
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  line-height: 1.5;
  background-image: none;
  width: 100vw;
  overflow: hidden;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.text {
  font-family: 'Noto Sans JP', "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.inner {
  max-width: 1190px;
  margin: 0 auto;
  width: 90%;
}
.innerL img {
  width: 100%;
}
a,
a img {
  transition: all 0.3s ease-out;
}
a img:hover {
  opacity: 0.7;
  right: auto;
}
a:hover {
  text-decoration: none;
}
.disable {
  pointer-events: none;
  opacity: 0.5;
}
.sp_block {
  display: none;
}
.pc_block {
  display: block;
}
.center {
  text-align: center;
}
.mb50 {
  margin-bottom: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb100 {
  margin-bottom: 100px;
}

.onlyPc{
	display: none;
	}
.onlySp{
	display: block;
	}

header {
  position: absolute;
  width: 100%;
  z-index: 10;
/* padding-top: 10px; */
  top: -60px;
/* [disabled]left: 0px; */
  transition: top 300ms;
  margin-top: 60px;
}

header h1 {
  width: 30%;
  line-height: 1;
  display: flex;
  align-items: center;
}

header h1 span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  header h1 {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
/* [disabled]padding-top: 2%; */
  }
}

@media screen and (max-width: 480px) {
  header h1 {
    padding: 10px;
    margin: 0;
    display: block;
    line-height: 0;
  }
  header {
    overflow: hidden;
    padding-top: 0px;
  }
}

.foot_area {
  padding: 0;
  background-color: #fff;
}

.footer_note{
  font-size: 12px;
  padding: 0 2.93vw;
}

@media screen and (max-width: 768px) {
  .footer_note{
    font-size: 10px;
    padding: 0 20px;
  }
}

.footer_logo{
  text-align: center;
  line-height: 0;
  padding: 45px 0;
}

.footer_logo img{
  width: 240px;
}

.footer_bnr{
  text-align: center;
  line-height: 0;
  padding: 45px 0;
}

.footer_bnr img{
  width: 1000px;
}

footer .copyright {
  color: #fff;
  background: #231815;
  padding: 20px 10px;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 10px;
    font-size: 10px;
  }
}

@media screen and (min-width: 1024px) {
.onlySp{
	display: none;
	}
    
.onlyPc{
	display: block;
	}
}
