@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

body {
  background-color: #efefef;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.top {
  background: rgba(198, 146, 24, 0.5);
  background: linear-gradient(0deg, rgb(198, 147, 24) 0%, rgb(238, 223, 187) 18%, rgb(255, 255, 255) 51%, rgb(238, 223, 187) 81%, rgb(198, 147, 24) 100%);
}
.top__img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 50px;
}
.top__img--img {
  position: relative;
  z-index: 500;
}
.top__img--kuro {
  z-index: 25;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .top__img--kuro {
    top: 80px;
    left: -225px;
  }
  .top__img--kuro img {
    max-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .top__img--kuro {
    top: 50px;
    left: -10px;
  }
  .top__img--kuro img {
    max-height: 150px;
  }
}
.top__img--bb {
  z-index: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .top__img--bb {
    top: 80px;
    right: -80px;
  }
  .top__img--bb img {
    max-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .top__img--bb {
    top: 50px;
    right: 40px;
  }
  .top__img--bb img {
    max-height: 150px;
  }
}

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

.topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topics__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
}
.topics__icon p {
  font-size: 18px;
  font-weight: 600;
}

.comment {
  text-align: center;
  margin: 50px auto;
}
.comment__pics {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .comment__pics {
    width: 400px;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .comment__pics {
    width: 650px;
  }
}
@media only screen and (min-width: 768px) {
  .comment__text {
    position: relative;
    line-height: 30px;
  }
}
.comment__text p {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .comment__text p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .comment__text p {
    font-size: 25px;
  }
}
.comment__text p span {
  transition: 0.2s;
}
.comment__text p .large {
  line-height: 1.5;
  color: #e60303;
}
@media only screen and (min-width: 768px) {
  .comment__text p .large {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comment__text p .large {
    font-size: 25px;
  }
}
.comment__text p .hover {
  text-decoration: none;
  cursor: text;
}
.comment__text p .hover:visited {
  color: #000;
}
.comment__text p .hover:hover {
  color: #d0870a;
}

.allnav {
  text-align: center;
  font-weight: bolder;
  font-size: 35px;
  border: #fad42d solid 2px;
  background: #552302;
  color: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 5px 15px 8px;
  transition: 0.2s;
}
.allnav p {
  margin: 0;
}
.allnav:hover {
  background: #6b2c03;
}

.underline-red {
  -webkit-text-decoration: red wavy underline;
          text-decoration: red wavy underline;
}

.gallery {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .gallery {
    flex-wrap: wrap;
  }
}
.gallery img {
  border: #fbd323 3px solid;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .gallery img {
    width: 100px;
    margin: 50px 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery img {
    width: 65px;
    margin: 5px auto;
  }
}/*# sourceMappingURL=style.css.map */