@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 url(../img/lp_bg.jpg) repeat top center/100% auto;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  min-width: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-size: 1.6rem;
}

p,
h2,
h3,
dt,
dd,
div,
li,
a {
  color: #4a3a3a;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
}

em {
  font-style: normal;
}

strong {
  font-style: normal;
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}