@media only screen and (max-width: 767px) {
  .head img {
    width: 85% !important;
    margin: 0 auto !important;
  }
}

body {
  margin: 0 !important;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 6px 10px 14px -3px #2020205b;
          box-shadow: 6px 10px 14px -3px #2020205b;
  font-family: 'Noto Sans JP', sans-serif;
}

h2 {
  text-align: center;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  text-align: center;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (min-width: 768px) {
  .title__right {
    font-size: 40px;
    margin: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .title__right {
    width: 50%;
    font-size: 20px;
  }
}

.title__h-s-a, .title__h-s-b, .title__bl-a, .title__bl-b, .title__mystery-a, .title__mystery-b {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 6px 10px 14px -3px #2020205b;
          box-shadow: 6px 10px 14px -3px #2020205b;
}

@media only screen and (min-width: 768px) {
  .title__h-s-a, .title__h-s-b, .title__bl-a, .title__bl-b, .title__mystery-a, .title__mystery-b {
    padding: 10px;
  }
}

.title__h-s-a {
  background-color: #B53535;
}

.title__h-s-b {
  background-color: #121F45;
}

.title__bl-a {
  background-color: #323d00;
}

.title__bl-b {
  background-color: #630121;
}

.title__mystery-a {
  background-color: #45361B;
}

.title__mystery-b {
  background-color: #181818;
}

.title__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .title__box {
    margin: 0 auto;
  }
}

.KiKKa__KiKKa {
  color: white;
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.KiKKa__subject {
  color: white;
  font-size: 15px;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .KiKKa__title {
    margin: 10px 0;
    width: 35%;
  }
}

.entry {
  height: 500px;
  margin: 0 auto;
}

.entry__h-s-a h3, .entry__h-s-b h3, .entry__bl-a h3, .entry__bl-b h3, .entry__mystery-a h3, .entry__mystery-b h3 {
  border-radius: 5px;
  -webkit-box-shadow: 6px 10px 14px -3px #2020205b;
          box-shadow: 6px 10px 14px -3px #2020205b;
  margin: 0 5px;
  padding: 5px;
}

.entry__h-s-a h3 {
  background-color: #B53535;
}

.entry__h-s-b {
  background-color: aliceblue;
  padding-bottom: 1px;
}

.entry__h-s-b h3 {
  background-color: #121F45;
}

.entry__bl-a h3 {
  background-color: #323d00;
}

.entry__bl-b {
  background-color: #e2bf91;
  padding-bottom: 1px;
}

.entry__bl-b h3 {
  background-color: #630121;
}

.entry__mystery-a h3 {
  background-color: #45361B;
}

.entry__mystery-b {
  background-color: #e7e7e7;
  padding-bottom: 1px;
}

.entry__mystery-b h3 {
  background-color: #181818;
}

.item__image {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .item__image {
    max-width: 767px;
    margin: 10px;
    text-align: center;
  }
  .item__image img {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .item__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    max-width: 1200px;
    margin: 10px auto;
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .item__section {
    max-width: 767px;
    margin: 0 auto;
    width: 95%;
  }
}

.item__over, .item__uiunder {
  text-align: center;
}

.item__over p, .item__uiunder p {
  padding: 10px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .item__underimage p {
    font-weight: 900;
  }
}

.item__description {
  width: 100%;
}

.description__top {
  min-width: 100%;
}

@media only screen and (min-width: 768px) {
  .description__top {
    margin: 10px;
  }
}

.description__top p {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .description__top p {
    padding: 10px;
  }
}

.description__bottom {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .description__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
  }
}

.description__left, .description__middle, .description__right, .description__rightside {
  width: 100%;
}

.description__left p, .description__left li, .description__middle p, .description__middle li, .description__right p, .description__right li, .description__rightside p, .description__rightside li {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .description__left p, .description__left li, .description__middle p, .description__middle li, .description__right p, .description__right li, .description__rightside p, .description__rightside li {
    padding: 10px;
  }
}

.description__note {
  font-size: 0.8rem;
}
/*# sourceMappingURL=KiKKa.css.map */