.top_content {
  margin: 0 auto;
}

.sp-catch {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-catch {
    display: block;
    padding: 1.282vw 0;
    border-bottom: solid 3px #000;
  }
  .sp-catch p {
    text-align: center;
    font-weight: 900;
    font-size: 3.59vw;
  }
}

.mv {
  border-radius: 30px 0px 0px 30px;
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  border-left: solid 3px #000;
}
@media screen and (max-width: 1100px) {
  .mv {
    border-top: none;
    border-left: none;
    border-bottom: solid 3px #000;
    border-radius: 0;
  }
}
.mv picture img {
  border-radius: 30px 0px 0px 30px;
}
@media screen and (max-width: 1100px) {
  .mv picture img {
    border-radius: 0;
  }
}

section.top_tag_search .inner {
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  section.top_tag_search .inner {
    border-bottom: solid 3px #000;
  }
}
@media only screen and (max-width: 768px) {
  section.top_tag_search .inner {
    padding: 10.256vw 0;
  }
}
section.top_tag_search h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  padding-left: 60px;
  position: relative;
  margin: 0 auto 40px;
}
section.top_tag_search h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
  bottom: 0;
  margin: auto 0;
  background: url(/assets/img/ico_tag.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  section.top_tag_search h3::before {
    width: 12.821vw;
    height: 12.821vw;
  }
}
@media only screen and (max-width: 768px) {
  section.top_tag_search h3 {
    font-size: 5.641vw;
    padding-left: 15.385vw;
  }
}
section.top_tag_search .tag_group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
}
@media screen and (max-width: 1100px) {
  section.top_tag_search .tag_group {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  section.top_tag_search .tag_group {
    padding: 0 7.692vw;
    gap: 2.564vw 2.564vw;
  }
}
section.top_tag_search .tag_group span {
  border-radius: 100vh;
  border: solid 1px #000;
}
section.top_tag_search .tag_group span a {
  padding: 3px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 768px) {
  section.top_tag_search .tag_group span a {
    font-size: 4.103vw;
    padding: 1vw 4vw;
  }
}

.container {
  padding: 20px 40px 110px 40px;
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 7.692vw 5.128vw 25.641vw;
  }
}
.container .top_content h2 {
  font-size: 22px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .container .top_content h2 {
    font-size: 5.641vw;
    margin-bottom: 10.256vw;
  }
}
.container .top_content h2 span {
  display: inline-block;
  font-size: 56px;
  padding-right: 10px;
  font-family: "Concert One";
}
@media only screen and (max-width: 768px) {
  .container .top_content h2 span {
    font-size: 14.359vw;
    padding-right: 4vw;
  }
}/*# sourceMappingURL=top.css.map */