body {
  background-color: #EEEAE6;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3938;
}

@font-face {
  font-family: "ES Allianz";
  src: url("../fonts/ESAllianz-Book.woff2") format("woff2"), url("../fonts/ESAllianz-Book.woff") format("woff");
}

.font-es-allianz {
  font-family: "ES Allianz", sans-serif;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?3t61vg");
  src: url("../fonts/icomoon.eot?3t61vg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3t61vg") format("truetype"), url("../fonts/icomoon.woff?3t61vg") format("woff"), url("../fonts/icomoon.svg?3t61vg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-IconBlank:before {
  content: "\e900";
}

.icon-IconBlankLarge:before {
  content: "\e905";
}

.icon-IconCheck:before {
  content: "\e906";
}

.icon-IconClose:before {
  content: "\e901";
}

.icon-IconDropDown:before {
  content: "\e902";
}

.icon-IconMenu:before {
  content: "\e903";
}

.icon-IconScrollDown:before {
  content: "\e904";
}

.multiline-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hover-noise::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/hover_noise.png") 0 0/48px auto repeat;
}

@media (hover: hover) {
  .hover-noise:hover::after {
    display: block;
  }

  .hover-text:hover {
    color: rgb(123.7898305085, 113.806779661, 111.8101694915);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hover-noise:hover::after {
    display: block;
  }

  .hover-text:hover {
    color: rgb(123.7898305085, 113.806779661, 111.8101694915);
  }
}