@charset "utf-8";
html, body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}
body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-color:#000;/* 全体背景色 */
    overflow-x: hidden;
	position: relative;
}
/* 背景 */
.bg1 {
  background-color: #000;
}
.bg2 {
  
  background-image: linear-gradient(90deg, rgba(227, 0, 127, 1), rgba(0, 0, 0, 1) 50%, rgba(0, 152, 68, 1));
}
.bg3 {
  
  background-image: linear-gradient(90deg, rgba(220, 213, 233, 1), rgba(204, 229, 202, 1) 100%, rgba(216, 223, 247, 1) 50%);
}

.link{
    background-position: center bottom;
    background-size: cover;    
}
.bg-foot{
	background-color: #e2e2e1;
}
/* 文字色 */
.note {
  color: #fff; /* 注意書き文字色 */
}
/* nav */
.menu {
  color: #fff; /* ナビ文字色 */
  background-color: #343a40; /* ナビ背景色 */
}
p {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.8;
}
hr {
  border: 1px solid #000;
}
a {
  color: #343a40;
  text-decoration: none;
}
li {
  list-style: none;
  line-height: 2.0;
}
.container {
  width: 60% !important
}
.pc-90 {
  width: 90% !important;
  magin: 0 auto;
}
.pc-80 {
  width: 80% !important;
  magin: 0 auto;
}
.pc-70 {
  width: 70% !important;
  magin: 0 auto;
}
.pc-60 {
  width: 60% !important;
  magin: 0 auto;
}
.pc-50 {
  width: 50% !important;
  magin: 0 auto;
}
.fluid img {
  width: 100%;
  height: auto;
}
.note, .copy {
  font-size: 0.7rem;
  line-height: 1.5em;
}

/* 他 */
.pconly {
  display: block;
}
.sponly {
  display: none;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
  .pc-90, .pc-80, .pc-70, .pc-60, .pc-50 {
    width: 100% !important
  }
  .container {
    width: 100% !important
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  .note, .copy {
    font-size: 0.6rem;
  }
}