@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: 957px) {
  .pconly {
    display: none;
  }
}

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

a {
  color: #ffffff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.body {
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(-180deg, rgb(255, 208, 0) 0%, rgb(255, 21, 0) 50%, rgb(27, 32, 178) 97%);
  position: relative;
}
.body::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: url(../img/diamond.png);
  background-position: center;
  background-repeat: repeat;
}
.body::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media only screen and (min-width: 958px) {
  .body::after {
    border-left: solid #ff9900 25px;
    border-right: solid #ff9900 25px;
  }
}

.wrap {
  min-height: 100vh;
  background-color: #ff9900;
  background-image: url(../img/bg_pattern.png);
  background-position: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 958px) {
  .wrap {
    border-left: solid #fff 3px;
    border-right: solid #fff 3px;
    width: 800px;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 957px) {
  .wrap {
    width: 100vw;
  }
}

.sidetext {
  min-height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 35px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 958px) {
  .sidetext {
    width: 70px;
  }
}
@media only screen and (max-width: 957px) {
  .sidetext {
    width: 35px;
  }
}
.sidetext__track {
  display: flex;
  flex-direction: column;
  height: 200%;
  width: 100%;
}
.sidetext__track p {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media only screen and (max-width: 957px) {
  .sidetext--left {
    border-left: solid #fff 3px;
    border-right: solid #fff 3px;
    background-color: #ff9900;
    background-image: url(../img/bg_pattern.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
  }
}
@media only screen and (min-width: 958px) {
  .sidetext--left {
    left: -15px;
  }
}
.sidetext--left .sidetext__track {
  animation: sidetext-loop-up 100s linear infinite;
}
.sidetext--left .sidetext__track p {
  writing-mode: sideways-lr;
  text-orientation: sideways-right;
  margin: 0 0 0 -5px;
}
@media only screen and (max-width: 957px) {
  .sidetext--right {
    border-left: solid #fff 3px;
    border-right: solid #fff 3px;
    background-color: #ff9900;
    background-image: url(../img/bg_pattern.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
  }
}
@media only screen and (min-width: 958px) {
  .sidetext--right {
    right: -15px;
  }
}
.sidetext--right .sidetext__track {
  animation: sidetext-loop-down 100s linear infinite;
}
.sidetext--right .sidetext__track p {
  writing-mode: sideways-rl;
  text-orientation: sideways;
  margin: 0 -5px 0 0;
}

.innerwrap {
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ff9900;
  position: relative;
}
@media only screen and (min-width: 958px) {
  .innerwrap {
    border-left: solid #fff 3px;
    border-right: solid #fff 3px;
    width: 700px;
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 957px) {
  .innerwrap {
    width: calc(100vw - 70px);
    padding: 50px 0;
  }
}

.box {
  color: #fff;
  text-shadow: 2px 2px 1px #ff1500;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.box__left {
  z-index: 20;
  margin-top: 45px;
}
@media only screen and (min-width: 958px) {
  .box__left {
    position: absolute;
    width: 100%;
  }
}
@media only screen and (max-width: 957px) {
  .box__left {
    position: relative;
    z-index: 10;
    width: fit-content;
    margin: 0 auto;
  }
}
.box__left h1 {
  font-size: 30px;
  margin: 0;
  line-height: 30px;
}
.box__left h2 {
  margin: 20px 0 0;
  font-size: 45px;
  font-weight: bolder;
  line-height: 40px;
}
.box__left h2 span {
  font-size: 30px;
}
.box__left p {
  font-weight: bolder;
  font-size: 27px;
}
.box__left p span {
  font-size: 21px;
  border-bottom: solid #ffffff 2px;
}
.box__right {
  width: 100%;
}
@media only screen and (min-width: 958px) {
  .box__right {
    text-align: right;
  }
  .box__right img {
    position: relative;
    right: -50px;
    height: 650px;
  }
}
@media only screen and (max-width: 957px) {
  .box__right {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
  }
  .box__right img {
    overflow: hidden;
  }
}

.info {
  color: #fff;
  border-radius: 25px;
  background-color: #1b20b2;
  font-weight: bolder;
}
@media only screen and (min-width: 958px) {
  .info {
    margin: 50px auto 100px;
    padding: 25px;
  }
}
@media only screen and (max-width: 957px) {
  .info {
    position: relative;
    z-index: 10;
    margin: 25px 10px;
    padding: 10px;
  }
}

.note {
  font-size: 18px;
  color: #1c20b2;
  font-weight: bolder;
}
.note h3 {
  border-bottom: #1b20b2 solid 3px;
}
@media only screen and (min-width: 958px) {
  .note {
    margin: 100px auto 0;
  }
}
@media only screen and (max-width: 957px) {
  .note {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 10px;
  }
  .note ul {
    margin: 0;
    padding-left: 20px;
  }
}

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

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 9999999999;
}

@keyframes sidetext-loop-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes sidetext-loop-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */