@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Noto+Sans+JP:wght@300;400;700&display=swap&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #000000;
  -webkit-text-size-adjust: 100%;
}

::selection {
  color: #ffffff;
  background-color: #d4ad74;
}

a {
  outline: none !important;
  -moz-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -o-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -webkit-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
}

a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #cc0000;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: text-bottom;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

input, button, textarea, select {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type="submit"], input[type="button"], button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0 none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -o-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -webkit-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, button::focus {
  outline-offset: -2px;
}

.section.fmiddle {
  font-size: 100%;
}
.section.flarge {
  font-size: 125%;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.en {
  font-family: 'Cinzel', sans-serif;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 1.25em;
  text-align: left;
}
.container::after {
  content: '';
  clear: both;
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/* Header
---------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #000000;
}
.header .description {
  position: relative;
  z-index: 100;
  background-color: #333333;
}
.header .description .copy {
  flex-basis: 70%;
  padding: 0.3125em 0;
}
.header .description .copy p {
  font-size: 75%;
  line-height: 1.667;
}
.header .description .utilities {
  display: flex;
  align-items: center;
}
.header .description .utilities .fsc {
  display: flex;
  align-items: center;
}
.header .description .utilities .fsc .info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 87.5%;
  white-space: nowrap;
}
.header .description .utilities .fsc ul {
  flex-basis: 46.5%;
  display: flex;
}
.header .description .utilities .fsc ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 50%;
  height: 1.875em;
  border: solid 1px #262626;
  -moz-border-radius: 0.3125em 0 0 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em 0 0 0.3125em;
}
.header .description .utilities .fsc ul li + li {
  border-left: 0 none;
  -moz-border-radius: 0 0.3125em 0.3125em 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.3125em 0.3125em 0;
}
.header .description .utilities .fsc ul button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  background-color: transparent;
}
.header .description .utilities .fsc ul button.active {
  color: #d4ad74;
}
.header .description .utilities .fsc ul button.fzm {
  padding-top: 0.3125em;
  font-size: 87.5%;
  line-height: 1.5;
}
.header .description .utilities .fsc ul button.fzl {
  font-size: 125%;
  line-height: 1;
}
.header .description .utilities .language {
  margin-left: 0.625em;
}
.header .description .utilities .language a {
  position: relative;
  display: block;
  padding-left: 0.5em;
  font-size: 87.5%;
}
.header .description .utilities .language a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  border-color: transparent transparent transparent #ffffff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header .description .utilities .language a:hover {
  text-decoration: none;
}
.header .description .utilities .language a:hover::before {
  border-color: transparent transparent transparent #cc0000;
}
.header .description .utilities .others {
  margin-left: 0.625em;
}
.header .description .utilities .others ul {
  display: flex;
  justify-content: flex-end;
}
.header .description .utilities .others ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.875em;
}
.header .description .utilities .others ul li + li {
  margin-left: 0.3125em;
}
.header .description .utilities .others ul li a {
  display: block;
  background-color: #d4ad74;
}
.header .description .utilities .others ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.header .contents {
  padding: 0.625em 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .container::after {
  display: none;
}
.header .logo {
  flex-basis: 16%;
  position: relative;
  z-index: 100;
}
.header .logo img {
  width: 100%;
}
.header .logo a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.header .menunav {
  display: none;
}
.header .menu {
  flex-basis: 83%;
}
.header .menu .globalnav ul {
  display: flex;
}
.header .menu .globalnav ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
  position: relative;
  padding: 0 0.3125em;
  line-height: 1.25;
  border-right: dotted 1px #666666;
}
.header .menu .globalnav ul li:first-child {
  border-left: dotted 1px #666666;
}
.header .menu .globalnav ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.875em 0.3125em;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
}
.header .menu .globalnav ul li a .ja {
  display: block;
  color: #ffffff;
}
.header .menu .globalnav ul li a .en {
  display: block;
  margin-top: 0.625em;
  color: #d4ad74;
  font-size: 62.5%;
}
.header .menu .globalnav ul li a:hover, .header .menu .globalnav ul li a:focus, .header .menu .globalnav ul li a:active {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.header .menu .globalnav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.header .menu .globalnav ul li ul li {
  margin: 0.3125em 0;
  border-right: 0 none;
  white-space: nowrap;
}
.header .menu .globalnav ul li ul li:first-child {
  border-left: 0 none;
}
.header .menu .globalnav ul li ul li a {
  font-weight: 400;
  text-align: left;
}
.header .menu .utilities {
  display: none;
}
.header .menu .social {
  display: none;
}

/* Banners
---------------------------------------------------------------- */
.bnrs {
  padding: 3.75em 0;
  background-color: #333333;
}
.bnrs ul {
  display: flex;
  justify-content: center;
}
.bnrs ul li {
  flex-basis: 23.5%;
}
.bnrs ul li + li {
  margin-left: 2%;
}
.bnrs ul li a {
  display: block;
  border: solid 1px #ffffff;
}
.bnrs ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* SNS
---------------------------------------------------------------- */
.sns {
  position: fixed;
  left: 0;
  bottom: 1.25em;
  width: 100%;
}
.sns ul {
  position: absolute;
  right: 1.25em;
  bottom: 0;
}
.sns ul li {
  width: 2.5em;
}
.sns ul li + li {
  margin-top: 0.625em;
}
.sns ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* Footer
---------------------------------------------------------------- */
.footer {
  padding: 3.75em 0;
  border-top: solid 1px #1a1a1a;
}
.footer .address .logo {
  margin-bottom: 1.875em;
  text-align: center;
}
.footer .address .logo img {
  width: 11.25em;
}
.footer .address h3 {
  margin-bottom: 1.25em;
  font-weight: 700;
  text-align: center;
}
.footer .address p {
  font-size: 87.5%;
  text-align: center;
  line-height: 1.25;
}
.footer .copyright {
  margin-top: 3.125em;
}
.footer .copyright p {
  font-size: 87.5%;
  text-align: center;
  line-height: 1.5;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 1040px) {
  body, input, button, textarea, select {
    font-size: 1.63vw;
  }
}
@media only screen and (max-width: 768px) {
  body, input, button, textarea, select {
    font-size: 5vw;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .container {
    padding: 0 0.625em;
  }

  .header .description .copy {
    flex-basis: 100%;
    padding: 0.125em 0;
  }
  .header .description .copy p {
    font-size: 50%;
  }
  .header .description .utilities {
    display: none;
  }
  .header .contents {
    padding: 0.3125em 0;
  }
  .header .container {
    justify-content: center;
  }
  .header .logo {
    flex-basis: 32%;
  }
  .header .menunav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0.25em;
    right: 0.625em;
    z-index: 110;
    width: 1.875em;
    height: 1.875em;
    cursor: pointer;
  }
  .header .menunav .icon {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
    left: 0.3125em;
    width: 1.25em;
    height: 2px;
    margin-top: -1px;
    background-color: #ffffff;
    -moz-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .menunav .icon::before, .header .menunav .icon::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    content: '';
    width: 1.25em;
    height: 2px;
    background-color: #ffffff;
    -moz-transform: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transform: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .menunav .icon::before {
    top: -0.5em;
  }
  .header .menunav .icon::after {
    top: 0.5em;
  }
  .header .menunav.open .icon {
    background-color: transparent;
  }
  .header .menunav.open .icon::before, .header .menunav.open .icon::after {
    top: 0;
  }
  .header .menunav.open .icon::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .menunav.open .icon::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .header .menu .globalnav ul {
    display: block;
    padding: 5em 0.625em 0.625em;
  }
  .header .menu .globalnav ul li {
    border-right: 0 none;
  }
  .header .menu .globalnav ul li:first-child {
    border-left: 0 none;
  }
  .header .menu .globalnav ul li a {
    display: flex;
    justify-content: space-between;
    padding: 0.625em 0.3125em;
  }
  .header .menu .globalnav ul li a .ja {
    font-size: 87.5%;
    text-align: left;
  }
  .header .menu .globalnav ul li a .en {
    font-size: 62.5%;
    text-align: right;
  }
  .header .menu .globalnav ul li ul {
    position: relative;
    padding-top: 0;
  }
  .header .menu .globalnav ul li ul li a {
    font-size: 87.5%;
  }
  .header .menu .utilities {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.25em 1.25em;
  }
  .header .menu .utilities .language {
    flex-basis: 50%;
  }
  .header .menu .utilities .language a {
    position: relative;
    display: block;
    padding-left: 0.5em;
    font-size: 87.5%;
  }
  .header .menu .utilities .language a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.4em;
    border-color: transparent transparent transparent #ffffff;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header .menu .utilities .language a:hover {
    text-decoration: none;
  }
  .header .menu .utilities .language a:hover::before {
    border-color: transparent transparent transparent #cc0000;
  }
  .header .menu .utilities .fsc {
    flex-basis: 50%;
    display: flex;
    align-items: center;
  }
  .header .menu .utilities .fsc .info {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 50%;
    font-size: 75%;
  }
  .header .menu .utilities .fsc ul {
    flex-basis: 46.5%;
    display: flex;
  }
  .header .menu .utilities .fsc ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 50%;
    height: 1.875em;
    border: solid 1px #262626;
    -moz-border-radius: 0.3125em 0 0 0.3125em;
    -webkit-border-radius: 0.3125em;
    border-radius: 0.3125em 0 0 0.3125em;
  }
  .header .menu .utilities .fsc ul li + li {
    border-left: 0 none;
    -moz-border-radius: 0 0.3125em 0.3125em 0;
    -webkit-border-radius: 0;
    border-radius: 0 0.3125em 0.3125em 0;
  }
  .header .menu .utilities .fsc ul button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
  }
  .header .menu .utilities .fsc ul button.active {
    color: #d4ad74;
  }
  .header .menu .utilities .fsc ul button.fzm {
    padding-top: 0.3125em;
    font-size: 87.5%;
    line-height: 1.5;
  }
  .header .menu .utilities .fsc ul button.fzl {
    font-size: 125%;
    line-height: 1;
  }
  .header .menu .social {
    display: block;
  }
  .header .menu .social ul {
    display: flex;
    justify-content: center;
  }
  .header .menu .social ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 2.5em;
  }
  .header .menu .social ul li + li {
    margin-left: 0.625em;
  }

  .bnrs {
    padding: 1.25em 0;
  }
  .bnrs ul {
    display: block;
  }
  .bnrs ul li {
    width: 70%;
    margin: 0 auto;
  }
  .bnrs ul li + li {
    margin-top: 0.625em;
    margin-left: auto;
  }
  .bnrs ul li a {
    display: block;
    border: solid 1px #ffffff;
  }
  .bnrs ul li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  .footer .address .logo {
    margin-bottom: 1.25em;
  }
  .footer .address .logo img {
    width: 6.25em;
  }
  .footer .address h3 {
    font-size: 87.5%;
  }
  .footer .address p {
    font-size: 75%;
  }
  .footer .copyright {
    margin-top: 1.25em;
  }
  .footer .copyright p {
    font-size: 62.5%;
  }

  .sns {
    display: none;
  }
}
