@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* ------------------------------------------
  Utility Class
------------------------------------------ */

/* clearfix */

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* ------------------------------------------
  Common
------------------------------------------ */

* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 10px;
  height: 100%;
}

main {
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  position: relative;
  min-width: 1080px;
  color: #333333;
  -webkit-text-size-adjust: none;
  line-height: 1;
}

body.layer {
  overflow: hidden;
  height: 100%;
}

a,
a img {
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: inherit;
}

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

a:hover * {
  opacity: 0.75;
}

a:focus {
  outline: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  margin: 0;
  letter-spacing: 0.03em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  letter-spacing: 0.03em;
  line-height: 100%;
}

.clear {
  clear: both;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input,
button,
select,
textarea {
  font-family: "noto-sans-cjk-jp", sans-serif;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
}
