@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";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-repeat: repeat;
  background-color: #231815;
  color: #fff;
}

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

img {
  pointer-events: none;
}

.top {
  margin-top: 50px;
  text-align: center;
}
.top img {
  border: #e83828 2px solid;
}
@media only screen and (max-width: 767px) {
  .top img {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .top img {
    max-width: 994px;
  }
}
.top p {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 15px auto;
  text-align: left;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .top p {
    font-size: 1.25em;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top p {
    width: 95%;
    font-size: 0.75em;
  }
}

.items {
  display: flex;
  border-top: #e83828 2px solid;
}
.items:last-child {
  border-bottom: #e83828 2px solid;
}
@media only screen and (max-width: 767px) {
  .items {
    width: 95%;
    margin: 0 auto;
  }
}
.items__img {
  border-left: #e83828 2px solid;
  border-right: #e83828 2px solid;
}
.items__img:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .items__img {
    width: 498px;
  }
}
@media only screen and (max-width: 767px) {
  .items__img {
    width: 99%;
  }
}
.items__img img {
  width: 100%;
}
.items__text {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .items__text {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .items__text {
    width: 100%;
  }
}
.items__text h3 {
  font-weight: 350;
}
@media only screen and (min-width: 768px) {
  .items__text h3 {
    font-size: 1.65em;
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .items__text h3 {
    font-size: 0.8em;
    margin: 5px auto 0;
  }
}
.items__text h2 {
  font-weight: 350;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .items__text h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .items__text h2 {
    font-size: 1em;
    line-height: 0.8;
    margin-bottom: 3px;
  }
}
.items__text p {
  font-weight: 200;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .items__text p {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .items__text p {
    font-size: 0.75em;
    line-height: 0.95;
  }
}
.items__text p:last-child {
  font-size: 1.75em;
  font-weight: 200;
  margin: 15px auto 10px;
}
.items__text h4 {
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .items__text h4 {
    font-size: 2.75em;
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 767px) {
  .items__text h4 {
    font-size: 1.5em;
    margin: 0 auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .items__text h4 span {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .items__text h4 span {
    font-size: 1.5rem;
  }
}
.items__text a {
  background-color: #e83828;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .items__text a {
    padding: 5px 65px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .items__text a {
    padding: 0px 25px 2px;
  }
}
.items__text a:hover {
  background-color: #851f15;
}
.items__text .click {
  background-color: #e83828;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .items__text .click {
    padding: 5px 65px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .items__text .click {
    padding: 0px 25px 2px;
  }
}
.items__text .click:hover {
  background-color: #851f15;
}
.items__text .noclick {
  background-color: #851f15;
  cursor: default;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .items__text .noclick {
    padding: 5px 65px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .items__text .noclick {
    padding: 0px 25px 2px;
  }
}

.bottom {
  margin: 50px auto;
}
.bottom__text {
  background-color: #ffffff;
  padding: 1px;
  margin-bottom: 25px;
}
.bottom__text p {
  color: #e83828;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 40px;
  text-align: left;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .bottom__text p {
    margin: 15px auto;
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .bottom__text p {
    margin: 15px auto;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
  }
}
.bottom__img {
  display: flex;
  width: 350px;
  margin: auto;
}
.bottom__img--links {
  margin: auto;
}
.bottom__img--links img {
  width: 50px;
}

.contact-works__entry {
  background: #111;
  position: fixed;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  background-color: rgba(61, 61, 61, 0.95);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contact-works__entry {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-works__entry {
    padding: 60px 50px;
    height: 100vh;
    width: 100vw;
  }
}
.contact-works__entry__pic {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-works__entry__pic {
    position: absolute;
    margin: 30vh auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .contact-works__entry__pic {
    position: absolute;
    margin: 20vh auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .contact-works__entry__pic img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-works__entry__pic img {
    max-width: 800px;
    width: 100%;
  }
}
.contact-works__entry__list__item:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}/*# sourceMappingURL=style.css.map */