@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.sns-twitter::before {
  content: "\e61b";
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 !important;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  body {
    background: url(../img/zenyabg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  body {
    background: url(../img/zenyabgsp.jpg);
  }
}

img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

.wrap {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .wrap__body--content {
    background: rgba(245, 249, 252, 0.6352941176);
    backdrop-filter: blur(5px);
    min-height: 100vh;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrap__body--content {
    background: rgba(179, 214, 240, 0.3215686275);
    backdrop-filter: blur(5px);
  }
}

.content {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .text {
    margin: 0 auto;
    padding-top: 50px;
    width: 800px;
  }
}
.text h1 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .text h1 {
    margin: 0 auto;
    font-size: 100px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .text h1 {
    top: 90px;
    font-size: 50px;
    line-height: 45px;
  }
}
.text h2 {
  letter-spacing: 1.25px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .text h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .text h2 {
    font-size: 20px;
  }
}
.text h3 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .text h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .text h3 {
    font-size: 15px;
  }
}
.text p {
  font-weight: 500;
  text-align: left;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .text p {
    font-size: 20px;
  }
}
.text__ttl--red {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .text__ttl--red {
    margin-bottom: 32px;
    max-height: 193px;
    height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .text__ttl--red {
    padding: 32px 0;
    background-color: #eb0d14;
    margin-bottom: 64px;
  }
}
.text__ttl--red img {
  width: 100%;
}
.text__ttl--black {
  background-color: #000000;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .text__ttl--black {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .text__ttl--black {
    width: calc(100vw - 10px);
    margin: 0 auto 32px;
  }
}
.text__ttl--black h3, .text__ttl--black p {
  text-align: center;
  margin: 0;
}
.text__ttl--black h3 {
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .text__ttl--black h3 {
    font-size: 20px;
  }
}
.text__ttl--black h3 strong {
  color: #eb0d14;
}
@media only screen and (min-width: 768px) {
  .text__ttl--black h3 strong {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .text__ttl--black h3 strong {
    font-size: 25px;
  }
}
.text__ttl--black p {
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .text__ttl--black p {
    font-size: 25;
  }
}
.text__ttl--white {
  padding: 16px 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .text__ttl--white {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .text__ttl--white {
    width: calc(100vw - 10px);
    margin: 0 auto 36px;
  }
}
.text__ttl--white p {
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .text__ttl--white p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .text__ttl--white p {
    font-size: 20px;
  }
}
.text__ttl--white p strong {
  color: #eb0d14;
}
@media only screen and (min-width: 768px) {
  .text__ttl--white p strong {
    font-size: 40px;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 767px) {
  .text__ttl--white p strong {
    font-size: 20px;
  }
}
.text__boxes {
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .text__boxes {
    display: flex;
    margin: 0 auto 8px;
  }
}
@media only screen and (max-width: 767px) {
  .text__boxes {
    margin: 64px 0;
  }
}
.text__box {
  border-radius: 25px;
  background-color: #eb0d14;
  color: #fff;
  backdrop-filter: blur(1px);
}
@media only screen and (max-width: 767px) {
  .text__box {
    width: calc(100vw - 10px);
    margin: 0 auto 16px;
    padding: 4px 0;
  }
}
@media only screen and (min-width: 768px) {
  .text__box {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .text__box:first-child {
    width: 250px;
  }
  .text__box:nth-child(2) {
    width: 250px;
  }
  .text__box:last-child {
    width: 300px;
  }
}
.text__box p {
  font-weight: bolder;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .text__box p {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text__box p {
    padding: 10px;
  }
}
.text__box p span {
  font-size: smaller;
}
.text__box p a {
  color: #ffffff;
  transition: 0.2s;
}
.text__box p a:hover {
  color: rgba(255, 255, 255, 0.8274509804);
}
.text__box #master {
  position: relative;
}
.text__box #slave {
  position: absolute;
  bottom: 10px;
  right: -65px;
  border-radius: 100px;
  background-color: #fff;
  padding: 30px 0;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .text__box #slave p {
    font-size: 12.5px;
    color: #000;
    text-align: center;
    line-height: 12.5px;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .text__zenyabox {
    width: calc(100vw - 10px);
    margin: 16px auto 0;
    gap: 8px;
    display: flex;
  }
}
.text__zenya {
  padding: 16px 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .text__zenya {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .text__zenya {
    width: 50%;
    margin: 0 0 8px;
  }
}
.text__zenya a {
  text-decoration: none;
}
.text__zenya a p {
  margin: 0;
  text-align: center;
  color: #000000;
  transition: 0.2s;
}
.text__zenya a p:hover {
  color: rgba(0, 0, 0, 0.6509803922);
}
.text__exp {
  padding: 16px 0;
  background-color: #fff;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .text__exp {
    width: calc(100vw - 10px);
    margin: 0 auto 36px;
  }
}
.text__exp p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.text__exp p strong {
  color: #eb0d14;
}
@media only screen and (min-width: 768px) {
  .text__exp p strong {
    font-size: 40px;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 767px) {
  .text__exp p strong {
    font-size: 20px;
  }
}
.text__exp ul {
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .text__exp ul {
    padding-left: 10px;
    font-weight: 500;
  }
}
.text__exp ul li a {
  text-decoration: none;
  color: #0072cf;
}
.text__exp ul li a:hover {
  color: #044479;
}

.two {
  padding-bottom: 36px;
}

.boxtwo {
  background-color: #fff;
  color: #eb0d14;
}

@media only screen and (min-width: 768px) {
  .boxthree p {
    text-align: left;
  }
}

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

footer {
  position: relative;
  z-index: 50000;
}

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

.global_head {
  position: relative;
  z-index: 50000;
}/*# sourceMappingURL=style.css.map */