@charset "UTF-8";

@font-face {font-family: "HiraginoSans-W3";
  font-display: swap;
  font-weight: 300;
  src: local(Hiragino Sans),
       local(HiraginoSans-W3);
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HTML CONTROL ->                       */
/* =====>=====>=====>=====>=====>=====>===== */

html {
  font-family:
    'Lato',
    YuGothic,"Yu Gothic",
    "HiraginoSans-W3",
    Meiryo,
    sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
_:lang(x)::-ms-backdrop,html { /* IE11 */
  font-family:
    Meiryo,
    sans-serif;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL CONTROL ->                    */
/* =====>=====>=====>=====>=====>=====>===== */

*,
*::before,*::after {
  box-sizing: border-box;
}
html,body,a,
h1,h2,h3,h4,h5,h6,
p,div,span,iframe,
address,small,
ol,ul,li,dl,dt,dd,
details,figure,figcaption,
b,em,strong,blockquote,q,
form,fieldset {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
body {
  text-align: justify;
}
main,
details,
img {
  display: block;
}
ol,ul {
  list-style: none;
}
hr {
  width: 100%;height: 1px;
  display: block;
  margin: 70px 0;
  overflow: visible; /*Edge and IE*/
  border: 0;
  background: #c9dbea;
}
img,
iframe {
  vertical-align: bottom;
}
strong {
  font-weight: inherit;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL CLASS CONTROL ->              */
/* =====>=====>=====>=====>=====>=====>===== */

.fx {
  display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ti {
  margin-left: -.6em;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- FORM CONTROL ->                       */
/* =====>=====>=====>=====>=====>=====>===== */

button,
label {
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  display: block;
  border: 0;
}
input,textarea {
  vertical-align: middle;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- ANCHOR CONTROL ->                     */
/* =====>=====>=====>=====>=====>=====>===== */

a {
  line-height: 1;
  text-decoration: none;
}
.call {
  pointer-events: none;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- MOTION CONTROL ->                     */
/* =====>=====>=====>=====>=====>=====>===== */

/*===== { alpha } =====*/
.alpha,
.alpha img {
  transition: .5s ease-in-out;
}
.alpha:hover,
.alpha:hover img {
  opacity: .6;
  cursor: pointer;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SP CONTROL ->                         */
/* =====>=====>=====>=====>=====>=====>===== */

#SPhead,
.scroll {
  display: none;
}

@media not screen and (min-width:1024px){

#SPhead {
  display: flex;
}
.call {
  pointer-events: auto;
}
img {
  width: 100%;height: auto!important;
}

}