@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #202733;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #202733;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.img100 img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: inherit;
}

a:hover {
  opacity: 0.8;
  color: inherit;
  text-decoration: none;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}

@media (max-width: 1199px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media (max-width: 1199px) {
  .tab {
    display: block;
  }
}

@media (max-width: 767px) {
  .tab {
    display: none;
  }
}

.tab-sp {
  display: none;
}

@media (max-width: 1199px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}
