@charset "UTF-8";

header {
  background-color: #7e7558;
}
header > a {
  display: block;
  position: absolute;
  margin: auto;
  inset: 0 0 0 0;
}

main > section > h3 {
  display: inline-block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid;
  border-bottom-color: #b6a887;
  border-collapse: collapse;
  color: #b6a887;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main > section > div > ul.list_notice {
  font-size: 0.9em;
}
main > section > form {
  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;
}
main > section > form > p {
  line-height: 1;
}
main > section > form > div {
  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;
  align-items: flex-start;
  text-align: left;
}
main > section > form > div > p.chkErr {
  min-height: 1.4em;
  margin-top: 0.4em;
  color: #FEB21A;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
main > section > form > div:nth-of-type(1) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main > section > form > div:nth-of-type(1) > input {
  padding: 0.6em 0 0.6em 1em;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ada293;
}
main > section > form > div:nth-of-type(1) > input.chkErr {
  border: 1px solid #aa8250;
  background-color: #ffc6c6;
}
main > section > form > div:nth-of-type(1) > h3 {
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
main > section > form > div:nth-of-type(2) > div {
  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;
  align-items: center;
  background-color: #2a3e75;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
main > section > form > div:nth-of-type(2) > div > span {
  display: block;
  position: relative;
}
main > section > form > div:nth-of-type(2) > div > span::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
main > section > form > div:nth-of-type(2) > div > p {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}
main > section > form > div:nth-of-type(2) > div > input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  background-color: transparent;
  cursor: pointer;
}
main > section > form > div:nth-of-type(2) > div + p.chkErr {
  max-width: 89.63vw;
}
main > section > form > div:nth-of-type(2) > input[type=submit] {
  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;
  background-color: #d34529;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.08em;
  -webkit-transition: background-color 0.3s ease;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
main > section > form > div:nth-of-type(2) > input[type=submit]:hover {
  background-color: #ca6522;
}
main > section > form > div:nth-of-type(2) > input[type=submit] + p.chkErr {
  max-width: 89.63vw;
}
main > section > form > div:nth-of-type(2) > a {
  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;
  color: #edea12;
  text-decoration: none;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main > section > form > div:nth-of-type(2) > a:not(:first-of-type) {
  margin-top: 0.5em;
}
main > section > form > div:nth-of-type(2) > a > p::before {
  content: "> ";
}
main > section > a#lnk_go2top {
  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;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
main > section > a#lnk_go2top::before {
  margin-right: 0.5em;
  content: "＞";
}
main > section > a#lnk_go2myp {
  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;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
main > section > a#lnk_go2myp::before {
  margin-right: 0.5em;
  content: "＞";
}
main > section > a#lnk_cancel {
  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;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media all and (min-width: 1921px) {
  main {
    background-position: 0% 0%, 50% 89px, 0% 0%;
    background-size: 50px 50px, 2541px 1807px, 8px 8px;
  }
  header {
    height: 336px;
    background-size: 2560px 336px;
  }
  header > a {
    width: 797px;
    height: 229px;
  }
  main > section > h3 {
    font-size: 39px;
  }
  main > section > h3 else {
    font-size: 0;
  }
  main > section > h3 {
    border-bottom-width: 3px;
  }
  main > section > h3 else {
    border-bottom-width: 0;
  }
  main > section > h3 {
    margin-top: 112px;
  }
  main > section > h3 else {
    margin-top: 0;
  }
  main > section > h3 {
    padding-bottom: 20px;
  }
  main > section > h3 else {
    padding-bottom: 0;
  }
  main > section > div.cmn_style.cntr {
    width: 997px;
  }
  main > section > form > p {
    max-width: 701px;
  }
  main > section > form > p else {
    max-width: 0;
  }
  main > section > form > p {
    font-size: 20px;
  }
  main > section > form > p else {
    font-size: 0;
  }
  main > section > form > p {
    margin-top: 40px;
  }
  main > section > form > p else {
    margin-top: 0;
  }
  main > section > form > div > p.chkErr {
    font-size: 16px;
  }
  main > section > form > div > p.chkErr else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) {
    padding-top: 85px;
  }
  main > section > form > div:nth-of-type(1) else {
    padding-top: 0;
  }
  main > section > form > div:nth-of-type(1) > input {
    font-size: 16px;
  }
  main > section > form > div:nth-of-type(1) > input else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) > input {
    width: 533px;
  }
  main > section > form > div:nth-of-type(1) > input[type=email], main > section > form > div:nth-of-type(1) > input[type=password] {
    margin-top: 13px;
  }
  main > section > form > div:nth-of-type(1) > input[type=email] else, main > section > form > div:nth-of-type(1) > input[type=password] else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(1) > h3 {
    font-size: 20px;
  }
  main > section > form > div:nth-of-type(1) > h3 else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) > h3:not(:first-of-type) {
    margin-top: 37px;
  }
  main > section > form > div:nth-of-type(1) > h3:not(:first-of-type) else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > div {
    width: 701px;
    height: 99px;
  }
  main > section > form > div:nth-of-type(2) > div {
    margin-top: 104px;
  }
  main > section > form > div:nth-of-type(2) > div else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > div > span {
    width: 27px;
    height: 32px;
  }
  main > section > form > div:nth-of-type(2) > div > span {
    margin-right: 24px;
  }
  main > section > form > div:nth-of-type(2) > div > span else {
    margin-right: 0;
  }
  main > section > form > div:nth-of-type(2) > div > p {
    font-size: 32px;
  }
  main > section > form > div:nth-of-type(2) > div > p else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    width: 701px;
    height: 99px;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    font-size: 36px;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    margin-top: 104px;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > a {
    font-size: 19px;
  }
  main > section > form > div:nth-of-type(2) > a else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > a:first-of-type {
    margin-top: 35px;
  }
  main > section > form > div:nth-of-type(2) > a:first-of-type else {
    margin-top: 0;
  }
  main > section > a#lnk_go2top {
    width: 477px;
    height: 107px;
  }
  main > section > a#lnk_go2top {
    font-size: 33px;
  }
  main > section > a#lnk_go2top else {
    font-size: 0;
  }
  main > section > a#lnk_go2top {
    margin-top: 173px;
  }
  main > section > a#lnk_go2top else {
    margin-top: 0;
  }
  main > section > a#lnk_go2top {
    border-width: 3px;
  }
  main > section > a#lnk_go2top else {
    border-width: 0;
  }
  main > section > a#lnk_go2myp {
    width: 413px;
    height: 88px;
  }
  main > section > a#lnk_go2myp {
    font-size: 29px;
  }
  main > section > a#lnk_go2myp else {
    font-size: 0;
  }
  main > section > a#lnk_go2myp {
    margin-top: 53px;
  }
  main > section > a#lnk_go2myp else {
    margin-top: 0;
  }
  main > section > a#lnk_go2myp {
    border-width: 3px;
  }
  main > section > a#lnk_go2myp else {
    border-width: 0;
  }
  main > section > a#lnk_cancel {
    width: 701px;
    height: 99px;
  }
  main > section > a#lnk_cancel {
    font-size: 32px;
  }
  main > section > a#lnk_cancel else {
    font-size: 0;
  }
  main > section > a#lnk_cancel {
    margin-top: 173px;
  }
  main > section > a#lnk_cancel else {
    margin-top: 0;
  }
  main > section > a#lnk_cancel {
    border-width: 3px;
  }
  main > section > a#lnk_cancel else {
    border-width: 0;
  }
}
@media all and (min-width: 1281px) and (max-width: 1920px) {
  main {
    background-position: 0% 0%, 50% 67px, 0% 0%;
    background-size: 50px 50px, 1906px 1355px, 8px 8px;
  }
  header {
    height: 252px;
    background-size: 1920px 252px;
  }
  header > a {
    width: 598px;
    height: 172px;
  }
  main > section > h3 {
    font-size: 29px;
  }
  main > section > h3 else {
    font-size: 0;
  }
  main > section > h3 {
    border-bottom-width: 2px;
  }
  main > section > h3 else {
    border-bottom-width: 0;
  }
  main > section > h3 {
    margin-top: 84px;
  }
  main > section > h3 else {
    margin-top: 0;
  }
  main > section > h3 {
    padding-bottom: 15px;
  }
  main > section > h3 else {
    padding-bottom: 0;
  }
  main > section > div.cmn_style.cntr {
    width: 748px;
  }
  main > section > form > p {
    max-width: 526px;
  }
  main > section > form > p else {
    max-width: 0;
  }
  main > section > form > p {
    font-size: 15px;
  }
  main > section > form > p else {
    font-size: 0;
  }
  main > section > form > p {
    margin-top: 30px;
  }
  main > section > form > p else {
    margin-top: 0;
  }
  main > section > form > div > p.chkErr {
    font-size: 12px;
  }
  main > section > form > div > p.chkErr else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) {
    padding-top: 64px;
  }
  main > section > form > div:nth-of-type(1) else {
    padding-top: 0;
  }
  main > section > form > div:nth-of-type(1) > input {
    font-size: 12px;
  }
  main > section > form > div:nth-of-type(1) > input else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) > input {
    width: 400px;
  }
  main > section > form > div:nth-of-type(1) > input[type=email], main > section > form > div:nth-of-type(1) > input[type=password] {
    margin-top: 10px;
  }
  main > section > form > div:nth-of-type(1) > input[type=email] else, main > section > form > div:nth-of-type(1) > input[type=password] else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(1) > h3 {
    font-size: 15px;
  }
  main > section > form > div:nth-of-type(1) > h3 else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) > h3:not(:first-of-type) {
    margin-top: 28px;
  }
  main > section > form > div:nth-of-type(1) > h3:not(:first-of-type) else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > div {
    width: 526px;
    height: 74px;
  }
  main > section > form > div:nth-of-type(2) > div {
    margin-top: 78px;
  }
  main > section > form > div:nth-of-type(2) > div else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > div > span {
    width: 20px;
    height: 24px;
  }
  main > section > form > div:nth-of-type(2) > div > span {
    margin-right: 18px;
  }
  main > section > form > div:nth-of-type(2) > div > span else {
    margin-right: 0;
  }
  main > section > form > div:nth-of-type(2) > div > p {
    font-size: 24px;
  }
  main > section > form > div:nth-of-type(2) > div > p else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    width: 526px;
    height: 74px;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    font-size: 27px;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    margin-top: 78px;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > a {
    font-size: 14px;
  }
  main > section > form > div:nth-of-type(2) > a else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > a:first-of-type {
    margin-top: 26px;
  }
  main > section > form > div:nth-of-type(2) > a:first-of-type else {
    margin-top: 0;
  }
  main > section > a#lnk_go2top {
    width: 358px;
    height: 80px;
  }
  main > section > a#lnk_go2top {
    font-size: 25px;
  }
  main > section > a#lnk_go2top else {
    font-size: 0;
  }
  main > section > a#lnk_go2top {
    margin-top: 130px;
  }
  main > section > a#lnk_go2top else {
    margin-top: 0;
  }
  main > section > a#lnk_go2top {
    border-width: 2px;
  }
  main > section > a#lnk_go2top else {
    border-width: 0;
  }
  main > section > a#lnk_go2myp {
    width: 310px;
    height: 66px;
  }
  main > section > a#lnk_go2myp {
    font-size: 22px;
  }
  main > section > a#lnk_go2myp else {
    font-size: 0;
  }
  main > section > a#lnk_go2myp {
    margin-top: 40px;
  }
  main > section > a#lnk_go2myp else {
    margin-top: 0;
  }
  main > section > a#lnk_go2myp {
    border-width: 2px;
  }
  main > section > a#lnk_go2myp else {
    border-width: 0;
  }
  main > section > a#lnk_cancel {
    width: 526px;
    height: 74px;
  }
  main > section > a#lnk_cancel {
    font-size: 24px;
  }
  main > section > a#lnk_cancel else {
    font-size: 0;
  }
  main > section > a#lnk_cancel {
    margin-top: 130px;
  }
  main > section > a#lnk_cancel else {
    margin-top: 0;
  }
  main > section > a#lnk_cancel {
    border-width: 2px;
  }
  main > section > a#lnk_cancel else {
    border-width: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
  main {
    background-position: 0% 0%, 50% 5.21vw, 0% 0%;
    background-size: 50px 50px, 148.89vw 105.88vw, 8px 8px;
  }
  header {
    height: 19.69vw;
    background-size: 150vw 19.69vw;
  }
  header > a {
    width: 46.7vw;
    height: 13.42vw;
  }
  main > section > h3 {
    font-size: 2.29vw;
  }
  main > section > h3 else {
    font-size: 0;
  }
  main > section > h3 {
    border-bottom-width: 0.18vw;
  }
  main > section > h3 else {
    border-bottom-width: 0;
  }
  main > section > h3 {
    margin-top: 6.56vw;
  }
  main > section > h3 else {
    margin-top: 0;
  }
  main > section > h3 {
    padding-bottom: 1.17vw;
  }
  main > section > h3 else {
    padding-bottom: 0;
  }
  main > section > div.cmn_style.cntr {
    width: 58.42vw;
  }
  main > section > form > p {
    max-width: 41.07vw;
  }
  main > section > form > p else {
    max-width: 0;
  }
  main > section > form > p {
    font-size: 1.17vw;
  }
  main > section > form > p else {
    font-size: 0;
  }
  main > section > form > p {
    margin-top: 2.34vw;
  }
  main > section > form > p else {
    margin-top: 0;
  }
  main > section > form > div > p.chkErr {
    font-size: 0.94vw;
  }
  main > section > form > div > p.chkErr else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) {
    padding-top: 4.98vw;
  }
  main > section > form > div:nth-of-type(1) else {
    padding-top: 0;
  }
  main > section > form > div:nth-of-type(1) > input {
    font-size: 0.94vw;
  }
  main > section > form > div:nth-of-type(1) > input else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) > input {
    width: 31.23vw;
  }
  main > section > form > div:nth-of-type(1) > input[type=email], main > section > form > div:nth-of-type(1) > input[type=password] {
    margin-top: 0.76vw;
  }
  main > section > form > div:nth-of-type(1) > input[type=email] else, main > section > form > div:nth-of-type(1) > input[type=password] else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(1) > h3 {
    font-size: 1.17vw;
  }
  main > section > form > div:nth-of-type(1) > h3 else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) > h3:not(:first-of-type) {
    margin-top: 2.17vw;
  }
  main > section > form > div:nth-of-type(1) > h3:not(:first-of-type) else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > div {
    width: 41.07vw;
    height: 5.8vw;
  }
  main > section > form > div:nth-of-type(2) > div {
    margin-top: 6.09vw;
  }
  main > section > form > div:nth-of-type(2) > div else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > div > span {
    width: 1.58vw;
    height: 1.88vw;
  }
  main > section > form > div:nth-of-type(2) > div > span {
    margin-right: 1.41vw;
  }
  main > section > form > div:nth-of-type(2) > div > span else {
    margin-right: 0;
  }
  main > section > form > div:nth-of-type(2) > div > p {
    font-size: 1.88vw;
  }
  main > section > form > div:nth-of-type(2) > div > p else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    width: 41.07vw;
    height: 5.8vw;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    font-size: 2.11vw;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    margin-top: 6.09vw;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > a {
    font-size: 1.11vw;
  }
  main > section > form > div:nth-of-type(2) > a else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > a:first-of-type {
    margin-top: 2.05vw;
  }
  main > section > form > div:nth-of-type(2) > a:first-of-type else {
    margin-top: 0;
  }
  main > section > a#lnk_go2top {
    width: 27.95vw;
    height: 6.27vw;
  }
  main > section > a#lnk_go2top {
    font-size: 1.93vw;
  }
  main > section > a#lnk_go2top else {
    font-size: 0;
  }
  main > section > a#lnk_go2top {
    margin-top: 10.14vw;
  }
  main > section > a#lnk_go2top else {
    margin-top: 0;
  }
  main > section > a#lnk_go2top {
    border-width: 0.18vw;
  }
  main > section > a#lnk_go2top else {
    border-width: 0;
  }
  main > section > a#lnk_go2myp {
    width: 24.2vw;
    height: 5.16vw;
  }
  main > section > a#lnk_go2myp {
    font-size: 1.7vw;
  }
  main > section > a#lnk_go2myp else {
    font-size: 0;
  }
  main > section > a#lnk_go2myp {
    margin-top: 3.11vw;
  }
  main > section > a#lnk_go2myp else {
    margin-top: 0;
  }
  main > section > a#lnk_go2myp {
    border-width: 0.18vw;
  }
  main > section > a#lnk_go2myp else {
    border-width: 0;
  }
  main > section > a#lnk_cancel {
    width: 41.07vw;
    height: 5.8vw;
  }
  main > section > a#lnk_cancel {
    font-size: 1.88vw;
  }
  main > section > a#lnk_cancel else {
    font-size: 0;
  }
  main > section > a#lnk_cancel {
    margin-top: 10.14vw;
  }
  main > section > a#lnk_cancel else {
    margin-top: 0;
  }
  main > section > a#lnk_cancel {
    border-width: 0.18vw;
  }
  main > section > a#lnk_cancel else {
    border-width: 0;
  }
}
@media all and (min-width: 768px) {
  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/pc/bg_ptrn.png"), url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/bg_ptrn_2.png");
    background-repeat: repeat, no-repeat, repeat;
  }
  header {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/header/second_pc.jpg");
  }
  main > section > h3 {
    padding-right: 0.75em;
    padding-left: 0.75em;
    letter-spacing: 0.06em;
  }
  main > section > div.cmn_style.cntr {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  main > section > form > p {
    letter-spacing: -0.03em;
  }
  main > section > form > div:nth-of-type(2) > div:hover {
    background-color: #455a97;
  }
  main > section > form > div:nth-of-type(2) > div > span::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/pc/btn_mypage_f.png");
  }
  main > section > form > div:nth-of-type(2) > a {
    opacity: 0.8;
  }
  main > section > form > div:nth-of-type(2) > a:hover {
    opacity: 1;
  }
  main > section > a#lnk_go2top:hover {
    background-color: #fff;
    color: #181f33;
  }
  main > section > a#lnk_go2myp:hover {
    background-color: #fff;
    color: #181f33;
  }
  main > section > a#lnk_cancel:hover {
    background-color: #fff;
    color: #181f33;
  }
}
@media all and (max-width: 767px) {
  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_sb.png"), url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/bg_ptrn_2.png");
    background-position: 0% 0%, 0% 100%, 0% 0%;
    background-size: 4.63vw 4.63vw, 48.15vw 70.93vw, 0.74vw 0.74vw;
    background-repeat: repeat, no-repeat, repeat;
  }
  header {
    height: 35.65vw;
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/header/second_sp.jpg");
  }
  header > a {
    width: 68.33vw;
    height: 20.37vw;
  }
  main > section > h3 {
    font-size: 4.63vw;
  }
  main > section > h3 else {
    font-size: 0;
  }
  main > section > h3 {
    border-bottom-width: 0.37vw;
  }
  main > section > h3 else {
    border-bottom-width: 0;
  }
  main > section > h3 {
    margin-top: 14.81vw;
  }
  main > section > h3 else {
    margin-top: 0;
  }
  main > section > h3 {
    padding-bottom: 2.78vw;
  }
  main > section > h3 else {
    padding-bottom: 0;
  }
  main > section > h3 {
    padding-right: 0.55em;
    padding-left: 0.55em;
    font-weight: 500;
    letter-spacing: 0;
  }
  main > section > div.cmn_style.cntr {
    text-align: left;
  }
  main > section > div.cmn_style > p,
  main > section > div.cmn_style ul.list_notice {
    max-width: calc(100% - 11.11vw);
    margin-right: auto;
    margin-left: auto;
  }
  main > section > form > p {
    max-width: 89.63vw;
  }
  main > section > form > p else {
    max-width: 0;
  }
  main > section > form > p {
    font-size: 3.24vw;
  }
  main > section > form > p else {
    font-size: 0;
  }
  main > section > form > p {
    margin-top: 5.56vw;
  }
  main > section > form > p else {
    margin-top: 0;
  }
  main > section > form > p {
    letter-spacing: 0.03em;
  }
  main > section > form > div > p.chkErr {
    font-size: 2.78vw;
  }
  main > section > form > div > p.chkErr else {
    font-size: 0;
  }
  main > section > form > div > p.chkErr {
    max-width: 71.11vw;
  }
  main > section > form > div:nth-of-type(1) {
    padding-top: 9.81vw;
  }
  main > section > form > div:nth-of-type(1) else {
    padding-top: 0;
  }
  main > section > form > div:nth-of-type(1) > input {
    font-size: 3.89vw;
  }
  main > section > form > div:nth-of-type(1) > input else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) > input {
    width: 100%;
    min-width: 71.11vw;
    height: 7.04vw;
  }
  main > section > form > div:nth-of-type(1) > input[type=email], main > section > form > div:nth-of-type(1) > input[type=password] {
    margin-top: 2.78vw;
  }
  main > section > form > div:nth-of-type(1) > input[type=email] else, main > section > form > div:nth-of-type(1) > input[type=password] else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(1) > h3 {
    font-size: 3.15vw;
  }
  main > section > form > div:nth-of-type(1) > h3 else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(1) > h3:not(:first-of-type) {
    margin-top: 6.67vw;
  }
  main > section > form > div:nth-of-type(1) > h3:not(:first-of-type) else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > div {
    width: 89.63vw;
    height: 21.3vw;
  }
  main > section > form > div:nth-of-type(2) > div {
    margin-top: 26.85vw;
  }
  main > section > form > div:nth-of-type(2) > div else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > div > span {
    width: 4.81vw;
    height: 5.65vw;
  }
  main > section > form > div:nth-of-type(2) > div > span {
    margin-right: 3.89vw;
  }
  main > section > form > div:nth-of-type(2) > div > span else {
    margin-right: 0;
  }
  main > section > form > div:nth-of-type(2) > div > span::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/sp/btn_mypage_f.png");
  }
  main > section > form > div:nth-of-type(2) > div > p {
    font-size: 6.2vw;
  }
  main > section > form > div:nth-of-type(2) > div > p else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    width: 89.63vw;
    height: 21.11vw;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    font-size: 6.94vw;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] {
    margin-top: 26.85vw;
  }
  main > section > form > div:nth-of-type(2) > input[type=submit] else {
    margin-top: 0;
  }
  main > section > form > div:nth-of-type(2) > a {
    font-size: 3.33vw;
  }
  main > section > form > div:nth-of-type(2) > a else {
    font-size: 0;
  }
  main > section > form > div:nth-of-type(2) > a {
    letter-spacing: 0.14em;
  }
  main > section > form > div:nth-of-type(2) > a:first-of-type {
    margin-top: 5.93vw;
  }
  main > section > form > div:nth-of-type(2) > a:first-of-type else {
    margin-top: 0;
  }
  main > section > a#lnk_go2top {
    width: 85.74vw;
    height: 18.52vw;
  }
  main > section > a#lnk_go2top {
    font-size: 6.2vw;
  }
  main > section > a#lnk_go2top else {
    font-size: 0;
  }
  main > section > a#lnk_go2top {
    margin-top: 27.78vw;
  }
  main > section > a#lnk_go2top else {
    margin-top: 0;
  }
  main > section > a#lnk_go2top {
    border-width: 0.56vw;
  }
  main > section > a#lnk_go2top else {
    border-width: 0;
  }
  main > section > a#lnk_go2myp {
    width: 79.44vw;
    height: 18.52vw;
  }
  main > section > a#lnk_go2myp {
    font-size: 6.02vw;
  }
  main > section > a#lnk_go2myp else {
    font-size: 0;
  }
  main > section > a#lnk_go2myp {
    margin-top: 11.57vw;
  }
  main > section > a#lnk_go2myp else {
    margin-top: 0;
  }
  main > section > a#lnk_go2myp {
    border-width: 0.56vw;
  }
  main > section > a#lnk_go2myp else {
    border-width: 0;
  }
  main > section > a#lnk_cancel {
    width: 89.63vw;
    height: 21.11vw;
  }
  main > section > a#lnk_cancel {
    font-size: 6.2vw;
  }
  main > section > a#lnk_cancel else {
    font-size: 0;
  }
  main > section > a#lnk_cancel {
    margin-top: 27.78vw;
  }
  main > section > a#lnk_cancel else {
    margin-top: 0;
  }
  main > section > a#lnk_cancel {
    border-width: 0.56vw;
  }
  main > section > a#lnk_cancel else {
    border-width: 0;
  }
}