@charset "UTF-8";
/*=====================================
    mixin
=======================================*/
@media screen and (max-width: 576px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .is-pc2 {
    display: none;
  }
}

@media screen and (min-width: 577px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .is-sp2 {
    display: none;
  }
}

/*=====================================
    基本設定
=======================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', sans-serif, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
  line-height: 1.5;
  width: 100%;
  font-size: 2rem;
  color: #000;
}

@media screen and (max-width: 576px) {
  body {
    font-size: 1.8rem;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.inner {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .inner {
    padding: 0 10px;
  }
}

button[type=button] {
  background-color: transparent;
}

/*=====================================
    共通設定
=======================================*/
.bold {
  font-weight: 700;
}

.big {
  font-size: 3.0rem;
}

@media screen and (max-width: 576px) {
  .big {
    font-size: 2.4rem;
  }
}

.space_100px {
  margin-top: 100px;
}

.space_50px {
  margin-top: 50px;
}

.space_30px {
  margin-top: 30px;
}

/*===========================
main
=============================*/
