@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..900&display=swap");
picture,
img {
  display: block;
  position: relative;
  max-width: 100%;
  min-height: 0%;
}

picture > img {
  width: 100%;
}

button {
  display: block;
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
}

input, select, textarea {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

ul.list_notice,
ul.list_dot {
  display: table;
  list-style-type: none;
}
ul.list_notice > li,
ul.list_dot > li {
  display: table-row;
  counter-increment: table-ol;
}
ul.list_notice > li::before,
ul.list_dot > li::before {
  display: table-cell;
}

ul.list_notice > li::before {
  content: "※";
}

ul.list_dot > li::before {
  content: "・";
}

h1,
h2 {
  position: relative;
  color: #1c2436;
}

h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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%;
  background-color: #af9f7c;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

h2 {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #c3a05a;
  line-height: 1.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 1em 0;
  border: 2px solid #b27f1b;
  border-collapse: collapse;
  color: #b27f1b;
  line-height: 1;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
a.button.prize {
  border: 2px solid #b99b55;
  color: #b99b55;
}
a.button.prize::before, a.button.prize::after {
  border-top: 2px solid #b99b55;
  border-right: 2px solid #b99b55;
}
a.button.prize:hover {
  background-color: #b99b55;
}
a.button::before, a.button::after {
  display: block;
  position: relative;
  content: "";
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 2px solid #b99b55;
  border-right: 2px solid #b99b55;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: border-top 0.5s, border-right 0.5s;
  transition: border-top 0.5s, border-right 0.5s;
}
a.button::before {
  margin-right: 0.1em;
}
a.button::after {
  margin-right: 0.5em;
}
a.button:hover {
  background-color: #b99b55;
  color: #fff;
}
a.button:hover::before, a.button:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
a.mypage {
  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;
  border-collapse: collapse;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
a.mypage > span {
  display: block;
  position: relative;
}
a.mypage > span::before, a.mypage > span::after {
  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: "";
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
a.mypage > span::before {
  opacity: 1;
}
a.mypage > span::after {
  opacity: 0;
}
a.mypage > p {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.emp_clr1 {
  color: #ab7711;
}

.emp_clr2 {
  color: #FEB21A;
}

.fwt_b {
  font-weight: bold;
}

div.img_wrapper_1a img,
div.img_wrapper_1b img,
div.img_wrapper_3c img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0%;
  border: 1px solid rgba(205, 205, 205, 0.7);
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.img_wrapper_1a {
  display: block;
  position: relative;
  background-color: #aaa;
}

div.img_wrapper_1b {
  display: block;
  position: relative;
  background-color: #aaa;
}

div.img_wrapper_3c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
div.img_wrapper_3c > div {
  display: block;
  position: relative;
  background-color: #aaa;
}
div#nav {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
div#nav > 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;
  border-collapse: collapse;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
div#nav > div:nth-of-type(2n+1)::after, div#nav > div:nth-of-type(2n)::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
div#nav > div:nth-of-type(2n+1)::before, div#nav > div:nth-of-type(2n)::after {
  display: block;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  border-collapse: collapse;
  content: "";
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
div#nav > div:nth-of-type(2n+1)::before {
  margin-right: 0.5em;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
div#nav > div:nth-of-type(2n)::after {
  margin-left: 0.5em;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #fff;
  border-bottom-color: #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
div#nav > div input,
div#nav > div > a {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}
div#nav > div > p {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
div#nav > div:hover {
  background-color: #fff;
}
div#nav > div:hover:nth-of-type(2n)::after {
  border-right-color: #1a2134;
  border-bottom-color: #1a2134;
}
div#nav > div:hover:nth-of-type(2n+1)::before {
  border-bottom-color: #1a2134;
  border-left-color: #1a2134;
}
div#nav > div:hover > p {
  color: #1a2134;
}
div#nav.centeringNext {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div#nav.centeringNext > div:nth-child(1) {
  display: none;
  visibility: hidden;
}

html, body {
  position: relative;
  min-height: 100%;
  margin: 0;
  margin: 0 auto;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}

html {
  background-color: #161f35;
}
html > body {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
}
html > body > header {
  display: block;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
html > body > main {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  min-height: 0%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html > body > main > div#gototop {
  display: none;
  position: fixed;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
html > body > main > div#gototop.bottom_fix {
  position: absolute;
}
html > body > footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #626262;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html > body > footer > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html > body > footer > div > section {
  position: relative;
  min-height: 0%;
}
html > body > footer > div > section > a {
  display: inline-block;
  position: relative;
  min-height: 0%;
  margin-bottom: 1em;
  vertical-align: bottom;
}
html > body > footer > div > section > a > img {
  display: block;
  position: relative;
  min-height: 0%;
}
html > body > footer > div > section > p {
  color: #7f7f7f;
  line-height: 1.2em;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}
