@charset "UTF-8";
body {
  font-family: Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, sans-serif!important;
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
  color: #4c4e56;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box
}
/* p{
    letter-spacing: -0.02em;
} */
.large-pc-only {
  display: block
}

.pc-only {
  display: block
}
.pc-only-space{
    padding-right: 15px;
}
.sp-only {
  display: none
}
.flex{
    display: flex;
}
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '
}

.center {
  display: block;
  margin: 0 auto
}

.left {
  display: block;
  float: left
}

.right {
  display: block;
  float: right
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.normal {
  font-weight: 400
}

.bold {
  font-weight: 700
}
.semi-bold{
    font-weight: 500;
}

a {
  text-decoration: none
}

img {
  vertical-align: bottom
}



@media screen and (max-width:1280px) {
  body {
    margin: 0
  }
}

@media screen and (max-width:1200px) {
  body {
    margin: 0
  }
}

@media screen and (max-width:1024px) {
  body {
    margin: 0
  }
  .large-pc-only {
    display: none!important
  }
}

@media screen and (max-width:768px) {
  body {
    margin: 0
  }
  img {
    max-width: 100%
  }
}

@media screen and (max-width:480px) {
  body {
    margin: 0
  }
  .pc-only {
    display: none!important
  }
  .pc-only-space{
    display: none!important
}
  .sp-only {
    display: block!important
  }
}

@media screen and (max-width:375px) {
  body {
    margin: 0
  }
}

@media screen and (max-width:1040px) {
  body {
    width: 100%
  }
}