@font-face {
  font-family: "ClashFont";
  src: url("./assets/fonts/Clash-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}

@font-face {
  font-family: "ClashFont";
  src: url("./assets/fonts/Clash-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}

html {
  background-color: #fffef6 !important;
}

#body.ja .lang-en {
  display: none;
}

#body.en .lang-ja {
  display: none;
}

.navbar {
  background-color: #0C397E;

  .navbar-brand {
    font-family: "ClashFont";
    font-weight: 700;
    font-size: 28px;
  }
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.notification {
  font-size: 13px;
}

#base {
  margin-bottom: 40px;

  .season {
    font-family: "ClashFont";
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .legend {
    display: flex;
    justify-content: center;
  }

  ._title {
    font-family: "ClashFont";
    font-size: 24px;
    font-weight: bold;
    width: 160px;
  }

  ._title.left {
    text-align: right;
    padding-right: 30px;
  }

  ._title.right {
    text-align: left;
    padding-left: 30px;
  }

  ._content {
    padding-top: 42px;
  }

  .wrap {
    max-width: 800px;
    margin: 0 auto;
  }

  .irow {
    display: flex;
  }

  .irow:first-child .center {
    margin-top: -30px;
    padding-top: 58px;
    border-radius: 20px 20px 0 0;
  }

  .irow:last-child .center {
    border-radius: 0 0 20px 20px;
  }

  .ibox {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .ibox.left {
    flex-direction: row-reverse;
  }

  .irow .center {
    flex: 0 0 40px;
    font-size: 10px;
    text-align: center;
    padding-top: 28px;
    margin: 0 8px;
    background-color: #0C397E;
    color: white;
    font-family: "ClashFont";
    border: 1px solid #0e2976;
  }

  .item {
    display: flex;
    position: relative;
  }

  .thumb img {
    height: 74px;
    display: block;
  }

  .comment {
    font-size: 10px;
    text-align: center;
    font-weight: bold;
  }

  .icon-plus {
    width: 8px;
    position: absolute;
    top: 24px;
    left: 57px;
  }

  .icon-plus svg {
    color: #000;
  }
}
