.nc3-js-languageWrap {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: rgba(30, 30, 30, 0.88);
  z-index: 10002;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.nc3-js-languageWrap span {
  font-weight: 500;
}

.langOpened {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.langClosed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nc3-js-languageContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageContainer {
    width: 100%;
  }
}
@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.nc3-js-languageContainer .nc3-js-languageText {
  position: relative;
  margin: 10px 0;
  padding-right: 25px;
  letter-spacing: 0.8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageContainer .nc3-js-languageText {
    white-space: nowrap;
  }
}
@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageText {
    width: 100%;
    margin: 0;
    padding: 13px 22px 11px 22px;
  }
}
.nc3-js-languageContainer .nc3-js-languageText span {
  color: #fff;
  display: block;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 18px;
  font-size: 14px;
}

@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageText span {
    line-height: 1.4;
    padding-left: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-js-languageContainer .nc3-js-languageText span {
    letter-spacing: 0.7px;
  }
}
.nc3-js-languageContainer .nc3-js-languageText:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 4px;
  top: 3px;
  bottom: 3px;
  left: 0;
}

@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageText:before {
    display: none;
  }
}
@media screen and (min-width: 980px), print {
  .nc3-js-languageContainer .nc3-js-languageText .nc3-js-languageTextEn {
    text-align: center;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-js-languageContainer .nc3-js-languageText .nc3-js-languageTextEn {
    font-size: 11px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 980px), print {
  .nc3-js-languageContainer .nc3-js-languageText .nc3-js-languageTextJp {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageText .nc3-js-languageTextJp {
    font-size: 11px;
    line-height: 1.6;
  }
}
.nc3-js-languageContainer .nc3-js-languageChange {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button {
  width: 193px;
  background-color: transparent;
  border-color: #fff;
  margin: 13px 0;
  padding: 10px 24px;
}

@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0 11px 0 0;
    padding: 7px 24px;
  }
}
.nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeJp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeJp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: -12px;
  }
}
@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeJp {
    margin-left: -7px;
    padding-bottom: 1px;
    margin-top: -1px;
  }
}
.nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeJp .nc3-a-icon {
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeJp .nc3-a-icon {
    margin-right: 0;
    width: 9px;
    height: 9px;
  }
}
.nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeJp .nc3-a-icon svg {
  position: relative;
  width: 10px;
  height: 10px;
  fill: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeJp .nc3-a-icon svg {
    position: relative;
    top: 1px;
    width: 14px;
    height: 10px;
    padding-left: 0;
    padding-right: 4px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeJp .nc3-a-icon svg {
    position: relative;
    top: 0;
    width: 14px;
    height: 10px;
    padding-left: 0;
    padding-right: 4px;
  }
}
.nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeEn {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeEn {
    margin-left: -15px;
  }
}
.nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeEn .nc3-a-icon {
  left: -12px;
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeEn .nc3-a-icon {
    margin-right: 20px;
    width: 9px;
    height: 9px;
  }
}
.nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeEn .nc3-a-icon svg {
  position: absolute;
  width: 10px;
  height: 10px;
  fill: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button .nc3-js-languageChangeEn .nc3-a-icon svg {
    position: relative;
    width: 14px;
    height: 10px;
    left: -5px;
    padding-left: 0;
    padding-right: 4px;
  }
}
html[data-device=desktop] .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button:hover {
  background-color: #fff;
  color: #3c3c3c;
}

html[data-device=desktop] .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button:hover svg {
  fill: #3c3c3c;
}

@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageChange .nc3-a-button:hover {
    background-color: transparent;
    color: #fff !important;
  }
}
@media screen and (max-width: 979.98px) {
  .nc3-js-languageContainer .nc3-js-languageChange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 17px 22px;
  }
}
@media screen and (min-width: 980px), print {
  .nc3-js-languageInnerJp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 820px;
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 63px;
  }
}
@media screen and (min-width: 980px), print {
  .nc3-js-languageInnerEn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 820px;
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 64px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-js-languageInnerEn {
    width: 100%;
  }
}
@media screen and (min-width: 980px), print {
  .nc3-js-languageTextOnly {
    padding-left: 66px;
    width: auto;
  }
  .nc3-js-languageTextOnly .nc3-js-languageText {
    padding-right: 0;
  }
  .nc3-js-languageTextOnly .nc3-js-languageText:before {
    display: none;
  }
  .nc3-js-languageTextOnly .nc3-js-languageText span {
    padding-left: 0;
  }
}
.nc3-js-languageCloseJp {
  text-align: center;
  cursor: pointer;
  -webkit-transition: 150ms linear;
  transition: 150ms linear;
}

