* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

p {
  color: #282828;
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 996px) {
  p {
    font-size: 17px;
  }
}

.main-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 15px;
  text-align: center;
  z-index: 50;
  /* position: absolute;
  top: -2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); */
}

@media (min-width: 996px) {
  .main-title {
    margin: 0 auto 30px;
  }
}

.bgSty {
  position: relative;
  border: 4px solid #fff;
  text-align: center;
  padding: 35px 30px;
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0 0 12px rgb(255 255 255 / 57%) inset;
}
@media (min-width: 768px) {
  .bgSty {
    width: 100%;
    padding: 85px 50px;
  }
}
.bgSty::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92%;
  height: 97%;
  /* border: 3px dashed #5c5c5c; */
  /* border-radius: 30px; */
  z-index: 10;
}
@media (min-width: 768px) {
  .bgSty::before {
    /* border: 3px dashed #5c5c5c; */
    width: 96%;
    height: 96%;
  }
}
@media (min-width: 996px) {
  .bgSty::before {
    /* border: 5px dashed #5c5c5c; */
    width: 96%;
    height: 95%;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}

.project .kv {
  width: 100%;
  position: relative;
}
.project .kv img {
  display: block;
  width: 100%;
}
.project .bgWrapper {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2026/jp/2026-summer/images/bg.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #fef9d4;
}
@media (min-width: 996px) {
  .project .bgWrapper {
    background-attachment: initial;
  }
}
/* .project .bgWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3e1c2), to(transparent));
  background: linear-gradient(#b3e1c2, transparent);
} */
@media (min-width: 996px) {
  .project .bgWrapper::before {
    height: 0;

  }
}
.project .intro {
  position: relative;
  padding: 20px 0 20px;
  background-color: #fff;
}
@media (min-width: 996px) {
  .project .intro {
    padding: 0 0 50px;
  }
}



/* .project .intro__wrapper figure {
  margin: 0 0 20px;
  width: 220px;
}
@media (min-width: 996px) {
  .project .intro__wrapper figure {
    width: 300px;
  }
} */
.project .intro__wrapper-item {
  max-width: 1000px;
  margin: 0 auto 30px;
}
.project .intro__wrapper .desBox div {
  margin-bottom: 20px;
  font-weight: bold;
  /* line-height: 1; */
}
.project .intro__wrapper .desBox .block01 {
  padding: 30px;
  font-size: 17px;
  text-align: center;
  background-color: #fef9d4;
  border: 5px solid #ffea48;
  border-radius: 10px;
}
@media (min-width: 996px) {
  .project .intro__wrapper .desBox .block01 {
    font-size: 20px;
    background-color: #fef9d4;
  }
}
.project .intro__wrapper .desBox .block01 span {
  font-size: 22px;
  color: #d22525;
}
@media (min-width: 996px) {
  .project .intro__wrapper .desBox .block01 span {
    font-size: 26px;
  }
}
.project .intro__wrapper .desBox .block01 b {
  text-decoration: underline;
}

.project .intro__wrapper .dateBox .block__item {
  margin: 0 0 10px;
}
@media (min-width: 996px) {
  .project .intro__wrapper .dateBox .block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.project .intro__wrapper .dateBox .block__item h4 {
  color: #282828;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .project .intro__wrapper .dateBox .block__item h4 {
    font-size: 26px;
  }
}
.project .intro__wrapper .dateBox .block__item h3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fedc45), to(#fb7099));
  background-image: linear-gradient(180deg, #fedc45 50%, #fb7099);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .project .intro__wrapper .dateBox .block__item h3 {
    font-size: 32px;
  }
}

.project .intro__wrapper .pdBox .block {
  margin-bottom: 20px;
  /* line-height: 1; */
}

.project .pd {
  position: relative;
  padding: 25px 25px;
  background-color: #fff279;
}
@media (min-width: 768px) {
  .project .pd {
    padding: 50px 25px;
  }
}
@media (min-width: 996px) {
  .project .pd {
    padding: 150px 25px 50px;
  }
}
.project .pd__wrapper p {
  position: relative;
  display: inline-block;
  z-index: 50;
  background-color: #ffce20;
  padding: 10px 10px;
  border-radius: 20px;
  width: auto;
  margin-bottom: 10px;
  font-weight: bolder;
}
.project .pd__wrapper-item {
  position: relative;
  z-index: 50;
  margin: 0 0 30px;
}
.project .pd__wrapper-introBox {
  max-width: 1280px;
  margin: 0 auto;
}
.project .pd__wrapper-introBox .main-title {
  margin-bottom: 0px;
}

