:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
#main img {
  vertical-align: bottom;
}
#main img[ src$=".svg"] {
  max-width: 100%;
  height: auto;
}
#main a {
  text-decoration: none;
}
#main ul, #main ol {
  list-style: none;
}
#main a {
  text-decoration: none;
}
#main h2, #main h3, #main h4, #main h5, #main p, #main ul, #main ol, #main figure {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .text-left {
  text-align: left;
}
#main .text-center {
  text-align: center;
}
#main .text-right {
  text-align: right;
}
#main .text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
#main .font-default {
  font-family: "Noto Sans JP", sans-serif;
}
#main .font-serif {
  font-family: "Noto Serif JP", serif;
}
#main .text-justify {
  text-align: justify;
}
#main .box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#main .color_white {
  color: #FFF;
}
#main .fw100 {
  font-weight: 100;
}
#main .fw200 {
  font-weight: 200;
}
#main .fw300 {
  font-weight: 300;
}
#main .fw400 {
  font-weight: 400;
}
#main .fw500 {
  font-weight: 500;
}
#main .fw600 {
  font-weight: 600;
}
#main .fw700 {
  font-weight: 700;
}
#main .fw900 {
  font-weight: 900;
}
#main .w100 {
  width: 100%;
}
#main .img100 {
  width: 100%;
  height: auto;
}
/* Preloader */
#wholewrapper {
  visibility: hidden;
}
#main #preloader {
  display: none;
}
body > #preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
body > #preloader .preloader__wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 80px;
  height: 80px;
}
body > #preloader .preloader__wrapper .preloader__wrapper--spiner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #db0000;
  border-top-color: #1c4896;
  animation: spinner 1.5s linear infinite;
}
body > #preloader .preloader__wrapper .preloader__wrapper--logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
}
body > #preloader .preloader__wrapper .preloader__wrapper--logo img {
  width: 100%;
  height: 100%;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=./ishiism_common.css.map */