@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../img/fonts/noto-sans-jp-v56-japanese_latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../img/fonts/noto-sans-jp-v56-japanese_latin-700.woff2') format('woff2');
}


@font-face {
  font-display: swap; 
  font-family: 'Aboreto';
  font-style: normal;
  font-weight: 400;
  src: url('../img/fonts/aboreto-v2-latin-regular.woff2') format('woff2');
}


@font-face {
  font-display: swap; 
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('../img/fonts/noto-serif-jp-v33-japanese_latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  src: url('../img/fonts/marcellus-v14-latin-regular.woff2') format('woff2'); 
}

.fnt-aboreto {
  font-family: 'Aboreto';
  font-style: normal;
  font-weight: 400;
}

.fnt-serif-regular {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
}
.fnt-serif-bold {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
}
.fnt-marcel {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
}

.lineBottom {
  position: relative;
  border-bottom: 1px solid rgba(191, 200, 216, 1);
  padding-bottom: 40px;
}
.lineBottom::after {
  content: "";
  background: url("../img/page/icon_square.png") no-repeat center;
  background-size: 100% auto;
  width: 32px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  right: 0;
}