/***************************************

anim

***************************************/
/***************************************/
.anim-fadeIn {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
  will-change: opacity;
}
.anim-fadeIn a {
  pointer-events: none;
}
.anim-fadeIn.is-anim {
  opacity: 1;
  will-change: auto;
}
.anim-fadeIn.is-anim a {
  pointer-events: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html {
  margin: 0 !important;
}

body {
  width: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 3.5897435897vw;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  position: relative;
  color: #646464;
  font-family: "Noto Serif JP", serif;
  line-break: strict;
  background-color: #F8F8F8;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

img {
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: none;
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  display: block;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a,
img,
a img {
  border: none;
  border: 0px;
  outline: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

small,
picture,
button {
  display: block;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
dt,
dd {
  max-height: 100%;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .hp-displaySp {
    display: none !important;
  }
}

.hp-displayPc {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .hp-displayPc {
    display: block !important;
  }
}