@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------
//////////■■■■base style■■■■//////////
----------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: 'Noto Sans JP',sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #fff;
  min-width: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
}

p,
span,
dt,
dd,
div,
li,
a {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0em;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  p,
  dt,
  dd,
  div,
  li {
    font-size: 1.4rem;
  }
}

/* ============================================================
 clearfix
============================================================ */
.clearfix {
  zoom: 1;
}

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