:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 171,94,173;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 242,238,246;
  --beige: 242,238,230;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 195,129,203;
  --light_purple: 250,244,255;
  --pink_purple: 203,75,138;
  --blue: 87 129 234;
  --yellow: 255 183 3;
  --beauty_main: 233,83,131;
  --beauty_light_pink: 252,229,237;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* m-plus-2-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/m-plus-2-v15-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-2-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/m-plus-2-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/ZenOldMincho-Bold.ttf") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* .l-container
================================================ */
#onayami_eye .l-container {
  padding-top: 0;
}

/* .onayami_eye-mainimg
================================================ */
.onayami_eye-mainimg {
  background: #FAE5EA;
}

/* .onayami_eye-about
================================================ */
@media all and (max-width: 767px) {
  .onayami_eye-about__img img {
    width: 48%;
  }
}
@media all and (min-width: 768px) {
  .onayami_eye-about__img img:first-child {
    margin-right: 1.5em;
  }
}

/* .onayami_eye-match
================================================ */
@media all and (max-width: 767px) {
  .onayami_eye-match__set-img img {
    width: 60%;
  }
}

/* .onayami_eye-toggle
================================================ */
.onayami_eye-toggle__head {
  position: relative;
}
.onayami_eye-toggle__head:before, .onayami_eye-toggle__head:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  background: rgb(var(--border));
}
@media all and (min-width: 768px) {
  .onayami_eye-toggle__head:before, .onayami_eye-toggle__head:after {
    right: 30px;
    width: 20px;
  }
}
.onayami_eye-toggle__head:after {
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s ease;
}
.onayami_eye-toggle__head.is-active.onayami_eye-toggle__head:after {
  transform: translateY(-50%) rotate(0deg);
}

/* .onayami_eye-case
================================================ */
.onayami_eye-case__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .onayami_eye-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* .onayami_eye-security
================================================ */
.onayami_eye-security .security-list-kind:nth-of-type(n+2) {
  margin-top: 20px;
}
.onayami_eye-security .security-list-kind .security-list-kind-title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.onayami_eye-security .security-list-kind .security-list-kind-title span[class^=c-ico] {
  margin-right: 1em;
  width: 4rem;
}
.onayami_eye-security .security-list-kind .security-list-kind-title .security-list-kind-titletxt {
  display: inline-block;
  width: calc(100% - 4em);
  position: relative;
  top: 0.1rem;
}
.onayami_eye-security .security-list-kind .security-list-kind-title a {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .onayami_eye-security .security-list-kind .security-list-kind-title {
    font-size: 2.4rem;
  }
  .onayami_eye-security .security-list-kind .security-list-kind-title span[class^=c-ico] {
    width: 5.3rem;
  }
  .onayami_eye-security .security-list-kind .security-list-kind-title .security-list-kind-titletxt {
    width: calc(100% - 5.3rem);
    top: 0;
  }
}
.onayami_eye-security .security-list-kind .security-list-txt {
  margin-top: 20px;
}

/* .onayami_eye-method
================================================ */
.onayami_eye-method__table {
  table-layout: fixed;
  width: 100%;
}
.onayami_eye-method__table thead th:nth-child(1) {
  width: 16%;
}
.onayami_eye-method__table thead th:nth-child(2) {
  background-color: #d0e39a;
  color: #449d3f;
}
.onayami_eye-method__table thead th:nth-child(3) {
  background-color: #f598ab;
  color: #bf2362;
}
.onayami_eye-method__table thead th:nth-child(4) {
  background-color: #94bee5;
  color: #066da9;
}
.onayami_eye-method__table tbody {
  text-align: center;
}
@media all and (max-width: 767px) {
  .onayami_eye-method__table tbody th {
    font-size: 1.2rem;
    text-align: center;
  }
}
.onayami_eye-method__downtime {
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .onayami_eye-method__downtime {
    font-size: 3.6rem;
  }
}
.onayami_eye-method__downtime.is-circle {
  font-size: 1.7rem;
}
@media all and (min-width: 768px) {
  .onayami_eye-method__downtime.is-circle {
    font-size: 2.4rem;
  }
}