@media (min-width: 996px) {
  .project .pd__wrapper p {
    margin-top: -50px;
    margin-bottom: 0px;
    padding: 10px 20px;
  }
  .project .pd__wrapper-introBox .main-title {
    margin-bottom: -20px;
  }
}

.project .pd .bgSty {
  position: relative;
}
.project .pd .bgSty::before {
  /* border: 3px dashed #4f6ab1; */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92%;
  height: 97%;
  background-image: url(https://storage-asset.msi.com/event/2026/jp/2026-summer/images/pd-bg.webp);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 996px) {
  .project .pd .bgSty::before {
    /* border: 5px dashed #4f6ab1; */
    height: 95%;
    width: 96%;
  }
}
.project .wtb {
  position: relative;
  padding: 25px 25px;
  background-color: #fff279;
}
@media (min-width: 768px) {
  .project .wtb {
    padding: 50px 25px;
  }
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 100px 25px;
  }
}

.project .wtb__wrapper-listBox {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  z-index: 50;
}
.project .wtb__wrapper-listBox .msi_wtb_widget {
  padding-top: 0;
}
.project .wtb .bgSty::before {
  /* border: 3px dashed #339639; */
  height: 99.2%;
}
@media (min-width: 996px) {
  .project .wtb .bgSty::before {
    /* border: 5px dashed #339639; */
    height: 95%;
  }
}
.project .myForm {
  position: relative;
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .project .myForm {
    padding: 50px 25px;
  }
}
@media (min-width: 996px) {
  .project .myForm {
    padding: 150px 25px 100px;
  }
}

.project .myForm__wrapper-des {
  text-align: center;
  position: relative;
  z-index: 50;
}
.project .myForm__wrapper-des .dateBox {
  margin: 0 0 20px;
  padding: 10px 20px;
  display: inline-block;
}
.project .myForm__wrapper-des .dateBox p {
  font-weight: bold;
}
.project .myForm__wrapper-des p {
  font-weight: 400;
}
.project .myForm .bgSty {
  padding: 30px 30px 0;
}
@media (min-width: 768px) {
  .project .myForm .bgSty {
    padding: 50px 50px;
  }
}
@media (min-width: 996px) {
  .project .myForm .bgSty {
    padding: 50px 50px;
  }
}
.project .myForm .bgSty::before {
  /* border: 3px dashed #4f6ab1; */
  height: 98.5%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .project .myForm .bgSty::before {
    height: 98%;
  }
}
@media (min-width: 996px) {
  .project .myForm .bgSty::before {
    /* border: 5px dashed #4f6ab1; */
    height: 97%;
  }
}
.project .myForm .ems {
  text-align: left;
  margin-top: 20px;
  position: relative;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .myForm .ems {
    margin-top: 50px;
  }
}
.project .myForm .ems__form {
  padding: 20px 0 0;
}
.project .myForm .ems__send button {
  color: #fff;
  background: #4f6ab1;
}
.project .myForm .ems__title {
  font-weight: bold;
}
.project .myForm .noteBox {
  position: relative;
  padding-bottom: 45px;
  z-index: 20;
}
.project .myForm .noteBox b {
  text-decoration: underline;
  font-weight: bold;
}
.project .note {
  position: relative;
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .project .note {
    padding: 50px 25px;
  }
}
@media (min-width: 996px) {
  .project .note {
    padding: 100px 25px;
  }
}

.project .note__wrapper .noteBox {
  text-align: left;
  line-height: 1.5;
  padding: 0 10px;
  position: relative;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .note__wrapper .noteBox {
    padding: 0 50px;
  }
}
.project .note__wrapper .noteBox li {
  list-style: disc;
  color: #282828;
  font-size: 15px;
}
@media (min-width: 996px) {
  .project .note__wrapper .noteBox li {
    font-size: 17px;
  }
}
.project .note .bgSty::before {
  /* border: 3px dashed #339639; */
  height: 98%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .project .note .bgSty::before {
    height: 97%;
  }
}
@media (min-width: 996px) {
  .project .note .bgSty::before {
    /* border: 5px dashed #339639; */
    height: 90%;
  }
}/*# sourceMappingURL=main.css.map */