@charset "UTF-8";

/* CSS Document */

/*--------------------
Base
---------------------*/

@font-face {
  font-family: "Alata", "Roboto", arial, sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif, "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
}

html {
  font-size: 62.5%;
  /*16px×62.5%=10px*/
}
html {
  scroll-behavior: smooth;
}

body {
  color: #191919;
  font-family: "Zen Kaku Gothic New", sans-serif, "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  letter-spacing: 0em;
  font-weight: 500;
  line-height: 1.8em;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  -webkit-text-size-adjust: 100%;
}

.bg {
  width: 100%;
  background: url(../image/cmn/dotted_bg.jpg);
  background-size: 7px 7px;
  position: fixed;
  height: 100%;
}
strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bg {
    background-size: 8px 8px;
  }
}

@media all and (min-width: 1700px) {
  body p {
    /* font-size: 1.7rem; */
  }
}

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

body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ie-img {
  display: none;
}

/*--------------------
commom-css
---------------------*/

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.wrapper {
  padding: 0 25px;
}

.text-lowercase {
  text-transform: lowercase;
}

/* a {
  transition: all 0.4s;
} */

a:hover {
  /* opacity: 0.8; */
}

/*--------------------
display-none
---------------------*/

.pc-img {
  display: none;
}

a {
  text-decoration: none;
  transform: rotate(0.001deg);
  letter-spacing: 0em;
  line-height: 1.8;
  color: #191919;
}

.title-sp-none {
  display: none !important;
}

.pc-br {
  display: none;
}

.sp-br {
  display: block;
}

/*------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  /*pc版*/
  body {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8em;
  }
  h2 {
    font-size: 3.4rem;
    line-height: 1.5em;
  }

  .sp-img {
    display: none;
  }

  .pc-img {
    display: block;
  }

  .title-sp-none {
    display: block !important;
  }

  .pc-br {
    display: block !important;
  }

  .sp-br {
    display: none !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}
