html {
  scroll-behavior: smooth; }

body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #162e48;
  letter-spacing: .05em;
  background-color: #000000; }

main {
  position: relative; }

a {
  transition: .3s; }

img {
  max-width: 100%;
  width: 100%; }

@media (min-width: 768px) {
  body {
    font-size: 16px; }

  .pcnone {
    display: none !important; } }
@media (max-width: 767.98px) {
  body {
    font-size: 14px; }

  .spnone {
    display: none !important; } }
.container {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-left: 3px solid #b49664;
  border-right: 3px solid #b49664;
  width: 430px; }

.inner_wrap {
  padding: 0 30px 20px; }

@media (min-width: 900px) {
  .container {
    margin: 0 11vw 0 auto; } }
@media (min-width: 768px) and (max-width: 899.98px) {
  .container {
    margin: 0 auto; } }
@media (max-width: 767.98px) {
  .container {
    width: 100%;
    border: none; }

  .inner_wrap {
    padding: 0 25px 20px; } }
@media (min-width: 768px) {
  .pc_back {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0; }
    .pc_back > img {
      object-fit: cover;
      height: 100%; }
    .pc_back > .deco01 {
      position: absolute;
      top: 0;
      left: 0;
      width: 250px; }

  .anchor_link {
    position: relative; }
    .anchor_link > div {
      position: absolute;
      left: 0;
      top: 30px; } }
@media (max-width: 767.98px) {
  .pc_back {
    display: none; }

  .anchor_link {
    position: relative; }
    .anchor_link > div {
      position: absolute;
      left: 0;
      top: 25px; } }
.main {
  position: relative; }
  .main .scroll {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    animation: arrow-move06 1.5s ease-in-out infinite;
    width: 10%;
    bottom: 10%; }
@keyframes arrow-move06 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(15px); }
  100% {
    transform: translateY(0px); } }
.menu_box {
  background: url("../img/menu_back.avif") no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 5%;
  background-color: #c1272d; }
  .menu_box > img {
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 8%; }
  .menu_box .btn_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -8%; }
    .menu_box .btn_box:nth-child(2) {
      margin-top: 0; }
    .menu_box .btn_box:nth-child(3) {
      justify-content: center; }
    .menu_box .btn_box > a {
      width: 40%;
      filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5)); }

.shop {
  margin: 0 5%;
  padding-top: 20%; }
  .shop > a {
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    display: flex;
    margin-bottom: 3%;
    aspect-ratio: 800/600;
    justify-content: center;
    align-items: center; }
    .shop > a > img {
      width: calc( 100% + 3px );
      max-width: none; }

.back01 {
  background: url("../img/back01.avif") repeat-y center top;
  background-size: 100% auto; }

