header {
  background-color: #7e7558;
}
header > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
}
header > a::before {
  display: block;
  position: absolute;
  width: 97%;
  height: 92%;
  inset: 0 0 0 0;
  border: 2px solid rgba(24, 32, 50, 0.2);
  border-collapse: collapse;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
header > a > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #182032;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
header > a > p:nth-child(1) {
  width: 1.3em;
  margin-right: 0.4em;
}
header > a > p:nth-child(2) {
  width: 2.5em;
}

main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
main > section:nth-of-type(1) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main > section:nth-of-type(1) > picture {
  display: block;
  position: relative;
  margin: 0 auto;
}
main > section:nth-of-type(1) > div {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
  display: inline-block;
  position: relative;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-bottom-style: solid;
  border-bottom-color: #af9f7c;
  color: #af9f7c;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
  color: #af9f7c;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
main > section:nth-of-type(1) > div:nth-of-type(2) {
  background-color: #807152;
  text-align: left;
}
main > section:nth-of-type(1) > div:nth-of-type(2) > p {
  color: #fff;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
main > section:nth-of-type(1) > div:nth-of-type(2) > p > span {
  margin: 0 0.25em;
  color: #ffe327;
  font-weight: 500;
  line-height: 1.4;
}
main > section:nth-of-type(n+2) {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main > section:nth-of-type(n+2) > ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
main > section:nth-of-type(n+2) > ol > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  z-index: 0;
  align-items: flex-start;
}
main > section:nth-of-type(n+2) > ol > li::before {
  display: block;
  z-index: 2;
  position: absolute;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
main > section:nth-of-type(n+2) > ol > li > h5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #af9f7c;
  font-style: normal;
  font-weight: bold;
}
main > section:nth-of-type(n+2) > ol > li > div {
  display: block;
  position: relative;
  overflow: hidden;
}
main > section:nth-of-type(n+2) > ol > li > div > div.swp1-nav, main > section:nth-of-type(n+2) > ol > li > div > div.swp2-nav, main > section:nth-of-type(n+2) > ol > li > div > div.swp3-nav, main > section:nth-of-type(n+2) > ol > li > div > div.swp4-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: auto auto 0.5em 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  z-index: 10;
  align-items: flex-start;
}
main > section:nth-of-type(n+2) > ol > li > div > div.swp1-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp2-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp3-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp4-nav > span {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  opacity: 1;
}
main > section:nth-of-type(n+2) > ol > li > div > div.swp1-nav > span.swiper-pagination-bullet-active, main > section:nth-of-type(n+2) > ol > li > div > div.swp2-nav > span.swiper-pagination-bullet-active, main > section:nth-of-type(n+2) > ol > li > div > div.swp3-nav > span.swiper-pagination-bullet-active, main > section:nth-of-type(n+2) > ol > li > div > div.swp4-nav > span.swiper-pagination-bullet-active {
  background-color: #182033;
}
main > section:nth-of-type(n+2) > ol > li > div > button {
  position: absolute;
}
main > section:nth-of-type(n+2) > ol > li picture {
  display: block;
  position: relative;
}
main > section:nth-of-type(n+2) > ol > li picture > img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0%;
}
main > section:nth-of-type(n+2) > ol > li > p {
  color: #c4c4c4;
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  margin-top: 1em;
  font-feature-settings: "palt";
}
main > section:nth-of-type(n+2) > article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #72664f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main > section:nth-of-type(n+2) > article > h3 {
  display: block;
  position: relative;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
main > section:nth-of-type(n+2) > article > p {
  display: block;
  position: relative;
  margin-top: 1em;
  line-height: 1;
}
main > section:nth-of-type(n+2) > article > p > span {
  margin: 0 0.2em;
  font-size: 0.8em;
}
main > section:nth-of-type(n+2) > article > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  list-style-type: none;
}
main > section:nth-of-type(n+2) > article > ul > li {
  display: block;
  position: relative;
}
main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
main > section:nth-of-type(n+2) > article > ul > li > p {
  color: #f7f2e9;
  letter-spacing: 0.04em;
  text-align: left;
}
main > section:nth-of-type(n+2) > article > ul > li a {
  color: #edea12;
  text-underline-offset: 0.4em;
}
main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
  color: #cfc1a6;
  letter-spacing: 0.04em;
  text-align: left;
}
main > section:nth-of-type(n+2) > div {
  position: relative;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
main > section:nth-of-type(n+2) > div > p {
  color: #fff;
  font-style: normal;
  font-weight: 600;
}
main > section:nth-of-type(n+2) > div > ul {
  color: #fff;
}
main > section:nth-of-type(n+2) > div#notes_wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #938467;
  text-align: left;
}
main > section:nth-of-type(n+2) > div#notes_wrapper > h3 {
  display: block;
  position: relative;
  color: #938467;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.01em;
  text-align: center;
}
main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background-color: #938467;
  content: "";
}
main > section:nth-of-type(n+2) > div#notes_wrapper > div {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main > section:nth-of-type(n+2) > div#notes_wrapper > div > p:nth-of-type(2) {
  margin-top: 2em;
}
main > section:nth-of-type(n+2) > div#notes_wrapper > div > ul {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
main > section:nth-of-type(n+2) > div#notes_wrapper > div > ul:first-of-type {
  margin-top: 2em;
}
main > section:nth-of-type(n+2) > div#notes_wrapper > div > ul a {
  color: #edea12;
  text-underline-offset: 0.4em;
}
main > section > a.regist, main > section > a.prize, main > section > a.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-decoration: none;
}
main > section > a.regist > p, main > section > a.prize > p, main > section > a.end > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  z-index: 1;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}
main > section > a.regist::before, main > section > a.regist::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  content: "";
}
main > section > a.regist::before {
  background: -webkit-gradient(linear, left top, right top, from(#ec3939), to(#d24c52));
  background: -webkit-linear-gradient(left, #ec3939, #d24c52);
  background: linear-gradient(to right, #ec3939, #d24c52);
  opacity: 1;
}
main > section > a.regist::after {
  background: -webkit-gradient(linear, left top, right top, from(#de7840), to(#f25241));
  background: -webkit-linear-gradient(left, #de7840, #f25241);
  background: linear-gradient(to right, #de7840, #f25241);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
main > section > a.regist:hover::after {
  opacity: 1;
}
main > section > a.regist > p {
  color: #fff;
}
main > section > a.regist > p::before {
  display: block;
  position: relative;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
main > section > a.prize::before, main > section > a.prize::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  content: "";
}
main > section > a.prize::before {
  background: -webkit-gradient(linear, left top, right top, from(#cb7034), to(#d69137));
  background: -webkit-linear-gradient(left, #cb7034, #d69137);
  background: linear-gradient(to right, #cb7034, #d69137);
  opacity: 1;
}
main > section > a.prize::after {
  background: -webkit-gradient(linear, right top, left top, from(#cb7034), to(#d69137));
  background: -webkit-linear-gradient(right, #cb7034, #d69137);
  background: linear-gradient(to left, #cb7034, #d69137);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
main > section > a.prize:hover::after {
  opacity: 1;
}
main > section > a.prize > p {
  color: #fff;
}
main > section > a.prize > p::before {
  display: block;
  position: relative;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
main > section > a.end {
  background-color: #646464;
}
main > section > a.end > p {
  color: #b1b1b1;
}
@media all and (min-width: 1921px) {
  header {
    height: 919px;
    background-size: 2560px 919px;
  }
  header > a {
    inset: auto 20px 15px auto;
  }
  header > a {
    width: 397px;
    height: 120px;
  }
  header > a {
    border-radius: 60px;
  }
  header > a else {
    border-radius: 0;
  }
  header > a::before {
    border-radius: 60px;
  }
  header > a::before else {
    border-radius: 0;
  }
  header > a > p {
    font-size: 51px;
  }
  header > a > p else {
    font-size: 0;
  }
  main > section {
    background-position: 0% 0%, 50% 0%;
    background-size: 50px 50px, 2541px 1807px;
  }
  main > section:nth-of-type(1) {
    padding-top: 84px;
  }
  main > section:nth-of-type(1) else {
    padding-top: 0;
  }
  main > section:nth-of-type(1) {
    padding-bottom: 165px;
  }
  main > section:nth-of-type(1) else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(1) > a.regist, main > section:nth-of-type(1) > a.prize, main > section:nth-of-type(1) > a.end {
    margin-top: 103px;
  }
  main > section:nth-of-type(1) > a.regist else, main > section:nth-of-type(1) > a.prize else, main > section:nth-of-type(1) > a.end else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > a.mypage {
    margin-top: 36px;
  }
  main > section:nth-of-type(1) > a.mypage else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > picture {
    width: 595px;
    height: 88px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) {
    margin-top: 147px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    font-size: 37px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    border-bottom-width: 4px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    border-bottom-width: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    padding-bottom: 9px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    font-size: 25px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    margin-top: 48px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    width: 1216px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) else {
    width: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    margin-top: 45px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    padding: 33px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p {
    font-size: 24px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span {
    font-size: 27px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(1), main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(2), main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(3) {
    font-size: 33px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(1) else, main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(2) else, main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(3) else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) {
    background-position: 0% 0%, 50% 89px;
  }
  main > section:nth-of-type(n+2) > a {
    margin-top: 103px;
  }
  main > section:nth-of-type(n+2) > a else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > ol {
    margin-top: 245px;
  }
  main > section:nth-of-type(n+2) > ol else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > ol {
    max-width: 1707px;
  }
  main > section:nth-of-type(n+2) > ol > li {
    width: 804px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(n+3) {
    margin-top: 140px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    font-size: 24px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    margin-bottom: 27px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 else {
    margin-bottom: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    height: 67px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 > span {
    font-size: 20px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 > span else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > div {
    width: 804px;
    height: 452px;
  }
  main > section:nth-of-type(n+2) > ol > li > div > div.swp1-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp2-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp3-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp4-nav > span {
    width: 16px;
    height: 16px;
  }
  main > section:nth-of-type(n+2) > ol > li picture {
    width: 804px;
    height: 452px;
  }
  main > section:nth-of-type(n+2) > ol > li > p {
    font-size: 19px;
  }
  main > section:nth-of-type(n+2) > ol > li > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    top: -36px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    left: -81px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    width: 123px;
    height: 165px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    top: -36px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    left: -51px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    width: 160px;
    height: 169px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    top: -33px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    left: -69px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    width: 148px;
    height: 168px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    top: -39px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    left: -53px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    width: 144px;
    height: 165px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    top: -25px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    left: -89px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    width: 161px;
    height: 168px;
  }
  main > section:nth-of-type(n+2) > article {
    margin-top: 208px;
  }
  main > section:nth-of-type(n+2) > article else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > article {
    padding-top: 99px;
  }
  main > section:nth-of-type(n+2) > article else {
    padding-top: 0;
  }
  main > section:nth-of-type(n+2) > article {
    padding-bottom: 147px;
  }
  main > section:nth-of-type(n+2) > article else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(n+2) > article > h3 {
    font-size: 45px;
  }
  main > section:nth-of-type(n+2) > article > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > p {
    font-size: 35px;
  }
  main > section:nth-of-type(n+2) > article > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul {
    width: 1653px;
  }
  main > section:nth-of-type(n+2) > article > ul else {
    width: 0;
  }
  main > section:nth-of-type(n+2) > article > ul {
    margin-top: 131px;
  }
  main > section:nth-of-type(n+2) > article > ul else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    font-size: 24px;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    margin-left: 93px;
  }
  main > section:nth-of-type(n+2) > article > ul > li > picture {
    width: 804px;
    height: 452px;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    font-size: 20px;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    margin-top: 45px;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div > p {
    font-size: 37px;
  }
  main > section:nth-of-type(n+2) > div > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div > ul {
    font-size: 19px;
  }
  main > section:nth-of-type(n+2) > div > ul else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div > ul {
    margin-top: 13px;
  }
  main > section:nth-of-type(n+2) > div > ul else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    width: 1267px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    width: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    font-size: 17px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    margin-top: 133px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3 {
    font-size: 27px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before {
    width: 179px;
    height: 5px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before {
    font-size: 27px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div {
    padding-top: 67px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div else {
    padding-top: 0;
  }
  main > section:nth-of-type(3) {
    padding-top: 117px;
  }
  main > section:nth-of-type(3) else {
    padding-top: 0;
  }
  main > section:nth-of-type(3) > a.regist, main > section:nth-of-type(3) > a.prize, main > section:nth-of-type(3) > a.end {
    margin-top: 184px;
  }
  main > section:nth-of-type(3) > a.regist else, main > section:nth-of-type(3) > a.prize else, main > section:nth-of-type(3) > a.end else {
    margin-top: 0;
  }
  main > section:nth-of-type(3) > a.mypage {
    margin-top: 32px;
  }
  main > section:nth-of-type(3) > a.mypage else {
    margin-top: 0;
  }
  main > section > a.regist, main > section > a.prize, main > section > a.end {
    width: 489px;
    height: 120px;
  }
  main > section > a.regist, main > section > a.prize, main > section > a.end {
    border-radius: 60px;
  }
  main > section > a.regist else, main > section > a.prize else, main > section > a.end else {
    border-radius: 0;
  }
  main > section > a.regist > p, main > section > a.prize > p, main > section > a.end > p {
    font-size: 36px;
  }
  main > section > a.regist > p else, main > section > a.prize > p else, main > section > a.end > p else {
    font-size: 0;
  }
  main > section > a.regist > p::before {
    width: 28px;
    height: 20px;
  }
  main > section > a.regist > p::before {
    margin-top: 5px;
  }
  main > section > a.regist > p::before else {
    margin-top: 0;
  }
  main > section > a.regist > p::before {
    margin-right: 20px;
  }
  main > section > a.regist > p::before else {
    margin-right: 0;
  }
  main > section > a.prize > p::before {
    width: 28px;
    height: 20px;
  }
  main > section > a.prize > p::before {
    margin-top: 5px;
  }
  main > section > a.prize > p::before else {
    margin-top: 0;
  }
  main > section > a.prize > p::before {
    margin-right: 20px;
  }
  main > section > a.prize > p::before else {
    margin-right: 0;
  }
  main > div#popupImageWrapper > div > div {
    max-width: 1600px;
  }
  main > div#popupImageWrapper > div > div > section > span {
    bottom: 16px;
    left: 21px;
    font-size: 19px;
  }
  main > div#popupImageWrapper > div > div > section > nav {
    width: 107px;
    height: 107px;
  }
  main > div#popupImageWrapper > div > div > section > nav::before {
    background-size: 43px 68px;
  }
  main > div#popupImageWrapper > div > div > div#popupClose {
    width: 55px;
    height: 53px;
  }
  main > div#popupImageWrapper > div > div > div#popupClose {
    top: -67px;
    right: -68px;
  }
}
@media all and (min-width: 1281px) and (max-width: 1920px) {
  header {
    height: 689px;
    background-size: 1920px 689px;
  }
  header > a {
    inset: auto 15px 11px auto;
  }
  header > a {
    width: 298px;
    height: 90px;
  }
  header > a {
    border-radius: 45px;
  }
  header > a else {
    border-radius: 0;
  }
  header > a::before {
    border-radius: 45px;
  }
  header > a::before else {
    border-radius: 0;
  }
  header > a > p {
    font-size: 38px;
  }
  header > a > p else {
    font-size: 0;
  }
  main > section {
    background-position: 0% 0%, 50% 0%;
    background-size: 50px 50px, 1906px 1355px;
  }
  main > section:nth-of-type(1) {
    padding-top: 63px;
  }
  main > section:nth-of-type(1) else {
    padding-top: 0;
  }
  main > section:nth-of-type(1) {
    padding-bottom: 124px;
  }
  main > section:nth-of-type(1) else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(1) > a.regist, main > section:nth-of-type(1) > a.prize, main > section:nth-of-type(1) > a.end {
    margin-top: 77px;
  }
  main > section:nth-of-type(1) > a.regist else, main > section:nth-of-type(1) > a.prize else, main > section:nth-of-type(1) > a.end else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > a.mypage {
    margin-top: 27px;
  }
  main > section:nth-of-type(1) > a.mypage else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > picture {
    width: 446px;
    height: 66px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) {
    margin-top: 110px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    font-size: 28px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    border-bottom-width: 3px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    border-bottom-width: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    padding-bottom: 7px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    font-size: 19px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    margin-top: 36px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    width: 912px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) else {
    width: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    margin-top: 34px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    padding: 25px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p {
    font-size: 18px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span {
    font-size: 20px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(1), main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(2), main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(3) {
    font-size: 25px;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(1) else, main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(2) else, main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(3) else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) {
    background-position: 0% 0%, 50% 67px;
  }
  main > section:nth-of-type(n+2) > a {
    margin-top: 77px;
  }
  main > section:nth-of-type(n+2) > a else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > ol {
    margin-top: 184px;
  }
  main > section:nth-of-type(n+2) > ol else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > ol {
    max-width: 1280px;
  }
  main > section:nth-of-type(n+2) > ol > li {
    width: 603px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(n+3) {
    margin-top: 105px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    font-size: 18px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    margin-bottom: 20px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 else {
    margin-bottom: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    height: 50px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 > span {
    font-size: 15px;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 > span else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > div {
    width: 603px;
    height: 339px;
  }
  main > section:nth-of-type(n+2) > ol > li > div > div.swp1-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp2-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp3-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp4-nav > span {
    width: 12px;
    height: 12px;
  }
  main > section:nth-of-type(n+2) > ol > li picture {
    width: 603px;
    height: 339px;
  }
  main > section:nth-of-type(n+2) > ol > li > p {
    font-size: 14px;
  }
  main > section:nth-of-type(n+2) > ol > li > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    top: -27px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    left: -61px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    width: 92px;
    height: 124px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    top: -27px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    left: -38px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    width: 120px;
    height: 127px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    top: -25px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    left: -52px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    width: 111px;
    height: 126px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    top: -29px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    left: -40px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    width: 108px;
    height: 124px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    top: -19px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    left: -67px;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    width: 121px;
    height: 126px;
  }
  main > section:nth-of-type(n+2) > article {
    margin-top: 156px;
  }
  main > section:nth-of-type(n+2) > article else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > article {
    padding-top: 74px;
  }
  main > section:nth-of-type(n+2) > article else {
    padding-top: 0;
  }
  main > section:nth-of-type(n+2) > article {
    padding-bottom: 110px;
  }
  main > section:nth-of-type(n+2) > article else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(n+2) > article > h3 {
    font-size: 34px;
  }
  main > section:nth-of-type(n+2) > article > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > p {
    font-size: 26px;
  }
  main > section:nth-of-type(n+2) > article > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul {
    width: 1240px;
  }
  main > section:nth-of-type(n+2) > article > ul else {
    width: 0;
  }
  main > section:nth-of-type(n+2) > article > ul {
    margin-top: 98px;
  }
  main > section:nth-of-type(n+2) > article > ul else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    font-size: 18px;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    margin-left: 70px;
  }
  main > section:nth-of-type(n+2) > article > ul > li > picture {
    width: 603px;
    height: 339px;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    font-size: 15px;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    margin-top: 34px;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div > p {
    font-size: 28px;
  }
  main > section:nth-of-type(n+2) > div > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div > ul {
    font-size: 14px;
  }
  main > section:nth-of-type(n+2) > div > ul else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div > ul {
    margin-top: 10px;
  }
  main > section:nth-of-type(n+2) > div > ul else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    width: 950px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    width: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    font-size: 13px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    margin-top: 100px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3 {
    font-size: 20px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before {
    width: 134px;
    height: 4px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before {
    font-size: 20px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div {
    padding-top: 50px;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div else {
    padding-top: 0;
  }
  main > section:nth-of-type(3) {
    padding-top: 88px;
  }
  main > section:nth-of-type(3) else {
    padding-top: 0;
  }
  main > section:nth-of-type(3) > a.regist, main > section:nth-of-type(3) > a.prize, main > section:nth-of-type(3) > a.end {
    margin-top: 138px;
  }
  main > section:nth-of-type(3) > a.regist else, main > section:nth-of-type(3) > a.prize else, main > section:nth-of-type(3) > a.end else {
    margin-top: 0;
  }
  main > section:nth-of-type(3) > a.mypage {
    margin-top: 24px;
  }
  main > section:nth-of-type(3) > a.mypage else {
    margin-top: 0;
  }
  main > section > a.regist, main > section > a.prize, main > section > a.end {
    width: 367px;
    height: 90px;
  }
  main > section > a.regist, main > section > a.prize, main > section > a.end {
    border-radius: 45px;
  }
  main > section > a.regist else, main > section > a.prize else, main > section > a.end else {
    border-radius: 0;
  }
  main > section > a.regist > p, main > section > a.prize > p, main > section > a.end > p {
    font-size: 27px;
  }
  main > section > a.regist > p else, main > section > a.prize > p else, main > section > a.end > p else {
    font-size: 0;
  }
  main > section > a.regist > p::before {
    width: 21px;
    height: 15px;
  }
  main > section > a.regist > p::before {
    margin-top: 4px;
  }
  main > section > a.regist > p::before else {
    margin-top: 0;
  }
  main > section > a.regist > p::before {
    margin-right: 15px;
  }
  main > section > a.regist > p::before else {
    margin-right: 0;
  }
  main > section > a.prize > p::before {
    width: 21px;
    height: 15px;
  }
  main > section > a.prize > p::before {
    margin-top: 4px;
  }
  main > section > a.prize > p::before else {
    margin-top: 0;
  }
  main > section > a.prize > p::before {
    margin-right: 15px;
  }
  main > section > a.prize > p::before else {
    margin-right: 0;
  }
  main > div#popupImageWrapper > div > div {
    max-width: 1200px;
  }
  main > div#popupImageWrapper > div > div > section > span {
    bottom: 12px;
    left: 16px;
    font-size: 14px;
  }
  main > div#popupImageWrapper > div > div > section > nav {
    width: 80px;
    height: 80px;
  }
  main > div#popupImageWrapper > div > div > section > nav::before {
    background-size: 32px 51px;
  }
  main > div#popupImageWrapper > div > div > div#popupClose {
    width: 41px;
    height: 40px;
  }
  main > div#popupImageWrapper > div > div > div#popupClose {
    top: -50px;
    right: -51px;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
  header {
    height: 53.85vw;
    background-size: 150vw 53.85vw;
  }
  header > a {
    inset: auto 1.17vw 0.88vw auto;
  }
  header > a {
    width: 23.26vw;
    height: 7.03vw;
  }
  header > a {
    border-radius: 3.52vw;
  }
  header > a else {
    border-radius: 0;
  }
  header > a::before {
    border-radius: 3.52vw;
  }
  header > a::before else {
    border-radius: 0;
  }
  header > a > p {
    font-size: 2.99vw;
  }
  header > a > p else {
    font-size: 0;
  }
  main > section {
    background-position: 0% 0%, 50% 0%;
    background-size: 50px 50px, 148.89vw 105.88vw;
  }
  main > section:nth-of-type(1) {
    padding-top: 4.92vw;
  }
  main > section:nth-of-type(1) else {
    padding-top: 0;
  }
  main > section:nth-of-type(1) {
    padding-bottom: 9.67vw;
  }
  main > section:nth-of-type(1) else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(1) > a.regist, main > section:nth-of-type(1) > a.prize, main > section:nth-of-type(1) > a.end {
    margin-top: 6.04vw;
  }
  main > section:nth-of-type(1) > a.regist else, main > section:nth-of-type(1) > a.prize else, main > section:nth-of-type(1) > a.end else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > a.mypage {
    margin-top: 2.11vw;
  }
  main > section:nth-of-type(1) > a.mypage else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > picture {
    width: 34.86vw;
    height: 5.16vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) {
    margin-top: 8.61vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    font-size: 2.17vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    border-bottom-width: 0.23vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    border-bottom-width: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    padding-bottom: 0.53vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    font-size: 1.46vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    margin-top: 2.81vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    width: 71.25vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) else {
    width: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    margin-top: 2.64vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    padding: 1.93vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p {
    font-size: 1.41vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span {
    font-size: 1.58vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(1), main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(2), main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(3) {
    font-size: 1.93vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(1) else, main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(2) else, main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(3) else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) {
    background-position: 0% 0%, 50% 5.21vw;
  }
  main > section:nth-of-type(n+2) > a {
    margin-top: 6.04vw;
  }
  main > section:nth-of-type(n+2) > a else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > ol {
    margin-top: 14.36vw;
  }
  main > section:nth-of-type(n+2) > ol else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > ol {
    max-width: 100.02vw;
  }
  main > section:nth-of-type(n+2) > ol > li {
    width: 47.11vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(n+3) {
    margin-top: 8.2vw;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    font-size: 1.41vw;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    margin-bottom: 1.58vw;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 else {
    margin-bottom: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    height: 3.93vw;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 > span {
    font-size: 1.17vw;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 > span else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > div {
    width: 47.11vw;
    height: 26.48vw;
  }
  main > section:nth-of-type(n+2) > ol > li > div > div.swp1-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp2-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp3-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp4-nav > span {
    width: 0.94vw;
    height: 0.94vw;
  }
  main > section:nth-of-type(n+2) > ol > li picture {
    width: 47.11vw;
    height: 26.48vw;
  }
  main > section:nth-of-type(n+2) > ol > li > p {
    font-size: 1.11vw;
  }
  main > section:nth-of-type(n+2) > ol > li > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    top: -2.11vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    left: -4.75vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    width: 7.21vw;
    height: 9.67vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    top: -2.11vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    left: -2.99vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    width: 9.38vw;
    height: 9.9vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    top: -1.93vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    left: -4.04vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    width: 8.67vw;
    height: 9.84vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    top: -2.29vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    left: -3.11vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    width: 8.44vw;
    height: 9.67vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    top: -1.46vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    left: -5.21vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    width: 9.43vw;
    height: 9.84vw;
  }
  main > section:nth-of-type(n+2) > article {
    margin-top: 12.19vw;
  }
  main > section:nth-of-type(n+2) > article else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > article {
    padding-top: 5.8vw;
  }
  main > section:nth-of-type(n+2) > article else {
    padding-top: 0;
  }
  main > section:nth-of-type(n+2) > article {
    padding-bottom: 8.61vw;
  }
  main > section:nth-of-type(n+2) > article else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(n+2) > article > h3 {
    font-size: 2.64vw;
  }
  main > section:nth-of-type(n+2) > article > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > p {
    font-size: 2.05vw;
  }
  main > section:nth-of-type(n+2) > article > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul {
    width: 96.86vw;
  }
  main > section:nth-of-type(n+2) > article > ul else {
    width: 0;
  }
  main > section:nth-of-type(n+2) > article > ul {
    margin-top: 7.68vw;
  }
  main > section:nth-of-type(n+2) > article > ul else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    font-size: 1.41vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    margin-left: 5.45vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li > picture {
    width: 47.11vw;
    height: 26.48vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    font-size: 1.17vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    margin-top: 2.64vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div > p {
    font-size: 2.17vw;
  }
  main > section:nth-of-type(n+2) > div > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div > ul {
    font-size: 1.11vw;
  }
  main > section:nth-of-type(n+2) > div > ul else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div > ul {
    margin-top: 0.76vw;
  }
  main > section:nth-of-type(n+2) > div > ul else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    width: 74.24vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    width: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    font-size: 1vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    margin-top: 7.79vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3 {
    font-size: 1.58vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before {
    width: 10.49vw;
    height: 0.29vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before {
    font-size: 1.58vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div {
    padding-top: 3.93vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div else {
    padding-top: 0;
  }
  main > section:nth-of-type(3) {
    padding-top: 6.86vw;
  }
  main > section:nth-of-type(3) else {
    padding-top: 0;
  }
  main > section:nth-of-type(3) > a.regist, main > section:nth-of-type(3) > a.prize, main > section:nth-of-type(3) > a.end {
    margin-top: 10.78vw;
  }
  main > section:nth-of-type(3) > a.regist else, main > section:nth-of-type(3) > a.prize else, main > section:nth-of-type(3) > a.end else {
    margin-top: 0;
  }
  main > section:nth-of-type(3) > a.mypage {
    margin-top: 1.88vw;
  }
  main > section:nth-of-type(3) > a.mypage else {
    margin-top: 0;
  }
  main > section > a.regist, main > section > a.prize, main > section > a.end {
    width: 28.65vw;
    height: 7.03vw;
  }
  main > section > a.regist, main > section > a.prize, main > section > a.end {
    border-radius: 3.52vw;
  }
  main > section > a.regist else, main > section > a.prize else, main > section > a.end else {
    border-radius: 0;
  }
  main > section > a.regist > p, main > section > a.prize > p, main > section > a.end > p {
    font-size: 2.11vw;
  }
  main > section > a.regist > p else, main > section > a.prize > p else, main > section > a.end > p else {
    font-size: 0;
  }
  main > section > a.regist > p::before {
    width: 1.64vw;
    height: 1.17vw;
  }
  main > section > a.regist > p::before {
    margin-top: 0.29vw;
  }
  main > section > a.regist > p::before else {
    margin-top: 0;
  }
  main > section > a.regist > p::before {
    margin-right: 1.17vw;
  }
  main > section > a.regist > p::before else {
    margin-right: 0;
  }
  main > section > a.prize > p::before {
    width: 1.64vw;
    height: 1.17vw;
  }
  main > section > a.prize > p::before {
    margin-top: 0.29vw;
  }
  main > section > a.prize > p::before else {
    margin-top: 0;
  }
  main > section > a.prize > p::before {
    margin-right: 1.17vw;
  }
  main > section > a.prize > p::before else {
    margin-right: 0;
  }
  main > div#popupImageWrapper > div > div {
    max-width: 93.75vw;
  }
  main > div#popupImageWrapper > div > div > section > span {
    bottom: 0.94vw;
    left: 1.23vw;
    font-size: 1.11vw;
  }
  main > div#popupImageWrapper > div > div > section > nav {
    width: 6.27vw;
    height: 6.27vw;
  }
  main > div#popupImageWrapper > div > div > section > nav::before {
    background-size: 2.52vw 3.98vw;
  }
  main > div#popupImageWrapper > div > div > div#popupClose {
    width: 3.22vw;
    height: 3.11vw;
  }
  main > div#popupImageWrapper > div > div > div#popupClose {
    top: -3.93vw;
    right: -3.98vw;
  }
}
@media all and (min-width: 768px) {
  header {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/header/top_pc.jpg");
  }
  header > a:hover > p:nth-child(1) {
    width: 1.6em;
  }
  header > a:hover > p:nth-child(2) {
    width: 2.8em;
  }
  main {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/bg_ptrn_2.png");
    background-position: 0% 0%;
    background-size: 8px 8px;
    background-repeat: repeat;
  }
  main > section {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/bg_ptrn_1.png"), url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/pc/bg_ptrn.png");
    background-repeat: repeat, no-repeat;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    letter-spacing: 0.15em;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    line-height: 2.78;
    letter-spacing: 0.075em;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p {
    line-height: 1.94;
    letter-spacing: 0.07em;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p:nth-child(3) {
    margin-top: 0.75em;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span {
    margin: 0 0.4rem;
  }
  main > section:nth-of-type(n+2) > ol {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  main > section:nth-of-type(n+2) > ol > li > div > div.swp1-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp2-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp3-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp4-nav > span {
    border: 2px solid #182033;
  }
  main > section:nth-of-type(n+2) > ol > li > div > div > picture {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  main > section:nth-of-type(n+2) > ol > li > div > button {
    z-index: -1;
  }
  main > section:nth-of-type(n+2) > ol > li picture {
    cursor: pointer;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/pc/num_1.png");
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/pc/num_2.png");
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/pc/num_3.png");
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/pc/num_4.png");
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/pc/num_5.png");
  }
  main > section:nth-of-type(n+2) > article > h3 {
    letter-spacing: 0.28em;
  }
  main > section:nth-of-type(n+2) > article > p {
    letter-spacing: 0.04em;
  }
  main > section:nth-of-type(n+2) > article > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    line-height: 1.78;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    line-height: 1.6;
  }
  main > section:nth-of-type(n+2) > div {
    display: block;
  }
  main > section:nth-of-type(n+2) > div > p > br {
    display: none;
    visibility: hidden;
  }
  main > section:nth-of-type(n+2) > div > ul {
    margin-right: auto;
    margin-left: auto;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    line-height: 1.85;
    letter-spacing: 0.01em;
  }
  main > section > a.regist > p::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/pc/btn_arrow.png");
  }
  main > section > a.prize > p::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/pc/btn_arrow.png");
  }
  main > div#popupImageWrapper {
    display: none;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  main > div#popupImageWrapper > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  main > div#popupImageWrapper > div > div {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
    margin: auto;
    background-color: #000;
  }
  main > div#popupImageWrapper > div > div::before {
    display: block;
    padding-top: 56.22%;
    content: "";
  }
  main > div#popupImageWrapper > div > div > section {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main > div#popupImageWrapper > div > div > section:nth-of-type(n+2) {
    display: none;
  }
  main > div#popupImageWrapper > div > div > section:not(:nth-of-type(4)) > img:nth-of-type(n+2) {
    display: none;
  }
  main > div#popupImageWrapper > div > div > section > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main > div#popupImageWrapper > div > div > section > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191919;
    line-height: 1.86;
    letter-spacing: 0.07em;
  }
  main > div#popupImageWrapper > div > div > section > span::before {
    content: "Front";
  }
  main > div#popupImageWrapper > div > div > section > span::after {
    content: "Back";
  }
  main > div#popupImageWrapper > div > div > section > span.front::after {
    opacity: 0.55;
  }
  main > div#popupImageWrapper > div > div > section > span.back::before {
    opacity: 0.55;
  }
  main > div#popupImageWrapper > div > div > section > nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  main > div#popupImageWrapper > div > div > section > nav::before {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/presentimages/arrow.png");
    background-position: 60% 50%;
    background-repeat: no-repeat;
    content: "";
  }
  main > div#popupImageWrapper > div > div > section > nav:nth-of-type(1) {
    left: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  main > div#popupImageWrapper > div > div > section > nav:nth-of-type(2) {
    right: 0;
  }
  main > div#popupImageWrapper > div > div > section > nav:hover {
    opacity: 1;
  }
  main > div#popupImageWrapper > div > div > div#popupClose {
    display: block;
    z-index: 1;
    position: absolute;
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/presentimages/close.png");
    background-position: 0% 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
  }
}
@media all and (max-width: 767px) {
  header {
    height: 134.07vw;
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/header/top_sp.jpg");
  }
  header > a {
    inset: auto 0.74vw 1.85vw auto;
  }
  header > a {
    width: 44.44vw;
    height: 13.15vw;
  }
  header > a {
    border-radius: 8.8vw;
  }
  header > a else {
    border-radius: 0;
  }
  header > a::before {
    border-radius: 8.8vw;
  }
  header > a::before else {
    border-radius: 0;
  }
  header > a > p {
    font-size: 5.65vw;
  }
  header > a > p else {
    font-size: 0;
  }
  main {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/bg_ptrn_1.png"), url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/sp/bg_ptrn.png"), url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/bg_ptrn_2.png");
    background-position: 0% 0%, 0% 0%, 0% 0%;
    background-size: 4.63vw 4.63vw, 100% auto, 0.74vw 0.74vw;
    background-repeat: repeat, repeat-y, repeat;
  }
  main > section:nth-of-type(1) {
    padding-top: 12.04vw;
  }
  main > section:nth-of-type(1) else {
    padding-top: 0;
  }
  main > section:nth-of-type(1) {
    padding-bottom: 31.39vw;
  }
  main > section:nth-of-type(1) else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(1) > a.regist, main > section:nth-of-type(1) > a.prize, main > section:nth-of-type(1) > a.end {
    margin-top: 15.74vw;
  }
  main > section:nth-of-type(1) > a.regist else, main > section:nth-of-type(1) > a.prize else, main > section:nth-of-type(1) > a.end else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > a.mypage {
    margin-top: 7.41vw;
  }
  main > section:nth-of-type(1) > a.mypage else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > picture {
    width: 81.76vw;
    height: 12.5vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) {
    margin-top: 13.89vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    font-size: 4.44vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    border-bottom-width: 0.56vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    border-bottom-width: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    padding-bottom: 1.85vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h3 {
    letter-spacing: 0.03em;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    font-size: 2.96vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    margin-top: 6.48vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(1) > h4 {
    line-height: 2.65;
    letter-spacing: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    width: 85.74vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) else {
    width: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    margin-top: 9.26vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) else {
    margin-top: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) {
    padding: 3.7vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p {
    font-size: 2.96vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p else {
    font-size: 0;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p {
    -webkit-font-feature-settings: "palt";
    line-height: 1.93;
    font-feature-settings: "palt";
    letter-spacing: 0;
    text-align: justify;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > br {
    display: none;
    visibility: hidden;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span {
    margin: 0 0.2rem;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(1), main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(2), main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(3) {
    font-size: 4.07vw;
  }
  main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(1) else, main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(2) else, main > section:nth-of-type(1) > div:nth-of-type(2) > p > span > span:nth-of-type(3) else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > a {
    margin-top: 24.07vw;
  }
  main > section:nth-of-type(n+2) > a else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > ol {
    margin-top: 13.89vw;
  }
  main > section:nth-of-type(n+2) > ol else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85.65vw;
  }
  main > section:nth-of-type(n+2) > ol > li {
    width: 100%;
  }
  main > section:nth-of-type(n+2) > ol > li:not(:first-of-type) {
    margin-top: 12.96vw;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    font-size: 3.43vw;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    margin-bottom: 2.78vw;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 else {
    margin-bottom: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 {
    width: 73.15vw;
    line-height: 1.2;
    letter-spacing: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 > span {
    font-size: 2.87vw;
  }
  main > section:nth-of-type(n+2) > ol > li > h5 > span else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > div {
    width: 85.65vw;
    height: 48.15vw;
  }
  main > section:nth-of-type(n+2) > ol > li > div > div.swp1-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp2-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp3-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp4-nav > span {
    width: 2.04vw;
    height: 2.04vw;
  }
  main > section:nth-of-type(n+2) > ol > li > div > div.swp1-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp2-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp3-nav > span, main > section:nth-of-type(n+2) > ol > li > div > div.swp4-nav > span {
    border: 0.19vw solid #182033;
  }
  main > section:nth-of-type(n+2) > ol > li > div > div > picture {
    width: 85.65vw;
    height: 48.15vw;
  }
  main > section:nth-of-type(n+2) > ol > li > div > button {
    width: 2.78vw;
    height: 6.2vw;
  }
  main > section:nth-of-type(n+2) > ol > li > div > button {
    display: block;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding: 0;
    border: none;
    background: none;
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/presentimages/sp/arrow.png");
    background-position: 0% 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: inherit;
    font: inherit;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  main > section:nth-of-type(n+2) > ol > li > div > button:nth-of-type(1) {
    left: 2.78vw;
  }
  main > section:nth-of-type(n+2) > ol > li > div > button:nth-of-type(2) {
    right: 2.78vw;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  main > section:nth-of-type(n+2) > ol > li > div > button.swiper-button-disabled {
    opacity: 0;
  }
  main > section:nth-of-type(n+2) > ol > li picture {
    width: 100%;
    height: 48.15vw;
  }
  main > section:nth-of-type(n+2) > ol > li > p {
    font-size: 3.15vw;
  }
  main > section:nth-of-type(n+2) > ol > li > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > ol > li > p {
    line-height: 1.17;
    text-align: left;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    top: -2.5vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    left: -6.48vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    width: 11.57vw;
    height: 15.83vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(1)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/sp/num_1.png");
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    top: -2.13vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    left: -7.22vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    width: 15.19vw;
    height: 16.02vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(2)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/sp/num_2.png");
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    top: -2.04vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    left: -6.11vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    width: 14.07vw;
    height: 16.02vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(3)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/sp/num_3.png");
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    top: -6.11vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    left: -5.83vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    width: 13.8vw;
    height: 15.83vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(4)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/sp/num_4.png");
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    top: -1.39vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before else {
    top: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    left: -5.65vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before else {
    left: 0;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    width: 15.37vw;
    height: 16.02vw;
  }
  main > section:nth-of-type(n+2) > ol > li:nth-child(5)::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/sp/num_5.png");
  }
  main > section:nth-of-type(n+2) > article {
    margin-top: 35.93vw;
  }
  main > section:nth-of-type(n+2) > article else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > article {
    padding-top: 14.26vw;
  }
  main > section:nth-of-type(n+2) > article else {
    padding-top: 0;
  }
  main > section:nth-of-type(n+2) > article {
    padding-bottom: 21.3vw;
  }
  main > section:nth-of-type(n+2) > article else {
    padding-bottom: 0;
  }
  main > section:nth-of-type(n+2) > article > h3 {
    font-size: 5.56vw;
  }
  main > section:nth-of-type(n+2) > article > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > h3 {
    letter-spacing: 0.08em;
  }
  main > section:nth-of-type(n+2) > article > p {
    font-size: 5vw;
  }
  main > section:nth-of-type(n+2) > article > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > p {
    letter-spacing: 0;
  }
  main > section:nth-of-type(n+2) > article > ul {
    width: 85.74vw;
  }
  main > section:nth-of-type(n+2) > article > ul else {
    width: 0;
  }
  main > section:nth-of-type(n+2) > article > ul {
    margin-top: 14.44vw;
  }
  main > section:nth-of-type(n+2) > article > ul else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > article > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    font-size: 3.15vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    -webkit-font-feature-settings: "palt";
    line-height: 1.62;
    font-feature-settings: "palt";
    text-align: justify;
  }
  main > section:nth-of-type(n+2) > article > ul > li:nth-child(2) {
    margin-top: 6.85vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li > picture {
    width: 85.65vw;
    height: 48.15vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    font-size: 3.15vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    margin-top: 9.81vw;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > article > ul > li > ul.list_notice {
    line-height: 1.47;
  }
  main > section:nth-of-type(n+2) > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  main > section:nth-of-type(n+2) > div > p {
    font-size: 4.44vw;
  }
  main > section:nth-of-type(n+2) > div > p else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div > p {
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
  main > section:nth-of-type(n+2) > div > ul {
    font-size: 2.59vw;
  }
  main > section:nth-of-type(n+2) > div > ul else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div > ul {
    margin-top: 1.85vw;
  }
  main > section:nth-of-type(n+2) > div > ul else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    width: 85.56vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    width: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    font-size: 2.59vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    margin-top: 31.48vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper else {
    margin-top: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper {
    line-height: 1.89;
    letter-spacing: 0.02em;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3 {
    font-size: 4.17vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3 else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before {
    width: 27.31vw;
    height: 0.93vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before {
    font-size: 4.17vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > h3::before else {
    font-size: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div {
    padding-top: 10.19vw;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div else {
    padding-top: 0;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div > p > br {
    display: none;
    visibility: hidden;
  }
  main > section:nth-of-type(n+2) > div#notes_wrapper > div > ul {
    text-align: justify;
  }
  main > section:nth-of-type(3) {
    padding-top: 22.59vw;
  }
  main > section:nth-of-type(3) else {
    padding-top: 0;
  }
  main > section:nth-of-type(3) > a.regist, main > section:nth-of-type(3) > a.prize, main > section:nth-of-type(3) > a.end {
    margin-top: 17.22vw;
  }
  main > section:nth-of-type(3) > a.regist else, main > section:nth-of-type(3) > a.prize else, main > section:nth-of-type(3) > a.end else {
    margin-top: 0;
  }
  main > section:nth-of-type(3) > a.mypage {
    margin-top: 7.22vw;
  }
  main > section:nth-of-type(3) > a.mypage else {
    margin-top: 0;
  }
  main > section > a.regist, main > section > a.prize, main > section > a.end {
    width: 84.35vw;
    height: 18.52vw;
  }
  main > section > a.regist, main > section > a.prize, main > section > a.end {
    border-radius: 8.8vw;
  }
  main > section > a.regist else, main > section > a.prize else, main > section > a.end else {
    border-radius: 0;
  }
  main > section > a.regist > p, main > section > a.prize > p, main > section > a.end > p {
    font-size: 5.56vw;
  }
  main > section > a.regist > p else, main > section > a.prize > p else, main > section > a.end > p else {
    font-size: 0;
  }
  main > section > a.regist > p::before {
    width: 4.35vw;
    height: 3.24vw;
  }
  main > section > a.regist > p::before {
    margin-top: 0.93vw;
  }
  main > section > a.regist > p::before else {
    margin-top: 0;
  }
  main > section > a.regist > p::before {
    margin-right: 4.44vw;
  }
  main > section > a.regist > p::before else {
    margin-right: 0;
  }
  main > section > a.regist > p::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/sp/btn_arrow.png");
  }
  main > section > a.prize > p::before {
    width: 4.35vw;
    height: 3.24vw;
  }
  main > section > a.prize > p::before {
    margin-top: 0.93vw;
  }
  main > section > a.prize > p::before else {
    margin-top: 0;
  }
  main > section > a.prize > p::before {
    margin-right: 4.44vw;
  }
  main > section > a.prize > p::before else {
    margin-right: 0;
  }
  main > section > a.prize > p::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/top/sp/btn_arrow.png");
  }
  main > div#popupImageWrapper {
    display: none;
    visibility: hidden;
  }
}