html[data-device=desktop] .nc3-js-languageCloseJp:hover {
  background-color: #fff;
  opacity: 0.95;
}

html[data-device=desktop] .nc3-js-languageCloseJp:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageCloseJp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    width: 87px;
    height: 83px;
    margin-right: -2px;
    border-left: 1px solid #fff;
    border-width: thin;
  }
  .nc3-js-languageCloseJp img {
    width: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-js-languageCloseJp {
    width: 70px;
  }
  .nc3-js-languageCloseJp img {
    width: 70%;
  }
}
.nc3-js-languageCloseEn {
  text-align: center;
  cursor: pointer;
  -webkit-transition: 150ms linear;
  transition: 150ms linear;
}

html[data-device=desktop] .nc3-js-languageCloseEn:hover {
  background-color: #fff;
  opacity: 0.95;
}

html[data-device=desktop] .nc3-js-languageCloseEn:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageCloseEn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    width: 66px;
    height: 66px;
    border-left: 1px solid #fff;
  }
  .nc3-js-languageCloseEn img {
    width: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-js-languageCloseEn {
    width: 70px;
  }
  .nc3-js-languageCloseEn img {
    width: 70%;
  }
}
.nc3-js-languageCloseSp {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-image: linear-gradient(to top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-position: left top 3px;
  background-size: 1px 4px;
}

@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-js-languageCloseSp {
    padding: 1px 0;
  }
  .nc3-js-languageCloseSp img {
    display: block;
    fill: #fff;
    width: 20px !important;
    height: 20px !important;
    margin: 4px 22px 4px 12px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-js-languageCloseSp {
    padding: 1px 0;
  }
  .nc3-js-languageCloseSp img {
    display: block;
    width: 19px !important;
    height: 19px !important;
    margin: 2px 23px 2px 12px;
  }
}
.nc3-js-languageCloseSpJp {
  padding: 1px 0 !important;
}

@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-js-languageCloseSpJp img {
    width: 20px !important;
    height: 20px !important;
    margin: 2px 23px 4px 12px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-js-languageCloseSpJp img {
    width: 19px !important;
    height: 19px !important;
    margin: 3px 23px 2px 12px;
  }
}
@media screen and (min-width: 980px), print {
  .nc3-js-languageCloseLetter {
    display: none !important;
  }
}
@media screen and (max-width: 979.98px) {
  .nc3-js-languageCloseLetter {
    position: relative;
    margin-right: 22px !important;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    height: 34px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
        justify-content: center !important;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .nc3-js-languageCloseLetter:after {
    content: "";
    background-color: #fff;
    width: 1px;
    display: block;
    position: absolute;
  }
  .nc3-js-languageCloseLetter .n3-js-languageCloseLetterX {
    position: absolute;
  }
  .nc3-js-languageCloseLetter .nc3-js-languageEnButton {
    margin-top: -2px !important;
    padding-left: 15px;
  }
}
@media screen and (max-width: 979.98px) and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-js-languageCloseLetter:after {
    top: 5px;
    bottom: 5px;
    left: 31px;
  }
}
@media screen and (max-width: 979.98px) and (max-width: 759.98px) {
  .nc3-js-languageCloseLetter:after {
    top: 6px;
    bottom: 5px;
    left: 31px;
  }
}
@media screen and (max-width: 979.98px) and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-js-languageCloseLetter .n3-js-languageCloseLetterX {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 979.98px) and (max-width: 759.98px) {
  .nc3-js-languageCloseLetter .n3-js-languageCloseLetterX {
    top: 10px;
    left: 10px;
  }
  .nc3-js-languageCloseLetter .nc3-js-languageEnButton {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 979.98px) and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-js-languageCloseLetter img {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 979.98px) and (max-width: 759.98px) {
  .nc3-js-languageCloseLetter img {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 979.98px) {
  .nc3-js-languageJaButtonWrap {
    padding: 8px 24px 7px 24px;
  }
}
.nc3-js-languageJaButton {
  font-size: 12px !important;
  padding-left: 51px;
  letter-spacing: 1.2px;
  font-size: 13px;
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageJaButton {
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 979.98px) {
  .nc3-js-languageJaButton {
    font-size: 11px !important;
    padding-left: 5px !important;
    margin-top: 1px !important;
    letter-spacing: 1.9px;
    position: relative;
  }
}
.nc3-js-languageEnButton {
  font-size: 13px !important;
  padding-left: 15px;
  letter-spacing: 1px;
  padding-left: 2px;
  margin-top: -1px;
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageEnButton {
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 979.98px) {
  .nc3-js-languageEnButton {
    font-size: 11px !important;
    padding-left: 0;
    margin-bottom: 1px !important;
    margin-left: -5px;
    letter-spacing: 1.6px;
  }
}
.nc3-js-languageRight {
  display: inline-block;
}

@media screen and (max-width: 979.98px) {
  .nc3-js-languageRight {
    display: none;
  }
}
.nc3-js-languageBottom {
  display: inline-block;
}

@media screen and (min-width: 980px), print {
  .nc3-js-languageBottom {
    display: none;
  }
}
.nc3-a-button {
  background-color: currentColor;
  display: inline-block;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}

@media screen and (min-width: 760px), print {
  .nc3-a-button {
    padding: 11px 24px;
    border-radius: 2px;
    border-width: 2px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-a-button {
    padding: 12px 20px;
    border-radius: 1.5px;
    border-width: 1.5px;
  }
}
.nc3-a-button div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.nc3-a-button div div {
  display: block;
}

.nc3-a-button span {
  color: #fff;
  font-weight: bold;
  display: block;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}

@media screen and (min-width: 760px), print {
  .nc3-a-button span {
    font-size: 14px;
    line-height: 1;
    margin-top: 0em;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-a-button span {
    font-size: 12px;
    line-height: 1;
    margin-top: 0em;
    margin-bottom: 0em;
  }
}
.nc3-a-button span span {
  display: inline;
}

@media screen and (min-width: 760px), print {
  .nc3-a-button .nc3-a-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
        flex: 0 0 10px;
    width: 10px;
    height: 15px;
  }
  .nc3-a-button .nc3-a-icon:not(:last-child) {
    margin-right: 7px;
  }
  html[data-browser=game] .nc3-a-button .nc3-a-icon:not(:last-child) {
    margin-right: 6px;
  }
  .nc3-a-button .nc3-a-icon:not(:first-child) {
    margin-left: 7px;
  }
  html[data-browser=game] .nc3-a-button .nc3-a-icon:not(:first-child) {
    margin-left: 6px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-a-button .nc3-a-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
        flex: 0 0 10px;
    width: 10px;
    height: 13px;
  }
  .nc3-a-button .nc3-a-icon:not(:last-child) {
    margin-right: 6px;
  }
  html[data-browser=game] .nc3-a-button .nc3-a-icon:not(:last-child) {
    margin-right: 6px;
  }
  .nc3-a-button .nc3-a-icon:not(:first-child) {
    margin-left: 6px;
  }
  html[data-browser=game] .nc3-a-button .nc3-a-icon:not(:first-child) {
    margin-left: 6px;
  }
}
.nc3-a-button .nc3-a-icon svg {
  fill: #fff;
}

@media screen and (min-width: 980px), print {
  .nc3-a-button br + .nc3-a-icon:not(.nc3-h-hide--pc) {
    margin-left: 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-a-button br + .nc3-a-icon:not(.nc3-h-hide--tab) {
    margin-left: 0;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-a-button br + .nc3-a-icon:not(.nc3-h-hide--sp) {
    margin-left: 0;
  }
}
.nc3-a-button:hover,
a:hover .nc3-a-button {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
}

.nc3-a-button:hover span,
a:hover .nc3-a-button span {
  color: currentColor;
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nc3-a-button:hover .nc3-a-icon svg,
a:hover .nc3-a-button .nc3-a-icon svg {
  fill: currentColor;
}

@media screen and (min-width: 980px), print {
  .nc3-h-hide--pc {
    display: none !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-h-hide--tab {
    display: none !important;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-h-hide--sp {
    display: none !important;
  }
}
.nc3-a-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.nc3-a-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