html > body > footer > div > ul {
  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;
  list-style: none;
}
html > body > footer > div > ul > li {
  display: block;
  position: relative;
  background-color: #1c1c1c;
}
html > body > footer > div > ul > li:nth-child(1) > a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="%23626262"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1c1c1c;
}
html > body > footer > div > ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 1921px) {
  h1 {
    height: 89px;
  }
  h1 else {
    height: 0;
  }
  h1 {
    font-size: 48px;
  }
  h1 else {
    font-size: 0;
  }
  h2 {
    font-size: 21px;
  }
  h2 else {
    font-size: 0;
  }
  a.mypage {
    border-width: 4px;
  }
  a.mypage else {
    border-width: 0;
  }
  a.mypage {
    width: 428px;
    height: 80px;
  }
  a.mypage > span {
    width: 27px;
    height: 32px;
  }
  a.mypage > span {
    margin-right: 24px;
  }
  a.mypage > span else {
    margin-right: 0;
  }
  a.mypage > p {
    font-size: 27px;
  }
  a.mypage > p else {
    font-size: 0;
  }
  .fsz_s {
    font-size: 19px;
  }
  .fsz_s else {
    font-size: 0;
  }
  .fsz_l {
    font-size: 21px;
  }
  .fsz_l else {
    font-size: 0;
  }
  .fsz_xl {
    font-size: 27px;
  }
  .fsz_xl else {
    font-size: 0;
  }
  div.img_wrapper_1a {
    width: 853px;
    height: 480px;
  }
  div.img_wrapper_1b {
    width: 661px;
    height: 371px;
  }
  div.img_wrapper_3c {
    width: 853px;
  }
  div.img_wrapper_3c > div {
    width: 277px;
    height: 196px;
  }
  div#nav {
    width: 637px;
  }
  div#nav else {
    width: 0;
  }
  div#nav > div {
    width: 227px;
    height: 107px;
  }
  div#nav > div {
    font-size: 36px;
  }
  div#nav > div else {
    font-size: 0;
  }
  html, body {
    font-size: 21px;
  }
  html else, body else {
    font-size: 0;
  }
  html.sub {
    font-size: 15px;
  }
  html > body > main > section:last-of-type {
    padding-bottom: 227px;
  }
  html > body > main > section:last-of-type else {
    padding-bottom: 0;
  }
  html > body > main > div#gototop {
    width: 121px;
    height: 33px;
  }
  html > body > main > div#gototop {
    right: 56px;
    bottom: 59px;
  }
  html > body > footer {
    max-height: 208px;
  }
  html > body > footer > div {
    max-width: calc(1600px + 4%);
  }
  html > body > footer > div > section > a > img {
    width: 320px;
    height: 28px;
  }
  html > body > footer > div > ul > li {
    width: 56px;
    height: 56px;
  }
  html > body > footer > div > ul > li:not(:last-child) {
    margin-right: 23px;
  }
  html > body > footer > div > ul > li:nth-child(1) > a {
    background-size: 28px 28px;
  }
}
@media all and (min-width: 1281px) and (max-width: 1920px) {
  h1 {
    height: 67px;
  }
  h1 else {
    height: 0;
  }
  h1 {
    font-size: 36px;
  }
  h1 else {
    font-size: 0;
  }
  h2 {
    font-size: 16px;
  }
  h2 else {
    font-size: 0;
  }
  a.mypage {
    border-width: 3px;
  }
  a.mypage else {
    border-width: 0;
  }
  a.mypage {
    width: 321px;
    height: 60px;
  }
  a.mypage > span {
    width: 20px;
    height: 24px;
  }
  a.mypage > span {
    margin-right: 18px;
  }
  a.mypage > span else {
    margin-right: 0;
  }
  a.mypage > p {
    font-size: 20px;
  }
  a.mypage > p else {
    font-size: 0;
  }
  .fsz_s {
    font-size: 14px;
  }
  .fsz_s else {
    font-size: 0;
  }
  .fsz_l {
    font-size: 16px;
  }
  .fsz_l else {
    font-size: 0;
  }
  .fsz_xl {
    font-size: 20px;
  }
  .fsz_xl else {
    font-size: 0;
  }
  div.img_wrapper_1a {
    width: 640px;
    height: 360px;
  }
  div.img_wrapper_1b {
    width: 496px;
    height: 278px;
  }
  div.img_wrapper_3c {
    width: 640px;
  }
  div.img_wrapper_3c > div {
    width: 208px;
    height: 147px;
  }
  div#nav {
    width: 478px;
  }
  div#nav else {
    width: 0;
  }
  div#nav > div {
    width: 170px;
    height: 80px;
  }
  div#nav > div {
    font-size: 27px;
  }
  div#nav > div else {
    font-size: 0;
  }
  html, body {
    font-size: 16px;
  }
  html else, body else {
    font-size: 0;
  }
  html.sub {
    font-size: 11px;
  }
  html > body > main > section:last-of-type {
    padding-bottom: 170px;
  }
  html > body > main > section:last-of-type else {
    padding-bottom: 0;
  }
  html > body > main > div#gototop {
    width: 91px;
    height: 25px;
  }
  html > body > main > div#gototop {
    right: 42px;
    bottom: 44px;
  }
  html > body > footer {
    max-height: 156px;
  }
  html > body > footer > div {
    max-width: calc(1200px + 4%);
  }
  html > body > footer > div > section > a > img {
    width: 240px;
    height: 21px;
  }
  html > body > footer > div > ul > li {
    width: 42px;
    height: 42px;
  }
  html > body > footer > div > ul > li:not(:last-child) {
    margin-right: 17px;
  }
  html > body > footer > div > ul > li:nth-child(1) > a {
    background-size: 21px 21px;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
  h1 {
    height: 5.21vw;
  }
  h1 else {
    height: 0;
  }
  h1 {
    font-size: 2.81vw;
  }
  h1 else {
    font-size: 0;
  }
  h2 {
    font-size: 1.23vw;
  }
  h2 else {
    font-size: 0;
  }
  a.mypage {
    border-width: 0.23vw;
  }
  a.mypage else {
    border-width: 0;
  }
  a.mypage {
    width: 25.08vw;
    height: 4.69vw;
  }
  a.mypage > span {
    width: 1.58vw;
    height: 1.88vw;
  }
  a.mypage > span {
    margin-right: 1.41vw;
  }
  a.mypage > span else {
    margin-right: 0;
  }
  a.mypage > p {
    font-size: 1.58vw;
  }
  a.mypage > p else {
    font-size: 0;
  }
  .fsz_s {
    font-size: 1.11vw;
  }
  .fsz_s else {
    font-size: 0;
  }
  .fsz_l {
    font-size: 1.23vw;
  }
  .fsz_l else {
    font-size: 0;
  }
  .fsz_xl {
    font-size: 1.58vw;
  }
  .fsz_xl else {
    font-size: 0;
  }
  div.img_wrapper_1a {
    width: 49.98vw;
    height: 28.13vw;
  }
  div.img_wrapper_1b {
    width: 38.73vw;
    height: 21.74vw;
  }
  div.img_wrapper_3c {
    width: 49.98vw;
  }
  div.img_wrapper_3c > div {
    width: 16.23vw;
    height: 11.48vw;
  }
  div#nav {
    width: 37.32vw;
  }
  div#nav else {
    width: 0;
  }
  div#nav > div {
    width: 13.3vw;
    height: 6.27vw;
  }
  div#nav > div {
    font-size: 2.11vw;
  }
  div#nav > div else {
    font-size: 0;
  }
  html, body {
    font-size: 1.23vw;
  }
  html else, body else {
    font-size: 0;
  }
  html.sub {
    font-size: 0.88vw;
  }
  html > body > main > section:last-of-type {
    padding-bottom: 13.3vw;
  }
  html > body > main > section:last-of-type else {
    padding-bottom: 0;
  }
  html > body > main > div#gototop {
    width: 7.09vw;
    height: 1.93vw;
  }
  html > body > main > div#gototop {
    right: 3.28vw;
    bottom: 3.46vw;
  }
  html > body > footer {
    max-height: 12.19vw;
  }
  html > body > footer > div {
    max-width: calc(93.75vw + 4%);
  }
  html > body > footer > div > section > a > img {
    width: 18.75vw;
    height: 1.64vw;
  }
  html > body > footer > div > ul > li {
    width: 3.28vw;
    height: 3.28vw;
  }
  html > body > footer > div > ul > li:not(:last-child) {
    margin-right: 1.35vw;
  }
  html > body > footer > div > ul > li:nth-child(1) > a {
    background-size: 1.64vw 1.64vw;
  }
}
@media all and (max-width: 767px) {
  h1 {
    height: 11.76vw;
  }
  h1 else {
    height: 0;
  }
  h1 {
    font-size: 6.39vw;
  }
  h1 else {
    font-size: 0;
  }
  h1 {
    line-height: 1.36;
    letter-spacing: 0.08em;
  }
  h2 {
    font-size: 3.8vw;
  }
  h2 else {
    font-size: 0;
  }
  a.button {
    width: 85%;
    font-size: 6vw;
  }
  a.mypage {
    border-width: 0.56vw;
  }
  a.mypage else {
    border-width: 0;
  }
  a.mypage {
    width: 76.11vw;
    height: 14.07vw;
  }
  a.mypage > span {
    width: 4.81vw;
    height: 5.65vw;
  }
  a.mypage > span {
    margin-right: 3.89vw;
  }
  a.mypage > span else {
    margin-right: 0;
  }
  a.mypage > span::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/sp/btn_mypage_f.png");
  }
  a.mypage > p else {
    font-size: 0;
  }
  .fsz_s {
    font-size: 3.43vw;
  }
  .fsz_s else {
    font-size: 0;
  }
  .fsz_l {
    font-size: 3.8vw;
  }
  .fsz_l else {
    font-size: 0;
  }
  .fsz_xl {
    font-size: 4.35vw;
  }
  .fsz_xl else {
    font-size: 0;
  }
  div.img_wrapper_1a {
    width: 100vw;
    height: 56.3vw;
  }
  div.img_wrapper_1b {
    width: 100vw;
    height: 56.1vw;
  }
  div.img_wrapper_3c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
  }
  div.img_wrapper_3c > div {
    width: 100vw;
    height: 70.7vw;
  }
  div.img_wrapper_3c > div:not(:nth-of-type(1)) {
    margin-top: 0.5em;
  }
  div#nav {
    width: 79.63vw;
  }
  div#nav else {
    width: 0;
  }
  div#nav.sp_clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  div#nav.sp_clm > div {
    width: 39.44vw;
    height: 18.52vw;
  }
  div#nav.sp_clm > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 11.76vw;
  }
  div#nav.sp_clm > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  div#nav > div {
    width: 34.26vw;
    height: 18.52vw;
  }
  div#nav > div {
    font-size: 6.2vw;
  }
  div#nav > div else {
    font-size: 0;
  }
  div#nav > div {
    border: 0.56vw solid #fff;
  }
  div#nav > div:nth-of-type(2n+1)::before {
    border-bottom-width: 0.46vw;
    border-left-width: 0.46vw;
  }
  div#nav > div:nth-of-type(2n)::after {
    border-right-width: 0.46vw;
    border-bottom-width: 0.46vw;
  }
  html, body {
    font-size: 3.61vw;
  }
  html else, body else {
    font-size: 0;
  }
  html, body {
    min-width: 360px;
    line-height: 2;
  }
  html > body > header {
    background-size: cover;
  }
  html > body > main > section:last-of-type {
    padding-bottom: 54.35vw;
  }
  html > body > main > section:last-of-type else {
    padding-bottom: 0;
  }
  html > body > main > div#gototop {
    width: 21.02vw;
    height: 4.91vw;
  }
  html > body > main > div#gototop {
    right: 0;
    bottom: 16.67vw;
    left: 0;
    margin: 0 auto;
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/gototop_sp.png");
  }
  html > body > footer {
    display: block;
    padding: 8% 0 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html > body > footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  html > body > footer > div > section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 5% 0;
    border-top: 1px solid #3b3b3b;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html > body > footer > div > section > a {
    width: 54%;
  }
  html > body > footer > div > section > a > img {
    width: 100%;
    height: auto;
  }
  html > body > footer > div > section > p {
    width: 100%;
    font-size: 0.5em;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
  }
  html > body > footer > div > ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
    margin-bottom: 8%;
  }
  html > body > footer > div > ul > li {
    width: 12.04vw;
    height: 12.04vw;
  }
  html > body > footer > div > ul > li:nth-child(1) > a {
    background-size: 6.02vw 6.02vw;
  }
}
@media all and (min-width: 768px) {
  h1 {
    line-height: 1;
    letter-spacing: 0.28em;
  }
  a.button {
    width: 13.4em;
    font-size: 2em;
  }
  a.mypage:hover {
    background-color: #fff;
  }
  a.mypage:hover > span::before {
    opacity: 0;
  }
  a.mypage:hover > span::after {
    opacity: 1;
  }
  a.mypage:hover > p {
    color: #133a63;
  }
  a.mypage > span::before {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/pc/btn_mypage_f.png");
  }
  a.mypage > span::after {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/common/pc/btn_mypage_n.png");
  }
  div.img_wrapper_3c {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .imgThumb {
    cursor: pointer;
  }
  div#nav > div {
    border: 2px solid #fff;
  }
  div#nav > div:nth-of-type(2n+1)::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  div#nav > div:nth-of-type(2n)::after {
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  html, body {
    line-height: 1.86;
  }
  html > body > main > div#gototop {
    background-image: url("https://media.fromsoftware.jp/fromsoftware/1761538648/greetingmail/nyc_2026/resources/images/gototop_pc.png");
    cursor: pointer;
  }
  html > body > footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 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;
    padding: 2em 0;
  }
  html > body > footer > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 2%;
  }
  html > body > footer > div > section {
    display: block;
  }
  html > body > footer > div > section > p {
    font-size: 0.6em;
  }
}