@charset "UTF-8";
/*------------------------------------------------------------
共通：タグ
------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "游ゴシック", Yu Gothic Medium, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, system-ui, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 800;
  color: #000;
  background: #f0f5fa;
  text-align: center;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
body.on {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  transition: all 0.25s;
}
a img {
  transition: all 0.25s;
}

h1 a, h1 a img {
  transition: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
共通：クラス
------------------------------------------------------------*/
.sp, .sp_inline {
  display: none;
}

.slide-left, .slide-right, .slide-top, .slide-bottom, .fade-in {
  opacity: 0;
}

.sp1100 {
  display: none;
}

@media screen and (max-width: 1100px) {
  .pc1100 {
    display: none;
  }
  .sp1100 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
  .terms {
    padding: 30px;
  }
  .terms dl {
    margin-top: 15px;
  }
  .terms dl dt {
    font-size: 1.2rem;
  }
  .terms dl dd {
    margin-top: 10px;
    font-size: 1rem;
  }
}
.sp630 {
  display: none;
}

@media screen and (max-width: 630px) {
  .pc630 {
    display: none;
  }
  .sp630 {
    display: block;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
}/*# sourceMappingURL=common.css.map */