.back02 {
  background: url("../img/back02.avif") no-repeat center top;
  background-size: 100% auto;
  background-color: #821e32; }

.back03 {
  background: url("../img/back03.avif") repeat-y center top;
  background-size: 100% auto; }

.back04 {
  background: url("../img/back04.avif") repeat-y center top;
  background-size: 100% auto; }

.back05 {
  background: url("../img/back05.avif") repeat-y center top;
  background-size: 100% auto; }

.back06 {
  background: url("../img/back06.avif") repeat-y center top;
  background-size: 100% auto; }

.back07 {
  background: url("../img/back07.avif") no-repeat center top;
  background-size: 100% auto;
  background-color: #c1272d; }

@media (min-width: 768px) {
  .pc_menu {
    width: calc(100vw - 430px - 11vw);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("../img/back_menu.jpg");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat; }
    .pc_menu::before {
      content: '';
      background-image: url("../img/back_menu_top.avif");
      width: 100%;
      background-size: 100%;
      background-position: top;
      background-repeat: no-repeat;
      aspect-ratio: 714 / 240;
      position: absolute;
      top: 0;
      left: 0;
      min-width: 900px;
      max-width: 1400px; }
    .pc_menu .pc_menu_box {
      width: 100%;
      min-width: 320px;
      max-width: 460px;
      position: absolute;
      top: max(50%);
      left: calc( 50% + 30px );
      transform: translate(-50%, -50%); }
      .pc_menu .pc_menu_box > a {
        width: 100%;
        max-width: 360px;
        display: block;
        margin: 0 auto; }
      .pc_menu .pc_menu_box > .pc_menu_btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 35px;
        width: 100%; }
        .pc_menu .pc_menu_box > .pc_menu_btn > a {
          width: 120px;
          filter: drop-shadow(0 0 7px white) drop-shadow(0 0 7px white); } }
@media (max-width: 1024px) {
  .pc_menu_box {
    display: none; } }
.pc_side {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url("../img/back_side.jpg");
  background-size: cover; }

@media (min-width: 768px) {
  .pc_side {
    width: 11vw; } }
@media (min-width: 768px) and (max-width: 899.98px) {
  .pc_side {
    width: 20vw; } }
@media (max-width: 767.98px) {
  .pc_side {
    display: none; } }
#menu-icon {
  display: inline-block;
  cursor: pointer;
  transition: .3s ease-in-out;
  width: 50px;
  height: 50px;
  z-index: 102; }
  #menu-icon > div {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #162e48;
    border: 1px solid #fff; }
    #menu-icon > div > span {
      display: block;
      position: absolute;
      background: #fff;
      transition: .3s ease-in-out;
      height: 1px;
      right: 0;
      left: 0;
      margin: 0 auto; }
      #menu-icon > div > span:nth-child(1) {
        top: calc(50% - 11px);
        width: 70%; }
      #menu-icon > div > span:nth-child(2) {
        top: calc(50%);
        width: 70%; }
      #menu-icon > div > span:nth-child(3) {
        top: calc(50% + 10px);
        width: 70%; }

.navbar {
  padding: 0 !important; }
  .navbar #menu-icon.active > div > span:nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% - 2px); }
  .navbar #menu-icon.active > div > span:nth-child(2) {
    width: 0;
    right: 50%; }
  .navbar #menu-icon.active > div > span:nth-child(3) {
    transform: rotate(-45deg);
    top: calc(50% - 2px); }

.menu-icon {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 3px; }

.menu-list {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
  z-index: 20;
  padding: 40px;
  background: #162e48;
  background-repeat: no-repeat;
  background-size: cover;
  gap: 15px 0; }
  .menu-list > .menu_bnr {
    margin-top: 10px; }
    .menu-list > .menu_bnr > a {
      margin: 0 0 10px 0;
      display: block;
      padding: 0;
      border: 0; }

.menu-list.show {
  display: flex; }

@media (min-width: 768px) {
  .menu-list {
    width: 500px;
    right: 11vw;
    padding: 50px 100px;
    border-right: 1px solid #000;
    border-left: 1px solid #000; }

  .menu-icon {
    right: 0; } }
@media (max-width: 767.98px) {
  .menu-list {
    left: 0; }
    .menu-list .nintendo_btn {
      gap: 10px 0; }
      .menu-list .nintendo_btn > a {
        height: 65px; }
        .menu-list .nintendo_btn > a > .icon {
          width: 80px; }
        .menu-list .nintendo_btn > a > .txt {
          width: calc( 100% - 80px );
          padding-right: 30px; }
    .menu-list .jr_btn {
      width: 60%;
      margin: 0 auto; }

  .menu-icon {
    right: 0; } }
.page-top {
  position: fixed;
  transition: 0.5s;
  z-index: 9;
  bottom: 0px;
  right: 0px; }

.page-top > .page-top_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.page-top.show_btn {
  opacity: 1;
  visibility: visible; }

@media (min-width: 768px) {
  .page-top {
    width: 60px;
    height: 60px; } }
@media (max-width: 767.98px) {
  .page-top {
    width: 55px;
    height: 55px; } }
